/* Shared stylesheet — seobuilder.com */

/* ─── Reset & Base ─────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --blue:        #1F61FD;
      --blue-dark:   #1448d0;
      --blue-light:  #4389ff;
      --pink:        #FF4961;
      --pink-dark:   #e03350;
      --green:       #1BC768;
      --green-dark:  #13a255;
      --teal:        #0E6783;
      --teal-dark:   #0a4f65;
      --text:        #111827;
      --text-muted:  #6b7280;
      --bg-light:    #f5f7fc;
      --white:       #ffffff;
      --border:      #e5e7eb;
      --shadow-sm:   0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
      --shadow:      0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);
      --shadow-lg:   0 12px 28px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
      --radius:      14px;
      --radius-sm:   8px;
      --font:        'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font);
      color: var(--text);
      line-height: 1.6;
      background: var(--white);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    a { color: inherit; }
    img { max-width: 100%; display: block; }

/* ─── NAVBAR ─────────────────────────────────── */
    .navbar {
      position: sticky;
      top: 0;
      z-index: 200;
      background: rgba(255,255,255,0.97);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
      box-shadow: 0 1px 12px rgba(0,0,0,0.06);
    }

    .navbar-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 80px;
    }

    .logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
    .logo img { height: 48px; width: auto; }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 0.15rem;
      list-style: none;
    }

    .nav-links a {
      text-decoration: none;
      color: var(--text);
      font-size: 0.915rem;
      font-weight: 600;
      padding: 0.5rem 1rem;
      border-radius: var(--radius-sm);
      transition: color 0.18s, background 0.18s;
      white-space: nowrap;
      position: relative;
    }

    .nav-links li:not(:last-child) a::after {
      content: '';
      position: absolute;
      bottom: 4px;
      left: 1rem;
      right: 1rem;
      height: 2px;
      border-radius: 2px;
      background: var(--blue);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.22s ease;
    }

    .nav-links li:not(:last-child) a:hover::after { transform: scaleX(1); }

    .nav-links a:hover {
      color: var(--blue);
      background: rgba(31,97,253,0.06);
    }

    .nav-links .btn-nav-login {
      background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
      color: var(--white) !important;
      padding: 0.55rem 1.4rem;
      border-radius: 50px;
      margin-left: 0.75rem;
      font-weight: 700;
      font-size: 0.9rem;
      letter-spacing: 0.01em;
      box-shadow: 0 4px 14px rgba(31,97,253,0.35);
      transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
    }

    .nav-links .btn-nav-login:hover {
      background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%) !important;
      color: var(--white) !important;
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(31,97,253,0.45);
    }

    .nav-links .btn-nav-login::after { display: none; }

    /* pill */
    .nav-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      background: transparent;
      border: 1px solid rgba(31,97,253,0.18);
      padding: 0.32rem 0.85rem;
      border-radius: 50px;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.055em;
      text-transform: uppercase;
      color: var(--blue);
      white-space: nowrap;
      margin-left: 0.75rem;
      cursor: default;
      transition: transform 0.2s cubic-bezier(.34,1.56,.64,1), box-shadow 0.2s, background 0.2s;
    }
    .nav-pill:hover {
      transform: translateY(-1px) scale(1.03);
      background: var(--blue);
      box-shadow: 0 4px 14px rgba(31,97,253,0.3);
    }
    .nav-pill:hover .hero-pill-main,
    .nav-pill:hover .hero-pill-year { color: var(--white); }
    .nav-pill:hover .hero-pill-sep { background: rgba(255,255,255,0.35); }

    .hero-pill-flag { font-size: 1.05rem; line-height: 1; margin-right: 0.5rem; }
    .hero-pill-main { color: var(--blue); font-weight: 700; letter-spacing: 0.05em; }
    .hero-pill-sep { display: inline-block; width: 1px; height: 13px; background: rgba(31,97,253,0.22); margin: 0 0.6rem; border-radius: 1px; flex-shrink: 0; }
    .hero-pill-year { color: var(--text-muted); font-weight: 600; letter-spacing: 0.04em; }

