/*
Theme Name: Launch365
Theme URI: https://launch365.ai/
Author: Codex
Description: WordPress theme converted from the Launch365 static site.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Text Domain: launch365
*/


.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body.mobile-menu-open {
  overflow: hidden;
}

.site-logo-link,
.footer-logo-link {
  color: inherit;
  text-decoration: none;
}

.site-logo-text {
  font-family: var(--heading, 'Syne', sans-serif);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text, #EEF2FF);
  display: inline-flex;
  align-items: center;
}

.site-logo-text span {
  color: var(--cyan, #00D4FF);
}

.footer-brand .site-logo-text {
  margin-bottom: 1rem;
}

.site-main {
  position: relative;
  z-index: 1;
}

body.admin-bar nav {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar nav {
    top: 46px;
  }
}

/* Source: about */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .site-logo-image { height: 40px; width: auto; display: block; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

  .about-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .about-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.07) 40%, transparent 70%); pointer-events: none; }
  .about-hero-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .about-hero h1 { font-family: var(--heading); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.07; margin-bottom: 1.5rem; }
  .about-hero-sub { color: var(--muted); font-size: 1.1rem; line-height: 1.8; max-width: 620px; margin: 0 auto; }

  .mission-section { padding: 80px 0; }
  .mission-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .mission-text h2 { font-family: var(--heading); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 1.25rem; }
  .mission-text p { color: var(--muted); font-size: .95rem; line-height: 1.8; margin-bottom: 1rem; }
  .mission-values { display: flex; flex-direction: column; gap: 14px; }
  .value-item { display: flex; align-items: flex-start; gap: 1rem; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; }
  .vi-icon { font-size: 1.4rem; flex-shrink: 0; }
  .vi-title { font-family: var(--heading); font-weight: 700; font-size: .95rem; margin-bottom: .25rem; }
  .vi-desc { font-size: .82rem; color: var(--muted); line-height: 1.6; }

  .stats-section { padding: 70px 0; background: linear-gradient(135deg, rgba(0,212,255,0.04), rgba(124,111,255,0.03)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .stats-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
  .abt-stat { background: var(--card); padding: 2rem; text-align: center; }
  .abt-stat-num { font-family: var(--heading); font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: .4rem; }
  .abt-stat-label { font-size: .8rem; color: var(--muted); font-weight: 500; }

  .story-section { padding: 80px 0; }
  .story-inner { max-width: 760px; margin: 0 auto; padding: 0 5%; }
  .story-inner h2 { font-family: var(--heading); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 2rem; }
  .story-inner p { color: var(--muted); font-size: .95rem; line-height: 1.85; margin-bottom: 1.25rem; }
  .story-inner p strong { color: var(--text); font-weight: 600; }

  .location-section { padding: 60px 0 80px; }
  .location-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .location-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; }
  .lc-label { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 1rem; }
  .lc-city { font-family: var(--heading); font-size: 2rem; font-weight: 800; margin-bottom: .5rem; }
  .lc-details { color: var(--muted); font-size: .9rem; line-height: 1.8; }
  .lc-details a { color: var(--cyan); text-decoration: none; }
  .lc-map-placeholder { background: var(--card); border: 1px solid var(--border); border-radius: 14px; height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; }
  .lc-map-placeholder span { font-size: 3rem; }
  .lc-map-placeholder p { font-size: .85rem; color: var(--muted); }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: ai-visibility */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #060B14;
    --surface: #0C1425;
    --card: #111928;
    --card-hover: #162035;
    --border: rgba(255,255,255,0.07);
    --text: #EEF2FF;
    --muted: #7A8BA8;
    --heading: 'Syne', sans-serif;
    --body: 'DM Sans', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--accent, #00D4FF); }
  .nav-back { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
  .nav-back:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }

  /* HERO */
  .page-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .hero-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; pointer-events: none; }
  .hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; }
  .hero-category { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 100px; padding: 0.3rem 0.9rem; font-size: 0.75rem; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.25rem; text-decoration: none; }
  .hero-category:hover { border-color: rgba(255,255,255,0.15); color: var(--text); }
  .hero-icon-badge { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,0.1); }
  .page-hero h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: 1.25rem; }
  .page-hero h1 .accent { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline; }
  .hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
  .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .hero-stat { background: var(--card); padding: 1rem; text-align: center; }
  .stat-num { font-family: var(--heading); font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
  .stat-label { font-size: 0.72rem; color: var(--muted); font-weight: 500; margin-top: 2px; }
  .btn-outline-accent { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--text); }
  .btn-outline-accent:hover { background: rgba(255,255,255,0.05); }

  /* VISUAL CARD */
  .hero-visual-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 2rem; box-shadow: 0 40px 80px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
  .hero-visual-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent, #00D4FF), #7C6FFF); }
  .vis-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
  .vis-metric { font-family: var(--heading); font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: 0.25rem; }
  .vis-sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
  .vis-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
  .vis-bar-label { font-size: 0.72rem; color: var(--muted); width: 80px; text-align: right; flex-shrink: 0; }
  .vis-bar-track { flex: 1; height: 8px; background: rgba(255,255,255,0.05); border-radius: 4px; overflow: hidden; }
  .vis-bar-fill { height: 100%; border-radius: 4px; animation: fillBar 1.2s ease-out forwards; transform-origin: left; transform: scaleX(0); }
  @keyframes fillBar { to { transform: scaleX(1); } }
  .vis-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
  .vis-tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
  .vis-tag { background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 6px; padding: 4px 10px; font-size: 0.7rem; font-weight: 600; color: var(--muted); }

  /* FEATURES */
  .features-section { padding: 90px 0; }
  .features-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; }
  .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; margin-top: 3rem; }
  .feature-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all 0.25s; position: relative; overflow: hidden; }
  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity 0.25s; }
  .feature-card:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
  .feature-card:hover::before { opacity: 1; }
  .feat-icon { font-size: 1.75rem; margin-bottom: 1rem; }
  .feat-title { font-family: var(--heading); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
  .feat-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

  /* HOW IT WORKS */
  .how-section { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
  .how-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .how-step { background: var(--card); padding: 2.5rem 2rem; position: relative; }
  .how-step-num { font-family: var(--heading); font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; opacity: 0.15; }
  .how-step-title { font-family: var(--heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.6rem; }
  .how-step-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
  .how-connector { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; opacity: 0.3; }

  /* CTA */
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 350px; pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
  .cta-note { margin-top: 1rem; font-size: 0.8rem; color: var(--muted); position: relative; z-index: 1; }

  /* TOOLS BREADCRUMB */
  .breadcrumb-bar { padding: 80px 5% 0; }
  .breadcrumb { display: flex; align-items: center; gap: 0.5rem; max-width: 1400px; margin: 0 auto; font-size: 0.8rem; color: var(--muted); flex-wrap: wrap; }
  .breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
  .breadcrumb a:hover { color: var(--text); }
  .breadcrumb-sep { opacity: 0.4; }

  /* FOOTER */
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--accent, #00D4FF); text-decoration: none; font-weight: 600; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }

  :root { --accent: #7C6FFF; }
  .feature-card-top-bar { position:absolute; top:0; left:0; right:0; height:2px; opacity:0; transition:opacity 0.25s; }
  .feature-card:hover .feature-card-top-bar { opacity:1; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: ai-website-builder */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #060B14;
    --surface: #0C1425;
    --card: #111928;
    --card-hover: #162035;
    --border: rgba(255,255,255,0.07);
    --text: #EEF2FF;
    --muted: #7A8BA8;
    --heading: 'Syne', sans-serif;
    --body: 'DM Sans', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--accent, #00D4FF); }
  .nav-back { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
  .nav-back:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }

  /* HERO */
  .page-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .hero-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; pointer-events: none; }
  .hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; }
  .hero-category { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 100px; padding: 0.3rem 0.9rem; font-size: 0.75rem; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.25rem; text-decoration: none; }
  .hero-category:hover { border-color: rgba(255,255,255,0.15); color: var(--text); }
  .hero-icon-badge { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,0.1); }
  .page-hero h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: 1.25rem; }
  .page-hero h1 .accent { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline; }
  .hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
  .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .hero-stat { background: var(--card); padding: 1rem; text-align: center; }
  .stat-num { font-family: var(--heading); font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
  .stat-label { font-size: 0.72rem; color: var(--muted); font-weight: 500; margin-top: 2px; }
  .btn-outline-accent { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--text); }
  .btn-outline-accent:hover { background: rgba(255,255,255,0.05); }

  /* VISUAL CARD */
  .hero-visual-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 2rem; box-shadow: 0 40px 80px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
  .hero-visual-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent, #00D4FF), #7C6FFF); }
  .vis-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
  .vis-metric { font-family: var(--heading); font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: 0.25rem; }
  .vis-sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
  .vis-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
  .vis-bar-label { font-size: 0.72rem; color: var(--muted); width: 80px; text-align: right; flex-shrink: 0; }
  .vis-bar-track { flex: 1; height: 8px; background: rgba(255,255,255,0.05); border-radius: 4px; overflow: hidden; }
  .vis-bar-fill { height: 100%; border-radius: 4px; animation: fillBar 1.2s ease-out forwards; transform-origin: left; transform: scaleX(0); }
  @keyframes fillBar { to { transform: scaleX(1); } }
  .vis-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
  .vis-tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
  .vis-tag { background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 6px; padding: 4px 10px; font-size: 0.7rem; font-weight: 600; color: var(--muted); }

  /* FEATURES */
  .features-section { padding: 90px 0; }
  .features-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; }
  .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; margin-top: 3rem; }
  .feature-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all 0.25s; position: relative; overflow: hidden; }
  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity 0.25s; }
  .feature-card:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
  .feature-card:hover::before { opacity: 1; }
  .feat-icon { font-size: 1.75rem; margin-bottom: 1rem; }
  .feat-title { font-family: var(--heading); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
  .feat-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

  /* HOW IT WORKS */
  .how-section { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
  .how-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .how-step { background: var(--card); padding: 2.5rem 2rem; position: relative; }
  .how-step-num { font-family: var(--heading); font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; opacity: 0.15; }
  .how-step-title { font-family: var(--heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.6rem; }
  .how-step-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
  .how-connector { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; opacity: 0.3; }

  /* CTA */
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 350px; pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
  .cta-note { margin-top: 1rem; font-size: 0.8rem; color: var(--muted); position: relative; z-index: 1; }

  /* TOOLS BREADCRUMB */
  .breadcrumb-bar { padding: 80px 5% 0; }
  .breadcrumb { display: flex; align-items: center; gap: 0.5rem; max-width: 1400px; margin: 0 auto; font-size: 0.8rem; color: var(--muted); flex-wrap: wrap; }
  .breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
  .breadcrumb a:hover { color: var(--text); }
  .breadcrumb-sep { opacity: 0.4; }

  /* FOOTER */
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--accent, #00D4FF); text-decoration: none; font-weight: 600; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }

  :root { --accent: #00D4FF; }
  .feature-card-top-bar { position:absolute; top:0; left:0; right:0; height:2px; opacity:0; transition:opacity 0.25s; }
  .feature-card:hover .feature-card-top-bar { opacity:1; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: api-access */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #060B14;
    --surface: #0C1425;
    --card: #111928;
    --card-hover: #162035;
    --border: rgba(255,255,255,0.07);
    --text: #EEF2FF;
    --muted: #7A8BA8;
    --heading: 'Syne', sans-serif;
    --body: 'DM Sans', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--accent, #00D4FF); }
  .nav-back { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
  .nav-back:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }

  /* HERO */
  .page-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .hero-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; pointer-events: none; }
  .hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; }
  .hero-category { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 100px; padding: 0.3rem 0.9rem; font-size: 0.75rem; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.25rem; text-decoration: none; }
  .hero-category:hover { border-color: rgba(255,255,255,0.15); color: var(--text); }
  .hero-icon-badge { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,0.1); }
  .page-hero h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: 1.25rem; }
  .page-hero h1 .accent { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline; }
  .hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
  .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .hero-stat { background: var(--card); padding: 1rem; text-align: center; }
  .stat-num { font-family: var(--heading); font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
  .stat-label { font-size: 0.72rem; color: var(--muted); font-weight: 500; margin-top: 2px; }
  .btn-outline-accent { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--text); }
  .btn-outline-accent:hover { background: rgba(255,255,255,0.05); }

  /* VISUAL CARD */
  .hero-visual-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 2rem; box-shadow: 0 40px 80px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
  .hero-visual-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent, #00D4FF), #7C6FFF); }
  .vis-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
  .vis-metric { font-family: var(--heading); font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: 0.25rem; }
  .vis-sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
  .vis-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
  .vis-bar-label { font-size: 0.72rem; color: var(--muted); width: 80px; text-align: right; flex-shrink: 0; }
  .vis-bar-track { flex: 1; height: 8px; background: rgba(255,255,255,0.05); border-radius: 4px; overflow: hidden; }
  .vis-bar-fill { height: 100%; border-radius: 4px; animation: fillBar 1.2s ease-out forwards; transform-origin: left; transform: scaleX(0); }
  @keyframes fillBar { to { transform: scaleX(1); } }
  .vis-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
  .vis-tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
  .vis-tag { background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 6px; padding: 4px 10px; font-size: 0.7rem; font-weight: 600; color: var(--muted); }

  /* FEATURES */
  .features-section { padding: 90px 0; }
  .features-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; }
  .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; margin-top: 3rem; }
  .feature-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all 0.25s; position: relative; overflow: hidden; }
  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity 0.25s; }
  .feature-card:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
  .feature-card:hover::before { opacity: 1; }
  .feat-icon { font-size: 1.75rem; margin-bottom: 1rem; }
  .feat-title { font-family: var(--heading); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
  .feat-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

  /* HOW IT WORKS */
  .how-section { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
  .how-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .how-step { background: var(--card); padding: 2.5rem 2rem; position: relative; }
  .how-step-num { font-family: var(--heading); font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; opacity: 0.15; }
  .how-step-title { font-family: var(--heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.6rem; }
  .how-step-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
  .how-connector { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; opacity: 0.3; }

  /* CTA */
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 350px; pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
  .cta-note { margin-top: 1rem; font-size: 0.8rem; color: var(--muted); position: relative; z-index: 1; }

  /* TOOLS BREADCRUMB */
  .breadcrumb-bar { padding: 80px 5% 0; }
  .breadcrumb { display: flex; align-items: center; gap: 0.5rem; max-width: 1400px; margin: 0 auto; font-size: 0.8rem; color: var(--muted); flex-wrap: wrap; }
  .breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
  .breadcrumb a:hover { color: var(--text); }
  .breadcrumb-sep { opacity: 0.4; }

  /* FOOTER */
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--accent, #00D4FF); text-decoration: none; font-weight: 600; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }

  :root { --accent: #00F5A0; }
  .feature-card-top-bar { position:absolute; top:0; left:0; right:0; height:2px; opacity:0; transition:opacity 0.25s; }
  .feature-card:hover .feature-card-top-bar { opacity:1; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: backlinks */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #060B14;
    --surface: #0C1425;
    --card: #111928;
    --card-hover: #162035;
    --border: rgba(255,255,255,0.07);
    --text: #EEF2FF;
    --muted: #7A8BA8;
    --heading: 'Syne', sans-serif;
    --body: 'DM Sans', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--accent, #00D4FF); }
  .nav-back { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
  .nav-back:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }

  /* HERO */
  .page-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .hero-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; pointer-events: none; }
  .hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; }
  .hero-category { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 100px; padding: 0.3rem 0.9rem; font-size: 0.75rem; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.25rem; text-decoration: none; }
  .hero-category:hover { border-color: rgba(255,255,255,0.15); color: var(--text); }
  .hero-icon-badge { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,0.1); }
  .page-hero h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: 1.25rem; }
  .page-hero h1 .accent { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline; }
  .hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
  .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .hero-stat { background: var(--card); padding: 1rem; text-align: center; }
  .stat-num { font-family: var(--heading); font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
  .stat-label { font-size: 0.72rem; color: var(--muted); font-weight: 500; margin-top: 2px; }
  .btn-outline-accent { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--text); }
  .btn-outline-accent:hover { background: rgba(255,255,255,0.05); }

  /* VISUAL CARD */
  .hero-visual-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 2rem; box-shadow: 0 40px 80px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
  .hero-visual-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent, #00D4FF), #7C6FFF); }
  .vis-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
  .vis-metric { font-family: var(--heading); font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: 0.25rem; }
  .vis-sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
  .vis-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
  .vis-bar-label { font-size: 0.72rem; color: var(--muted); width: 80px; text-align: right; flex-shrink: 0; }
  .vis-bar-track { flex: 1; height: 8px; background: rgba(255,255,255,0.05); border-radius: 4px; overflow: hidden; }
  .vis-bar-fill { height: 100%; border-radius: 4px; animation: fillBar 1.2s ease-out forwards; transform-origin: left; transform: scaleX(0); }
  @keyframes fillBar { to { transform: scaleX(1); } }
  .vis-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
  .vis-tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
  .vis-tag { background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 6px; padding: 4px 10px; font-size: 0.7rem; font-weight: 600; color: var(--muted); }

  /* FEATURES */
  .features-section { padding: 90px 0; }
  .features-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; }
  .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; margin-top: 3rem; }
  .feature-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all 0.25s; position: relative; overflow: hidden; }
  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity 0.25s; }
  .feature-card:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
  .feature-card:hover::before { opacity: 1; }
  .feat-icon { font-size: 1.75rem; margin-bottom: 1rem; }
  .feat-title { font-family: var(--heading); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
  .feat-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

  /* HOW IT WORKS */
  .how-section { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
  .how-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .how-step { background: var(--card); padding: 2.5rem 2rem; position: relative; }
  .how-step-num { font-family: var(--heading); font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; opacity: 0.15; }
  .how-step-title { font-family: var(--heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.6rem; }
  .how-step-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
  .how-connector { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; opacity: 0.3; }

  /* CTA */
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 350px; pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
  .cta-note { margin-top: 1rem; font-size: 0.8rem; color: var(--muted); position: relative; z-index: 1; }

  /* TOOLS BREADCRUMB */
  .breadcrumb-bar { padding: 80px 5% 0; }
  .breadcrumb { display: flex; align-items: center; gap: 0.5rem; max-width: 1400px; margin: 0 auto; font-size: 0.8rem; color: var(--muted); flex-wrap: wrap; }
  .breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
  .breadcrumb a:hover { color: var(--text); }
  .breadcrumb-sep { opacity: 0.4; }

  /* FOOTER */
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--accent, #00D4FF); text-decoration: none; font-weight: 600; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }

  :root { --accent: #FF6B6B; }
  .feature-card-top-bar { position:absolute; top:0; left:0; right:0; height:2px; opacity:0; transition:opacity 0.25s; }
  .feature-card:hover .feature-card-top-bar { opacity:1; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: broadcasts */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --bg: #060B14;
    --surface: #0C1425;
    --card: #111928;
    --card-hover: #162035;
    --border: rgba(255,255,255,0.07);
    --text: #EEF2FF;
    --muted: #7A8BA8;
    --heading: 'Syne', sans-serif;
    --body: 'DM Sans', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--accent, #00D4FF); }
  .nav-back { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
  .nav-back:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }

  /* HERO */
  .page-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .hero-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; pointer-events: none; }
  .hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; }
  .hero-category { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 100px; padding: 0.3rem 0.9rem; font-size: 0.75rem; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.25rem; text-decoration: none; }
  .hero-category:hover { border-color: rgba(255,255,255,0.15); color: var(--text); }
  .hero-icon-badge { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1.5rem; border: 1px solid rgba(255,255,255,0.1); }
  .page-hero h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: 1.25rem; }
  .page-hero h1 .accent { background: linear-gradient(135deg, var(--accent, #00D4FF), #7C6FFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline; }
  .hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
  .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .hero-stat { background: var(--card); padding: 1rem; text-align: center; }
  .stat-num { font-family: var(--heading); font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
  .stat-label { font-size: 0.72rem; color: var(--muted); font-weight: 500; margin-top: 2px; }
  .btn-outline-accent { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--text); }
  .btn-outline-accent:hover { background: rgba(255,255,255,0.05); }

  /* VISUAL CARD */
  .hero-visual-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 2rem; box-shadow: 0 40px 80px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
  .hero-visual-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent, #00D4FF), #7C6FFF); }
  .vis-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
  .vis-metric { font-family: var(--heading); font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: 0.25rem; }
  .vis-sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
  .vis-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
  .vis-bar-label { font-size: 0.72rem; color: var(--muted); width: 80px; text-align: right; flex-shrink: 0; }
  .vis-bar-track { flex: 1; height: 8px; background: rgba(255,255,255,0.05); border-radius: 4px; overflow: hidden; }
  .vis-bar-fill { height: 100%; border-radius: 4px; animation: fillBar 1.2s ease-out forwards; transform-origin: left; transform: scaleX(0); }
  @keyframes fillBar { to { transform: scaleX(1); } }
  .vis-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
  .vis-tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
  .vis-tag { background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 6px; padding: 4px 10px; font-size: 0.7rem; font-weight: 600; color: var(--muted); }

  /* FEATURES */
  .features-section { padding: 90px 0; }
  .features-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; }
  .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; margin-top: 3rem; }
  .feature-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all 0.25s; position: relative; overflow: hidden; }
  .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity 0.25s; }
  .feature-card:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
  .feature-card:hover::before { opacity: 1; }
  .feat-icon { font-size: 1.75rem; margin-bottom: 1rem; }
  .feat-title { font-family: var(--heading); font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
  .feat-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

  /* HOW IT WORKS */
  .how-section { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
  .how-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .how-step { background: var(--card); padding: 2.5rem 2rem; position: relative; }
  .how-step-num { font-family: var(--heading); font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; opacity: 0.15; }
  .how-step-title { font-family: var(--heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.6rem; }
  .how-step-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
  .how-connector { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; opacity: 0.3; }

  /* CTA */
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 700px; height: 350px; pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
  .cta-note { margin-top: 1rem; font-size: 0.8rem; color: var(--muted); position: relative; z-index: 1; }

  /* TOOLS BREADCRUMB */
  .breadcrumb-bar { padding: 80px 5% 0; }
  .breadcrumb { display: flex; align-items: center; gap: 0.5rem; max-width: 1400px; margin: 0 auto; font-size: 0.8rem; color: var(--muted); flex-wrap: wrap; }
  .breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
  .breadcrumb a:hover { color: var(--text); }
  .breadcrumb-sep { opacity: 0.4; }

  /* FOOTER */
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--accent, #00D4FF); text-decoration: none; font-weight: 600; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }

  :root { --accent: #FFC31E; }
  .feature-card-top-bar { position:absolute; top:0; left:0; right:0; height:2px; opacity:0; transition:opacity 0.25s; }
  .feature-card:hover .feature-card-top-bar { opacity:1; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: case-studies */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

  .cs-hero { position: relative; padding: 130px 5% 70px; text-align: center; overflow: hidden; }
  .cs-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse, rgba(0,245,160,0.08) 0%, rgba(0,212,255,0.05) 40%, transparent 70%); pointer-events: none; }
  .cs-hero h1 { font-family: var(--heading); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 1.25rem; position: relative; z-index: 1; }
  .cs-hero-sub { color: var(--muted); font-size: 1.1rem; line-height: 1.75; max-width: 560px; margin: 0 auto; position: relative; z-index: 1; }

  .cs-grid-section { padding: 70px 0 90px; }
  .cs-grid-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .cs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .cs-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; transition: all .3s; }
  .cs-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,0,0,.4); border-color: rgba(0,212,255,.15); }
  .cs-card-top { padding: 2.5rem 2rem 1.5rem; position: relative; }
  .cs-card-top::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
  .cs-industry-tag { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
  .cs-company { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; margin-bottom: .4rem; }
  .cs-location { font-size: .85rem; color: var(--muted); margin-bottom: 1.25rem; }
  .cs-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 1.5rem; }
  .cs-result { background: var(--card); padding: .875rem .5rem; text-align: center; }
  .cs-result-num { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; line-height: 1.1; }
  .cs-result-label { font-size: .65rem; color: var(--muted); font-weight: 500; margin-top: 2px; }
  .cs-quote { font-size: .875rem; color: var(--muted); line-height: 1.7; font-style: italic; border-left: 3px solid rgba(0,212,255,.3); padding-left: 1rem; margin-bottom: 1.25rem; }
  .cs-attribution { display: flex; align-items: center; gap: .75rem; }
  .cs-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; color: #fff; flex-shrink: 0; }
  .cs-attr-name { font-family: var(--heading); font-weight: 700; font-size: .85rem; }
  .cs-attr-title { font-size: .75rem; color: var(--muted); }
  .cs-card-bottom { background: var(--card); border-top: 1px solid var(--border); padding: 1rem 2rem; display: flex; gap: .6rem; flex-wrap: wrap; }
  .cs-tool-tag { background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.15); border-radius: 6px; padding: 3px 10px; font-size: .7rem; font-weight: 600; color: var(--cyan); }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: contact */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

  .contact-page { position: relative; padding: 120px 5% 80px; overflow: hidden; }
  .contact-glow { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse, rgba(0,212,255,0.08) 0%, rgba(124,111,255,0.05) 40%, transparent 70%); pointer-events: none; }
  .contact-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; position: relative; z-index: 1; }
  .contact-left h1 { font-family: var(--heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 1.25rem; }
  .contact-left p { color: var(--muted); font-size: .95rem; line-height: 1.8; margin-bottom: 2.5rem; }
  .contact-methods { display: flex; flex-direction: column; gap: 14px; margin-bottom: 2.5rem; }
  .contact-method { display: flex; align-items: center; gap: 1rem; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1.1rem 1.25rem; text-decoration: none; color: var(--text); transition: all .2s; }
  .contact-method:hover { border-color: rgba(0,212,255,.25); transform: translateX(4px); }
  .cm-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(0,212,255,.1); border: 1px solid rgba(0,212,255,.2); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
  .cm-label { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
  .cm-value { font-family: var(--heading); font-weight: 700; font-size: .95rem; color: var(--cyan); }
  .hours-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
  .hours-title { font-family: var(--heading); font-weight: 700; font-size: .95rem; margin-bottom: 1rem; }
  .hours-row { display: flex; justify-content: space-between; font-size: .85rem; padding: .4rem 0; border-bottom: 1px solid var(--border); }
  .hours-row:last-child { border-bottom: none; }
  .hours-row .day { color: var(--muted); }
  .hours-row .time { color: var(--text); font-weight: 500; }

  .contact-form-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.4); }
  .cf-header { background: var(--card); padding: 1.5rem 2rem; border-bottom: 1px solid var(--border); }
  .cf-header h3 { font-family: var(--heading); font-weight: 800; font-size: 1.2rem; margin-bottom: .25rem; }
  .cf-header p { font-size: .8rem; color: var(--muted); }
  .cf-body { padding: 2rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
  .form-group label { font-size: .78rem; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
  .form-group input, .form-group select, .form-group textarea { background: var(--card); border: 1px solid var(--border); border-radius: 9px; padding: .75rem 1rem; color: var(--text); font-family: var(--body); font-size: .875rem; transition: border-color .2s; outline: none; width: 100%; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: rgba(0,212,255,.4); box-shadow: 0 0 0 3px rgba(0,212,255,.08); }
  .form-group textarea { resize: vertical; min-height: 110px; }
  .submit-btn { width: 100%; padding: 1rem; background: linear-gradient(135deg, var(--cyan), var(--violet)); border: none; border-radius: 10px; color: #fff; font-family: var(--heading); font-weight: 700; font-size: 1rem; cursor: pointer; transition: all .2s; margin-top: .5rem; }
  .submit-btn:hover { transform: translateY(-1px); box-shadow: 0 0 30px rgba(0,212,255,.3); }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: easy-switch */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }


  .switch-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .switch-hero-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; background: radial-gradient(ellipse, rgba(0,245,160,0.1) 0%, rgba(0,212,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .switch-hero-inner { max-width: 1100px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .switch-hero h1 { font-family: var(--heading); font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.07; margin-bottom: 1.5rem; }
  .switch-hero-sub { color: var(--muted); font-size: 1.15rem; line-height: 1.75; max-width: 600px; margin: 0 auto 2.5rem; }
  .switch-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }
  .trust-pills { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
  .trust-pill { display: flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 100px; padding: 0.4rem 1rem; font-size: 0.8rem; color: var(--muted); font-weight: 500; }

  /* Timeline */
  .timeline-section { padding: 90px 0; }
  .timeline-inner { max-width: 800px; margin: 0 auto; padding: 0 5%; }
  .timeline { position: relative; }
  .timeline::before { content: ''; position: absolute; left: 32px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--cyan), var(--mint), var(--violet)); opacity: 0.3; }
  .timeline-item { display: flex; gap: 2rem; margin-bottom: 3rem; position: relative; }
  .timeline-item:last-child { margin-bottom: 0; }
  .tl-marker { width: 64px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
  .tl-dot { width: 16px; height: 16px; border-radius: 50%; margin-top: 4px; flex-shrink: 0; box-shadow: 0 0 12px currentColor; }
  .tl-time { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 6px; white-space: nowrap; }
  .tl-content { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; flex: 1; transition: all 0.25s; }
  .tl-content:hover { border-color: rgba(255,255,255,0.12); transform: translateX(4px); }
  .tl-step { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.5rem; }
  .tl-title { font-family: var(--heading); font-weight: 700; font-size: 1.15rem; margin-bottom: 0.5rem; }
  .tl-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
  .tl-tags { display: flex; gap: 6px; margin-top: 1rem; flex-wrap: wrap; }
  .tl-tag { background: rgba(0,212,255,0.08); border: 1px solid rgba(0,212,255,0.15); border-radius: 6px; padding: 3px 10px; font-size: 0.7rem; font-weight: 600; color: var(--cyan); }

  /* Migration compare */
  .migrate-section { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(0,212,255,0.02), transparent); }
  .migrate-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .migrate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; align-items: start; }
  .migrate-col h3 { font-family: var(--heading); font-weight: 700; font-size: 1.2rem; margin-bottom: 1.5rem; }
  .migrate-list { display: flex; flex-direction: column; gap: 12px; }
  .migrate-item { display: flex; align-items: flex-start; gap: 0.75rem; padding: 1rem 1.25rem; border-radius: 12px; font-size: 0.875rem; line-height: 1.6; }
  .migrate-item.bad { background: rgba(255,85,85,0.06); border: 1px solid rgba(255,85,85,0.12); color: var(--muted); }
  .migrate-item.good { background: rgba(0,245,160,0.06); border: 1px solid rgba(0,245,160,0.15); color: var(--text); }
  .migrate-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }

  /* FAQ */
  .faq-section { padding: 90px 0; }
  .faq-inner { max-width: 760px; margin: 0 auto; padding: 0 5%; }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; cursor: pointer; font-family: var(--heading); font-weight: 600; font-size: 1rem; gap: 1rem; }
  .faq-question:hover { color: var(--cyan); }
  .faq-chevron { font-size: 0.9rem; color: var(--muted); transition: transform 0.3s; flex-shrink: 0; }
  .faq-answer { font-size: 0.9rem; color: var(--muted); line-height: 1.75; padding-bottom: 1.25rem; display: none; }
  .faq-item.open .faq-answer { display: block; }
  .faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--cyan); }

  /* Logos */
  .logos-section { padding: 60px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.012); }
  .logos-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .logos-label { text-align: center; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 2rem; }
  .logos-row { display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
  .logo-pill { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 0.6rem 1.4rem; font-family: var(--heading); font-weight: 700; font-size: 0.85rem; color: var(--muted); display: flex; align-items: center; gap: 0.5rem; }

  /* CTA */
  .switch-cta { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .switch-cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(0,245,160,0.08) 0%, rgba(0,212,255,0.05) 40%, transparent 70%); pointer-events: none; }
  .switch-cta h2 { font-family: var(--heading); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1.25rem; position: relative; z-index: 1; }
  .switch-cta p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }


