        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }

        header {
            padding: 10px 20px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        header img {
            max-width: 120px;
            height: auto;
        }

        header h1 {
            margin: 0;
            font-size: 4rem;
            line-height: 1;
        }

        h2 {
            text-align: center;
            margin-top: 10px;
            font-size: 1.5rem;
        }

        /* HERO LAYOUT */
        .tf-hero {
            padding: 32px 0;
        }

        .tf-hero-inner {
            max-width: 1120px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
            gap: 32px;
            align-items: flex-start;
        }

        .tf-hero-copy h1 {
            font-size: clamp(24px, 3vw, 32px);
            margin-bottom: 8px;
            font-weight: 700;
        }

        .tf-subtitle {
            font-size: 14px;
            margin-bottom: 14px;
            color: #333;
            max-width: 40rem;
        }

        .tf-powered {
            font-size: 13px;
            margin-bottom: 14px;
        }

        .tf-powered-label {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 11px;
            margin-right: 4px;
        }

        .tf-powered-brands strong {
            font-weight: 600;
        }

        .tf-hero-highlights {
            margin: 0 0 14px 18px;
            font-size: 13px;
        }

        .tf-hero-cta-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 4px;
            margin-bottom: 12px;
        }

        .tf-button {
            display: inline-block;
            border: 1px solid #000;
            padding: 6px 14px;
            font-size: 12px;
            text-decoration: none;
            color: #000;
            text-transform: uppercase;
            background: #fdfdfd;
        }

        .tf-button-ghost {
            background: transparent;
        }

        /* GRID OF SERVICES */
        .tf-hero-grid {
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 6px;
            padding: 16px 18px;
        }

        .tf-grid-title {
            font-size: 16px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .tf-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 10px;
        }

        .tf-card {
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            padding: 10px 12px;
            background: #fafafa;
        }

        .tf-card h3 {
            font-size: 14px;
            margin-bottom: 4px;
        }

        .tf-card p {
            font-size: 12px;
            margin-bottom: 6px;
        }

        .tf-link {
            font-size: 11px;
            text-decoration: none;
            text-transform: uppercase;
            border-bottom: 1px solid #000;
            color: #000;
        }

        /* ILLUMOSPHERE ORB + STAMP */
        .illumo-orb {
            width: 2.4em;
            height: 2.4em;
            display: block;
        }

        .illumo-stamp {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.25em;
            padding: 0.75em 1em;
            border-radius: 999px;
            border: 1px solid #C39A3A;
            background: #fff;
            font-family: system-ui, -apple-system, Segoe UI, sans-serif;
            text-align: center;
            margin-top: 8px;
        }

        .illumo-stamp .stamp-top {
            font-size: 0.7rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #555;
        }

        .illumo-stamp .stamp-bottom {
            font-size: 0.85rem;
            font-weight: 600;
            color: #000;
            white-space: nowrap;
        }

        /* INFRASTRUCTURE RIBBON */
        .illumo-ribbon {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1em;
            padding: 0.9em 1.25em;
            border-radius: 1.5em;
            border: 1px solid #E0E0E0;
            background: linear-gradient(90deg, #FAF7FF 0%, #F5F0FF 35%, #FFF9E6 100%);
            font-family: system-ui, -apple-system, Segoe UI, sans-serif;
            font-size: 0.85rem;
            color: #222;
            max-width: 900px;
            margin: 1.5em auto 0;
        }

        .illumo-ribbon-left {
            display: flex;
            flex-direction: column;
            gap: 0.15em;
        }

        .illumo-ribbon-label {
            text-transform: uppercase;
            letter-spacing: 0.12em;
            font-size: 0.7rem;
            color: #666;
        }

        .illumo-ribbon-main {
            font-weight: 600;
        }

        .illumo-ribbon-sub {
            font-size: 0.8rem;
            color: #555;
        }

        .illumo-ribbon-right {
            display: flex;
            align-items: center;
            gap: 0.4em;
        }

        .illumo-ribbon-orb {
            width: 2em;
            height: 2em;
            display: block;
        }

        .illumo-ribbon-tag {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #444;
        }

        /* CERTIFIED PILL */
        .illumo-certified {
            display: inline-flex;
            align-items: center;
            gap: 0.5em;
            padding: 0.5em 0.9em;
            border-radius: 999px;
            border: 1px solid #C39A3A;
            background: #ffffff;
            font-family: system-ui, -apple-system, Segoe UI, sans-serif;
            font-size: 0.8rem;
            white-space: nowrap;
            margin: 1em auto 0;
        }

        .illumo-certified-orb {
            width: 1.4em;
            height: 1.4em;
            display: block;
        }

        .illumo-certified-text {
            display: flex;
            flex-direction: column;
            line-height: 1.1;
        }

        .illumo-certified-top {
            text-transform: uppercase;
            letter-spacing: 0.12em;
            font-size: 0.65rem;
            color: #555;
        }

        .illumo-certified-main {
            font-weight: 600;
            color: #000;
        }

        /* RESPONSIVE */
        @media (max-width: 800px) {
            .tf-hero-inner {
                grid-template-columns: minmax(0, 1fr);
            }

            .illumo-ribbon {
                flex-direction: column;
                align-items: flex-start;
            }
        }