/* ─── DROPDOWN ──────────────────────────────── */
    .nav-dropdown { position: relative; }
    .nav-dropdown > a { display: flex; align-items: center; gap: 0.3rem; }
    .nav-dropdown > a .chevron {
      width: 14px; height: 14px;
      stroke: currentColor; fill: none;
      stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
      transition: transform 0.22s ease; flex-shrink: 0;
    }
    .nav-dropdown:hover > a .chevron,
    .nav-dropdown.is-open > a .chevron { transform: rotate(180deg); }

    .dropdown-menu {
      list-style: none;
      position: absolute;
      top: 100%; left: 50%;
      transform: translateX(-50%) translateY(-4px);
      min-width: 240px;
      background: transparent;
      padding-top: 10px;
      opacity: 0; pointer-events: none;
      transition: opacity 0.2s ease, transform 0.2s ease;
      z-index: 300;
    }
    .dropdown-inner {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      box-shadow: 0 16px 40px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.06);
      padding: 0.5rem;
      position: relative;
    }
    .dropdown-inner::before {
      content: '';
      position: absolute;
      top: -6px; left: 50%;
      transform: translateX(-50%) rotate(45deg);
      width: 11px; height: 11px;
      background: var(--white);
      border-top: 1px solid var(--border);
      border-left: 1px solid var(--border);
      border-radius: 2px 0 0 0;
    }
    .nav-dropdown:hover .dropdown-menu,
    .nav-dropdown.is-open .dropdown-menu {
      opacity: 1; pointer-events: all;
      transform: translateX(-50%) translateY(0);
    }
    .dropdown-menu a {
      display: flex; align-items: center; gap: 0.75rem;
      padding: 0.65rem 0.85rem;
      border-radius: 9px;
      color: var(--text) !important;
      font-size: 0.875rem; font-weight: 500;
      text-decoration: none;
      transition: background 0.15s, color 0.15s;
      background: none !important;
    }
    .dropdown-menu a::after { display: none !important; }
    .dropdown-menu a:hover { background: var(--bg-light) !important; color: var(--blue) !important; }

    .dd-icon {
      width: 32px; height: 32px; border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; transition: background 0.15s, transform 0.15s;
    }
    .dd-pink   { background: var(--pink); }
    .dd-purple { background: #7c3aed; }
    .dd-green  { background: var(--green); }
    .dd-blue   { background: var(--blue); }
    .dd-teal   { background: var(--teal); }
    .dropdown-menu a:hover .dd-pink   { background: #e03350; }
    .dropdown-menu a:hover .dd-purple { background: #6d28d9; }
    .dropdown-menu a:hover .dd-green  { background: #13a255; }
    .dropdown-menu a:hover .dd-blue   { background: var(--blue-dark); }
    .dropdown-menu a:hover .dd-teal   { background: var(--teal-dark); }
    .dd-icon svg { width: 18px; height: 18px; }

    .nav-toggle {
      display: none; flex-direction: column; gap: 5px;
      background: none; border: none; cursor: pointer; padding: 4px;
    }
    .nav-toggle span {
      display: block; width: 24px; height: 2px;
      background: var(--text); border-radius: 2px; transition: 0.25s;
    }

/* ─── PAGE HERO ─────────────────────────────── */
    .page-hero {
      background-color: #eef2ff;
      background-image: radial-gradient(#1F61FD1a 1px, transparent 1px);
      background-size: 26px 26px;
      padding: 4rem 2rem 3rem;
      text-align: center;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      font-size: 0.8rem;
      font-weight: 500;
      color: var(--text-muted);
      margin-bottom: 1.25rem;
    }
    .breadcrumb a { color: var(--blue); text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }
    .breadcrumb span { opacity: 0.5; }

    .page-hero h1 {
      font-size: clamp(2rem, 4.5vw, 3.2rem);
      font-weight: 500;
      line-height: 1.12;
      letter-spacing: -0.03em;
      color: var(--text);
      margin-bottom: 1rem;
    }

    .page-hero h1 .accent {
      color: var(--blue);
      font-weight: 800;
      letter-spacing: -0.035em;
    }

    .page-hero-sub {
      font-size: 1.05rem;
      color: var(--text-muted);
      max-width: 520px;
      margin: 0 auto 1.75rem;
      line-height: 1.65;
    }

    .hero-badges {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.65rem;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: var(--white);
      border: 1.5px solid rgba(31,97,253,0.2);
      border-radius: 50px;
      padding: 0.38rem 0.9rem;
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--blue);
      letter-spacing: 0.02em;
      cursor: default;
      transition: transform 0.2s cubic-bezier(.34,1.56,.64,1), box-shadow 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
    }

    .hero-badge:hover {
      transform: translateY(-2px) scale(1.04);
      background: var(--blue);
      border-color: var(--blue);
      color: var(--white);
      box-shadow: 0 6px 18px rgba(31,97,253,0.35);
    }

    .hero-badge.badge-green {
      color: var(--green-dark);
      border-color: rgba(27,199,104,0.3);
    }

    .hero-badge.badge-green:hover {
      background: var(--green-dark);
      border-color: var(--green-dark);
      color: var(--white);
      box-shadow: 0 6px 18px rgba(27,199,104,0.35);
    }

    .hero-badge.badge-pink {
      color: var(--pink-dark);
      border-color: rgba(255,73,97,0.3);
    }

    .hero-badge.badge-pink:hover {
      background: var(--pink-dark);
      border-color: var(--pink-dark);
      color: var(--white);
      box-shadow: 0 6px 18px rgba(255,73,97,0.35);
    }

/* ─── PRICING ────────────────────────────────── */
    .pricing-section {
      background: var(--bg-light);
      padding: 3rem 2rem 5rem;
    }

    .section-title {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-title h2 {
      font-size: clamp(1.6rem, 3vw, 2.3rem);
      font-weight: 500;
      letter-spacing: -0.03em;
      color: var(--text);
      margin-bottom: 0.5rem;
    }

    .section-title p {
      color: var(--text-muted);
      font-size: 0.975rem;
      max-width: 480px;
      margin: 0 auto;
    }

    /* Currency toggle */
    .currency-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      margin-bottom: 2.5rem;
    }

    .currency-toggle button {
      background: var(--white);
      border: 1.5px solid var(--border);
      padding: 0.5rem 1.5rem;
      font-family: var(--font);
      font-size: 0.875rem;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.18s, color 0.18s, border-color 0.18s;
      color: var(--text-muted);
    }

    .currency-toggle button:first-child {
      border-radius: 50px 0 0 50px;
      border-right: none;
    }

    .currency-toggle button:last-child {
      border-radius: 0 50px 50px 0;
      border-left: none;
    }

    .currency-toggle button.active {
      background: var(--blue);
      border-color: var(--blue);
      color: var(--white);
    }

    .pricing-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
      align-items: start;
    }

    .pricing-grid--3col {
      grid-template-columns: repeat(3, 1fr);
      max-width: 860px;
    }

    .pricing-single {
      max-width: 420px;
      margin: 0 auto;
    }

    .pricing-card {
      background: var(--white);
      border: 2px solid var(--border);
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      transition: transform 0.22s cubic-bezier(.34,1.56,.64,1), box-shadow 0.22s;
    }

    .pricing-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
    }

/* ── Card colour header ── */
    .card-header {
      padding: 1.4rem 1.5rem 1.5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .card-header::before {
      content: '';
      position: absolute;
      top: -55%; left: 50%;
      transform: translateX(-50%);
      width: 160%;
      padding-bottom: 130%;
      background: radial-gradient(circle, rgba(255,255,255,0.16) 0%, transparent 65%);
      pointer-events: none;
    }

    .card-pkg-name {
      font-size: 0.82rem;
      font-weight: 800;
      color: white;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      margin-bottom: 1rem;
      text-shadow: 0 1px 3px rgba(0,0,0,0.15);
    }

    .card-icon-wrap {
      position: relative;
      display: inline-block;
      margin-bottom: 1rem;
    }

    .card-badge {
      position: absolute;
      top: -10px; right: -18px;
      background: white;
      font-size: 0.65rem;
      font-weight: 800;
      border-radius: 50px;
      padding: 0.2rem 0.55rem;
      line-height: 1.5;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      white-space: nowrap;
    }

    .card-icon-wrap svg {
      width: 74px;
      height: 56px;
      display: block;
    }

    .card-price { color: white; line-height: 1; }

    .card-price .price-usd,
    .card-price .price-gbp {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 0.15rem;
    }

    .card-price .price-gbp { display: none; }

    .card-price .price-currency {
      font-size: 1.3rem;
      font-weight: 700;
      color: rgba(255,255,255,0.88);
    }

    .card-price .price-amount {
      font-size: 3rem;
      font-weight: 800;
      letter-spacing: -0.04em;
      color: white;
      line-height: 1;
    }

    .card-price .price-period {
      font-size: 0.8rem;
      font-weight: 600;
      color: rgba(255,255,255,0.82);
      margin-left: 0.1rem;
      align-self: flex-end;
      margin-bottom: 0.18rem;
    }

    .card-body {
      padding: 1.5rem;
    }

    .price-usd, .price-gbp {
      display: flex;
      align-items: baseline;
      gap: 0.2rem;
    }

    .price-gbp { display: none; }

    .pricing-features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      margin-bottom: 1.75rem;
    }

    .pricing-features li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      font-size: 0.855rem;
      color: var(--text-muted);
      line-height: 1.4;
    }

    .pricing-features li::before {
      content: '';
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: rgba(27,199,104,0.15);
      flex-shrink: 0;
      margin-top: 1px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8l3.5 3.5L13 4.5' stroke='%231BC768' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-size: 14px;
      background-position: center;
      background-repeat: no-repeat;
    }

    .btn-order {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0.8rem 1rem;
      border-radius: 50px;
      font-weight: 700;
      font-size: 0.9rem;
      text-decoration: none;
      transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
      background: var(--bg-light);
      color: var(--text);
      border: 2px solid var(--border);
    }

    .btn-order:hover {
      transform: translateY(-1px);
      background: var(--blue);
      color: var(--white);
      border-color: var(--blue);
      box-shadow: 0 4px 14px rgba(31,97,253,0.3);
    }

    .pricing-card.monthly .btn-order:hover {
      background: #0E6783;
      border-color: #0E6783;
      color: var(--white);
      transform: translateY(-1px);
      box-shadow: 0 4px 14px rgba(14,103,131,0.35);
    }

/* ─── FEATURES ──────────────────────────────── */
    .features-section {
      background: var(--white);
      padding: 5rem 2rem;
    }

    .features-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .feature-card {
      background: var(--bg-light);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.75rem 1.5rem;
      transition: transform 0.2s cubic-bezier(.34,1.56,.64,1), box-shadow 0.2s;
    }

    .feature-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow);
    }

    .feature-icon {
      width: 68px;
      height: 68px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.4rem;
      transition: filter 0.22s ease, transform 0.22s ease;
    }

    /* Each icon has its own colour from the start */
    .feature-card:nth-child(1) .feature-icon { background: linear-gradient(135deg, #1F61FD 0%, #1448d0 100%); }
    .feature-card:nth-child(2) .feature-icon { background: linear-gradient(135deg, #1BC768 0%, #13a255 100%); }
    .feature-card:nth-child(3) .feature-icon { background: linear-gradient(135deg, #0E6783 0%, #0a4f65 100%); }
    .feature-card:nth-child(4) .feature-icon { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
    .feature-card:nth-child(5) .feature-icon { background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); }
    .feature-card:nth-child(6) .feature-icon { background: linear-gradient(135deg, #FF4961 0%, #e03350 100%); }

    .feature-card:hover .feature-icon { transform: scale(1.1); filter: brightness(1.12); }

    .feature-icon svg { width: 32px; height: 32px; }

    .feature-card h3 {
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--text);
      margin-bottom: 0.5rem;
    }

    .feature-card p {
      font-size: 0.875rem;
      color: var(--text-muted);
      line-height: 1.65;
    }

/* ─── ABOUT SECTION ─────────────────────────── */
    .about-section {
      background: var(--bg-light);
      padding: 5rem 2rem;
    }

    .about-card {
      max-width: 880px;
      margin: 0 auto;
      background: var(--white);
      border-radius: 20px;
      padding: 3rem 3.5rem;
      box-shadow: var(--shadow);
      border: 1px solid var(--border);
    }

    .about-card h2 {
      font-size: clamp(1.5rem, 2.5vw, 1.95rem);
      font-weight: 500;
      letter-spacing: -0.03em;
      color: var(--text);
      margin-bottom: 1.1rem;
    }

    .about-card p {
      color: var(--text-muted);
      font-size: 0.975rem;
      line-height: 1.75;
      margin-bottom: 1.1rem;
    }

    .about-card p:last-child { margin-bottom: 0; }

/* ─── FAQ ────────────────────────────────────── */
    .faq-section {
      background: var(--white);
      padding: 5rem 2rem;
    }

    .faq-list {
      max-width: 820px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .faq-item {
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      transition: border-color 0.18s;
    }

    .faq-item.is-open { border-color: rgba(31,97,253,0.35); }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 1.2rem 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      cursor: pointer;
      text-align: left;
      font-family: var(--font);
      font-size: 0.975rem;
      font-weight: 600;
      color: var(--text);
      letter-spacing: -0.01em;
      transition: background 0.15s;
    }

    .faq-question:hover { background: var(--bg-light); }
    .faq-item.is-open .faq-question { background: rgba(31,97,253,0.04); color: var(--blue); }

    .faq-chevron {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--bg-light);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: transform 0.25s ease, background 0.18s;
    }

    .faq-chevron svg {
      width: 11px;
      height: 11px;
      stroke: var(--text-muted);
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.18s;
    }

    .faq-item.is-open .faq-chevron {
      transform: rotate(180deg);
      background: rgba(31,97,253,0.1);
    }

    .faq-item.is-open .faq-chevron svg { stroke: var(--blue); }

    .faq-answer {
      display: none;
      padding: 1rem 1.5rem 1.2rem;
      font-size: 0.925rem;
      color: var(--text-muted);
      line-height: 1.75;
      border-top: 1px solid var(--border);
    }

    .faq-item.is-open .faq-answer { display: block; }

/* ─── REVIEWS ────────────────────────────────── */
    .reviews-section {
      background: var(--bg-light);
      padding: 2.5rem 2rem 5rem;
    }

    .section-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

    .section-header h2 {
      font-size: clamp(1.7rem, 3vw, 2.35rem);
      font-weight: 500;
      letter-spacing: -0.03em;
      color: var(--text);
    }

    .trustindex-wrap { max-width: 1100px; margin: 0 auto; }

/* ─── FOOTER ─────────────────────────────────── */
    footer {
      background: linear-gradient(145deg, #0d1f6e 0%, #1432b8 45%, #1F61FD 100%);
      padding: 4rem 2rem 0;
    }

    .footer-inner { max-width: 1100px; margin: 0 auto; }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr;
      gap: 3rem;
      padding-bottom: 3rem;
      border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .footer-brand .footer-logo { height: 36px; width: auto; margin-bottom: 1rem; }

    .footer-tagline {
      color: rgba(255,255,255,0.65);
      font-size: 0.875rem;
      line-height: 1.65;
      max-width: 260px;
      margin-bottom: 1.25rem;
    }

    .footer-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 50px;
      padding: 0.45rem 1rem;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.9);
      cursor: default;
      transition: transform 0.2s cubic-bezier(.34,1.56,.64,1), box-shadow 0.2s, background 0.2s, border-color 0.2s;
    }

    .footer-pill:hover {
      transform: translateY(-2px) scale(1.04);
      background: rgba(255,255,255,0.2);
      border-color: rgba(255,255,255,0.45);
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      color: white;
    }

    .footer-col-title {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-bottom: 1.1rem;
    }

    .footer-nav {
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      list-style: none;
      margin-bottom: 1.25rem;
    }

    .footer-nav a {
      color: rgba(255,255,255,0.72);
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: -0.01em;
      transition: color 0.18s, padding-left 0.18s;
      display: inline-block;
    }

    .footer-nav a:hover { color: white; padding-left: 4px; }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
      padding: 1.4rem 0;
    }

    .footer-copy { color: rgba(255,255,255,0.45); font-size: 0.78rem; letter-spacing: -0.01em; }

    .footer-bottom a {
      color: rgba(255,255,255,0.5);
      text-decoration: none;
      font-size: 0.78rem;
      transition: color 0.18s;
    }

    .footer-bottom a:hover { color: white; }

/* ─── RESPONSIVE ─────────────────────────────── */
    @media (max-width: 768px) {
      .navbar-inner { padding: 0 1.25rem; height: 68px; }
      .nav-pill { display: none; }

      .nav-links {
        display: none;
        position: absolute;
        top: 68px; left: 0; right: 0;
        background: var(--white);
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem 1rem 1rem;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow);
        gap: 0.1rem;
      }

      .nav-links.is-open { display: flex; }
      .nav-links a { display: block; padding: 0.65rem 0.85rem; }

      /* Login: restore as plain text link on mobile */
      .nav-links .btn-nav-login {
        display: block !important;
        background: none !important;
        color: var(--text) !important;
        padding: 0.65rem 0.85rem !important;
        margin-left: 0 !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        font-size: 0.915rem !important;
        box-shadow: none !important;
        letter-spacing: 0 !important;
        transition: color 0.18s, background 0.18s !important;
      }
      .nav-links .btn-nav-login:hover {
        background: rgba(31,97,253,0.06) !important;
        color: var(--blue) !important;
        transform: none !important;
        box-shadow: none !important;
      }
      .nav-toggle { display: flex; }

      .dropdown-menu {
        position: static; transform: none; padding-top: 0;
        display: none; opacity: 1; pointer-events: all;
        margin: 0 0 0.25rem 0;
      }
      .dropdown-inner {
        box-shadow: none;
        border: none;
        border-left: 2px solid var(--border);
        border-radius: 0;
        background: none;
        padding: 0;
        margin-left: 0.85rem;
      }
      .dropdown-inner::before { display: none; }

      /* Dropdown links on mobile: plain text, indented, no icons */
      .dropdown-menu a { padding: 0.5rem 0.85rem !important; font-size: 0.875rem !important; color: var(--text-muted) !important; }
      .dropdown-menu a:hover { color: var(--blue) !important; background: none !important; }
      .dropdown-menu a .dd-icon { display: none; }
      .nav-dropdown.is-open .dropdown-menu { display: block; transform: none; }

      .page-hero { padding: 3rem 1.25rem 2.5rem; }
      .pricing-section { padding: 2rem 1.25rem 3.5rem; }
      .pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
      .features-section { padding: 3.5rem 1.25rem; }
      .features-grid { grid-template-columns: 1fr; }
      .about-section { padding: 3.5rem 1.25rem; }
      .about-card { padding: 2rem 1.5rem; }
      .faq-section { padding: 3.5rem 1.25rem; }
      .reviews-section { padding: 2rem 1.25rem 3.5rem; }
      footer { padding: 3rem 1.25rem 0; }
      .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2rem; }
    }

    @media (max-width: 1024px) and (min-width: 769px) {
      .pricing-grid { grid-template-columns: repeat(2, 1fr); }
      .features-grid { grid-template-columns: repeat(2, 1fr); }
    }