/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: faq */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

  .faq-hero { position: relative; padding: 130px 5% 60px; text-align: center; overflow: hidden; }
  .faq-glow { position: absolute; top: -5%; left: 50%; transform: translateX(-50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(0,212,255,0.08) 0%, rgba(124,111,255,0.05) 40%, transparent 70%); pointer-events: none; }
  .faq-hero h1 { font-family: var(--heading); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 1.25rem; position: relative; z-index: 1; }
  .faq-hero-sub { color: var(--muted); font-size: 1.1rem; max-width: 520px; margin: 0 auto; position: relative; z-index: 1; }

  .faq-main { padding: 60px 0 90px; }
  .faq-main-inner { max-width: 860px; margin: 0 auto; padding: 0 5%; }
  .faq-category { margin-bottom: 3.5rem; }
  .faq-cat-label { font-family: var(--heading); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan); margin-bottom: 1.25rem; display: flex; align-items: center; gap: .75rem; }
  .faq-cat-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; cursor: pointer; font-size: .95rem; font-weight: 600; gap: 1rem; line-height: 1.4; transition: color .2s; }
  .faq-q:hover { color: var(--cyan); }
  .faq-chev { font-size: .8rem; color: var(--muted); transition: transform .3s, color .2s; flex-shrink: 0; }
  .faq-a { font-size: .875rem; color: var(--muted); line-height: 1.8; padding-bottom: 1.25rem; display: none; }
  .faq-item.open .faq-a { display: block; }
  .faq-item.open .faq-chev { transform: rotate(180deg); color: var(--cyan); }
  .faq-item.open .faq-q { color: var(--cyan); }

  .faq-still-stuck { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 3rem; text-align: center; margin-top: 4rem; }
  .faq-still-stuck h3 { font-family: var(--heading); font-size: 1.5rem; font-weight: 800; margin-bottom: .75rem; }
  .faq-still-stuck p { color: var(--muted); font-size: .95rem; margin-bottom: 2rem; }
  .faq-contact-options { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  .faq-contact-btn { display: flex; align-items: center; gap: .6rem; padding: .75rem 1.4rem; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: .875rem; transition: all .2s; }
  .faq-contact-btn.primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; }
  .faq-contact-btn.outline { background: transparent; border: 1px solid var(--border); color: var(--text); }
  .faq-contact-btn.outline:hover { border-color: rgba(255,255,255,.15); }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: industry-home-services */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

  .ind-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .ind-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 550px; pointer-events: none; }
  .ind-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
  .ind-tag { display: inline-flex; align-items: center; gap: .5rem; background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.2); border-radius: 100px; padding: .35rem 1rem; font-size: .78rem; font-weight: 700; color: var(--cyan); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.5rem; }
  .ind-hero h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 1.25rem; }
  .ind-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
  .ind-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .ind-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
  .ind-stat { background: var(--card); padding: 1rem; text-align: center; }
  .is-num { font-family: var(--heading); font-size: 1.6rem; font-weight: 800; background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
  .is-label { font-size: .7rem; color: var(--muted); font-weight: 500; margin-top: 3px; }

  .ind-visual { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 2rem; position: relative; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.5); }
  .ind-visual::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--mint)); }
  .iv-label { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
  .iv-flow { display: flex; flex-direction: column; gap: 10px; }
  .iv-step { display: flex; align-items: center; gap: .875rem; background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: .875rem 1rem; font-size: .82rem; }
  .iv-step-icon { font-size: 1.1rem; flex-shrink: 0; }
  .iv-step-text b { display: block; font-weight: 600; font-size: .82rem; margin-bottom: 2px; }
  .iv-step-text span { color: var(--muted); font-size: .75rem; }
  .iv-arrow { text-align: center; color: var(--muted); font-size: .85rem; margin: -2px 0; }

  .pain-section { padding: 80px 0; background: linear-gradient(180deg, transparent, rgba(255,107,107,.02), transparent); }
  .pain-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
  .pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; align-items: start; }
  .pain-col h3 { font-family: var(--heading); font-weight: 700; font-size: 1.2rem; margin-bottom: 1.5rem; }
  .pain-list { display: flex; flex-direction: column; gap: 12px; }
  .pain-item { display: flex; align-items: flex-start; gap: .75rem; padding: 1rem 1.25rem; border-radius: 12px; font-size: .875rem; line-height: 1.6; }
  .pain-item.bad { background: rgba(255,85,85,.05); border: 1px solid rgba(255,85,85,.1); color: var(--muted); }
  .pain-item.good { background: rgba(0,245,160,.05); border: 1px solid rgba(0,245,160,.12); }

  .tools-spotlight { padding: 80px 0; }
  .tools-spotlight-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
  .spotlight-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin-top: 3rem; }
  .spotlight-card { background: var(--card); border: 1px solid var(--border); border-radius: 13px; padding: 1.5rem; transition: all .25s; text-decoration: none; color: var(--text); display: block; }
  .spotlight-card:hover { border-color: rgba(0,212,255,.25); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.3); }
  .sc-icon { font-size: 1.5rem; margin-bottom: .75rem; }
  .sc-name { font-family: var(--heading); font-weight: 700; font-size: .95rem; margin-bottom: .35rem; }
  .sc-desc { font-size: .78rem; color: var(--muted); line-height: 1.55; }

  .testimonial-strip { padding: 70px 5%; }
  .testimonial-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; max-width: 720px; margin: 0 auto; text-align: center; position: relative; }
  .testimonial-card::before { content: '"'; position: absolute; top: 1.5rem; left: 2rem; font-family: var(--heading); font-size: 5rem; line-height: 1; color: rgba(0,212,255,.1); }
  .testi-text { font-size: 1.05rem; line-height: 1.8; margin-bottom: 2rem; position: relative; z-index: 1; }
  .testi-author { display: flex; align-items: center; gap: 1rem; justify-content: center; }
  .testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--violet)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem; color: #fff; }
  .testi-name { font-family: var(--heading); font-weight: 700; font-size: .9rem; }
  .testi-co { font-size: .78rem; color: var(--muted); }
  .stars { color: #FFC31E; font-size: .9rem; letter-spacing: 2px; margin-bottom: 1.25rem; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: integration-angi */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }

  /* HERO */
  .int-hero { position: relative; padding: 120px 5% 70px; overflow: hidden; }
  .int-hero-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; pointer-events: none; }
  .int-hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
  .int-breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: var(--muted); margin-bottom: 1.5rem; flex-wrap: wrap; }
  .int-breadcrumb a { color: var(--muted); text-decoration: none; transition: color .2s; }
  .int-breadcrumb a:hover { color: var(--text); }
  .int-breadcrumb-sep { opacity: .4; }
  .int-logo-badge { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.75rem; }
  .int-logo-box { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; border: 1px solid rgba(255,255,255,0.1); flex-shrink: 0; }
  .int-plus { font-size: 1.5rem; color: var(--muted); }
  .int-launch-box { width: 72px; height: 72px; border-radius: 18px; background: linear-gradient(135deg, var(--cyan), var(--violet)); display: flex; align-items: center; justify-content: center; font-family: var(--heading); font-weight: 800; font-size: .75rem; color: #fff; text-align: center; line-height: 1.2; flex-shrink: 0; }
  .int-hero h1 { font-family: var(--heading); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 1.25rem; }
  .int-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
  .int-hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .int-tags { display: flex; gap: .6rem; flex-wrap: wrap; }
  .int-tag { background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 7px; padding: 4px 12px; font-size: .75rem; font-weight: 600; color: var(--muted); }

  /* FLOW DIAGRAM */
  .flow-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 2rem; box-shadow: 0 40px 80px rgba(0,0,0,.5); position: relative; overflow: hidden; }
  .flow-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
  .flow-label { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.25rem; }
  .flow-steps { display: flex; flex-direction: column; gap: 0; }
  .flow-step { display: flex; align-items: flex-start; gap: 1rem; padding: .875rem 0; border-bottom: 1px solid var(--border); }
  .flow-step:last-child { border-bottom: none; }
  .flow-step-left { display: flex; flex-direction: column; align-items: center; gap: 0; width: 36px; flex-shrink: 0; }
  .flow-dot { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
  .flow-step-body { flex: 1; min-width: 0; }
  .flow-step-title { font-family: var(--heading); font-weight: 700; font-size: .875rem; margin-bottom: .2rem; }
  .flow-step-desc { font-size: .78rem; color: var(--muted); line-height: 1.55; }
  .flow-connector { width: 2px; height: 16px; margin: 0 auto; opacity: .2; background: var(--border); }

  /* FEATURES */
  .int-features { padding: 80px 0; }
  .int-features-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .int-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 3rem; }
  .int-feat-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all .25s; position: relative; overflow: hidden; }
  .int-feat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity .25s; }
  .int-feat-card:hover { border-color: rgba(255,255,255,.12); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.3); }
  .int-feat-card:hover::before { opacity: 1; }
  .int-feat-icon { font-size: 1.75rem; margin-bottom: 1rem; }
  .int-feat-title { font-family: var(--heading); font-weight: 700; font-size: 1rem; margin-bottom: .45rem; }
  .int-feat-desc { font-size: .855rem; color: var(--muted); line-height: 1.65; }

  /* USE CASES */
  .use-cases { padding: 80px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,.012), transparent); }
  .use-cases-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .uc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 3rem; }
  .uc-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all .25s; }
  .uc-card:hover { border-color: rgba(255,255,255,.12); transform: translateY(-2px); }
  .uc-number { font-family: var(--heading); font-size: 2.5rem; font-weight: 800; opacity: .08; line-height: 1; margin-bottom: .5rem; }
  .uc-title { font-family: var(--heading); font-weight: 700; font-size: 1rem; margin-bottom: .45rem; }
  .uc-desc { font-size: .855rem; color: var(--muted); line-height: 1.65; }

  /* HOW TO CONNECT */
  .connect-section { padding: 80px 0; }
  .connect-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .connect-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .cs { background: var(--card); padding: 2.25rem 1.75rem; }
  .cs-num { font-family: var(--heading); font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: .75rem; opacity: .12; }
  .cs-icon { font-size: 1.5rem; margin-bottom: .75rem; }
  .cs-title { font-family: var(--heading); font-weight: 700; font-size: 1rem; margin-bottom: .5rem; }
  .cs-desc { font-size: .855rem; color: var(--muted); line-height: 1.65; }

  /* RELATED */
  .related-section { padding: 60px 0 0; }
  .related-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .related-grid { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1.5rem; }
  .related-pill { display: flex; align-items: center; gap: .6rem; background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: .75rem 1.1rem; text-decoration: none; color: var(--text); font-size: .875rem; font-weight: 600; transition: all .2s; }
  .related-pill:hover { border-color: rgba(255,255,255,.15); background: var(--card-hover); }

  /* CTA */
  .int-cta { padding: 80px 5%; text-align: center; position: relative; overflow: hidden; }
  .int-cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; pointer-events: none; }
  .int-cta h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .int-cta p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .int-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: home */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --bg: #060B14;
    --surface: #0C1425;
    --card: #111928;
    --card-hover: #162035;
    --border: rgba(255,255,255,0.07);
    --cyan: #00D4FF;
    --mint: #00F5A0;
    --violet: #7C6FFF;
    --text: #EEF2FF;
    --muted: #7A8BA8;
    --heading: 'Syne', sans-serif;
    --body: 'DM Sans', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ── NOISE OVERLAY ── */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    height: 68px;
    background: rgba(6,11,20,0.85);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
  }

  .nav-logo {
    font-family: var(--heading);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text);
    text-decoration: none;
  }
  .nav-logo span { color: var(--cyan); }

  .nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
  }
  .nav-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--text); }

  .nav-ctas {
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.4rem;
    border-radius: 8px;
    font-family: var(--body);
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
  }
  .btn-ghost {
    background: transparent;
    color: var(--muted);
    border: 1px solid var(--border);
  }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }

  .btn-primary {
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    color: #fff;
    box-shadow: 0 0 24px rgba(0,212,255,0.25);
  }
  .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 36px rgba(0,212,255,0.4);
  }

  .btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    border-radius: 10px;
  }

  .btn-outline {
    background: transparent;
    border: 1px solid rgba(0,212,255,0.4);
    color: var(--cyan);
  }
  .btn-outline:hover {
    background: rgba(0,212,255,0.08);
    border-color: var(--cyan);
  }

  /* ── HERO ── */
  .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 5% 80px;
    overflow: hidden;
  }

  .hero-glow {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(0,212,255,0.12) 0%, rgba(124,111,255,0.08) 40%, transparent 70%);
    pointer-events: none;
  }

  .hero-glow-2 {
    position: absolute;
    bottom: 0;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(0,245,160,0.07) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0,212,255,0.08);
    border: 1px solid rgba(0,212,255,0.2);
    border-radius: 100px;
    padding: 0.35rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cyan);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--cyan);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
  }

  .hero h1 {
    font-family: var(--heading);
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem;
  }
  .hero h1 .accent {
    background: linear-gradient(135deg, var(--cyan) 0%, var(--mint) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-sub {
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 480px;
  }

  .hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .stat-item { }
  .stat-num {
    font-family: var(--heading);
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--cyan), var(--mint));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
  }
  .stat-label {
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 500;
  }

  /* Hero Dashboard Mockup */
  .hero-visual {
    position: relative;
  }
  .dashboard-mock {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);
  }
  .dash-topbar {
    background: var(--card);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--border);
  }
  .dot { width: 10px; height: 10px; border-radius: 50%; }
  .dot-r { background: #FF5F57; }
  .dot-y { background: #FEBC2E; }
  .dot-g { background: #28C840; }
  .dash-title {
    margin-left: 8px;
    font-size: 0.75rem;
    color: var(--muted);
    font-weight: 500;
  }
  .dash-body {
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .mini-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px;
  }
  .mini-card-label {
    font-size: 0.65rem;
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
  .mini-card-val {
    font-family: var(--heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--cyan);
  }
  .mini-card-sub {
    font-size: 0.65rem;
    color: #00F5A0;
    margin-top: 2px;
  }
  .dash-chart {
    grid-column: 1 / -1;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    height: 80px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
  }
  .bar {
    flex: 1;
    background: linear-gradient(to top, var(--cyan), var(--violet));
    border-radius: 3px 3px 0 0;
    opacity: 0.7;
    animation: barGrow 1s ease-out forwards;
    transform-origin: bottom;
    transform: scaleY(0);
  }
  @keyframes barGrow {
    to { transform: scaleY(1); }
  }
  .dash-msgs {
    grid-column: 1 / -1;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px;
  }
  .msg-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .msg-row:last-child { border-bottom: none; }
  .msg-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    flex-shrink: 0;
  }
  .msg-info { flex: 1; min-width: 0; }
  .msg-name { font-size: 0.7rem; font-weight: 600; color: var(--text); }
  .msg-preview { font-size: 0.65rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .msg-time { font-size: 0.6rem; color: var(--muted); }
  .msg-badge {
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--cyan);
    color: #000;
    font-size: 0.55rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ── SECTION COMMON ── */
  section { position: relative; z-index: 1; }

  .section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
  }

  .section-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 1rem;
  }

  .section-heading {
    font-family: var(--heading);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1rem;
  }

  .section-sub {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 560px;
  }

  .section-header {
    text-align: center;
    margin-bottom: 4rem;
  }
  .section-header .section-sub { margin: 0 auto; }

  /* ── TOOLS GRID ── */
  .tools-section {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--bg) 0%, #080E1A 100%);
  }

  .tools-categories {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .tool-category-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .tool-category-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
  }

  .tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 12px;
  }

  .tool-card {
    text-decoration: none;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: default;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
  }
  .tool-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,212,255,0.04), transparent);
    opacity: 0;
    transition: opacity 0.25s;
  }
  .tool-card:hover {
    border-color: rgba(0,212,255,0.25);
    background: var(--card-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
  }
  .tool-card:hover::before { opacity: 1; }
  .linked-card::after { content: '→'; position: absolute; bottom: 14px; right: 14px; font-size: 0.75rem; color: var(--muted); opacity: 0; transition: opacity 0.2s, transform 0.2s; }
  .linked-card:hover::after { opacity: 1; transform: translateX(3px); }

  .tool-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  .tool-name {
    font-family: var(--heading);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
  }

  .tool-desc {
    font-size: 0.75rem;
    color: var(--muted);
    line-height: 1.5;
  }

  /* ── NEXUS AI ── */
  .nexus-section {
    padding: 100px 0;
    overflow: hidden;
  }

  .nexus-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }

  .nexus-glow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(124,111,255,0.12) 0%, transparent 70%);
    pointer-events: none;
  }

  .nexus-chat {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,0.4);
  }

  .chat-header {
    background: var(--card);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border);
  }
  .nexus-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
  }
  .chat-header-info h4 {
    font-family: var(--heading);
    font-size: 0.875rem;
    font-weight: 700;
  }
  .chat-online {
    font-size: 0.7rem;
    color: var(--mint);
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .chat-online::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--mint);
    border-radius: 50%;
  }

  .chat-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 300px;
  }

  .chat-bubble {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .chat-bubble.ai {
    background: rgba(124,111,255,0.15);
    border: 1px solid rgba(124,111,255,0.25);
    color: var(--text);
    border-bottom-left-radius: 4px;
    align-self: flex-start;
  }
  .chat-bubble.user {
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    color: #fff;
    border-bottom-right-radius: 4px;
    align-self: flex-end;
  }
  .chat-meta {
    font-size: 0.65rem;
    color: var(--muted);
    margin-top: 4px;
  }
  .ai-typing {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 10px 14px;
    background: rgba(124,111,255,0.1);
    border-radius: 14px 14px 14px 4px;
    border: 1px solid rgba(124,111,255,0.2);
    width: fit-content;
  }
  .typing-dot {
    width: 6px;
    height: 6px;
    background: var(--violet);
    border-radius: 50%;
    animation: typing 1.4s infinite;
  }
  .typing-dot:nth-child(2) { animation-delay: 0.2s; }
  .typing-dot:nth-child(3) { animation-delay: 0.4s; }
  @keyframes typing {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-6px); }
  }

  .nexus-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  .nexus-feat {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  .nexus-feat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0,212,255,0.1);
    border: 1px solid rgba(0,212,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .nexus-feat-title {
    font-family: var(--heading);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
  }
  .nexus-feat-desc {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.6;
  }

  /* ── SWITCH SECTION ── */
  .switch-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #080E1A 0%, var(--bg) 100%);
  }

  .switch-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 3rem;
  }
  .switch-step {
    background: var(--card);
    padding: 2rem 1.75rem;
    position: relative;
  }
  .step-num {
    font-family: var(--heading);
    font-size: 3rem;
    font-weight: 800;
    color: rgba(0,212,255,0.12);
    line-height: 1;
    margin-bottom: 1rem;
  }
  .step-icon {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
  }
  .step-title {
    font-family: var(--heading);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .step-desc {
    font-size: 0.83rem;
    color: var(--muted);
    line-height: 1.6;
  }

  /* ── PRICING COMPARE ── */
  .pricing-section {
    padding: 100px 0;
  }

  .compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    margin-top: 3rem;
  }

  .compare-table thead th {
    background: var(--card);
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-family: var(--heading);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
  }
  .compare-table thead th.highlight-col {
    background: rgba(0,212,255,0.08);
    color: var(--cyan);
    border-bottom-color: rgba(0,212,255,0.2);
  }

  .compare-table tbody tr {
    transition: background 0.15s;
  }
  .compare-table tbody tr:hover td { background: rgba(255,255,255,0.02); }

  .compare-table tbody td {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    color: var(--text);
    border-bottom: 1px solid var(--border);
    background: var(--surface);
  }
  .compare-table tbody td.highlight-col {
    background: rgba(0,212,255,0.04);
    color: var(--cyan);
    font-weight: 600;
    border-left: 1px solid rgba(0,212,255,0.15);
    border-right: 1px solid rgba(0,212,255,0.15);
  }
  .compare-table tbody tr:last-child td { border-bottom: none; }

  .check { color: #00F5A0; font-size: 1rem; }
  .cross { color: #FF5555; font-size: 1rem; }
  .price-tag {
    font-family: var(--heading);
    font-weight: 800;
    font-size: 1.1rem;
  }

  .savings-badge {
    display: inline-block;
    background: rgba(0,245,160,0.1);
    border: 1px solid rgba(0,245,160,0.3);
    color: var(--mint);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 100px;
    margin-left: 8px;
  }

  /* ── TESTIMONIAL ── */
  .testimonial-section {
    padding: 80px 0;
  }

  .testimonial-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 3rem;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .testimonial-card::before {
    content: '"';
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-family: var(--heading);
    font-size: 6rem;
    line-height: 1;
    color: rgba(0,212,255,0.1);
    pointer-events: none;
  }
  .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
  .author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
  }
  .author-name {
    font-family: var(--heading);
    font-weight: 700;
    font-size: 0.95rem;
  }
  .author-co {
    font-size: 0.8rem;
    color: var(--muted);
  }
  .stars {
    color: #FFC31E;
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
  }

  /* ── CTA SECTION ── */
  .cta-section {
    padding: 100px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.07) 40%, transparent 70%);
    pointer-events: none;
  }
  .cta-section h2 {
    font-family: var(--heading);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
  }
  .cta-section p {
    color: var(--muted);
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
  }
  .cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .cta-note {
    margin-top: 1.25rem;
    font-size: 0.8rem;
    color: var(--muted);
    position: relative;
    z-index: 1;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 60px 5% 30px;
  }
  .footer-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer-brand p {
    color: var(--muted);
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 0.75rem;
    max-width: 260px;
  }
  .footer-col h5 {
    font-family: var(--heading);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1rem;
  }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 0.6rem; }
  .footer-col ul li a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
  }
  .footer-col ul li a:hover { color: var(--text); }
  .footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer-bottom p {
    font-size: 0.8rem;
    color: var(--muted);
  }
  .footer-phone {
    font-size: 0.875rem;
    color: var(--cyan);
    text-decoration: none;
    font-weight: 600;
  }

  /* ── DIVIDER ── */
  .section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
    max-width: 1400px;
    margin: 0 auto;
  }

  /* ── TRUST BAR ── */
  .trust-bar {
    padding: 24px 5%;
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
    background: rgba(255,255,255,0.015);
  }
  .trust-bar-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: var(--muted);
    font-weight: 500;
  }
  .trust-item .ti {
    font-size: 1.1rem;
  }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: nexus-ai-page */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }


  .nexus-hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 120px 5% 80px; overflow: hidden; }
  .nexus-hero-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%); width: 1000px; height: 700px; background: radial-gradient(ellipse, rgba(124,111,255,0.15) 0%, rgba(0,212,255,0.07) 40%, transparent 70%); pointer-events: none; }
  .nexus-hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; width: 100%; }
  .nexus-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(124,111,255,0.1); border: 1px solid rgba(124,111,255,0.3); border-radius: 100px; padding: 0.35rem 1rem; font-size: 0.78rem; font-weight: 700; color: var(--violet); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.5rem; }
  .nexus-badge::before { content: ''; width: 6px; height: 6px; background: var(--violet); border-radius: 50%; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }
  .nexus-hero h1 { font-family: var(--heading); font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 800; line-height: 1.06; letter-spacing: -0.04em; margin-bottom: 1.5rem; }
  .nexus-hero-sub { color: var(--muted); font-size: 1.1rem; line-height: 1.75; margin-bottom: 2.5rem; }
  .nexus-hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
  .nexus-proof { display: flex; gap: 2rem; flex-wrap: wrap; }
  .proof-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--muted); }
  .proof-item .check { color: var(--mint); font-size: 1rem; }

  /* Chat demo */
  .nexus-demo { background: var(--surface); border: 1px solid rgba(124,111,255,0.2); border-radius: 20px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 60px rgba(124,111,255,0.08); }
  .demo-header { background: var(--card); padding: 14px 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--border); }
  .demo-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--violet), var(--cyan)); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; box-shadow: 0 0 16px rgba(124,111,255,0.4); }
  .demo-info h4 { font-family: var(--heading); font-size: 0.95rem; font-weight: 700; }
  .demo-online { font-size: 0.7rem; color: var(--mint); display: flex; align-items: center; gap: 4px; }
  .demo-online::before { content: ''; width: 6px; height: 6px; background: var(--mint); border-radius: 50%; animation: pulse 2s infinite; }
  .demo-stats { margin-left: auto; display: flex; gap: 1rem; }
  .demo-stat { text-align: right; }
  .demo-stat-val { font-family: var(--heading); font-size: 0.9rem; font-weight: 800; color: var(--cyan); }
  .demo-stat-label { font-size: 0.6rem; color: var(--muted); }
  .demo-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; min-height: 320px; }
  .bubble { max-width: 82%; padding: 11px 15px; border-radius: 14px; font-size: 0.83rem; line-height: 1.55; }
  .bubble.ai { background: rgba(124,111,255,0.12); border: 1px solid rgba(124,111,255,0.2); align-self: flex-start; border-bottom-left-radius: 4px; }
  .bubble.user { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
  .bubble-meta { font-size: 0.65rem; color: var(--muted); margin-top: 4px; }
  .typing-indicator { display: flex; gap: 4px; align-items: center; padding: 10px 14px; background: rgba(124,111,255,0.08); border-radius: 14px 14px 14px 4px; border: 1px solid rgba(124,111,255,0.15); width: fit-content; }
  .typing-dot { width: 6px; height: 6px; background: var(--violet); border-radius: 50%; animation: bounce 1.4s infinite; }
  .typing-dot:nth-child(2){animation-delay:.2s} .typing-dot:nth-child(3){animation-delay:.4s}
  @keyframes bounce { 0%,60%,100%{transform:translateY(0)} 30%{transform:translateY(-6px)} }
  .demo-input-bar { background: var(--card); border-top: 1px solid var(--border); padding: 12px 16px; display: flex; gap: 10px; align-items: center; }
  .demo-input { flex: 1; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 8px 12px; color: var(--muted); font-size: 0.8rem; font-family: var(--body); }
  .demo-send-btn { background: linear-gradient(135deg, var(--violet), var(--cyan)); border: none; border-radius: 8px; padding: 8px 14px; color: #fff; font-size: 0.8rem; font-weight: 600; cursor: pointer; font-family: var(--body); }

  /* Features */
  .features-section { padding: 90px 0; }
  .features-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .feat-block { background: var(--card); padding: 2.5rem 2rem; transition: background 0.2s; }
  .feat-block:hover { background: var(--card-hover); }
  .feat-icon-big { font-size: 2.5rem; margin-bottom: 1.25rem; }
  .feat-title { font-family: var(--heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.5rem; }
  .feat-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

  /* Use Cases */
  .use-cases-section { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(124,111,255,0.03), transparent); }
  .use-cases-inner { max-width: 1400px; margin: 0 auto; padding: 0 5%; }
  .use-cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 3rem; }
  .use-case-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; position: relative; overflow: hidden; transition: all 0.25s; }
  .use-case-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--violet), var(--cyan)); opacity: 0; transition: opacity 0.25s; }
  .use-case-card:hover { border-color: rgba(124,111,255,0.2); transform: translateY(-2px); }
  .use-case-card:hover::before { opacity: 1; }
  .uc-scenario { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--violet); margin-bottom: 1rem; }
  .uc-exchange { display: flex; flex-direction: column; gap: 10px; }
  .uc-msg { padding: 10px 13px; border-radius: 12px; font-size: 0.82rem; line-height: 1.5; }
  .uc-msg.customer { background: rgba(255,255,255,0.05); border: 1px solid var(--border); align-self: flex-start; max-width: 85%; }
  .uc-msg.nexus { background: rgba(124,111,255,0.12); border: 1px solid rgba(124,111,255,0.2); align-self: flex-end; max-width: 85%; }
  .uc-speaker { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 4px; }
  .uc-speaker.c { color: var(--muted); } .uc-speaker.n { color: var(--violet); text-align: right; }

  /* Comparison table */
  .compare-section { padding: 90px 0; }
  .compare-inner { max-width: 960px; margin: 0 auto; padding: 0 5%; }
  .compare-tbl { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .compare-tbl thead th { background: var(--card); padding: 1.1rem 1.5rem; font-family: var(--heading); font-size: 0.875rem; font-weight: 700; color: var(--muted); border-bottom: 1px solid var(--border); text-align: left; }
  .compare-tbl thead th.h { background: rgba(124,111,255,0.1); color: var(--violet); border-bottom-color: rgba(124,111,255,0.25); }
  .compare-tbl tbody td { padding: 0.9rem 1.5rem; font-size: 0.875rem; background: var(--surface); border-bottom: 1px solid var(--border); }
  .compare-tbl tbody td.h { background: rgba(124,111,255,0.05); color: var(--text); font-weight: 600; border-left: 1px solid rgba(124,111,255,0.15); border-right: 1px solid rgba(124,111,255,0.15); }
  .compare-tbl tbody tr:last-child td { border-bottom: none; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }

  /* CTA */
  .nexus-cta { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .nexus-cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(124,111,255,0.12) 0%, rgba(0,212,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .nexus-cta h2 { font-family: var(--heading); font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1.25rem; position: relative; z-index: 1; }
  .nexus-cta p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }


/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: partners */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

  .partner-hero { position: relative; padding: 130px 5% 80px; overflow: hidden; }
  .partner-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; background: radial-gradient(ellipse, rgba(0,245,160,0.1) 0%, rgba(0,212,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .partner-hero-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .partner-hero h1 { font-family: var(--heading); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.07; margin-bottom: 1.5rem; }
  .partner-hero-sub { color: var(--muted); font-size: 1.1rem; line-height: 1.8; max-width: 580px; margin: 0 auto 2.5rem; }
  .partner-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

  .partner-tiers { padding: 80px 0; }
  .partner-tiers-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
  .tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 3rem; }
  .tier-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 2.5rem 2rem; text-align: center; position: relative; overflow: hidden; transition: all .25s; }
  .tier-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
  .tier-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
  .tier-icon { font-size: 2.5rem; margin-bottom: 1rem; }
  .tier-name { font-family: var(--heading); font-size: 1.3rem; font-weight: 800; margin-bottom: .5rem; }
  .tier-desc { font-size: .85rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.75rem; }
  .tier-commission { font-family: var(--heading); font-size: 2.5rem; font-weight: 800; line-height: 1; margin-bottom: .25rem; }
  .tier-comm-label { font-size: .78rem; color: var(--muted); margin-bottom: 1.75rem; }
  .tier-divider { height: 1px; background: var(--border); margin-bottom: 1.5rem; }
  .tier-features { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 9px; }
  .tier-features li { display: flex; align-items: center; gap: .625rem; font-size: .83rem; }
  .tier-features .ck { color: var(--mint); }

  .how-partner { padding: 80px 0; background: linear-gradient(180deg, transparent, rgba(0,245,160,.025), transparent); }
  .how-partner-inner { max-width: 1000px; margin: 0 auto; padding: 0 5%; }
  .partner-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .ps { background: var(--card); padding: 2rem 1.5rem; text-align: center; }
  .ps-num { font-family: var(--heading); font-size: 2.5rem; font-weight: 800; color: rgba(0,245,160,.2); line-height: 1; margin-bottom: .75rem; }
  .ps-icon { font-size: 1.6rem; margin-bottom: .75rem; }
  .ps-title { font-family: var(--heading); font-weight: 700; font-size: .95rem; margin-bottom: .4rem; }
  .ps-desc { font-size: .8rem; color: var(--muted); line-height: 1.6; }

  .partner-types { padding: 80px 0; }
  .partner-types-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
  .types-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 3rem; }
  .type-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 2rem; transition: all .25s; }
  .type-card:hover { border-color: rgba(0,245,160,.2); transform: translateY(-2px); }
  .type-icon { font-size: 2rem; margin-bottom: 1rem; }
  .type-title { font-family: var(--heading); font-weight: 700; font-size: 1.1rem; margin-bottom: .5rem; }
  .type-desc { font-size: .875rem; color: var(--muted); line-height: 1.65; }

  .partner-cta-section { padding: 80px 5%; text-align: center; position: relative; overflow: hidden; }
  .pcta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,245,160,.08) 0%, rgba(0,212,255,.05) 40%, transparent 70%); pointer-events: none; }
  .partner-cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .partner-cta-section p { color: var(--muted); margin-bottom: 2rem; font-size: 1.05rem; position: relative; z-index: 1; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: pricing */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }


  .pricing-hero { position: relative; padding: 130px 5% 70px; text-align: center; overflow: hidden; }
  .pricing-hero-glow { position: absolute; top: -5%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(0,245,160,0.06) 40%, transparent 70%); pointer-events: none; }
  .pricing-hero h1 { font-family: var(--heading); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.07; margin-bottom: 1.25rem; position: relative; z-index: 1; }
  .pricing-hero-sub { color: var(--muted); font-size: 1.1rem; line-height: 1.75; max-width: 520px; margin: 0 auto 1rem; position: relative; z-index: 1; }
  .pricing-toggle { display: inline-flex; background: var(--card); border: 1px solid var(--border); border-radius: 100px; padding: 4px; margin-bottom: 3.5rem; position: relative; z-index: 1; }
  .toggle-btn { padding: 0.5rem 1.5rem; border-radius: 100px; font-size: 0.875rem; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; background: transparent; color: var(--muted); font-family: var(--body); }
  .toggle-btn.active { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 16px rgba(0,212,255,0.25); }
  .save-badge { display: inline-block; background: rgba(0,245,160,0.15); border: 1px solid rgba(0,245,160,0.3); color: var(--mint); font-size: 0.7rem; font-weight: 700; padding: .2rem .6rem; border-radius: 100px; margin-left: .5rem; }

  /* Plans */
  .plans-section { padding: 0 5% 90px; }
  .plans-inner { max-width: 1400px; margin: 0 auto; }
  .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .plan-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 2.5rem 2rem; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: all 0.25s; }
  .plan-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
  .plan-card.featured { border-color: rgba(0,212,255,0.3); background: linear-gradient(135deg, rgba(0,212,255,0.05), rgba(124,111,255,0.05)); box-shadow: 0 0 40px rgba(0,212,255,0.08); }
  .plan-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--violet)); }
  .featured-badge { display: inline-block; background: rgba(0,212,255,0.12); border: 1px solid rgba(0,212,255,0.25); color: var(--cyan); font-size: 0.7rem; font-weight: 700; padding: .25rem .75rem; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.5rem; }
  .plan-name { font-family: var(--heading); font-size: 1.3rem; font-weight: 800; margin-bottom: 0.5rem; }
  .plan-desc { font-size: 0.85rem; color: var(--muted); margin-bottom: 2rem; line-height: 1.55; }
  .plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 0.4rem; }
  .plan-amount { font-family: var(--heading); font-size: 3.5rem; font-weight: 800; line-height: 1; }
  .plan-period { font-size: 0.9rem; color: var(--muted); }
  .plan-billed { font-size: 0.78rem; color: var(--muted); margin-bottom: 2rem; }
  .plan-cta { display: block; text-align: center; padding: .875rem; border-radius: 10px; font-weight: 600; font-size: .9rem; text-decoration: none; transition: all .2s; margin-bottom: 2rem; font-family: var(--body); }
  .plan-cta.primary-cta { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 20px rgba(0,212,255,0.2); }
  .plan-cta.primary-cta:hover { transform: translateY(-1px); box-shadow: 0 0 30px rgba(0,212,255,0.35); }
  .plan-cta.outline-cta { border: 1px solid var(--border); color: var(--muted); background: transparent; }
  .plan-cta.outline-cta:hover { border-color: rgba(255,255,255,0.15); color: var(--text); }
  .plan-divider { height: 1px; background: var(--border); margin-bottom: 1.75rem; }
  .plan-features-label { font-size: 0.72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
  .plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
  .plan-features li { display: flex; align-items: flex-start; gap: .625rem; font-size: .85rem; line-height: 1.5; }
  .plan-features .ck { color: var(--mint); flex-shrink: 0; margin-top: 1px; }
  .plan-features .dim { color: var(--muted); }

  /* Compare Table */
  .full-compare { padding: 90px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.012), transparent); }
  .full-compare-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
  .full-tbl { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .full-tbl thead th { background: var(--card); padding: 1rem 1.25rem; font-family: var(--heading); font-size: 0.8rem; font-weight: 700; text-align: left; border-bottom: 1px solid var(--border); color: var(--muted); }
  .full-tbl thead th.h { background: rgba(0,212,255,0.08); color: var(--cyan); border-bottom-color: rgba(0,212,255,0.2); }
  .full-tbl thead th.section-row { background: rgba(255,255,255,0.03); color: var(--muted); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; padding: .6rem 1.25rem; border-top: 1px solid var(--border); }
  .full-tbl tbody td { padding: .85rem 1.25rem; font-size: .83rem; background: var(--surface); border-bottom: 1px solid var(--border); }
  .full-tbl tbody td.h { background: rgba(0,212,255,0.04); border-left: 1px solid rgba(0,212,255,0.12); border-right: 1px solid rgba(0,212,255,0.12); }
  .full-tbl tbody tr:last-child td { border-bottom: none; }
  .full-tbl tbody tr.section-label td { background: rgba(255,255,255,0.025); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: .5rem 1.25rem; border-top: 1px solid var(--border); }
  .full-tbl tbody tr.section-label td.h { background: rgba(0,212,255,0.035); }
  .ck2 { color: var(--mint); } .cx2 { color: #ff5555; }

  /* FAQ */
  .pfaq-section { padding: 80px 0 90px; }
  .pfaq-inner { max-width: 760px; margin: 0 auto; padding: 0 5%; }
  .pfaq-item { border-bottom: 1px solid var(--border); }
  .pfaq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; cursor: pointer; font-family: var(--heading); font-weight: 600; font-size: .95rem; gap: 1rem; }
  .pfaq-q:hover { color: var(--cyan); }
  .pfaq-chev { font-size: .85rem; color: var(--muted); transition: transform .3s; flex-shrink: 0; }
  .pfaq-a { font-size: .875rem; color: var(--muted); line-height: 1.75; padding-bottom: 1.25rem; display: none; }
  .pfaq-item.open .pfaq-a { display: block; }
  .pfaq-item.open .pfaq-chev { transform: rotate(180deg); color: var(--cyan); }

  /* CTA */
  .pricing-cta { padding: 80px 5%; text-align: center; position: relative; overflow: hidden; }
  .pricing-cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .pricing-cta h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .pricing-cta p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }


