
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --black: #333333; --gray: #333333; --mid: #888888;
    --light: #F5F5F5; --border: #E8E8E8; --white: #FFFFFF;
    --blue: #378ADD; --blue-light: #E6F1FB; --blue-dark: #0C447C;
    --bg: #FFFFFF; --surface: #F5F5F5; --text: #333333; --text-sub: #555555;
  }
  [data-theme="dark"] {
    --black: #F0F0F0; --gray: #F0F0F0; --mid: #A0AEC0;
    --light: #1A2035; --border: #374151; --white: #0F172A;
    --blue: #60A5FA; --blue-light: #1E3A5F; --blue-dark: #93C5FD;
    --bg: #0F172A; --surface: #1A2035; --text: #F0F0F0; --text-sub: #A0AEC0;
  }
  /* Dark mode: ensure cards, sections and inputs are readable */
  /* ── DARK MODE OVERRIDES ─────────────────────────────────────── */

  /* Nav */
  [data-theme="dark"] nav { background: rgba(15,23,42,0.97); border-color: #1E293B; }
  /* Nav logo: dark text paths → white */
  [data-theme="dark"] .nav-logo svg .st0 { fill: #F0F0F0; }

  /* Sections that use var(--black) as BACKGROUND must stay dark */
  [data-theme="dark"] .process { background: #080E1C; }
  [data-theme="dark"] footer { background: #080E1C !important; }
  [data-theme="dark"] .process .section-title,
  [data-theme="dark"] .step-title { color: #F0F0F0; }
  [data-theme="dark"] .process .section-sub,
  [data-theme="dark"] .step-desc { color: #9CA3AF; }
  [data-theme="dark"] .process-step { border-color: #1E293B; }

  /* Light-bg sections → dark surface */
  [data-theme="dark"] .proof,
  [data-theme="dark"] .about,
  [data-theme="dark"] .blog,
  [data-theme="dark"] .diag,
  /* Sekcije koje koriste var(--black) kao POZADINU + var(--white) kao tekst —
     u dark modu var swap ih obrće, fiksiramo eksplicitno */
  [data-theme="dark"] .offer-builder { background: #080E1C; }
  [data-theme="dark"] .offer-builder h2,
  [data-theme="dark"] .offer-builder .section-title { color: #F0F0F0; }
  [data-theme="dark"] .offer-builder .section-sub,
  [data-theme="dark"] .offer-builder > div > p { color: #9CA3AF; }
  [data-theme="dark"] .offer-billing-note { color: #9CA3AF; }
  [data-theme="dark"] .billing-toggle.dark .billing-btn { background: #1A2035; border-color: #374151; color: #9CA3AF; }
  [data-theme="dark"] .billing-toggle.dark .billing-badge { background: #374151; color: #D1D5DB; }
  [data-theme="dark"] .billing-toggle.dark .billing-btn.active .billing-badge { background: #0F172A; color: #F0F0F0; }

  [data-theme="dark"] .leadmagnet { background: #080E1C; }
  [data-theme="dark"] .leadmagnet h2 { color: #F0F0F0; }
  [data-theme="dark"] .leadmagnet p { color: #9CA3AF; }
  [data-theme="dark"] .leadmagnet-list li { color: #D1D5DB; }
  [data-theme="dark"] .leadmagnet-form-box { background: #1A2035; border-color: #2D3748; }
  [data-theme="dark"] .leadmagnet-form input { background: #0F172A; border-color: #374151; color: #F0F0F0; }

  /* Cards, panels, surfaces */
  [data-theme="dark"] .price-card,
  [data-theme="dark"] .blog-card,
  [data-theme="dark"] .case-card,
  [data-theme="dark"] .faq-item,
  [data-theme="dark"] .diag-card,
  [data-theme="dark"] .diag-sample,
  [data-theme="dark"] .diag-teaser-item,
  [data-theme="dark"] .about-box,
  [data-theme="dark"] .scarcity-bar { background: #1A2035; border-color: #2D3748; }
  [data-theme="dark"] .case-img { background: #0F172A; }
  [data-theme="dark"] .case-stats { border-color: #2D3748; }

  /* Inputs */
  [data-theme="dark"] input,
  [data-theme="dark"] select,
  [data-theme="dark"] textarea {
    background: #1A2035; border-color: #4B5563; color: #F0F0F0;
  }
  [data-theme="dark"] input::placeholder,
  [data-theme="dark"] textarea::placeholder { color: #6B7280; }

  /* Compare table */
  [data-theme="dark"] .compare-table { background: #1A2035; border-color: #2D3748; }
  [data-theme="dark"] .compare-table th,
  [data-theme="dark"] .compare-table td { border-color: #2D3748; color: #D1D5DB; }
  [data-theme="dark"] .compare-table th { background: #0F172A; color: #F0F0F0; }
  [data-theme="dark"] .compare-table .compare-aaa { background: #1E3A5F; color: #93C5FD; }
  [data-theme="dark"] .compare-table th.compare-aaa { background: #1E3A5F; color: #60A5FA; }

  /* Pricing */
  [data-theme="dark"] .pkg-price { color: #F0F0F0; }
  [data-theme="dark"] .pricing-inner .section-title { color: #F0F0F0; }

  /* Blog */
  [data-theme="dark"] .blog-card { color: #D1D5DB; }
  [data-theme="dark"] .blog-card h3 { color: #F0F0F0; }

  /* Footer — force dark, override var(--black) flipping to light */
  [data-theme="dark"] .footer-links a { color: #9CA3AF; }
  [data-theme="dark"] .footer-links a:hover { color: #F0F0F0; }
  [data-theme="dark"] .footer-copy,
  [data-theme="dark"] .footer-legal a { color: #6B7280; }
  [data-theme="dark"] .footer-legal a:hover { color: #9CA3AF; }
  [data-theme="dark"] .footer-social a { background: #1A2035; color: #9CA3AF; }

  /* Chat */
  [data-theme="dark"] .chat-panel { background: #1A2035; border-color: #2D3748; }
  [data-theme="dark"] .chat-header { background: #0F172A; }
  [data-theme="dark"] .chat-messages { background: #111827; }
  [data-theme="dark"] .chat-message.bot { background: #1A2035; color: #D1D5DB; }
  [data-theme="dark"] .chat-input { background: #1A2035; border-color: #374151; color: #F0F0F0; }
  [data-theme="dark"] .chat-bubble { background: #1A2035; }

  /* Review modal */
  [data-theme="dark"] .review-modal { background: #1A2035; }
  [data-theme="dark"] .review-modal-close { color: #9CA3AF; }
  [data-theme="dark"] .review-field input,
  [data-theme="dark"] .review-field textarea { background: #111827; border-color: #374151; color: #F0F0F0; }

  /* Exit popup + post action */
  [data-theme="dark"] .exit-popup { background: #1A2035; border-color: #2D3748; }

  /* Booking error box */
  [data-theme="dark"] .booking-error { background: #2D1515; border-color: rgba(192,57,43,0.4); }

  /* Post-action popup + cookie banner — use var(--black) as bg; pin in dark mode */
  [data-theme="dark"] .post-action-popup { background: #080E1C; color: #F0F0F0; }
  [data-theme="dark"] .post-action-text span { color: rgba(240,240,240,0.65); }
  [data-theme="dark"] .cookie-banner { background: #080E1C; color: #CBD5E0; }
  [data-theme="dark"] .cookie-actions button { border-color: #374151; color: #CBD5E0; }

  /* Nav CTA — var(--black) bg flips to light in dark mode */
  [data-theme="dark"] .nav-cta { background: var(--blue); color: #fff; }
  [data-theme="dark"] .nav-cta:hover { background: #2171c7; }

  /* Price badge + featured card — var(--black) bg flips */
  [data-theme="dark"] .price-badge { background: #1A2035; color: #F0F0F0; border: 1px solid #374151; }
  [data-theme="dark"] .price-card.featured { border-color: var(--blue); }
  [data-theme="dark"] .price-btn { border-color: #4B5563; color: #D1D5DB; }
  [data-theme="dark"] .price-btn:hover,
  [data-theme="dark"] .price-card.featured .price-btn { background: var(--blue); border-color: var(--blue); color: #fff; }

  /* Diag buttons — var(--black) bg flips in dark mode */
  [data-theme="dark"] .diag-btn-next,
  [data-theme="dark"] .diag-btn-primary { background: var(--blue); color: #fff; }
  [data-theme="dark"] .diag-btn-next:hover,
  [data-theme="dark"] .diag-btn-primary:hover { background: #2171c7; }

  /* Hardcoded grays in various elements */
  [data-theme="dark"] .proof-tool { color: #6B7280; }
  [data-theme="dark"] .section-sub { color: #9CA3AF; }
  [data-theme="dark"] .diag-sample-lock { background: rgba(15,23,42,0.5); }
  html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
  body { font-family: 'Inter', sans-serif; color: var(--black); background: var(--bg, var(--white)); font-size: 16px; line-height: 1.6; overflow-x: hidden; width: 100%; max-width: 100vw; position: relative; transition: background 0.3s, color 0.3s; }

  /* LANG SWITCHER */
  [data-lang="en"] [data-me],
  [data-lang="me"] [data-en] { display: none !important; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center;
    padding: 0 5%; height: 72px;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo { display: flex; align-items: center; flex-shrink: 0; }
  .nav-logo svg { height: 48px; width: auto; display: block; }
  .nav-right { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; flex-shrink: 0; }
  .nav-links { display: flex; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
  .nav-links li { list-style: none; }
  .nav-links a { text-decoration: none; color: var(--gray); font-size: 14px; font-weight: 400; transition: color 0.2s; }
  .nav-links a:hover { color: var(--blue); }
  .nav-actions { display: flex; align-items: center; gap: 10px; }
  .lang-btn {
    background: none; border: 1px solid var(--border); border-radius: 4px;
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500;
    color: var(--mid); cursor: pointer; padding: 6px 10px;
    letter-spacing: 0.5px; transition: all 0.2s;
  }
  .lang-btn:hover { border-color: var(--blue); color: var(--blue); }
  .nav-cta {
    background: var(--black); color: var(--white); border: none;
    padding: 10px 20px; font-size: 14px; font-weight: 500;
    font-family: 'Inter', sans-serif; cursor: pointer; border-radius: 4px;
    text-decoration: none; transition: background 0.2s; white-space: nowrap;
  }
  .nav-cta:hover { background: var(--blue); }
  .hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 32px; height: 32px; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0; }
  .hamburger span { display: block; width: 100%; height: 2px; background: var(--black); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* HERO */
  .hero {
    min-height: 100vh; display: flex; align-items: center;
    padding: 120px 5% 80px; position: relative; overflow: hidden;
  }
  .hero-bg-text {
    position: absolute; right: -2%; top: 50%; transform: translateY(-50%);
    font-size: clamp(140px, 22vw, 320px); font-weight: 600; letter-spacing: -8px;
    color: transparent; -webkit-text-stroke: 2px var(--blue);
    user-select: none; pointer-events: none; font-style: italic; line-height: 1;
    opacity: 0.13;
  }
  .hero-ai-img {
    position: absolute; right: 3%; top: 50%; transform: translateY(-50%);
    width: clamp(300px, 42vw, 580px); height: clamp(300px, 42vw, 580px);
    border-radius: 16px; overflow: hidden; z-index: 1;
    opacity: 0; animation: fadeInRight 0.9s ease 0.5s forwards;
    box-shadow: 0 32px 80px rgba(0,0,0,0.10);
  }
  .hero-ai-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-ai-img::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to right, var(--white) 0%, rgba(255,255,255,0.2) 40%, transparent 65%);
  }
  .hero-content { position: relative; max-width: 580px; z-index: 2; }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
    color: var(--blue); margin-bottom: 28px;
    opacity: 0; animation: fadeInUp 0.6s ease 0.1s forwards;
  }
  .hero-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--blue); }
  .hero h1 {
    font-size: clamp(40px, 6vw, 72px); font-weight: 500; line-height: 1.08;
    letter-spacing: -2px; color: var(--black); margin-bottom: 28px;
    opacity: 0; animation: fadeInUp 0.6s ease 0.2s forwards;
  }
  .hero h1 span { color: var(--blue); }
  .hero p {
    font-size: 18px; color: var(--mid); line-height: 1.7;
    max-width: 480px; margin-bottom: 44px; font-weight: 300;
    opacity: 0; animation: fadeInUp 0.6s ease 0.3s forwards;
  }
  .hero-actions {
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
    opacity: 0; animation: fadeInUp 0.6s ease 0.4s forwards;
  }
  .btn-primary {
    background: var(--black); color: var(--white);
    padding: 14px 32px; font-size: 15px; font-weight: 500;
    border: none; border-radius: 4px; cursor: pointer;
    font-family: 'Inter', sans-serif; text-decoration: none;
    transition: background 0.2s; display: inline-block;
  }
  .btn-primary:hover { background: var(--blue); }
  .btn-call {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--black); font-size: 15px; font-weight: 400;
    text-decoration: none; border-bottom: 1px solid var(--border);
    padding-bottom: 2px; transition: border-color 0.2s, color 0.2s;
  }
  .btn-call:hover { color: var(--blue); border-color: var(--blue); }
  .btn-whatsapp {
    display: inline-flex; align-items: center; gap: 8px;
    background: #25D366; color: var(--white); font-size: 15px; font-weight: 500;
    text-decoration: none; padding: 14px 28px; border-radius: 4px;
    transition: background 0.2s;
  }
  .btn-whatsapp:hover { background: #1ebe5a; }
  .btn-ghost {
    color: var(--black); font-size: 15px; font-weight: 400;
    text-decoration: none; border-bottom: 1px solid var(--border);
    padding-bottom: 2px; transition: border-color 0.2s, color 0.2s;
  }
  .btn-ghost:hover { color: var(--blue); border-color: var(--blue); }
  .hero-stats {
    display: flex; gap: 48px; margin-top: 64px;
    padding-top: 40px; border-top: 1px solid var(--border);
    opacity: 0; animation: fadeInUp 0.6s ease 0.5s forwards;
  }
  .stat-num { font-size: 32px; font-weight: 500; color: var(--black); letter-spacing: -1px; }
  .stat-num span { color: var(--blue); }
  .stat-label { font-size: 13px; color: var(--mid); margin-top: 2px; }

  /* PROOF */
  .proof { padding: 32px 5%; background: var(--light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .proof-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 40px; }
  .proof-label { font-size: 12px; color: var(--mid); white-space: nowrap; letter-spacing: 1px; text-transform: uppercase; }
  .proof-divider { width: 1px; height: 32px; background: var(--border); flex-shrink: 0; }
  .proof-tools { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; }
  .proof-tool { font-size: 14px; font-weight: 500; color: #AAAAAA; letter-spacing: 0.5px; }

  /* GLOBAL SECTION STYLES */
  .section-label { font-size: 12px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
  .section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 500; letter-spacing: -1px; line-height: 1.15; margin-bottom: 16px; }
  .section-sub { font-size: 17px; color: var(--mid); max-width: 520px; margin-bottom: 64px; font-weight: 300; }

  /* OFFER BUILDER */
  .offer-builder { padding: 100px 5%; background: var(--black); }
  .offer-inner { max-width: 1200px; margin: 0 auto; }
  .offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; margin-top: 48px; }
  .offer-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: #232323; border: 1px solid #333; border-radius: 6px; cursor: pointer; transition: border-color 0.15s, background 0.15s; }
  .offer-item:hover { border-color: var(--blue); }
  .offer-check { width: 18px; height: 18px; accent-color: var(--blue); cursor: pointer; flex-shrink: 0; }
  .offer-item-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
  .offer-item-name { font-size: 14px; color: #eee; font-weight: 400; word-break: break-word; }
  .offer-item-maintenance { font-size: 11px; color: #888; font-weight: 400; word-break: break-word; }
  .offer-item-price { font-size: 13px; color: var(--blue); font-weight: 500; }
  .offer-item.checked { border-color: var(--blue); background: #1d2a36; }
  .offer-item-name-row { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
  .offer-suggested-badge { display: none; font-size: 10px; font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; color: #E8A33D; background: rgba(232,163,61,0.12); border: 1px solid rgba(232,163,61,0.4); border-radius: 999px; padding: 2px 8px; white-space: nowrap; }
  .offer-item.suggested { border-color: rgba(232,163,61,0.45); }
  .offer-item.suggested .offer-suggested-badge { display: inline-block; }
  .offer-item.suggested.checked .offer-suggested-badge { display: none; }
  .offer-summary { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-top: 48px; padding-top: 40px; border-top: 1px solid #2A2A2A; }
  .offer-total { font-size: 14px; color: #999; }
  .offer-total strong { display: block; font-size: 32px; color: #fff; letter-spacing: -1px; margin-top: 4px; }
  .offer-maintenance-total { font-size: 14px; color: #999; }
  .offer-maintenance-total strong { display: block; font-size: 20px; color: var(--blue); letter-spacing: -0.5px; margin-top: 4px; }
  .offer-maintenance-note { font-size: 12px; color: #777; margin-top: 20px; max-width: 640px; line-height: 1.6; }
  .offer-send-btn { background: var(--blue); color: var(--white); border: none; padding: 16px 36px; font-size: 15px; font-weight: 500; font-family: 'Inter', sans-serif; cursor: pointer; border-radius: 4px; transition: background 0.2s, opacity 0.2s; }
  .offer-send-btn:hover { background: #2c75bd; }
  .offer-send-btn:disabled { background: #444; color: #888; cursor: not-allowed; }

  /* PROCESS */
  .process { padding: 100px 5%; background: var(--black); }
  .process-inner { max-width: 1200px; margin: 0 auto; }
  .process .section-label { color: var(--blue); }
  .process .section-title { color: var(--white); }
  .process .section-sub { color: #888; }
  .process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; }
  .process-step { padding: 40px 32px; border-right: 1px solid #2A2A2A; position: relative; }
  .process-step:last-child { border-right: none; }
  .step-num { font-size: 11px; font-weight: 500; color: var(--blue); letter-spacing: 2px; margin-bottom: 20px; }
  .step-title { font-size: 17px; font-weight: 500; color: var(--white); margin-bottom: 12px; }
  .step-desc { font-size: 14px; color: #666; line-height: 1.7; font-weight: 300; }
  .step-line { position: absolute; top: 40px; right: -1px; width: 1px; height: 40px; background: var(--blue); }
  .process-step:last-child .step-line { display: none; }

  /* PRICING */
  .pricing { padding: 100px 5%; }
  .pricing-inner { max-width: 1200px; margin: 0 auto; }
  .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 64px; }
  .price-card { border: 1px solid var(--border); padding: 40px 36px; border-radius: 4px; transition: border-color 0.2s, transform 0.2s; }
  .price-card:hover { border-color: var(--blue); transform: translateY(-4px); }
  .price-card.featured { border: 2px solid var(--black); }
  .price-badge { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; background: var(--black); color: var(--white); padding: 4px 10px; border-radius: 2px; margin-bottom: 24px; }
  .price-name { font-size: 14px; font-weight: 500; color: var(--mid); margin-bottom: 8px; letter-spacing: 0.5px; text-transform: uppercase; }
  .price-amount { font-size: 44px; font-weight: 500; letter-spacing: -2px; color: var(--black); margin-bottom: 4px; }
  .price-amount span { font-size: 18px; font-weight: 400; color: var(--mid); letter-spacing: 0; }
  .price-period { font-size: 13px; color: var(--mid); margin-bottom: 32px; }
  .price-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
  .price-features li { font-size: 14px; color: var(--gray); display: flex; align-items: flex-start; gap: 10px; }
  .price-features li::before { content: ''; width: 16px; height: 16px; border-radius: 50%; background: var(--blue-light); flex-shrink: 0; margin-top: 2px; display: block; }
  .price-btn { display: block; text-align: center; padding: 13px; border: 1px solid var(--black); color: var(--black); text-decoration: none; font-size: 14px; font-weight: 500; border-radius: 4px; transition: background 0.2s, color 0.2s; font-family: 'Inter', sans-serif; cursor: pointer; background: transparent; width: 100%; }
  .price-btn:hover, .price-card.featured .price-btn { background: var(--black); color: var(--white); }
  .price-card.featured .price-btn:hover { background: var(--blue); border-color: var(--blue); }

  /* COMPARISON TABLE */
  .compare { padding: 100px 5%; background: var(--light); }
  .compare-inner { max-width: 1100px; margin: 0 auto; }
  .compare-table-wrap { margin-top: 48px; overflow-x: auto; border: 1px solid var(--border); border-radius: 8px; background: var(--white); }
  .compare-table { width: 100%; border-collapse: collapse; min-width: 680px; }
  .compare-table th, .compare-table td { padding: 18px 20px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--border); white-space: normal; }
  .compare-table th { font-size: 12px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: var(--mid); background: var(--light); }
  .compare-table td { color: var(--gray); font-weight: 300; }
  .compare-table tr:last-child td { border-bottom: none; }
  .compare-table .compare-aaa { background: var(--blue-light); font-weight: 500; color: var(--black); }
  .compare-table th.compare-aaa { color: var(--blue-dark); background: var(--blue-light); }

  /* SCARCITY BADGE */
  .scarcity-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-light); border: 1px solid rgba(55,138,221,0.25); border-radius: 999px; padding: 8px 16px; font-size: 13px; color: var(--blue-dark); margin-bottom: 12px; }
  .scarcity-dot { width: 7px; height: 7px; border-radius: 50%; background: #2ECC71; flex-shrink: 0; animation: scarcityPulse 1.8s ease-in-out infinite; }
  @keyframes scarcityPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
  .badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
  .badge-row .scarcity-badge { margin-bottom: 0; }
  .first-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--light); border: 1px solid var(--border); border-radius: 999px; padding: 8px 16px; font-size: 13px; color: var(--black); }

  /* ROI CALCULATOR */
  .roi { padding: 100px 5%; background: var(--light); }
  .roi-inner { max-width: 900px; margin: 0 auto; }
  .roi-box { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 48px; margin-top: 48px; }
  .roi-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  .roi-field label { display: block; font-size: 13px; font-weight: 500; color: var(--gray); margin-bottom: 16px; }
  .roi-field input[type="range"] { width: 100%; accent-color: var(--blue); height: 6px; }
  .roi-field-value { display: block; margin-top: 10px; font-size: 14px; color: var(--blue); font-weight: 600; }
  .roi-results { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .roi-result { text-align: center; padding: 16px; }
  .roi-result.featured { background: var(--blue-light); border-radius: 6px; }
  .roi-result-num { display: block; font-size: 36px; font-weight: 600; color: var(--black); letter-spacing: -1px; }
  .roi-result.featured .roi-result-num { color: var(--blue); }
  .roi-result-label { display: block; font-size: 13px; color: var(--mid); margin-top: 6px; }
  .roi-note { font-size: 13px; color: var(--mid); margin-top: 24px; text-align: center; }
  .roi-cta { display: block; text-align: center; margin-top: 24px; max-width: 320px; margin-left: auto; margin-right: auto; }
  .billing-toggle { display: flex; gap: 10px; margin: 32px 0 8px; flex-wrap: wrap; }
  .billing-btn { background: var(--white); border: 1px solid var(--border); color: var(--mid); font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; padding: 10px 18px; border-radius: 999px; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; gap: 8px; }
  .billing-btn:hover { border-color: var(--blue); color: var(--blue); }
  .billing-btn.active { background: var(--black); border-color: var(--black); color: var(--white); }
  .billing-badge { background: var(--blue); color: var(--white); font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 999px; letter-spacing: 0.3px; }
  .billing-btn.active .billing-badge { background: var(--white); color: var(--black); }
  .price-savings { font-size: 12px; color: var(--blue); font-weight: 500; margin-top: 6px; display: none; }
  .price-card.annual-active .price-savings { display: block; }
  .billing-toggle.dark .billing-btn { background: #232323; border-color: #333; color: #999; }
  .billing-toggle.dark .billing-btn:hover { border-color: var(--blue); color: var(--blue); }
  .billing-toggle.dark .billing-btn.active { background: var(--blue); border-color: var(--blue); color: var(--white); }
  .billing-toggle.dark .billing-badge { background: var(--white); color: var(--black); }
  .billing-toggle.dark .billing-btn.active .billing-badge { background: var(--black); color: var(--white); }
  .offer-billing-note { font-size: 13px; color: #888; margin: 16px 0 0; max-width: 640px; }

  /* BOOKING */
  .booking { padding: 100px 5%; background: var(--white); }
  .booking-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .booking-info h2 { font-size: 36px; font-weight: 500; letter-spacing: -1px; margin-bottom: 16px; }
  .booking-info p  { font-size: 16px; color: var(--mid); margin-bottom: 32px; font-weight: 300; line-height: 1.7; }
  .booking-perks { display: flex; flex-direction: column; gap: 14px; }
  .booking-perk  { display: flex; gap: 14px; align-items: flex-start; }
  .booking-perk-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
  .booking-perk-text strong { display: block; font-size: 14px; font-weight: 500; color: var(--black); margin-bottom: 2px; }
  .booking-perk-text span   { font-size: 13px; color: var(--mid); line-height: 1.5; }
  .booking-form { display: flex; flex-direction: column; gap: 14px; }
  .booking-time-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .booking-field { display: flex; flex-direction: column; gap: 6px; }
  .booking-field label { font-size: 13px; font-weight: 500; color: var(--gray); }
  .booking-field input, .booking-field select, .booking-field textarea { padding: 12px 16px; border: 1px solid var(--border); border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--black); background: var(--white); outline: none; transition: border-color 0.2s; resize: none; }
  .booking-field input:focus, .booking-field select:focus, .booking-field textarea:focus { border-color: var(--blue); }
  .booking-field input[type="date"] { cursor: pointer; }
  .booking-submit { background: var(--blue); color: var(--white); border: none; padding: 14px 32px; font-size: 15px; font-weight: 500; font-family: 'Inter', sans-serif; cursor: pointer; border-radius: 4px; transition: background 0.2s; align-self: flex-start; }
  .booking-submit:hover { background: var(--blue-dark); }
  .booking-submit:disabled { opacity: 0.6; cursor: not-allowed; }
  .booking-success { display: none; background: var(--blue-light); border: 1px solid rgba(55,138,221,0.3); border-radius: 4px; padding: 16px 20px; color: var(--blue-dark); font-size: 14px; line-height: 1.6; }
  .booking-error { display: none; background: #fdecea; border: 1px solid rgba(192,57,43,0.3); border-radius: 4px; padding: 16px 20px; color: #c0392b; font-size: 14px; }
  @media(max-width:768px){ .booking-inner { grid-template-columns:1fr; gap:48px; } .booking-time-row { grid-template-columns:1fr; } }

  /* CONTACT */
  .contact { padding: 100px 5%; background: var(--light); }
  .contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .contact-form { display: flex; flex-direction: column; gap: 16px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-field { display: flex; flex-direction: column; gap: 6px; }
  .form-field label { font-size: 13px; font-weight: 500; color: var(--gray); }
  .form-field input, .form-field select, .form-field textarea { padding: 12px 16px; border: 1px solid var(--border); border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--black); background: var(--white); outline: none; transition: border-color 0.2s; resize: none; }
  .form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); }
  .form-submit { background: var(--black); color: var(--white); border: none; padding: 14px 32px; font-size: 15px; font-weight: 500; font-family: 'Inter', sans-serif; cursor: pointer; border-radius: 4px; transition: background 0.2s; align-self: flex-start; }
  .form-submit:hover { background: var(--blue); }
  .contact-info { padding-top: 8px; }
  .contact-info h2 { font-size: 36px; font-weight: 500; letter-spacing: -1px; margin-bottom: 16px; }
  .contact-info p { font-size: 16px; color: var(--mid); margin-bottom: 40px; font-weight: 300; line-height: 1.7; }
  .contact-detail { display: flex; flex-direction: column; gap: 20px; }
  .c-item { display: flex; gap: 16px; align-items: flex-start; }
  .c-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 6px; }
  .c-text strong { display: block; font-size: 13px; font-weight: 500; color: var(--black); margin-bottom: 2px; }
  .c-text span { font-size: 14px; color: var(--mid); }
  .c-text a { color: var(--blue); text-decoration: none; font-size: 14px; }
  .c-text a:hover { text-decoration: underline; }

  /* FOOTER */
  footer { background: var(--black); padding: 56px 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
  .footer-logo svg { height: 100px; width: auto; }
  .footer-links { display: flex; gap: 32px; }
  .footer-links a { color: #555; font-size: 13px; text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--white); }
  .footer-social { display: flex; align-items: center; gap: 14px; }
  .footer-social a { width: 34px; height: 34px; border-radius: 50%; background: #232323; display: flex; align-items: center; justify-content: center; transition: background 0.2s; color: #999; }
  .footer-social a:hover { background: var(--blue); color: var(--white); }
  .footer-social svg { width: 16px; height: 16px; display: block; }
  .footer-copy { font-size: 13px; color: #444; }
  .footer-legal { display: flex; gap: 16px; }
  .footer-legal a { color: #444; font-size: 12px; text-decoration: none; }
  .footer-legal a:hover { color: #999; }

  /* ANIMATIONS */
  @keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes fadeInRight { from { opacity: 0; transform: translate(40px, -50%); } to { opacity: 1; transform: translate(0, -50%); } }
  .reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }

  /* CASE STUDIES */
  .casestudies { padding: 100px 5%; background: var(--light); }
  .casestudies-inner { max-width: 1200px; margin: 0 auto; }
  .case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 64px; }
  .case-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
  .case-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
  .case-img { height: 180px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; }
  .case-img-logo { background: var(--white); padding: 16px; }
  .case-img-logo img { height: 100%; max-width: 70%; object-fit: contain; }
  .case-img span { font-size: 12px; color: var(--blue); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
  .case-body { padding: 28px 28px 32px; }
  .case-tag { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; display: block; }
  .case-card h3 { font-size: 18px; font-weight: 500; margin-bottom: 10px; letter-spacing: -0.3px; }
  .case-card p { font-size: 14px; color: var(--mid); line-height: 1.7; font-weight: 300; margin-bottom: 20px; }
  .case-stats { display: flex; gap: 24px; padding-top: 16px; border-top: 1px solid var(--border); }
  .case-stat-num { font-size: 22px; font-weight: 500; color: var(--black); letter-spacing: -0.5px; }
  .case-stat-num span { color: var(--blue); }
  .case-stat-label { font-size: 11px; color: var(--mid); margin-top: 2px; }
  .case-link { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 500; color: var(--blue); text-decoration: none; }
  .case-link:hover { text-decoration: underline; }
  .case-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
  .case-package-btn { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 500; color: var(--white); background: var(--blue); border: none; padding: 9px 16px; border-radius: 4px; cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.2s; }
  .case-package-btn:hover { background: var(--blue-dark); }
  /* INDUSTRY PACKAGE CARDS */
  .pkg-list { list-style: none; margin: 0 0 18px; padding: 0; }
  .pkg-list li { font-size: 13.5px; color: var(--mid); font-weight: 300; line-height: 1.6; padding-left: 20px; position: relative; margin-bottom: 7px; }
  .pkg-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 600; }
  .pkg-price { font-size: 17px; font-weight: 600; color: #111; margin-bottom: 2px; }
  .pkg-price-sub { font-size: 12.5px; color: var(--mid); font-weight: 300; margin-bottom: 6px; }
  /* Voice AI add-on */
  .voice-addon-row { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--border); }
  .voice-addon-label { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; font-size: 12.5px; color: var(--mid); font-weight: 400; line-height: 1.45; }
  .voice-addon-label input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; accent-color: #5B21B6; cursor: pointer; }
  .voice-addon-label:hover { color: var(--black); }
  .voice-addon-text { display: flex; flex-direction: column; gap: 1px; }
  .voice-addon-name { font-weight: 500; color: var(--black); font-size: 12.5px; }
  .voice-addon-desc { font-size: 11.5px; color: var(--mid); }
  .voice-addon-price { font-size: 11.5px; color: #5B21B6; font-weight: 500; margin-top: 2px; }
  .voice-addon-demo { font-size: 11.5px; color: var(--blue); text-decoration: none; display: inline-block; margin-left: 24px; margin-top: 5px; }
  .voice-addon-demo:hover { text-decoration: underline; }
  .pkg-flag { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: .5px; background: rgba(55,138,221,.1); color: var(--blue); padding: 4px 10px; border-radius: 3px; margin-bottom: 12px; }
  .case-card.pkg-featured { border: 2px solid var(--blue); }

  /* TESTIMONIALS */
  .testimonials { padding: 100px 5%; background: var(--off); }
  .testimonials-inner { max-width: 1200px; margin: 0 auto; }
  .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 64px; }
  .testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 32px; display: flex; flex-direction: column; gap: 0; }
  .testimonial-stars { color: #F59E0B; font-size: 16px; margin-bottom: 16px; letter-spacing: 3px; }
  .testimonial-quote { font-size: 15px; color: var(--gray); line-height: 1.8; font-weight: 300; margin-bottom: 24px; flex: 1; font-style: italic; }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--blue); flex-shrink: 0; }
  .testimonial-name { font-size: 14px; font-weight: 500; color: var(--black); }
  .testimonial-role { font-size: 12px; color: var(--mid); margin-top: 2px; }
  .result-card { position: relative; }
  .result-badge { display: inline-block; font-size: 11px; font-weight: 600; color: var(--blue); background: var(--blue-light); border-radius: 4px; padding: 4px 10px; margin-bottom: 18px; letter-spacing: 0.3px; }
  .result-metrics { display: flex; gap: 28px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
  .result-metric { display: flex; flex-direction: column; }
  .result-num { font-size: 30px; font-weight: 700; color: var(--black); letter-spacing: -1px; line-height: 1; }
  .result-desc { font-size: 11px; color: var(--mid); font-weight: 300; margin-top: 4px; line-height: 1.4; max-width: 110px; }
  .result-quote { font-size: 14px; color: var(--gray); line-height: 1.8; font-weight: 300; font-style: italic; margin-bottom: 20px; flex: 1; }
  .testimonial-role a { color: var(--blue); text-decoration: none; font-size: 12px; }
  .testimonial-role a:hover { text-decoration: underline; }
  .review-invite-card { background: var(--off) !important; border: 2px dashed var(--border) !important; display: flex !important; flex-direction: column; align-items: center; text-align: center; justify-content: center; min-height: 220px; }
  .review-invite-icon { font-size: 28px; margin-bottom: 14px; }
  .review-invite-title { font-size: 17px; font-weight: 500; color: var(--black); margin-bottom: 10px; }
  .review-invite-text { font-size: 14px; color: var(--mid); font-weight: 300; line-height: 1.7; margin-bottom: 22px; max-width: 220px; }
  .testimonial-cta { margin-top: 56px; text-align: center; }
  .testimonial-cta p { font-size: 16px; color: var(--mid); margin-bottom: 20px; }
  .btn-review-open { background: var(--blue); color: #fff; border: none; border-radius: 6px; padding: 12px 28px; font-size: 15px; font-weight: 500; cursor: pointer; transition: background 0.2s; }
  .btn-review-open:hover { background: #1a56c4; }

  /* REVIEW MODAL */
  .review-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; }
  .review-modal { background: var(--white); border-radius: 16px; padding: 40px; max-width: 480px; width: 100%; position: relative; max-height: 90vh; overflow-y: auto; }
  .review-modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--mid); line-height: 1; }
  .review-modal-header { text-align: center; margin-bottom: 28px; }
  .review-modal-icon { font-size: 36px; margin-bottom: 12px; }
  .review-modal-header h3 { font-size: 22px; font-weight: 500; margin-bottom: 8px; letter-spacing: -0.4px; color: var(--black); }
  .review-modal-header p { font-size: 14px; color: var(--mid); }
  .review-stars-row { display: flex; justify-content: center; gap: 8px; margin-bottom: 8px; }
  .review-star { font-size: 36px; cursor: pointer; color: #D1D5DB; transition: color 0.1s, transform 0.1s; }
  .review-star:hover, .review-star.active { color: #F59E0B; transform: scale(1.15); }
  .review-star-label { text-align: center; font-size: 13px; color: var(--mid); margin-bottom: 20px; }
  .review-fields { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
  .review-fields textarea, .review-fields input { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-family: inherit; color: var(--black); background: var(--off); resize: none; box-sizing: border-box; }
  .review-fields textarea:focus, .review-fields input:focus { outline: none; border-color: var(--blue); }
  .btn-review-submit { width: 100%; background: var(--blue); color: #fff; border: none; border-radius: 8px; padding: 14px; font-size: 15px; font-weight: 500; cursor: pointer; transition: background 0.2s; }
  .btn-review-submit:hover { background: #1a56c4; }
  .review-success { text-align: center; padding: 20px 0; }
  .review-success-icon { font-size: 48px; margin-bottom: 16px; }
  .review-success h4 { font-size: 22px; font-weight: 500; margin-bottom: 8px; color: var(--black); }
  .review-success p { font-size: 15px; color: var(--mid); }

  /* EXIT INTENT POPUP */
  .exit-popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1900; display: flex; align-items: center; justify-content: center; padding: 20px; }
  .exit-popup { background: var(--white); border-radius: 16px; padding: 40px 36px; max-width: 420px; width: 100%; text-align: center; position: relative; }
  .exit-popup-close { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--mid); }
  .exit-popup-emoji { font-size: 40px; margin-bottom: 16px; }
  .exit-popup h3 { font-size: 22px; font-weight: 500; letter-spacing: -0.4px; margin-bottom: 12px; color: var(--black); }
  .exit-popup p { font-size: 15px; color: var(--mid); line-height: 1.6; margin-bottom: 28px; }
  .exit-popup-actions { display: flex; flex-direction: column; gap: 10px; }
  .btn-exit-yes { background: var(--blue); color: #fff; border: none; border-radius: 8px; padding: 13px 20px; font-size: 15px; font-weight: 500; cursor: pointer; }
  .btn-exit-no { background: none; color: var(--mid); border: 1px solid var(--border); border-radius: 8px; padding: 11px 20px; font-size: 14px; cursor: pointer; }
  .btn-exit-no:hover { border-color: var(--blue); color: var(--blue); }

  /* POST ACTION POPUP */
  .post-action-popup { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%); z-index: 1800; background: var(--black); color: #fff; border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; max-width: 520px; width: calc(100% - 40px); box-shadow: 0 8px 32px rgba(0,0,0,0.25); animation: slideUp 0.3s ease; }
  @keyframes slideUp { from { transform: translateX(-50%) translateY(20px); opacity:0; } to { transform: translateX(-50%) translateY(0); opacity:1; } }
  .post-action-inner { display: flex; align-items: center; gap: 14px; width: 100%; }
  .post-action-emoji { font-size: 22px; flex-shrink: 0; }
  .post-action-text { flex: 1; }
  .post-action-text strong { display: block; font-size: 14px; font-weight: 500; margin-bottom: 2px; }
  .post-action-text span { font-size: 12px; color: rgba(255,255,255,0.65); }
  .btn-post-review { background: var(--blue); color: #fff; border: none; border-radius: 6px; padding: 8px 14px; font-size: 13px; font-weight: 500; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
  .post-action-close { background: none; border: none; color: rgba(255,255,255,0.5); font-size: 18px; cursor: pointer; flex-shrink: 0; padding: 0; line-height: 1; }

  @media (max-width: 600px) {
    .review-modal { padding: 28px 20px; }
    .exit-popup { padding: 32px 24px; }
    .post-action-popup { bottom: 76px; }
  }

  /* LEAD MAGNET */
  .leadmagnet { padding: 100px 5%; background: var(--black); color: var(--white); }
  .leadmagnet-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
  .leadmagnet-text { max-width: 560px; }
  .leadmagnet .section-label { color: var(--blue); }
  .leadmagnet h2 { font-size: 32px; font-weight: 500; letter-spacing: -0.5px; margin-bottom: 14px; color: var(--white); }
  .leadmagnet p { font-size: 15px; color: #aaa; line-height: 1.8; font-weight: 300; }
  .leadmagnet-list { margin-top: 20px; padding-left: 0; list-style: none; }
  .leadmagnet-list li { font-size: 14px; color: #ccc; margin-bottom: 8px; padding-left: 22px; position: relative; }
  .leadmagnet-list li::before { content: "✓"; color: var(--blue); position: absolute; left: 0; font-weight: 700; }
  .leadmagnet-form-box { background: #333333; border: 1px solid #3a3a3a; border-radius: 6px; padding: 32px; flex-shrink: 0; width: 100%; max-width: 360px; }
  .leadmagnet-form { display: flex; flex-direction: column; gap: 12px; }
  .leadmagnet-form input { padding: 12px 16px; border: 1px solid #333; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 14px; background: #111; color: var(--white); }
  .leadmagnet-form button { background: var(--blue); color: var(--white); border: none; padding: 13px 22px; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; cursor: pointer; }
  .leadmagnet-form button:hover { background: #1646b3; }
  .leadmagnet-success { margin-top: 14px; font-size: 13px; color: var(--blue); font-weight: 500; }
  .leadmagnet-success a { color: var(--white); text-decoration: underline; }

  /* ABOUT / FOUNDER */
  .about { padding: 100px 5%; background: var(--light); }
  .about-inner { max-width: 1200px; margin: 0 auto; }
  .about-card { display: flex; align-items: center; gap: 40px; margin-top: 48px; flex-wrap: wrap; }
  .about-avatar { width: 96px; height: 96px; border-radius: 50%; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 500; color: var(--blue); flex-shrink: 0; overflow: hidden; }
  .about-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .about-text { flex: 1; min-width: 260px; }
  .about-name { font-size: 18px; font-weight: 500; color: var(--black); margin-bottom: 4px; }
  .about-role { font-size: 13px; color: var(--blue); font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 16px; }
  .about-bio { font-size: 15px; color: var(--gray); line-height: 1.8; font-weight: 300; }

  /* COOKIE BANNER */
  .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: var(--black); color: #ccc; padding: 18px 5%; display: none; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; box-shadow: 0 -8px 24px rgba(0,0,0,0.15); }
  .cookie-banner.show { display: flex; }
  .cookie-banner p { font-size: 13px; max-width: 640px; margin: 0; }
  .cookie-banner p a { color: var(--blue); }
  .cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
  .cookie-actions button { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; padding: 9px 18px; border-radius: 4px; cursor: pointer; border: 1px solid #444; background: none; color: #ccc; }
  .cookie-actions button.primary { background: var(--blue); border-color: var(--blue); color: var(--white); }
  .cookie-actions button:hover { opacity: 0.85; }

  /* CHAT WIDGET */
  /* FLOATING BUTTONS */
  .float-btn-group { position: fixed; bottom: 24px; z-index: 199; display: flex; flex-direction: column; gap: 10px; }
  .float-btn-group.left { left: 24px; }
  .float-btn { width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.18); transition: background 0.2s, transform 0.2s, opacity 0.3s; font-size: 18px; line-height: 1; }
  .float-btn:hover { transform: scale(1.1); }
  /* Theme toggle: right side on desktop, left side on mobile (chat stays right) */
  .theme-toggle-wrap { position: fixed; bottom: 220px; right: 24px; z-index: 199; }
  @media (max-width: 768px) {
    .theme-toggle-wrap { bottom: 80px; right: auto; left: 24px; }
  }
  #backToTop { background: var(--white); color: var(--black); border: 1px solid var(--border); opacity: 0; pointer-events: none; }
  #backToTop.visible { opacity: 1; pointer-events: auto; }
  #backToTop:hover { background: var(--blue); color: var(--white); border-color: var(--blue); }
  #themeToggle { background: var(--black); color: var(--white); }
  #themeToggle:hover { background: var(--blue); }

  .chat-widget { position: fixed; bottom: 24px; right: 24px; z-index: 200; font-family: 'Inter', sans-serif; }
  .chat-bubble { width: 56px; height: 56px; border-radius: 50%; background: var(--black); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,0.25); transition: background 0.2s, transform 0.2s; border: none; position: relative; }
  .chat-bubble:hover { background: var(--blue); transform: scale(1.05); }
  .chat-bubble svg { width: 24px; height: 24px; stroke: var(--white); fill: none; stroke-width: 1.5; }
  .chat-bubble-badge { position: absolute; top: -3px; right: -3px; width: 14px; height: 14px; background: #EF4444; border-radius: 50%; border: 2px solid #fff; display: none; }
  .chat-bubble-badge.visible { display: block; }
  /* Proactive notification bubble */
  .chat-notify { position: absolute; bottom: 68px; right: 0; background: var(--white); border-radius: 12px; border-bottom-right-radius: 2px; box-shadow: 0 8px 28px rgba(0,0,0,0.16); padding: 12px 14px 12px 14px; width: 220px; font-size: 13px; line-height: 1.5; color: var(--black); border: 1px solid var(--border); opacity: 0; transform: translateY(8px); transition: opacity 0.3s ease, transform 0.3s ease; pointer-events: none; }
  .chat-notify.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .chat-notify-close { position: absolute; top: 7px; right: 9px; background: none; border: none; font-size: 15px; color: var(--mid); cursor: pointer; line-height: 1; padding: 0; }
  .chat-notify-close:hover { color: var(--black); }
  .chat-notify-text { padding-right: 16px; }
  .chat-panel { position: absolute; bottom: 72px; right: 0; width: 360px; background: var(--white); border-radius: 16px; box-shadow: 0 24px 64px rgba(0,0,0,0.22); display: none; flex-direction: column; overflow: hidden; border: 1px solid var(--border); }
  .chat-panel.open { display: flex; }
  .chat-header { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: var(--white); padding: 14px 16px; display: flex; align-items: center; gap: 12px; position: relative; }
  .chat-header-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #378ADD 0%, #5b9fe0 100%); flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,0.15); overflow: hidden; }
  .chat-header-avatar svg { width: 40px; height: 40px; }
  .chat-header-info { flex: 1; min-width: 0; }
  .chat-header-info strong { display: block; font-size: 14px; font-weight: 600; letter-spacing: -0.01em; }
  .chat-header-info span { font-size: 11px; color: #4ADE80; display: flex; align-items: center; gap: 4px; margin-top: 1px; }
  .chat-header-info span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #4ADE80; display: inline-block; flex-shrink: 0; }
  .chat-close-btn { background: none; border: none; color: rgba(255,255,255,0.5); cursor: pointer; font-size: 20px; line-height: 1; padding: 2px 0 0 0; transition: color 0.15s; }
  .chat-close-btn:hover { color: #fff; }
  .chat-messages { flex: 1; padding: 16px 14px; display: flex; flex-direction: column; gap: 12px; overflow-y: auto; max-height: 360px; background: #f8fafc; }
  .chat-msg { font-size: 13px; line-height: 1.6; padding: 11px 14px; border-radius: 14px; max-width: 88%; word-wrap: break-word; }
  .chat-msg.bot { background: var(--white); color: var(--black); border: 1px solid #e8edf2; align-self: flex-start; border-bottom-left-radius: 3px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
  .chat-msg.user { background: var(--blue); color: var(--white); align-self: flex-end; border-bottom-right-radius: 3px; }
  .chat-msg.chat-typing { color: var(--mid); letter-spacing: 2px; animation: chatTypingPulse 1.1s infinite ease-in-out; }
  @keyframes chatTypingPulse { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
  /* Rich message formatting */
  .chat-msg.bot p { margin: 0 0 8px 0; }
  .chat-msg.bot p:last-child { margin-bottom: 0; }
  .chat-msg.bot ul { margin: 6px 0 8px 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 4px; }
  .chat-msg.bot ul:last-child { margin-bottom: 0; }
  .chat-msg.bot li { padding-left: 0; display: flex; gap: 7px; align-items: flex-start; }
  .chat-msg.bot li::before { content: '—'; color: var(--blue); font-weight: 600; flex-shrink: 0; margin-top: 0px; }
  .chat-msg.bot strong { font-weight: 600; color: #0f172a; }
  .chat-msg.bot .chat-tag { display: inline-block; color: var(--blue); font-weight: 600; font-size: 12px; }
  .chat-msg.bot .chat-divider { border: none; border-top: 1px solid #e8edf2; margin: 8px 0; }
  .chat-suggestions { display: flex; flex-wrap: wrap; gap: 6px; padding: 4px 14px 12px; background: #f8fafc; border-top: 1px solid #f0f4f8; }
  .chat-suggestion { font-size: 12px; padding: 6px 11px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); cursor: pointer; color: var(--gray); transition: border-color 0.15s, color 0.15s; white-space: nowrap; }
  .chat-suggestion:hover { border-color: var(--blue); color: var(--blue); }
  .chat-input-row { display: flex; border-top: 1px solid var(--border); background: var(--white); align-items: center; padding: 4px 6px 4px 14px; gap: 8px; }
  .chat-input { flex: 1; border: none; padding: 10px 0; font-size: 13px; font-family: 'Inter', sans-serif; outline: none; background: transparent; color: var(--black); }
  .chat-input::placeholder { color: #94a3b8; }
  .chat-send { border: none; background: var(--blue); color: #fff; font-weight: 600; font-size: 12px; padding: 7px 13px; border-radius: 8px; cursor: pointer; transition: background 0.15s; flex-shrink: 0; }
  .chat-send:hover { background: #2171c7; }
  @media (max-width: 480px) {
    .chat-panel { width: calc(100vw - 32px); right: -8px; }
  }

  /* BLOG */
  .blog { padding: 100px 5%; background: var(--light); }
  .blog-inner { max-width: 1200px; margin: 0 auto; }
  .blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 64px; }
  .blog-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; display: block; }
  .blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
  .blog-img { height: 160px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; }
  .blog-img svg { width: 32px; height: 32px; stroke: var(--blue); fill: none; stroke-width: 1.5; }
  .blog-body { padding: 26px 26px 30px; }
  .blog-meta { font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; display: flex; gap: 10px; align-items: center; }
  .blog-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--mid); }
  .blog-card h3 { font-size: 17px; font-weight: 500; margin-bottom: 10px; letter-spacing: -0.3px; color: var(--black); line-height: 1.4; }
  .blog-card p { font-size: 14px; color: var(--mid); line-height: 1.7; font-weight: 300; }
  .blog-readmore { font-size: 13px; color: var(--blue); font-weight: 500; margin-top: 16px; display: inline-block; }
  .blog-cta { margin-top: 48px; text-align: center; }

  /* FAQ */
  .faq { padding: 100px 5%; }
  .faq-inner { max-width: 760px; margin: 0 auto; }
  .faq-list { margin-top: 48px; display: flex; flex-direction: column; gap: 1px; }
  .faq-item { background: var(--light); border: 1px solid var(--border); padding: 0; }
  .faq-item + .faq-item { border-top: none; }
  .faq-item summary { padding: 20px 24px; cursor: pointer; font-size: 15px; font-weight: 500; color: var(--black); list-style: none; display: flex; align-items: center; justify-content: space-between; }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: '+'; font-size: 20px; color: var(--blue); font-weight: 300; flex-shrink: 0; margin-left: 16px; }
  .faq-item[open] summary::after { content: '−'; }
  .faq-item p { padding: 0 24px 22px; font-size: 14px; color: var(--mid); font-weight: 300; line-height: 1.7; }
  .faq-item p a { color: var(--blue); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .hero-ai-img { display: none; }
    .hero-content { max-width: 100%; }
    .contact-inner { grid-template-columns: 1fr; gap: 48px; }
    .contact-info { order: -1; }
    .form-row { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .process-step { border-right: none; border-bottom: 1px solid #2A2A2A; }
    .process-step:last-child { border-bottom: none; }
    footer { flex-direction: column; align-items: flex-start; }
    .proof-inner { flex-direction: column; align-items: flex-start; }
    .proof-divider { display: none; }
    .hero-stats { gap: 28px; flex-wrap: wrap; }
  }
  @media (max-width: 880px) {
    nav { padding: 0 4%; }
    .nav-right { gap: 0.9rem; }
    .nav-links { gap: 1rem; }
    .nav-links a { font-size: 13px; }
    .nav-cta { padding: 8px 14px; font-size: 13px; }
    .lang-btn { padding: 5px 8px; font-size: 11px; }
  }
  @media (max-width: 640px) {
    .hamburger { display: flex; }
    .nav-links {
      display: flex; flex-direction: column; gap: 0;
      position: absolute; top: 72px; left: 0; right: 0;
      background: var(--white); border-bottom: 1px solid var(--border);
      max-height: 0; overflow: hidden; opacity: 0;
      transition: max-height 0.3s ease, opacity 0.2s ease;
    }
    .nav-links.open { max-height: 70vh; opacity: 1; overflow-y: auto; }
    .nav-links li { width: 100%; }
    .nav-links a { display: block; padding: 16px 6%; font-size: 15px; border-bottom: 1px solid var(--border); }
    .nav-actions { gap: 6px; }
    .nav-cta { padding: 8px 12px; font-size: 12px; }
  }
  @media (max-width: 600px) {
    .casestudies, .testimonials, .about, .leadmagnet, .pricing, .blog, .faq, .roi, .compare, .offer-builder, .contact, .process { padding: 60px 6%; }
    .compare-table th, .compare-table td { padding: 14px 16px; font-size: 13px; }
    .roi-box { padding: 28px; }
    .roi-inputs, .roi-results { grid-template-columns: 1fr; gap: 24px; }
    .hero { padding: 110px 6% 56px; }
    .case-grid, .blog-grid, .testimonial-grid, .pricing-grid { grid-template-columns: 1fr !important; }
    .about-card { flex-direction: column; text-align: center; }
    .leadmagnet-inner { flex-direction: column; }
    .leadmagnet-form-box { max-width: 100%; }
    .offer-grid { grid-template-columns: 1fr !important; }
    .offer-summary { flex-direction: column; align-items: stretch; text-align: center; }
    .offer-send-btn { width: 100%; }
    .hero-stats { gap: 20px; }
    .stat-num { font-size: 26px; }
    .section-title { font-size: clamp(24px, 6vw, 32px); }
    .pricing-grid { gap: 16px; }
    footer { align-items: center; text-align: center; justify-content: center; }
    .footer-logo { margin: 0 auto; }
    .footer-links { justify-content: center; flex-wrap: wrap; }
    .footer-social { justify-content: center; }
    .diag-card { padding: 24px; }
    .diag-step-actions { flex-direction: column; }
    .diag-btn-next, .diag-btn-back, .diag-btn-primary { width: 100%; text-align: center; }
    .diag-teaser { gap: 10px; }
    .diag-teaser-item { min-width: 140px; padding: 12px 14px; }
    .diag-stepper-label { display: none; }
    .diag-stepper-line { min-width: 12px; margin: 0 4px; }
  }

  /* AI BIZNIS DIJAGNOSTIKA */
  .diag { padding: 100px 5% 60px; background: var(--white); }
  .diag-inner { max-width: 820px; margin: 0 auto; }

  /* Teaser preview */
  .diag-teaser { display: flex; gap: 16px; margin-top: 32px; margin-bottom: 28px; flex-wrap: wrap; }
  .diag-teaser-item { flex: 1; min-width: 200px; background: var(--light); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; }
  .diag-teaser-icon { font-size: 20px; margin-bottom: 6px; }
  .diag-teaser-title { font-size: 13px; font-weight: 600; color: var(--black); margin-bottom: 4px; }
  .diag-teaser-desc { font-size: 12px; color: var(--mid); line-height: 1.5; }

  /* Stepper */
  .diag-stepper { display: flex; align-items: center; gap: 0; margin-bottom: 32px; }
  .diag-stepper-step { display: flex; align-items: center; gap: 8px; }
  .diag-stepper-num {
    width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 600; color: var(--mid); background: var(--white);
    transition: all 0.3s;
  }
  .diag-stepper-num.active { border-color: var(--blue); background: var(--blue); color: #fff; }
  .diag-stepper-num.done { border-color: var(--blue); background: var(--blue-light); color: var(--blue); }
  .diag-stepper-label { font-size: 12px; color: var(--mid); font-weight: 500; }
  .diag-stepper-label.active { color: var(--blue); }
  .diag-stepper-line { flex: 1; height: 2px; background: var(--border); margin: 0 8px; min-width: 20px; transition: background 0.3s; }
  .diag-stepper-line.done { background: var(--blue); }

  .diag-card { background: var(--light); border: 1px solid var(--border); border-radius: 10px; padding: 40px; }
  .diag-progress { height: 4px; background: var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 32px; display: none; }
  .diag-progress-bar { height: 100%; width: 33.33%; background: var(--blue); transition: width 0.4s ease; }
  .diag-step { display: none; }
  .diag-step.active { display: block; animation: fadeInUp 0.35s ease; }
  .diag-step-label { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); margin-bottom: 20px; }
  .diag-step label { display: block; font-size: 14px; font-weight: 500; color: var(--gray); margin: 18px 0 6px; }
  .diag-step label:first-of-type { margin-top: 0; }
  .diag-step input, .diag-step textarea {
    width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 6px;
    font-family: 'Inter', sans-serif; font-size: 15px; color: var(--black); background: var(--white);
    transition: border-color 0.2s;
  }
  .diag-step input:focus, .diag-step textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(55,138,221,0.08); }
  .diag-step textarea { resize: vertical; min-height: 80px; }
  .diag-input-hint { font-size: 12px; color: var(--mid); margin-top: 5px; }
  .diag-step-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
  .diag-btn-next, .diag-btn-back, .diag-btn-primary, .diag-btn-pay {
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer;
    border-radius: 6px; padding: 13px 26px; border: none; transition: background 0.2s, opacity 0.2s;
  }
  .diag-btn-next, .diag-btn-primary { background: var(--black); color: var(--white); }
  .diag-btn-next:hover, .diag-btn-primary:hover { background: var(--blue); }
  .diag-btn-back { background: transparent; color: var(--gray); border: 1px solid var(--border); }
  .diag-btn-back:hover { border-color: var(--blue); color: var(--blue); }
  .diag-btn-pay { background: var(--blue); color: var(--white); width: 100%; font-size: 16px; padding: 16px 26px; margin-top: 20px; }
  .diag-btn-pay:hover { background: var(--blue-dark); }
  .diag-btn-pay:disabled { opacity: 0.6; cursor: not-allowed; }
  .diag-sample { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 24px; overflow: hidden; }
  .diag-sample-blur { filter: blur(4px); user-select: none; font-size: 15px; line-height: 1.7; color: var(--gray); }
  .diag-sample-lock { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 32px; background: rgba(255,255,255,0.35); }
  .diag-unlock-note { font-size: 14px; color: var(--mid); margin-top: 18px; line-height: 1.6; }
  .diag-loading { text-align: center; padding: 60px 0; }
  .diag-spinner { width: 44px; height: 44px; border: 4px solid var(--border); border-top-color: var(--blue); border-radius: 50%; margin: 0 auto 20px; animation: diagSpin 0.8s linear infinite; }
  @keyframes diagSpin { to { transform: rotate(360deg); } }
  .diag-loading-msg { font-size: 15px; color: var(--mid); min-height: 24px; transition: opacity 0.5s; }
  /* Result */
  .diag-result-header { background: var(--blue); color: #fff; border-radius: 8px 8px 0 0; padding: 18px 24px; margin-bottom: 0; }
  .diag-result-header-label { font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; opacity: 0.8; margin-bottom: 4px; }
  .diag-result-header-company { font-size: 18px; font-weight: 600; }
  .diag-result { font-size: 15px; line-height: 1.85; color: var(--gray); background: var(--white); border: 1px solid var(--border); border-top: none; border-radius: 0 0 8px 8px; padding: 24px; margin-bottom: 20px; }
  .diag-result p { margin-bottom: 12px; }
  .diag-result p:last-child { margin-bottom: 0; }
  .diag-result strong { color: var(--black); }
  .diag-recommend-label { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--mid); margin-bottom: 10px; }
  .diag-recommend { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
  .diag-chip { background: var(--blue-light); color: var(--blue-dark); font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: 20px; }
