    /* ============================================================
       CSS VARIABLES & RESET
    ============================================================ */
    :root {
      --blue-900: #0c1b3a;
      --blue-800: #112954;
      --blue-700: #1a3d6e;
      --blue-600: #1e4f9c;
      --blue-500: #2563eb;
      --blue-400: #3b82f6;
      --blue-100: #dbeafe;
      --blue-50:  #eff6ff;
      --orange:   #f97316;
      --orange-h: #ea6c0a;
      --green:    #22c55e;
      --white:    #ffffff;
      --gray-50:  #f8fafc;
      --gray-100: #f1f5f9;
      --gray-200: #e2e8f0;
      --gray-400: #94a3b8;
      --gray-600: #475569;
      --gray-800: #1e293b;
      --text:     #0f172a;
      --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
      --shadow:    0 4px 16px rgba(0,0,0,.08);
      --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
      --radius:    12px;
      --radius-lg: 20px;
      --transition: 0.25s cubic-bezier(0.4,0,0.2,1);
    }

    *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

    html { scroll-behavior: smooth; font-size: 16px; }

    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }

    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }
    ul { list-style: none; }
    button { cursor: pointer; font-family: inherit; }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .section-label {
      display: inline-block;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--blue-500);
      background: var(--blue-50);
      border: 1px solid var(--blue-100);
      padding: 5px 14px;
      border-radius: 50px;
      margin-bottom: 1rem;
    }

    .section-title {
      font-size: clamp(1.75rem, 3.5vw, 2.5rem);
      font-weight: 800;
      color: var(--blue-900);
      line-height: 1.2;
      margin-bottom: 1rem;
    }

    .section-sub {
      font-size: 1.05rem;
      color: var(--gray-600);
      max-width: 600px;
    }

    .section-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }

    .section-header .section-sub { margin: 0 auto; }

    /* ============================================================
       NAVBAR
    ============================================================ */
    .navbar {
      background: var(--white);
      border-bottom: 1px solid var(--gray-200);
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      padding: 0;
      transition: box-shadow var(--transition);
    }

    .navbar.scrolled {
      box-shadow: 0 2px 20px rgba(0,0,0,.1);
    }

    .navbar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px;
    }

    /* Logo */
    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      font-size: 1.35rem;
      color: var(--blue-900);
    }

    .nav-logo-icon {
      width: 38px;
      height: 38px;
      background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: .85rem;
      font-weight: 900;
      letter-spacing: -.5px;
    }

    .nav-logo span { color: var(--blue-500); }

    /* Nav Links */
    .nav-links {
      display: flex;
      align-items: center;
      gap: 2px;
    }

    .nav-links a {
      font-size: .9rem;
      font-weight: 500;
      color: var(--gray-600);
      padding: 7px 14px;
      border-radius: 8px;
      transition: all var(--transition);
    }

    .nav-links a:hover {
      color: var(--blue-600);
      background: var(--blue-50);
    }

    /* Nav Actions */
    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .btn-login {
      font-size: .9rem;
      font-weight: 600;
      color: var(--blue-600);
      border: 1.5px solid var(--blue-200, #bfdbfe);
      background: var(--white);
      padding: 8px 20px;
      border-radius: 8px;
      transition: all var(--transition);
    }

    .btn-login:hover {
      background: var(--blue-50);
      border-color: var(--blue-400);
    }

    .btn-cta-nav {
      font-size: .9rem;
      font-weight: 600;
      color: var(--white);
      background: var(--blue-500);
      border: none;
      padding: 9px 20px;
      border-radius: 8px;
      transition: all var(--transition);
    }

    .btn-cta-nav:hover {
      background: var(--blue-600);
      transform: translateY(-1px);
      box-shadow: 0 4px 14px rgba(37,99,235,.3);
    }

    /* Mobile Toggle */
    .mobile-toggle {
      display: none;
      background: none;
      border: none;
      font-size: 1.4rem;
      color: var(--blue-700);
      padding: 6px;
    }

    /* ============================================================
       HERO SECTION
    ============================================================ */
    .hero {
      background: linear-gradient(160deg, var(--blue-900) 0%, var(--blue-800) 45%, var(--blue-700) 100%);
      padding: 140px 0 90px;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 4rem;
      align-items: center;
    }

    .hero-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.15);
      color: rgba(255,255,255,.85);
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 50px;
      margin-bottom: 1.25rem;
    }

    .hero-label i { color: var(--green); font-size: .7rem; }

    .hero h1 {
      font-size: clamp(2rem, 4.5vw, 3.2rem);
      font-weight: 800;
      color: var(--white);
      line-height: 1.15;
      margin-bottom: 1.25rem;
    }

    .hero h1 em {
      font-style: normal;
      color: var(--orange);
    }

    .hero-p {
      font-size: 1.1rem;
      color: rgba(255,255,255,.75);
      max-width: 520px;
      margin-bottom: 2rem;
      line-height: 1.7;
    }

    .hero-btns {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 2.5rem;
    }

    .btn-hero-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--orange);
      color: var(--white);
      font-weight: 700;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 10px;
      border: none;
      transition: all var(--transition);
    }

    .btn-hero-primary:hover {
      background: var(--orange-h);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(249,115,22,.4);
    }

    .btn-hero-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      color: var(--white);
      font-weight: 600;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 10px;
      border: 1.5px solid rgba(255,255,255,.35);
      transition: all var(--transition);
    }

    .btn-hero-secondary:hover {
      background: rgba(255,255,255,.1);
      border-color: rgba(255,255,255,.6);
    }

    .hero-trust {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 7px;
      color: rgba(255,255,255,.65);
      font-size: .85rem;
      font-weight: 500;
    }

    .trust-item i { color: var(--green); }

    /* Domain Search Card */
    .domain-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 2rem;
      box-shadow: 0 20px 60px rgba(0,0,0,.25);
    }

    .domain-card h3 {
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--blue-900);
      margin-bottom: .4rem;
    }

    .domain-card p {
      font-size: .85rem;
      color: var(--gray-600);
      margin-bottom: 1.25rem;
    }

    .domain-input-row {
      display: flex;
      border: 2px solid var(--gray-200);
      border-radius: 10px;
      overflow: hidden;
      transition: border-color var(--transition);
      margin-bottom: 1rem;
    }

    .domain-input-row:focus-within {
      border-color: var(--blue-500);
    }

    .domain-input-row input {
      flex: 1;
      padding: 12px 16px;
      border: none;
      outline: none;
      font-family: inherit;
      font-size: .95rem;
      color: var(--text);
    }

    .domain-input-row input::placeholder { color: var(--gray-400); }

    .btn-domain-search {
      background: var(--blue-500);
      color: var(--white);
      border: none;
      padding: 12px 20px;
      font-weight: 600;
      font-size: .9rem;
      transition: background var(--transition);
      white-space: nowrap;
    }

    .btn-domain-search:hover { background: var(--blue-600); }

    .domain-validation-msg {
      font-size: .8rem;
      font-weight: 600;
      min-height: 20px;
      margin-top: 6px;
      padding: 0 4px;
      color: #ef4444;
    }

    .domain-validation-msg.ok { color: var(--green); }

    .domain-extensions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: .75rem;
    }

    .ext-badge {
      background: var(--gray-100);
      color: var(--gray-600);
      font-size: .78rem;
      font-weight: 600;
      padding: 4px 10px;
      border-radius: 6px;
    }

    .domain-card-divider {
      border: none;
      border-top: 1px solid var(--gray-200);
      margin: 1.25rem 0;
    }

    .domain-card-actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .btn-site {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 11px;
      border-radius: 9px;
      font-weight: 600;
      font-size: .9rem;
      border: none;
      transition: all var(--transition);
      text-align: center;
    }

    .btn-site.primary {
      background: var(--orange);
      color: var(--white);
    }

    .btn-site.primary:hover {
      background: var(--orange-h);
      transform: translateY(-1px);
    }

    .btn-site.outline {
      background: var(--white);
      color: var(--blue-600);
      border: 1.5px solid var(--blue-200, #bfdbfe);
    }

    .btn-site.outline:hover {
      background: var(--blue-50);
    }

    /* ============================================================
       STATS BAR
    ============================================================ */
    .stats-bar {
      background: var(--white);
      border-bottom: 1px solid var(--gray-200);
      padding: 0;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      divide-x: 1px solid var(--gray-200);
    }

    .stat-item {
      padding: 28px 24px;
      text-align: center;
      border-right: 1px solid var(--gray-200);
    }

    .stat-item:last-child { border-right: none; }

    .stat-num {
      font-size: 2rem;
      font-weight: 800;
      color: var(--blue-600);
      line-height: 1;
      margin-bottom: 4px;
    }

    .stat-lbl {
      font-size: .82rem;
      color: var(--gray-600);
      font-weight: 500;
    }

    /* ============================================================
       SERVICES SECTION
    ============================================================ */
    .services {
      padding: 100px 0;
      background: var(--white);
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .service-card {
      background: var(--white);
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-lg);
      padding: 2rem;
      transition: all var(--transition);
      position: relative;
      overflow: hidden;
    }

    .service-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--blue-500), var(--blue-400));
      opacity: 0;
      transition: opacity var(--transition);
    }

    .service-card:hover {
      border-color: var(--blue-200, #bfdbfe);
      box-shadow: var(--shadow-lg);
      transform: translateY(-4px);
    }

    .service-card:hover::before { opacity: 1; }

    .service-icon {
      width: 52px;
      height: 52px;
      background: var(--blue-50);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      color: var(--blue-500);
      margin-bottom: 1.25rem;
      transition: all var(--transition);
    }

    .service-card:hover .service-icon {
      background: var(--blue-500);
      color: var(--white);
    }

    .service-card h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--blue-900);
      margin-bottom: .6rem;
    }

    .service-card p {
      font-size: .9rem;
      color: var(--gray-600);
      line-height: 1.65;
    }

    .service-link {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: .85rem;
      font-weight: 600;
      color: var(--blue-500);
      margin-top: 1rem;
    }

    .service-link i { font-size: .75rem; transition: transform var(--transition); }
    .service-card:hover .service-link i { transform: translateX(3px); }

    /* ============================================================
       WHY CHOOSE US
    ============================================================ */
    .why-us {
      padding: 100px 0;
      background: var(--gray-50);
    }

    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
    }

    .why-visual {
      position: relative;
    }

    .why-card-main {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 2.5rem;
      box-shadow: var(--shadow-lg);
    }

    .why-icon-row {
      display: flex;
      gap: 12px;
      margin-bottom: 1.25rem;
    }

    .why-icon {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
    }

    .why-icon.blue { background: var(--blue-50); color: var(--blue-500); }
    .why-icon.green { background: #f0fdf4; color: var(--green); }
    .why-icon.orange { background: #fff7ed; color: var(--orange); }

    .why-card-main h4 {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--blue-900);
      margin-bottom: .4rem;
    }

    .why-card-main p {
      font-size: .9rem;
      color: var(--gray-600);
      line-height: 1.6;
    }

    .why-badge {
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: var(--blue-600);
      color: var(--white);
      padding: 16px 20px;
      border-radius: var(--radius);
      box-shadow: 0 8px 24px rgba(37,99,235,.35);
    }

    .why-badge .badge-num {
      font-size: 1.8rem;
      font-weight: 800;
      line-height: 1;
    }

    .why-badge .badge-lbl {
      font-size: .75rem;
      opacity: .85;
    }

    .why-points {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }

    .why-point {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
    }

    .why-point-icon {
      width: 42px;
      height: 42px;
      min-width: 42px;
      background: var(--blue-50);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--blue-500);
      font-size: 1rem;
    }

    .why-point h4 {
      font-size: .95rem;
      font-weight: 700;
      color: var(--blue-900);
      margin-bottom: .3rem;
    }

    .why-point p {
      font-size: .88rem;
      color: var(--gray-600);
      line-height: 1.55;
    }

    /* ============================================================
       PRICING — WEBSITES
    ============================================================ */
    .pricing {
      padding: 100px 0;
      background: var(--white);
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      align-items: start;
    }

    .price-card {
      background: var(--white);
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-lg);
      padding: 2rem;
      position: relative;
      transition: all var(--transition);
    }

    .price-card:hover {
      box-shadow: var(--shadow-lg);
      transform: translateY(-4px);
    }

    .price-card.featured {
      background: var(--blue-900);
      border-color: var(--blue-900);
      transform: scale(1.04);
      box-shadow: 0 20px 60px rgba(12,27,58,.35);
    }

    .price-card.featured:hover {
      transform: scale(1.04) translateY(-4px);
    }

    .price-badge {
      display: inline-block;
      background: var(--orange);
      color: var(--white);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 50px;
      margin-bottom: 1rem;
    }

    .price-card h3 {
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--blue-900);
      margin-bottom: .5rem;
    }

    .price-card.featured h3 { color: rgba(255,255,255,.75); }

    .price-amount {
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--blue-900);
      line-height: 1;
      margin-bottom: .3rem;
    }

    .price-amount .currency {
      font-size: 1rem;
      font-weight: 600;
      vertical-align: super;
    }

    .price-card.featured .price-amount { color: var(--white); }

    .price-period {
      font-size: .82rem;
      color: var(--gray-400);
      margin-bottom: 1.5rem;
    }

    .price-card.featured .price-period { color: rgba(255,255,255,.5); }

    .price-divider {
      border: none;
      border-top: 1px solid var(--gray-200);
      margin: 1.5rem 0;
    }

    .price-card.featured .price-divider { border-color: rgba(255,255,255,.12); }

    .price-features {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 2rem;
    }

    .price-feature {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: .88rem;
      color: var(--gray-600);
    }

    .price-feature i {
      color: var(--green);
      font-size: .8rem;
      margin-top: 3px;
      flex-shrink: 0;
    }

    .price-card.featured .price-feature { color: rgba(255,255,255,.7); }
    .price-card.featured .price-feature i { color: #86efac; }

    .btn-price {
      display: block;
      text-align: center;
      font-weight: 700;
      font-size: .95rem;
      padding: 13px;
      border-radius: 10px;
      border: none;
      transition: all var(--transition);
    }

    .btn-price.dark {
      background: var(--blue-600);
      color: var(--white);
    }

    .btn-price.dark:hover {
      background: var(--blue-700);
      transform: translateY(-1px);
    }

    .btn-price.light {
      background: var(--white);
      color: var(--blue-900);
      border: 1.5px solid var(--gray-200);
    }

    .btn-price.light:hover {
      border-color: var(--blue-400);
      background: var(--blue-50);
    }

    .btn-price.accent {
      background: var(--orange);
      color: var(--white);
    }

    .btn-price.accent:hover {
      background: var(--orange-h);
      transform: translateY(-1px);
      box-shadow: 0 4px 14px rgba(249,115,22,.35);
    }

    /* ============================================================
       PRICING — HOSTING
    ============================================================ */
    .hosting-pricing {
      padding: 80px 0 100px;
      background: var(--gray-50);
    }

    .hosting-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .hosting-card {
      background: var(--white);
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-lg);
      padding: 2rem;
      position: relative;
      transition: all var(--transition);
    }

    .hosting-card.popular {
      border-color: var(--blue-500);
    }

    .hosting-card:hover {
      box-shadow: var(--shadow-lg);
      transform: translateY(-4px);
    }

    .hosting-badge {
      position: absolute;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--blue-500);
      color: var(--white);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 50px;
      white-space: nowrap;
    }

    .hosting-card h3 {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--blue-900);
      margin-bottom: .25rem;
    }

    .hosting-price {
      font-size: 1.9rem;
      font-weight: 800;
      color: var(--blue-600);
      margin: .5rem 0 .25rem;
    }

    .hosting-price span {
      font-size: .85rem;
      font-weight: 500;
      color: var(--gray-400);
    }

    .hosting-note {
      font-size: .78rem;
      color: var(--orange);
      font-weight: 600;
      margin-bottom: 1.25rem;
    }

    /* ============================================================
       FAQ SECTION
    ============================================================ */
    .faq-section {
      padding: 100px 0;
      background: var(--white);
    }

    .faq-wrap {
      max-width: 760px;
      margin: 0 auto;
    }

    .faq-item {
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius);
      margin-bottom: 12px;
      overflow: hidden;
      transition: border-color var(--transition);
    }

    .faq-item.open {
      border-color: var(--blue-300, #93c5fd);
    }

    .faq-q {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.2rem 1.5rem;
      cursor: pointer;
      background: var(--white);
      gap: 1rem;
    }

    .faq-q span {
      font-weight: 600;
      font-size: .95rem;
      color: var(--blue-900);
    }

    .faq-q .faq-toggle {
      width: 28px;
      height: 28px;
      min-width: 28px;
      background: var(--gray-100);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gray-600);
      font-size: .7rem;
      transition: all var(--transition);
    }

    .faq-item.open .faq-q .faq-toggle {
      background: var(--blue-500);
      color: var(--white);
      transform: rotate(180deg);
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.2s ease;
      padding: 0 1.5rem;
      color: var(--gray-600);
      font-size: .9rem;
      line-height: 1.7;
    }

    .faq-item.open .faq-a {
      max-height: 300px;
      padding: 0 1.5rem 1.25rem;
    }

    /* ============================================================
       CTA SECTION
    ============================================================ */
    .cta-section {
      background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
      padding: 90px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    }

    .cta-section .section-label {
      background: rgba(255,255,255,.12);
      border-color: rgba(255,255,255,.2);
      color: rgba(255,255,255,.9);
    }

    .cta-title {
      font-size: clamp(1.75rem, 3vw, 2.4rem);
      font-weight: 800;
      color: var(--white);
      margin-bottom: .75rem;
    }

    .cta-sub {
      font-size: 1rem;
      color: rgba(255,255,255,.7);
      max-width: 500px;
      margin: 0 auto 2.5rem;
    }

    .cta-btns {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-cta-white {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--white);
      color: var(--blue-900);
      font-weight: 700;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 10px;
      border: none;
      transition: all var(--transition);
    }

    .btn-cta-white:hover {
      background: var(--gray-100);
      transform: translateY(-2px);
    }

    .btn-cta-outline {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      color: var(--white);
      font-weight: 600;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 10px;
      border: 1.5px solid rgba(255,255,255,.4);
      transition: all var(--transition);
    }

    .btn-cta-outline:hover {
      background: rgba(255,255,255,.1);
      border-color: rgba(255,255,255,.7);
    }

    /* ============================================================
       FOOTER
    ============================================================ */
    .footer {
      background: var(--blue-900);
      color: rgba(255,255,255,.75);
      padding: 70px 0 0;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 260px repeat(4, 1fr);
      gap: 3rem;
      margin-bottom: 3rem;
    }

    .footer-brand .nav-logo {
      color: var(--white);
      margin-bottom: 1rem;
    }

    .footer-brand p {
      font-size: .88rem;
      line-height: 1.7;
      margin-bottom: 1.5rem;
      color: rgba(255,255,255,.55);
    }

    .social-row {
      display: flex;
      gap: 10px;
    }

    .social-btn {
      width: 38px;
      height: 38px;
      background: rgba(255,255,255,.08);
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,.65);
      font-size: .9rem;
      transition: all var(--transition);
    }

    .social-btn:hover {
      background: var(--blue-500);
      color: var(--white);
      transform: translateY(-2px);
    }

    .footer-col h5 {
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--white);
      margin-bottom: 1.25rem;
    }

    .footer-col ul li {
      margin-bottom: 10px;
    }

    .footer-col ul li a {
      font-size: .88rem;
      color: rgba(255,255,255,.55);
      transition: color var(--transition);
    }

    .footer-col ul li a:hover { color: var(--white); }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.1);
      padding: 20px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }

    .footer-bottom p {
      font-size: .83rem;
      color: rgba(255,255,255,.4);
    }

    .footer-bottom-links {
      display: flex;
      gap: 20px;
    }

    .footer-bottom-links a {
      font-size: .83rem;
      color: rgba(255,255,255,.4);
      transition: color var(--transition);
    }

    .footer-bottom-links a:hover { color: rgba(255,255,255,.8); }

    /* ============================================================
       WHATSAPP FLOAT
    ============================================================ */
    .whatsapp-float {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 999;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .whatsapp-tooltip {
      background: var(--white);
      color: var(--gray-800);
      font-size: .82rem;
      font-weight: 600;
      padding: 8px 14px;
      border-radius: 8px;
      box-shadow: var(--shadow-lg);
      white-space: nowrap;
      opacity: 0;
      transform: translateX(8px);
      transition: all var(--transition);
      pointer-events: none;
    }

    .whatsapp-float:hover .whatsapp-tooltip {
      opacity: 1;
      transform: translateX(0);
    }

    .whatsapp-btn {
      width: 56px;
      height: 56px;
      background: #25d366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: 1.5rem;
      box-shadow: 0 4px 20px rgba(37,211,102,.4);
      transition: all var(--transition);
      animation: waPulse 2.5s infinite;
    }

    .whatsapp-btn:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 28px rgba(37,211,102,.5);
    }

    @keyframes waPulse {
      0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,.4); }
      50% { box-shadow: 0 4px 30px rgba(37,211,102,.7); }
    }

    /* ============================================================
       NOTIFICATION
    ============================================================ */
    .notif {
      position: fixed;
      top: 90px;
      right: 24px;
      z-index: 2000;
      background: var(--white);
      border: 1px solid var(--gray-200);
      border-left: 4px solid var(--green);
      border-radius: 10px;
      padding: 14px 18px;
      box-shadow: var(--shadow-lg);
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: .9rem;
      font-weight: 500;
      color: var(--text);
      animation: slideIn .3s ease;
    }

    .notif.error { border-left-color: #ef4444; }

    @keyframes slideIn {
      from { transform: translateX(110%); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }

    /* ============================================================
       MOBILE MENU OVERLAY
    ============================================================ */
    .mobile-menu {
      display: none;
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--white);
      z-index: 999;
      padding: 1.5rem 24px;
      overflow-y: auto;
      flex-direction: column;
      gap: 6px;
    }

    .mobile-menu.open { display: flex; }

    .mobile-menu a {
      display: block;
      padding: 13px 16px;
      font-weight: 600;
      font-size: 1rem;
      color: var(--text);
      border-radius: 10px;
      border: 1px solid var(--gray-200);
      transition: all var(--transition);
    }

    .mobile-menu a:hover {
      background: var(--blue-50);
      color: var(--blue-600);
      border-color: var(--blue-200, #bfdbfe);
    }

    .mobile-menu-divider {
      border: none;
      border-top: 1px solid var(--gray-200);
      margin: 8px 0;
    }

    /* ============================================================
       SCROLL ANIMATIONS
    ============================================================ */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .55s ease, transform .55s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }

    /* ============================================================
       RESPONSIVE
    ============================================================ */
    @media (max-width: 1024px) {
      .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
      .domain-card { max-width: 540px; width: 100%; margin: 0 auto; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .pricing-grid { grid-template-columns: 1fr; }
      .price-card.featured { transform: none; }
      .hosting-grid { grid-template-columns: 1fr; }
      .why-grid { grid-template-columns: 1fr; gap: 3rem; }
      .why-badge { right: 20px; bottom: -12px; }
      .footer-top { grid-template-columns: 1fr 1fr; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
      .nav-links, .nav-actions { display: none; }
      .mobile-toggle { display: flex; align-items: center; justify-content: center; }

      /* ── Hero ── */
      .hero { padding: 100px 0 60px; }
      .hero-left { text-align: center; }
      .hero-label { margin-left: auto; margin-right: auto; }
      .hero h1 { font-size: clamp(1.75rem, 6vw, 2.6rem); }
      .hero-p { font-size: 1rem; max-width: 100%; margin-left: auto; margin-right: auto; }
      .hero-btns { justify-content: center; }
      .hero-trust { justify-content: center; }

      /* Domain card */
      .domain-card { max-width: 100%; padding: 1.5rem; }

      /* Rest of page */
      .services-grid { grid-template-columns: 1fr; }
      .hosting-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; text-align: center; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 480px) {
      /* Hero buttons — full width when stacked */
      .hero-btns { flex-direction: column; align-items: stretch; gap: 10px; }
      .btn-hero-primary,
      .btn-hero-secondary {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
      }

      /* Trust items */
      .hero-trust { flex-direction: column; align-items: center; gap: 10px; }

      /* Domain card */
      .domain-card { padding: 1.25rem; }
      .domain-input-row { flex-direction: column; border-radius: 10px; overflow: visible; }
      .domain-input-row input {
        border: 2px solid var(--gray-200);
        border-radius: 8px;
        width: 100%;
        font-size: .9rem;
      }
      .domain-input-row:focus-within { border: none; }
      .domain-input-row:focus-within input { border-color: var(--blue-500); }
      .btn-domain-search {
        width: 100%;
        padding: 12px 16px;
        border-radius: 8px;
        margin-top: 8px;
        font-size: .9rem;
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 7px;
      }

      /* Other sections */
      .cta-btns { flex-direction: column; align-items: center; }
      .whatsapp-float { bottom: 16px; right: 16px; }
    }

    @media (max-width: 360px) {
      .hero { padding: 90px 0 50px; }
      .container { padding: 0 16px; }
      .hero h1 { font-size: 1.65rem; }
      .hero-p { font-size: .95rem; }
      .domain-card { padding: 1rem; }
    }
    /* ============================================================
       CONTACT SECTION
    ============================================================ */
    .contact-section {
      padding: 100px 0;
      background: var(--gray-50);
      position: relative;
      overflow: hidden;
    }

    .contact-section::before {
      content: '';
      position: absolute;
      top: -120px;
      right: -120px;
      width: 420px;
      height: 420px;
      background: radial-gradient(circle, rgba(37,99,235,.06) 0%, transparent 70%);
      pointer-events: none;
    }

    .contact-layout {
      display: grid;
      grid-template-columns: 400px 1fr;
      gap: 4rem;
      align-items: start;
    }

    /* Left column */
    .contact-intro {
      position: sticky;
      top: 100px;
    }

    .contact-intro .section-sub {
      margin-bottom: 2rem;
    }

    .contact-guarantee {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .guarantee-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: .88rem;
      font-weight: 600;
      color: var(--gray-600);
    }

    .guarantee-item i {
      width: 28px;
      height: 28px;
      background: var(--blue-50);
      border-radius: 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--blue-500);
      font-size: .75rem;
      flex-shrink: 0;
    }

    /* Right — cards grid */
    .contact-cards {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }

    .contact-card {
      background: var(--white);
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-lg);
      padding: 1.75rem 2rem;
      display: flex;
      align-items: center;
      gap: 1.5rem;
      transition: all var(--transition);
      position: relative;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
    }

    .contact-card::after {
      content: '';
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 4px;
      border-radius: 4px 0 0 4px;
      background: var(--blue-500);
      opacity: 0;
      transition: opacity var(--transition);
    }

    .contact-card:hover {
      border-color: var(--blue-300, #93c5fd);
      box-shadow: 0 8px 32px rgba(37,99,235,.1);
      transform: translateX(4px);
    }

    .contact-card:hover::after { opacity: 1; }

    .contact-card-icon {
      width: 60px;
      height: 60px;
      min-width: 60px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      transition: all var(--transition);
    }

    .contact-card-icon.blue   { background: var(--blue-50);  color: var(--blue-500); }
    .contact-card-icon.green  { background: #f0fdf4;          color: #16a34a; }
    .contact-card-icon.mail-c { background: #fdf4ff;          color: #9333ea; }
    .contact-card-icon.mail-s { background: #fff7ed;          color: var(--orange); }
    .contact-card-icon.mail-g { background: var(--blue-50);   color: var(--blue-500); }

    .contact-card:hover .contact-card-icon.blue   { background: var(--blue-500);  color: var(--white); }
    .contact-card:hover .contact-card-icon.green  { background: #16a34a;           color: var(--white); }
    .contact-card:hover .contact-card-icon.mail-c { background: #9333ea;           color: var(--white); }
    .contact-card:hover .contact-card-icon.mail-s { background: var(--orange);     color: var(--white); }
    .contact-card:hover .contact-card-icon.mail-g { background: var(--blue-500);   color: var(--white); }

    .contact-card-body {
      flex: 1;
      min-width: 0;
    }

    .contact-card-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--gray-400);
      margin-bottom: 3px;
    }

    .contact-card-value {
      font-size: 1.2rem;
      font-weight: 800;
      color: var(--blue-900);
      margin-bottom: 4px;
      word-break: break-all;
    }

    .contact-card-desc {
      font-size: .83rem;
      color: var(--gray-600);
      line-height: 1.5;
    }

    .contact-card-arrow {
      width: 36px;
      height: 36px;
      min-width: 36px;
      background: var(--gray-100);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gray-400);
      font-size: .8rem;
      transition: all var(--transition);
    }

    .contact-card:hover .contact-card-arrow {
      background: var(--blue-500);
      color: var(--white);
      transform: translateX(2px);
    }

    /* Emails group card */
    .contact-card-group {
      background: var(--white);
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-lg);
      overflow: hidden;
      transition: border-color var(--transition);
    }

    .contact-card-group:hover {
      border-color: var(--blue-300, #93c5fd);
    }

    .contact-group-header {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 1.5rem 2rem 1rem;
      border-bottom: 1px solid var(--gray-100);
    }

    .contact-group-header .contact-card-icon {
      width: 48px;
      height: 48px;
      min-width: 48px;
    }

    .contact-group-header h4 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--blue-900);
    }

    .contact-group-header p {
      font-size: .82rem;
      color: var(--gray-500);
    }

    .contact-email-rows {
      display: flex;
      flex-direction: column;
    }

    .contact-email-row {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 1rem 2rem;
      border-bottom: 1px solid var(--gray-100);
      text-decoration: none;
      transition: all var(--transition);
      position: relative;
    }

    .contact-email-row:last-child { border-bottom: none; }

    .contact-email-row:hover {
      background: var(--blue-50);
    }

    .email-dot {
      width: 8px;
      height: 8px;
      min-width: 8px;
      border-radius: 50%;
      background: var(--blue-300, #93c5fd);
    }

    .contact-email-row:hover .email-dot { background: var(--blue-500); }

    .contact-email-row-body {
      flex: 1;
      min-width: 0;
    }

    .email-address {
      font-size: .95rem;
      font-weight: 700;
      color: var(--blue-700);
      word-break: break-all;
    }

    .email-purpose {
      font-size: .78rem;
      color: var(--gray-500);
    }

    .contact-email-row-arrow {
      font-size: .75rem;
      color: var(--gray-300);
      transition: all var(--transition);
    }

    .contact-email-row:hover .contact-email-row-arrow {
      color: var(--blue-500);
      transform: translateX(2px);
    }

    @media (max-width: 1024px) {
      .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
      .contact-intro { position: static; }
    }

    @media (max-width: 600px) {
      .contact-card { flex-wrap: wrap; gap: 1rem; }
      .contact-card-value { font-size: 1rem; }
    }