/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: schedule-demo */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }


  .demo-page { position: relative; min-height: 100vh; padding: 110px 5% 80px; overflow: hidden; }
  .demo-glow { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1000px; height: 600px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.07) 40%, transparent 70%); pointer-events: none; }
  .demo-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; position: relative; z-index: 1; }
  .demo-left h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 1.25rem; }
  .demo-left p { color: var(--muted); font-size: 1rem; line-height: 1.75; margin-bottom: 2.5rem; }
  .demo-points { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 3rem; }
  .demo-point { display: flex; align-items: flex-start; gap: 1rem; }
  .dp-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(0,212,255,0.1); border: 1px solid rgba(0,212,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
  .dp-title { font-family: var(--heading); font-weight: 700; font-size: 0.95rem; margin-bottom: 0.25rem; }
  .dp-desc { font-size: 0.83rem; color: var(--muted); line-height: 1.6; }
  .demo-testimonial { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 1.5rem; }
  .demo-testimonial-text { font-size: 0.9rem; line-height: 1.7; margin-bottom: 1rem; font-style: italic; color: var(--text); }
  .demo-testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
  .demo-testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--violet)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; color: #fff; }
  .demo-testimonial-name { font-family: var(--heading); font-weight: 700; font-size: .85rem; }
  .demo-testimonial-co { font-size: .75rem; color: var(--muted); }
  .demo-stars { color: #FFC31E; font-size: .85rem; letter-spacing: 2px; margin-bottom: .5rem; }

  /* Form / Booking Panel */
  .booking-panel { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.5); }
  .booking-header { background: var(--card); padding: 1.5rem 2rem; border-bottom: 1px solid var(--border); }
  .booking-header h3 { font-family: var(--heading); font-weight: 800; font-size: 1.2rem; margin-bottom: 0.25rem; }
  .booking-header p { font-size: 0.8rem; color: var(--muted); }
  .booking-body { padding: 2rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
  .form-group label { font-size: 0.78rem; font-weight: 600; color: var(--muted); letter-spacing: 0.04em; }
  .form-group input, .form-group select, .form-group textarea { background: var(--card); border: 1px solid var(--border); border-radius: 9px; padding: 0.75rem 1rem; color: var(--text); font-family: var(--body); font-size: 0.875rem; transition: border-color 0.2s; outline: none; width: 100%; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: rgba(0,212,255,0.4); box-shadow: 0 0 0 3px rgba(0,212,255,0.08); }
  .form-group textarea { resize: vertical; min-height: 90px; }
  .form-group select option { background: var(--card); }
  .submit-btn { width: 100%; padding: 1rem; background: linear-gradient(135deg, var(--cyan), var(--violet)); border: none; border-radius: 10px; color: #fff; font-family: var(--heading); font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.2s; box-shadow: 0 0 24px rgba(0,212,255,0.2); margin-top: 0.5rem; }
  .submit-btn:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .form-note { text-align: center; font-size: 0.75rem; color: var(--muted); margin-top: 1rem; }
  .or-divider { display: flex; align-items: center; gap: 1rem; margin: 1.5rem 0; }
  .or-divider::before, .or-divider::after { content:''; flex:1; height:1px; background: var(--border); }
  .or-divider span { font-size: 0.75rem; color: var(--muted); }
  .direct-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .direct-btn { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem; background: var(--card); border: 1px solid var(--border); border-radius: 10px; color: var(--text); text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: all 0.2s; }
  .direct-btn:hover { border-color: rgba(255,255,255,0.15); background: var(--card-hover); }

  /* What to expect */
  .expect-section { padding: 80px 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
  .expect-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
  .expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 3rem; }
  .expect-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem 1.5rem; text-align: center; }
  .expect-num { font-family: var(--heading); font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, var(--cyan), var(--violet)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 1rem; }
  .expect-title { font-family: var(--heading); font-weight: 700; font-size: 0.95rem; margin-bottom: 0.5rem; }
  .expect-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.6; }


/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

/* Source: vs-birdeye */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035; --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8; --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF; --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
  body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.5; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; background: rgba(6,11,20,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--heading); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--cyan); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-ctas { display: flex; gap: 0.75rem; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.4rem; border-radius: 8px; font-family: var(--body); font-weight: 600; font-size: 0.875rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; }
  .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
  .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }
  .btn-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #fff; box-shadow: 0 0 24px rgba(0,212,255,0.2); }
  .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 36px rgba(0,212,255,0.35); }
  .btn-lg { padding: 0.875rem 2rem; font-size: 1rem; border-radius: 10px; }
  .btn-outline { background: transparent; border: 1px solid rgba(0,212,255,0.35); color: var(--cyan); }
  .btn-outline:hover { background: rgba(0,212,255,0.07); border-color: var(--cyan); }
  .section-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.75rem; }
  .section-heading { font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .section-sub { color: var(--muted); font-size: 1rem; line-height: 1.75; }
  .accent-text { background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .accent-violet { background: linear-gradient(135deg, var(--violet), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  footer { background: var(--surface); border-top: 1px solid var(--border); padding: 50px 5% 24px; }
  .footer-inner { max-width: 1400px; margin: 0 auto; }
  .footer-links { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
  .footer-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--text); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
  .footer-bottom p { font-size: 0.8rem; color: var(--muted); }
  .footer-phone { font-size: 0.875rem; color: var(--cyan); text-decoration: none; font-weight: 600; }
  .ck { color: var(--mint); } .cx { color: #ff5555; }
  .cta-section { padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
  .cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 350px; background: radial-gradient(ellipse, rgba(0,212,255,0.1) 0%, rgba(124,111,255,0.06) 40%, transparent 70%); pointer-events: none; }
  .cta-section h2 { font-family: var(--heading); font-size: clamp(2rem,4vw,3rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 1rem; position: relative; z-index: 1; }
  .cta-section p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; position: relative; z-index: 1; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

  .compare-hero { position: relative; padding: 130px 5% 70px; overflow: hidden; }
  .ch-glow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; pointer-events: none; }
  .ch-inner { max-width: 960px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .vs-badge { display: inline-flex; align-items: center; gap: 1rem; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 1rem 2rem; margin-bottom: 2.5rem; font-family: var(--heading); font-weight: 800; font-size: 1.1rem; }
  .vs-name-l { color: var(--cyan); }
  .vs-sep { color: var(--muted); font-size: 0.9rem; }
  .vs-name-r { color: var(--muted); }
  .compare-hero h1 { font-family: var(--heading); font-size: clamp(2.2rem, 4.5vw, 3.5rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 1.25rem; }
  .compare-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; max-width: 580px; margin: 0 auto 2.5rem; }
  .compare-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

  .winner-strip { background: linear-gradient(135deg, rgba(0,212,255,0.08), rgba(0,245,160,0.05)); border-top: 1px solid rgba(0,212,255,0.15); border-bottom: 1px solid rgba(0,212,255,0.15); padding: 24px 5%; }
  .winner-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(0,212,255,0.1); border: 1px solid rgba(0,212,255,0.15); border-radius: 12px; overflow: hidden; }
  .winner-stat { background: rgba(0,212,255,0.04); padding: 1.25rem; text-align: center; }
  .ws-val { font-family: var(--heading); font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
  .ws-label { font-size: 0.75rem; color: var(--muted); font-weight: 500; margin-top: 3px; }

  .tbl-section { padding: 80px 5%; }
  .tbl-inner { max-width: 960px; margin: 0 auto; }
  .compare-tbl { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3rem; }
  .compare-tbl thead th { background: var(--card); padding: 1.1rem 1.4rem; font-family: var(--heading); font-size: 0.85rem; font-weight: 700; border-bottom: 1px solid var(--border); text-align: left; }
  .compare-tbl thead th.win { background: rgba(0,212,255,0.08); color: var(--cyan); border-bottom-color: rgba(0,212,255,0.2); }
  .compare-tbl thead th.lose { color: var(--muted); }
  .compare-tbl tbody td { padding: 0.9rem 1.4rem; font-size: 0.875rem; background: var(--surface); border-bottom: 1px solid var(--border); }
  .compare-tbl tbody td.win { background: rgba(0,212,255,0.04); font-weight: 600; border-left: 1px solid rgba(0,212,255,0.12); border-right: 1px solid rgba(0,212,255,0.12); }
  .compare-tbl tbody tr:last-child td { border-bottom: none; }
  .compare-tbl tbody tr.cat-row td { background: rgba(255,255,255,0.025); font-size: 0.7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding: .55rem 1.4rem; border-top: 1px solid var(--border); }
  .compare-tbl tbody tr.cat-row td.win { background: rgba(0,212,255,0.03); }

  .reasons-section { padding: 80px 5%; background: linear-gradient(180deg, transparent, rgba(255,255,255,0.015), transparent); }
  .reasons-inner { max-width: 960px; margin: 0 auto; }
  .reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 3rem; }
  .reason-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; transition: all 0.25s; position: relative; overflow: hidden; }
  .reason-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--mint)); opacity: 0; transition: opacity 0.25s; }
  .reason-card:hover { border-color: rgba(0,212,255,0.2); transform: translateY(-2px); }
  .reason-card:hover::before { opacity: 1; }
  .reason-icon { font-size: 1.75rem; margin-bottom: 1rem; }
  .reason-title { font-family: var(--heading); font-weight: 700; font-size: 1rem; margin-bottom: 0.5rem; }
  .reason-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }

  .switch-cta-bar { background: linear-gradient(135deg, rgba(0,212,255,0.06), rgba(124,111,255,0.04)); border-top: 1px solid rgba(0,212,255,0.12); border-bottom: 1px solid rgba(0,212,255,0.12); padding: 50px 5%; text-align: center; }
  .switch-cta-bar h3 { font-family: var(--heading); font-size: 1.6rem; font-weight: 800; margin-bottom: .75rem; }
  .switch-cta-bar p { color: var(--muted); font-size: .95rem; margin-bottom: 1.75rem; }

/* ═══════════════════════════════════════════
   MOBILE NAVIGATION
═══════════════════════════════════════════ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
  z-index: 200;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(6,11,20,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 90px 6% 40px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 2rem;
}
.mobile-menu-links a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--text);
  text-decoration: none;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu-links a:hover { color: var(--cyan); }
.mobile-menu-section-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 1rem 1rem 0.4rem;
}
.mobile-menu-sub-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.mobile-menu-sub-links a {
  display: block;
  padding: 0.6rem 1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s;
}
.mobile-menu-sub-links a:hover { color: var(--text); }
.mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 2rem;
}
.mobile-menu-ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ═══════════════════════════════════════════
   900px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .hamburger { display: flex !important; }
  .nav-ctas .btn-ghost { display: none !important; }

  .hero-inner, .int-hero-inner, .nexus-hero-inner,
  .switch-hero-inner, .mission-inner, .location-inner,
  .migrate-grid, .pain-grid, .contact-inner, .demo-inner,
  .ind-inner, .nexus-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  .hero-visual, .hero-visual-card, .nexus-right,
  .nexus-demo, .ind-visual, .nexus-chat { display: none !important; }

  .hero, .page-hero, .nexus-hero, .ind-hero, .compare-hero,
  .cs-hero, .switch-hero, .pricing-hero, .partner-hero,
  .about-hero, .faq-hero, .int-hero, .demo-page,
  .partner-hero { padding-top: 100px !important; padding-bottom: 50px !important; }

  .hero h1, .nexus-hero h1, .page-hero h1, .ind-hero h1,
  .compare-hero h1, .cs-hero h1, .switch-hero h1, .pricing-hero h1,
  .partner-hero h1, .about-hero h1, .faq-hero h1 { font-size: clamp(1.9rem, 7vw, 3rem) !important; }

  .section-heading { font-size: clamp(1.6rem, 5.5vw, 2.4rem) !important; }

  .features-grid, .int-features-grid, .reasons-grid { grid-template-columns: 1fr 1fr !important; }
  .tools-grid, .spotlight-grid { grid-template-columns: 1fr 1fr !important; }
  .plans-grid, .tiers-grid { grid-template-columns: 1fr !important; }
  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr 1fr !important; }
  .how-steps, .switch-steps, .connect-steps { grid-template-columns: 1fr 1fr !important; }
  .partner-steps, .cs-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .compare-tbl, .full-tbl, .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .cta-btns, .hero-ctas, .nexus-hero-ctas, .int-hero-ctas,
  .switch-ctas, .compare-ctas, .partner-ctas, .demo-ctas {
    flex-direction: column !important; align-items: stretch !important;
  }
  .cta-btns .btn, .hero-ctas .btn, .nexus-hero-ctas .btn,
  .int-hero-ctas .btn, .switch-ctas .btn, .partner-ctas .btn { justify-content: center; }

  .listen-card-top { flex-direction: column !important; gap: .75rem !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .direct-options { grid-template-columns: 1fr !important; }
  .vs-badge { flex-wrap: wrap; padding: .75rem 1.25rem !important; }
  .trust-bar-inner { gap: 1.25rem !important; }
  .logos-row { gap: 1rem !important; flex-wrap: wrap !important; }
}

/* ═══════════════════════════════════════════
   600px BREAKPOINT
═══════════════════════════════════════════ */
@media (max-width: 600px) {
  .features-grid, .int-features-grid, .reasons-grid,
  .tools-grid, .spotlight-grid, .how-steps, .switch-steps,
  .connect-steps { grid-template-columns: 1fr !important; }

  .types-grid, .uc-grid, .expect-grid { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .hero-stats, .ind-stats { grid-template-columns: 1fr 1fr !important; }
  .stats-inner, .winner-inner { grid-template-columns: 1fr 1fr !important; }

  .tools-section, .features-section, .reasons-section,
  .use-cases-section, .compare-section, .how-section,
  .switch-section, .testimonial-section, .plans-section,
  .full-compare, .pfaq-section, .faq-main, .partner-tiers,
  .how-partner, .partner-types, .int-features, .use-cases,
  .connect-section, .related-section, .timeline-section,
  .migrate-section, .nexus-cta, .switch-cta, .pricing-cta,
  .partner-cta-section, .int-cta, .cta-section,
  .cs-grid-section, .about-hero, .stats-section, .story-section,
  .location-section, .mission-section, .partner-hero,
  .logos-section, .tools-spotlight, .testimonial-strip,
  .use-cases, .pain-section { padding-top: 50px !important; padding-bottom: 50px !important; }

  .section-heading { font-size: 1.55rem !important; }
  .plan-card { padding: 2rem 1.25rem !important; }
  .plan-amount { font-size: 2.6rem !important; }
  .play-btn { width: 50px !important; height: 50px !important; }
  .booking-body, .cf-body { padding: 1.25rem !important; }
  .testimonial-card { padding: 1.75rem 1.25rem !important; }
  .testimonial-card::before { font-size: 4rem !important; }
  .nav-logo { font-size: 1.2rem !important; }
  .int-logo-box, .int-launch-box { width: 52px !important; height: 52px !important; }
  .vs-badge { font-size: .85rem !important; }
  .listen-card-top, .listen-card { border-radius: 16px !important; }
  .player-row { gap: .6rem !important; }
  .cs-results { grid-template-columns: 1fr 1fr 1fr !important; }

  /* Timeline stacks cleanly */
  .timeline::before { left: 20px !important; }
  .timeline-item { gap: 1rem !important; }
  .tl-marker { width: 40px !important; }
  .tl-dot { width: 12px !important; height: 12px !important; margin-top: 6px !important; }
  .tl-time { display: none; }
}

.page-tools-content {
  --bg: #060B14; --surface: #0C1425; --card: #111928; --card-hover: #162035;
  --border: rgba(255,255,255,0.07); --text: #EEF2FF; --muted: #7A8BA8;
  --cyan: #00D4FF; --mint: #00F5A0; --violet: #7C6FFF;
  --heading: 'Syne', sans-serif; --body: 'DM Sans', sans-serif;
}
.page-tools-content .tools-hero { position: relative; padding: 110px 5% 60px; overflow: hidden; text-align: center; }
.page-tools-content .hero-glow { position: absolute; top: -15%; left: 50%; transform: translateX(-50%); width: 1000px; height: 600px; background: radial-gradient(ellipse, rgba(0,212,255,.1) 0%, rgba(124,111,255,.06) 40%, transparent 70%); pointer-events: none; }
.page-tools-content .tools-hero-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.page-tools-content .hero-eyebrow { display: inline-flex; align-items: center; gap: .5rem; background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.2); border-radius: 100px; padding: .35rem 1.1rem; font-size: .78rem; font-weight: 700; color: var(--cyan); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 1.5rem; }
.page-tools-content .hero-eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; animation: tools-pulse 2s infinite; }
@keyframes tools-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.8)} }
.page-tools-content .tools-hero h1 { font-family: var(--heading); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.07; margin-bottom: 1.25rem; }
.page-tools-content .tools-hero h1 em { font-style: normal; background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-tools-content .tools-hero p { color: var(--muted); font-size: 1.1rem; line-height: 1.75; margin-bottom: 2.5rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.page-tools-content .hero-count-strip { display: flex; gap: 2.5rem; justify-content: center; flex-wrap: wrap; margin-bottom: .5rem; }
.page-tools-content .hc-item { text-align: center; }
.page-tools-content .hc-num { font-family: var(--heading); font-size: 2rem; font-weight: 800; background: linear-gradient(135deg, var(--cyan), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
.page-tools-content .hc-label { font-size: .75rem; color: var(--muted); font-weight: 500; }
.page-tools-content .filter-bar { position: sticky; top: 68px; z-index: 90; background: rgba(6,11,20,.96); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 16px 5%; }
.page-tools-content .filter-bar-inner { max-width: 1300px; margin: 0 auto; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.page-tools-content .search-wrap { position: relative; flex: 1; min-width: 240px; }
.page-tools-content .search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); font-size: 1rem; pointer-events: none; opacity: .5; }
.page-tools-content #toolSearch { width: 100%; background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: .7rem 1rem .7rem 2.75rem; color: var(--text); font-family: var(--body); font-size: .9rem; outline: none; transition: border-color .2s; }
.page-tools-content #toolSearch::placeholder { color: var(--muted); }
.page-tools-content #toolSearch:focus { border-color: rgba(0,212,255,.35); box-shadow: 0 0 0 3px rgba(0,212,255,.07); }
.page-tools-content .filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.page-tools-content .filter-tab { padding: .45rem 1.1rem; border-radius: 8px; font-family: var(--body); font-size: .8rem; font-weight: 600; cursor: pointer; border: 1px solid var(--border); background: transparent; color: var(--muted); transition: all .2s; white-space: nowrap; }
.page-tools-content .filter-tab:hover { border-color: rgba(255,255,255,.15); color: var(--text); }
.page-tools-content .filter-tab.active { background: var(--card); border-color: rgba(0,212,255,.3); color: var(--cyan); }
.page-tools-content .results-count { font-size: .8rem; color: var(--muted); white-space: nowrap; flex-shrink: 0; }
.page-tools-content .tools-main { max-width: 1300px; margin: 0 auto; padding: 48px 5% 80px; position: relative; z-index: 1; }
.page-tools-content .category-block { margin-bottom: 3.5rem; }
.page-tools-content .cat-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.page-tools-content .cat-label { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.page-tools-content .cat-line { flex: 1; height: 1px; background: var(--border); }
.page-tools-content .cat-count { font-size: .72rem; font-weight: 700; color: var(--muted); background: var(--card); border: 1px solid var(--border); border-radius: 100px; padding: 2px 10px; }
.page-tools-content .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.page-tools-content .tool-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.5rem 1.25rem 1.25rem; text-decoration: none; color: var(--text); display: flex; flex-direction: column; gap: .6rem; transition: all .22s; position: relative; overflow: hidden; }
.page-tools-content .tool-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; opacity: 0; transition: opacity .22s; }
.page-tools-content .tool-card:hover { border-color: rgba(0,212,255,.25); background: var(--card-hover); transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,0,0,.35); }
.page-tools-content .tool-card:hover::before { opacity: 1; }
.page-tools-content .tool-card.featured { border-color: rgba(0,212,255,.2); background: rgba(0,212,255,.03); }
.page-tools-content .tool-card.featured-violet { border-color: rgba(124,111,255,.25); background: rgba(124,111,255,.04); }
.page-tools-content .tool-icon-wrap { width: 44px; height: 44px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.page-tools-content .tool-name { font-family: var(--heading); font-weight: 700; font-size: .925rem; line-height: 1.25; }
.page-tools-content .tool-desc { font-size: .78rem; color: var(--muted); line-height: 1.6; flex: 1; }
.page-tools-content .tool-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: .25rem; }
.page-tools-content .tool-arrow { font-size: .75rem; color: var(--muted); transition: all .2s; }
.page-tools-content .tool-card:hover .tool-arrow { color: var(--cyan); transform: translateX(4px); }
.page-tools-content .tool-badge { font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 2px 8px; border-radius: 5px; }
.page-tools-content .no-results { text-align: center; padding: 80px 0; display: none; }
.page-tools-content .no-results.show { display: block; }
.page-tools-content .no-results h3 { font-family: var(--heading); font-size: 1.4rem; font-weight: 700; margin-bottom: .75rem; }
.page-tools-content .no-results p { color: var(--muted); font-size: .95rem; }
.page-tools-content .cta-strip { background: linear-gradient(135deg, rgba(0,212,255,.06), rgba(124,111,255,.04)); border-top: 1px solid rgba(0,212,255,.12); border-bottom: 1px solid rgba(0,212,255,.12); padding: 56px 5%; text-align: center; position: relative; z-index: 1; }
.page-tools-content .cta-strip h2 { font-family: var(--heading); font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: .875rem; }
.page-tools-content .cta-strip p { color: var(--muted); font-size: 1rem; margin-bottom: 2rem; }
.page-tools-content .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
@media (max-width: 900px) {
  .page-tools-content .filter-bar-inner { flex-direction: column; align-items: stretch; }
  .page-tools-content .filter-tabs { justify-content: flex-start; }
  .page-tools-content .grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  .page-tools-content .hero-count-strip { gap: 1.5rem; }
}
@media (max-width: 600px) {
  .page-tools-content .grid { grid-template-columns: 1fr 1fr; }
  .page-tools-content .tools-hero h1 { font-size: 2rem; }
  .page-tools-content .filter-tabs { gap: 6px; }
  .page-tools-content .filter-tab { padding: .4rem .8rem; font-size: .75rem; }
  .page-tools-content .cta-btns { flex-direction: column; align-items: stretch; }
  .page-tools-content .cta-btns .btn { justify-content: center; }
}
@media (max-width: 400px) {
  .page-tools-content .grid { grid-template-columns: 1fr; }
}
