/* wAnywhere System Audit — Premium Landing */

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

:root {
  --ink: #06080f;
  --ink-2: #1a1f2e;
  --ink-3: #2d3548;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --accent:#2196f3;
  --accent-deep: #2196f3;
  --accent-glow: rgba(59, 111, 255, 0.45);
  --teal: #00c9a7;
  --teal-deep: #00a882;
  --coral: #ff5c4d;
  --amber: #f5a623;
  --surface: #ffffff;
  --surface-2: #f6f8fc;
  --surface-3: #eef2f9;
  --border: rgba(6, 8, 15, 0.08);
  --border-2: rgba(6, 8, 15, 0.05);
  --grad-brand: linear-gradient(135deg, #3b6fff 0%, #00c9a7 55%, #7c5cff 100%);
  --grad-dark: linear-gradient(160deg, #06080f 0%, #121a2e 45%, #0d1424 100%);
  --grad-mesh:
    radial-gradient(ellipse 80% 60% at 10% -20%, rgba(59, 111, 255, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 95% 15%, rgba(0, 201, 167, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 40% 35% at 50% 100%, rgba(124, 92, 255, 0.08) 0%, transparent 55%);
  --shadow-xs: 0 2px 8px rgba(33, 150, 243, 0.06);
  --shadow-sm: 0 8px 28px rgba(33, 150, 243, 0.1);
  --shadow-md: 0 16px 48px rgba(33, 150, 243, 0.14);
  --shadow-lg: 0 24px 64px rgba(33, 150, 243, 0.16);
  --shadow-card: 0 10px 36px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(33, 150, 243, 0.08);
  --shadow-feature: 0 40px 80px 30px rgba(148, 208, 255, 0.36);
  --shadow-glow: 0 0 60px rgba(33, 150, 243, 0.22);
  --shadow-section: inset 0 8px 32px rgba(33, 150, 243, 0.05);
  --shadow-section-alt: inset 0 12px 40px rgba(33, 150, 243, 0.06);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --font-display: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-ui: var(--font-body);
  --nav-h: 76px;
  --bs-body-font-family: var(--font-body);
  --bs-font-sans-serif: var(--font-body);
  --bs-headings-font-family: var(--font-display);
  --bs-primary: #3b6fff;
  --bs-primary-rgb: 59, 111, 255;
  --bs-body-line-height: 1.6;
  --bs-gutter-x: 1rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  background: #fff!important;
  color: var(--ink);
  line-height: 1.6;
  letter-spacing: -0.011em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
  text-rendering: optimizeLegibility;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

/* Typography — display + body */
h1, h2, h3, h4, h5, h6,
.hero__title,
.section__title,
.cta__title,
.feature-card__title,
.persona-card__name,
.step-card h3,
.score-val,
.risk-callout strong {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
}

p,
.section__lead,
.hero__sub,
.feature-card__desc,
.persona-card__desc,
.step-card p,
.problem-list span,
.cta__sub,
.footer__tagline {
  font-family: var(--font-body);
  font-weight: 400;
}

.section__eyebrow,
.hero__badge,
.cta__badge,
.feature-card__badge,
.persona-card__role,
.footer__col h4 {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.wa-btn,
.nav-link,
.feature-tab,
.marquee__item,
.audit-label,
.audit-status,
.industry-card__name {
  font-family: var(--font-ui);
}

.problem-list strong,
.persona-card__name,
.step-card h3 {
  font-weight: 600;
}

.hero__title {
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.section__title {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.cta__title {
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; }

/* Bootstrap tuning */
.container {
  max-width: 1140px;
  padding-left: clamp(1rem, 3vw, 1.5rem);
  padding-right: clamp(1rem, 3vw, 1.5rem);
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: var(--accent);
  color: #fff;
  border-radius: var(--radius-sm);
  font-weight: 600;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

/* Nav — Bootstrap navbar */
.site-nav {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  transition: background 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s;
  border-bottom: 1px solid transparent;
}
.site-nav > .container {
  padding-inline: clamp(1rem, 3vw, 1.5rem);
}
@media (min-width: 992px) {
  .site-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.site-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-xs);
}
.site-nav .navbar-brand.nav__logo {
  margin-right: 0.5rem;
  padding: 0;
  line-height: 1;
}
.nav__logo-img {
  display: block;
  height: 60px;
  width: auto;
  max-width: min(168px, 40vw);
  object-fit: contain;
}
@media (min-width: 992px) {
  .nav__logo-img { height: 60px; }
}
.site-nav .navbar-nav {
  gap: 0.15rem;
}
@media (min-width: 992px) {
  .site-nav .navbar-nav {
    gap: 0.35rem;
  }
}
.site-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink-3);
  padding: 0.55rem 0.9rem !important;
}
.site-nav .d-flex .wa-btn {
  padding: 0.6rem 1.25rem;
}
.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--accent);
}
.site-nav .navbar-nav .nav-link.is-active {
  color: var(--accent);
  font-weight: 600;
}

/* Anchor scroll offset for fixed header */
#download-tool,
#features,
#how,
#personas,
#problem,
#industries {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}
.site-nav .nav-toggler {
  background: #fff!important;
  border: 1px solid #1976D2 !important;
  border-radius: 10px;
  padding: 0.35rem 0.5rem;
  box-shadow: var(--shadow-sm);
}
.site-nav .nav-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%233b6fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.site-nav .nav-toggler:focus {
  box-shadow: var(--shadow-sm), 0 0 0 3px rgba(59, 111, 255, 0.2);
}
@media (max-width: 991.98px) {
  .site-nav {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-nav.is-open {
    background: #fff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom-color: var(--border);
    box-shadow: var(--shadow-xs);
  }
  .site-nav .navbar-collapse {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    margin-top: 0.75rem;
    border-top: 1px solid var(--border-2);
  }
  .site-nav .navbar-nav {
    margin-bottom: 1rem !important;
    gap: 0.25rem;
  }
  .site-nav .nav-link {
    padding: 0.65rem 0.5rem !important;
  }
  .site-nav .d-flex {
    padding-bottom: 0.5rem;
  }
  .site-nav .d-flex .wa-btn {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.35rem;
  }
}

/* Buttons */
.wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s, background 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.wa-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.wa-btn .bi { font-size: 1.05rem; line-height: 1; flex-shrink: 0; }
.wa-btn--sm { padding: 0.5rem 1.1rem; font-size: 0.85rem; }
.wa-btn--md { padding: 0.65rem 1.35rem; font-size: 0.9rem; }
.wa-btn--lg { padding: 0.75rem 1.5rem; font-size: 0.95rem; }
.wa-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 20px rgba(33, 150, 243, 0.28);
}
.wa-btn--primary:hover {
  background: var(--accent-deep);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.wa-btn--ghost {
  background: transparent;
  color: var(--ink-3);
  border: 1.5px solid var(--border);
}
.wa-btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(59, 111, 255, 0.04);
}
.wa-btn--outline {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid var(--accent);
  font-weight: 700;
}
.wa-btn--outline:hover {
  background: rgba(59, 111, 255, 0.06);
  color: var(--accent-deep);
  border-color: var(--accent-deep);
  transform: translateY(-2px);
}
.wa-btn--white {
  background: #fff;
  color: var(--accent-deep);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.wa-btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}
.wa-btn--outline-light {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
}
.wa-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Hero */
.hero {
  position: relative;
  min-height: auto;
  padding-top: calc(var(--nav-h) + 1.5rem);
  padding-bottom: 2rem;
  background: #cee7ff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero {
    min-height: calc(100vh - var(--nav-h));
    min-height: calc(100dvh - var(--nav-h));
    padding-top: calc(var(--nav-h) + 2rem);
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
}

/* Hero background canvas — grid layers */
.hero__canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background: var(--grad-mesh);
}
.hero__grid {
  position: absolute;
  inset: -1px;
  background-repeat: repeat;
  background-position: center top;
}
.hero__grid--major {
  background-image:
    linear-gradient(to right, rgba(59, 111, 255, 0.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(59, 111, 255, 0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.85;
}
.hero__grid--minor {
  background-image:
    linear-gradient(to right, rgba(59, 111, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(59, 111, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 1;
}
.hero__grid--dots {
  background-image: radial-gradient(
    circle at center,
    rgba(59, 111, 255, 0.22) 1.5px,
    transparent 1.5px
  );
  background-size: 72px 72px;
  opacity: 0.7;
}
.hero__grid-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(244, 247, 252, 0.3) 0%, transparent 18%, transparent 72%, rgba(244, 247, 252, 0.85) 100%),
    linear-gradient(to right, rgba(244, 247, 252, 0.9) 0%, transparent 12%, transparent 88%, rgba(244, 247, 252, 0.9) 100%),
    radial-gradient(ellipse 90% 75% at 50% 42%, transparent 35%, rgba(244, 247, 252, 0.55) 100%);
}
.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: orbFloat 12s ease-in-out infinite;
}
.hero__orb--1 {
  width: min(480px, 70vw);
  height: min(480px, 70vw);
  top: -15%;
  right: -10%;
  background: rgba(59, 111, 255, 0.2);
}
.hero__orb--2 {
  width: min(320px, 50vw);
  height: min(320px, 50vw);
  bottom: 10%;
  left: -8%;
  background: rgba(0, 201, 167, 0.15);
  animation-delay: -4s;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 15px) scale(1.05); }
}

.hero .container { position: relative; z-index: 1; }
.hero__content { max-width: 540px; }
@media (min-width: 992px) {
  .hero__content { max-width: none; }
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem 0.4rem 0.65rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(59, 111, 255, 0.2);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-deep);
  box-shadow: var(--shadow-xs);
}
.hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(0, 201, 167, 0.5);
  animation: pulseDot 2s ease infinite;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 201, 167, 0.5); }
  50% { box-shadow: 0 0 0 8px rgba(0, 201, 167, 0); }
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #2087ec;
  
}
.hero__title .text-gradient {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__sub {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: var(--muted);
  line-height: 1.75;
  font-weight: 400;
  max-width: 480px;
}
@media (min-width: 992px) {
  .text-lg-start .hero__sub { margin-inline: 0; }
}
@media (max-width: 991.98px) {
  .hero__content { text-align: center; margin-inline: auto; }
  .hero__sub { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__visual {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
    min-width: 0;
  }
  .hero .row > [class*="col-"] { min-width: 0; }
}

/* Device mockup */
.hero__visual { position: relative; }

.device-mockup {
  position: relative;
    background: #4490ee21;
    border-radius: var(--radius-lg);
    padding: 1.25rem;
   border: 1px solid rgb(5 85 148 / 97%);
    box-shadow: 3px 18px 48px rgb(7 97 170 / 75%), var(--shadow-feature);
    animation: deviceFloat 6s ease-in-out infinite;
}
.device-mockup::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  padding: 1px;
  background: var(--grad-brand);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  pointer-events: none;
}
@keyframes deviceFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.device-mockup__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-2);
}
.device-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.device-mockup__title {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.audit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.audit-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
  background: var(--surface-2);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-2);
  transition: background 0.2s;
}
.audit-item:hover { background: var(--surface-3); }
.audit-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.audit-icon svg { width: 15px; height: 15px; }
.ai-green { background: rgba(0, 201, 167, 0.12); color: var(--teal-deep); }
.ai-blue { background: rgba(59, 111, 255, 0.1); color: var(--accent); }
.ai-amber { background: rgba(245, 166, 35, 0.12); color: #c47d00; }
.ai-red { background: rgba(255, 92, 77, 0.1); color: var(--coral); }
.audit-label { font-size: 0.68rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.audit-status { font-size: 0.75rem; font-weight: 700; }
.status-ok { color: var(--teal-deep); }
.status-warn { color: #c47d00; }
.status-risk { color: var(--coral); }

.audit-score {
  margin-top: 10px;
  background:#0d72c3;
  border-radius: var(--radius-md);
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  flex-wrap: wrap;
}
.score-label { font-size: 0.75rem; opacity: 0.65; margin-bottom: 0.15rem; }
.score-val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color:#d6d6d6;
  letter-spacing: -0.02em;
}
.score-meta { font-size: 0.68rem; color: rgba(255, 255, 255, 0.5); margin-bottom: 6px; }
.score-bar {
  width: 120px;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  overflow: hidden;
}
.score-fill {
  height: 100%;
  width: 0;
  background: var(--grad-brand);
  border-radius: 100px;
  transition: width 1.4s var(--ease-out);
}

/* Marquee */
.marquee {
  /* background: var(--ink);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.06); */
  overflow: hidden;
    background: linear-gradient(180deg, #060d18 0%, #0a1422 45%, #070e1a 100%);
    color: #fff;
    padding: 1rem 0;
    border-block: 1px solid rgba(33, 150, 243, 0.22);
    position: relative;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee__item {
  display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.1rem 0.8rem 0.5rem;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 50px;
    border: 1px solid rgba(100, 181, 246, 0.5);
    background: linear-gradient(145deg, #163a5c 0%, #0f2844 55%, #0c1f36 100%);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 4px 16px rgba(0, 0, 0, 0.4);
    transition: background 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.marquee__item svg {     width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    background: linear-gradient(180deg, #ffffff 0%, #e3f2fd 100%);
    color: #1565c0;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.068); }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Sections */
.section {
  position: relative;
  box-shadow: var(--shadow-section);
}
.section--alt {
  background: #cbdcff;
  box-shadow: var(--shadow-section-alt);
}

/* Section grid background (What We Scan) */
.section--grid {
  overflow: hidden;
}
.section__canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.section__bg {
  position: absolute;
  inset: 0;
  background: var(--grad-mesh);
}
.section__grid {
  position: absolute;
  inset: -1px;
  background-repeat: repeat;
  background-position: center top;
}
.section__grid--major {
  background-image:
    linear-gradient(to right, rgba(59, 111, 255, 0.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(59, 111, 255, 0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.85;
}
.section__grid--minor {
  background-image:
    linear-gradient(to right, rgba(59, 111, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(59, 111, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
}
.section__grid--dots {
  background-image: radial-gradient(
    circle at center,
    rgba(59, 111, 255, 0.2) 1.5px,
    transparent 1.5px
  );
  background-size: 72px 72px;
  opacity: 0.65;
}

/* Alternate grid style — crosshatch + wide lines + rings */
.section__grid--wide {
  background-image:
    linear-gradient(to right, rgba(33, 150, 243, 0.11) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(33, 150, 243, 0.11) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.75;
}
.section__grid--crosshatch {
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(33, 150, 243, 0.07) 0,
      rgba(33, 150, 243, 0.07) 1px,
      transparent 1px,
      transparent 36px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(33, 150, 243, 0.07) 0,
      rgba(33, 150, 243, 0.07) 1px,
      transparent 1px,
      transparent 36px
    );
  opacity: 0.65;
}
.section__grid--rings {
  background-image: repeating-radial-gradient(
    circle at center,
    transparent 0,
    transparent 23px,
    rgba(33, 150, 243, 0.05) 23px,
    rgba(33, 150, 243, 0.05) 24px
  );
  background-size: 96px 96px;
  opacity: 0.55;
}

.section__grid-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(203, 220, 255, 0.35) 0%, transparent 14%, transparent 86%, rgba(203, 220, 255, 0.75) 100%),
    linear-gradient(to right, rgba(203, 220, 255, 0.85) 0%, transparent 10%, transparent 90%, rgba(203, 220, 255, 0.85) 100%),
    radial-gradient(ellipse 80% 70% at 50% 45%, transparent 30%, rgba(203, 220, 255, 0.45) 100%);
}
.section--grid > .container {
  position: relative;
  z-index: 1;
}

/* wAnywhere brand theme — shared grid background */
#features.section--grid,
#personas.section--grid {
  background: #BBDEFB;
}
#features .section__bg,
#personas .section__bg {
  background:
    radial-gradient(ellipse 60% 55% at 5% 8%, rgba(33, 150, 243, 0.24) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 95% 92%, rgba(59, 111, 255, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 35% 30% at 78% 15%, rgba(0, 201, 167, 0.12) 0%, transparent 50%);
}
#features .section__grid--major,
#personas .section__grid--major {
  background-image:
    linear-gradient(to right, rgba(33, 150, 243, 0.18) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(33, 150, 243, 0.18) 1px, transparent 1px);
}
#features .section__grid--minor,
#personas .section__grid--minor {
  background-image:
    linear-gradient(to right, rgba(33, 150, 243, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(33, 150, 243, 0.07) 1px, transparent 1px);
}
#features .section__grid--dots,
#personas .section__grid--dots {
  background-image: radial-gradient(
    circle at center,
    rgba(33, 150, 243, 0.22) 1.5px,
    transparent 1.5px
  );
}
#features .section__grid-fade,
#personas .section__grid-fade {
  background:
    linear-gradient(to bottom, rgba(206, 231, 255, 0.45) 0%, transparent 14%, transparent 86%, rgba(206, 231, 255, 0.85) 100%),
    linear-gradient(to right, rgba(206, 231, 255, 0.9) 0%, transparent 10%, transparent 90%, rgba(206, 231, 255, 0.9) 100%),
    radial-gradient(ellipse 80% 70% at 50% 45%, transparent 30%, rgba(206, 231, 255, 0.5) 100%);
}
#features .section__orb--1,
#personas .section__orb--1 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: -12%;
  right: -8%;
  background: rgba(33, 150, 243, 0.22);
}
#features .section__orb--2,
#personas .section__orb--2 {
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  bottom: -5%;
  left: -6%;
  background: rgba(59, 111, 255, 0.16);
}
#features .section__brand-mark,
#personas .section__brand-mark {
  position: absolute;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(14rem, 38vw, 26rem);
  line-height: 1;
  color: rgba(33, 150, 243, 0.04);
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}
#features .section__eyebrow,
#personas .section__eyebrow {
  color: var(--accent-deep);
  background: rgba(33, 150, 243, 0.12);
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  border: 1px solid rgba(33, 150, 243, 0.2);
}
#features .section__title .text-gradient,
#personas .section__title .text-gradient {
  background: linear-gradient(135deg, #2196f3 0%, #3b6fff 50%, #00c9a7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

/* What We Scan — cards */
#features .feature-card {
  border-color: rgba(33, 150, 243, 0.12);
  box-shadow: 0 8px 32px rgba(33, 150, 243, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
}
#features .feature-card:hover {
  border-color: rgba(33, 150, 243, 0.28);
  box-shadow: 0 16px 48px rgba(33, 150, 243, 0.14);
}
#features .feature-card--highlight {
  background: linear-gradient(145deg, rgba(33, 150, 243, 0.09) 0%, #fff 55%);
  border-color: rgba(33, 150, 243, 0.22);
}
#features .feature-card__badge {
  background: rgba(33, 150, 243, 0.1);
  color: var(--accent-deep);
}

/* Personas — cards */
#personas .persona-card {
  border-color: rgba(33, 150, 243, 0.12);
  box-shadow: 0 8px 32px rgba(33, 150, 243, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
}
#personas .persona-card:hover {
  border-color: rgba(33, 150, 243, 0.26);
  box-shadow: 0 16px 48px rgba(33, 150, 243, 0.13);
}
#personas .persona-tag {
  border-color: rgba(33, 150, 243, 0.12);
  background: rgba(33, 150, 243, 0.06);
}

.section--dark {
  background: var(--grad-dark);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.section__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.section__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.section--dark .section__title { color: #fff; }
.section__lead {
  font-size: 0.975rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.65;
}
.section__head--center { text-align: center; }
.section__head--center .section__lead { margin-inline: auto; }

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Problem section */
.problem-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.problem-list li {
  padding: 0.85rem 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s, border-color 0.25s;
}
.problem-list li:hover {
  transform: translateX(6px);
  border-color: rgba(59, 111, 255, 0.2);
  box-shadow: var(--shadow-sm);
}
.problem-list__icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 92, 77, 0.1);
  color: var(--coral);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.problem-list__icon svg { width: 18px; height: 18px; }
.problem-list strong { display: block; font-size: 0.92rem; font-weight: 600; color: var(--ink); margin-bottom: 0.15rem; }
.problem-list span { font-size: 0.82rem; color: var(--muted); }

.risk-panel {
  background: #0d72c3;
  border-radius: var(--radius-xl);
  padding: 1.25rem 1.35rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md), 0 24px 64px rgba(33, 150, 243, 0.2);
}
.risk-panel::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(59, 111, 255, 0.25);
  filter: blur(40px);
}
.risk-panel__title {
  font-size: 0.85rem;
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
  position: relative;
}
.risk-metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}
.risk-metric:last-of-type { border-bottom: none; }
.risk-metric__name { font-size: 0.8rem; color: rgb(255, 255, 255); flex: 1; min-width: 0; }
.risk-metric__bar-wrap { display: flex; align-items: center; gap: 0.65rem; flex-shrink: 0; }
.risk-metric__bar {
  width: 100px;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  overflow: hidden;
}
.risk-metric__fill {
  height: 100%;
  width: 0;
  border-radius: 100px;
  transition: width 1.2s var(--ease-out);
}
.fill-red { background: var(--coral); }
.fill-amber { background: var(--amber); }
.fill-green { background: var(--teal); }
.risk-metric__pct { font-size: 0.78rem; font-weight: 700; color: #fff; width: 36px; text-align: right; }
.risk-callout {
  margin-top: 1.5rem;
  padding: 1.1rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  position: relative;
}
.risk-callout small { font-size: 0.7rem; color: rgba(255, 255, 255, 0.4); display: block; margin-bottom: 0.25rem; }
.risk-callout strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
}
.risk-callout strong span { font-size: 0.75rem; font-weight: 400; color: rgba(255, 255, 255, 0.4); }

/* Features */
.feature-tab {
  padding: 0.5rem 1.2rem;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: var(--surface);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-3);
  cursor: pointer;
  transition: all 0.25s;
}
.feature-tab:hover,
.feature-tab.is-active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 4px 16px var(--accent-glow);
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s, border-color 0.3s, opacity 0.35s;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(59, 111, 255, 0.25);
}
.feature-card.is-hidden {
  display: none;
}
.feature-card--highlight {
  background: linear-gradient(145deg, rgba(59, 111, 255, 0.04) 0%, var(--surface) 100%);
  border-color: rgba(59, 111, 255, 0.2);
}
.feature-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.feature-card__icon svg { width: 22px; height: 22px; }
.fci-blue { background: rgba(59, 111, 255, 0.1); color: var(--accent); }
.fci-teal { background: rgba(0, 201, 167, 0.12); color: var(--teal-deep); }
.fci-amber { background: rgba(245, 166, 35, 0.12); color: #c47d00; }
.fci-red { background: rgba(255, 92, 77, 0.1); color: var(--coral); }
.fci-purple { background: rgba(124, 92, 255, 0.1); color: #7c5cff; }
.fci-indigo { background: rgba(60, 100, 255, 0.1); color: #3c64ff; }
.feature-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--ink);
}
.feature-card__desc { font-size: 0.84rem; color: var(--muted); line-height: 1.65; }
.feature-card__badge {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 100px;
  background: rgba(59, 111, 255, 0.08);
  color: var(--accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* How it works */
@media (min-width: 992px) {
  .steps-row { position: relative; }
  .steps-row::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 18%;
    right: 18%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--teal));
    opacity: 0.25;
    z-index: 0;
  }
}
.step-card { text-align: center; padding: 0 0.5rem; position: relative; z-index: 1; }
.step-card__num {
  width: 68px;
  height: 68px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  border: 2px solid;
  background: var(--surface);
}
.step-card__num--1 { color: var(--accent); border-color: rgba(59, 111, 255, 0.25); box-shadow: 0 0 0 8px rgba(59, 111, 255, 0.06); }
.step-card__num--2 { color: var(--teal-deep); border-color: rgba(0, 201, 167, 0.25); box-shadow: 0 0 0 8px rgba(0, 201, 167, 0.06); }
.step-card__num--3 { color: #7c5cff; border-color: rgba(124, 92, 255, 0.25); box-shadow: 0 0 0 8px rgba(124, 92, 255, 0.06); }
.step-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.step-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.7; }

.section-cta-actions {
  max-width: 520px;
  margin-inline: auto;
}

/* Personas */
.persona-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s, border-color 0.3s;
}
.persona-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(59, 111, 255, 0.2);
}
.persona-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.persona-avatar {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.pa-blue { background: rgba(59, 111, 255, 0.12); color: var(--accent); }
.pa-teal { background: rgba(0, 201, 167, 0.12); color: var(--teal-deep); }
.pa-amber { background: rgba(245, 166, 35, 0.12); color: #c47d00; }
.pa-purple { background: rgba(124, 92, 255, 0.12); color: #7c5cff; }
.persona-card__role {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.persona-card__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
}
.persona-card__desc {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0.85rem;
}
.persona-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.persona-tag {
  font-size: 0.72rem;
  font-weight: 500;
  padding: 0.28rem 0.7rem;
  border-radius: 100px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--ink-3);
}

/* Industries */
.industries-section {
  padding-top: clamp(3rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3rem, 6vw, 5rem) !important;
}
.industries-section__head {
  margin-bottom: clamp(2rem, 4vw, 3rem) !important;
}
.industries-grid {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}
@media (min-width: 768px) {
  .industries-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
.industry-card {
  padding: clamp(1.25rem, 3vw, 1.65rem) clamp(1rem, 2.5vw, 1.35rem);
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, border-color 0.25s, background 0.25s, box-shadow 0.25s;
}
.industry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 111, 255, 0.2);
  background: rgba(59, 111, 255, 0.03);
  box-shadow: var(--shadow-md);
}
.industry-card__icon {
  font-size: 1.85rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.industry-card__name {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink-3);
  line-height: 1.4;
  padding-inline: 0.25rem;
}

/* CTA */
.cta {
  position: relative;
  background: #0d72c3;
  overflow: hidden;
}
.cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.cta__orb--1 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -100px;
  background: rgba(59, 111, 255, 0.2);
}
.cta__orb--2 {
  width: 280px;
  height: 280px;
  top: -100px;
  left: -80px;
  background: rgba(0, 201, 167, 0.12);
}
.cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.cta__badge svg { width: 14px; height: 14px; color: var(--teal); }
.cta__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
}
.cta__title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--teal) 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta__sub {
  font-size: 0.975rem;
  color: rgba(255, 255, 255, 0.936);
  line-height: 1.65;
}
/* CTA — OS download pills */
.cta-download-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.cta-dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  background: #fff;
  color: var(--accent-deep);
  border: none;
  border-radius: 100px;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(33, 150, 243, 0.25);
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s, background 0.22s;
  white-space: nowrap;
}
.cta-dl-btn i {
  font-size: 1.1rem;
  line-height: 1;
}
.cta-dl-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(33, 150, 243, 0.4);
  background: #f8fbff;
  color: var(--accent);
}

.cta__trust {
  gap: 1rem;
}
.cta__trust-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.945);
}
.cta__trust-item svg { width: 16px; height: 16px; color: var(--teal); flex-shrink: 0; }

/* Footer */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.5);
  padding-top: clamp(2.75rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}
.footer__inner {
  padding-inline: clamp(1rem, 3vw, 1.5rem);
}
.footer__grid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
}
.footer__logo-link {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
}
.footer__logo-img {
  display: block;
  height: 54px;
  width: auto;
  max-width: min(150px, 55vw);
  object-fit: contain;

  opacity: 0.95;
  transition: opacity 0.2s;
}
.footer__logo-link:hover .footer__logo-img { opacity: 1; }
.footer__tagline { font-size: 0.85rem; line-height: 1.65; max-width: 280px; }
.footer__col h4 {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.footer__col ul { list-style: none; }
.footer__col a {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  padding: 0.4rem 0;
  transition: color 0.2s;
}
.footer__col a:hover { color: #fff; }
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.78rem;
  padding-top: clamp(1.5rem, 3vw, 2rem);
  margin-top: 0.25rem;
}

/* Mobile sticky CTA */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 180;
  padding: 0.6rem 1rem;
  padding-bottom: calc(0.6rem + env(safe-area-inset-bottom, 0));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 28px rgba(33, 150, 243, 0.12);
}
body.has-mobile-cta { padding-bottom: 64px; }
@media (min-width: 992px) {
  body.has-mobile-cta { padding-bottom: 0; }
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero__grid--major { background-size: 56px 56px; opacity: 0.65; }
  .hero__grid--minor { background-size: 20px 20px; }
  .hero__grid--dots { background-size: 56px 56px; opacity: 0.5; }
  .section__grid--major { background-size: 56px 56px; opacity: 0.65; }
  .section__grid--minor { background-size: 20px 20px; }
  .section__grid--dots { background-size: 56px 56px; opacity: 0.45; }
  .section__grid--wide { background-size: 40px 40px; }
  .section__grid--crosshatch {
    background-size: auto, auto;
    opacity: 0.55;
  }
  .section__grid--rings { background-size: 72px 72px; opacity: 0.45; }
  .device-mockup {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .device-mockup__title {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .audit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }
  .audit-item {
    min-width: 0;
    overflow: hidden;
  }
  .audit-item > div:not(.audit-icon) {
    min-width: 0;
    flex: 1;
    overflow: hidden;
  }
  .audit-score {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
  }
  .score-bar { width: 100%; max-width: 200px; }
  .footer__brand,
  .footer__col { text-align: center; }
  .footer__tagline { margin-inline: auto; }
  .footer__grid {
    --bs-gutter-y: 2.25rem;
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 575.98px) {
  .hero__actions,
  .section-cta-actions { flex-direction: column; align-items: stretch; }
  .hero__actions .wa-btn,
  .section-cta-actions .wa-btn { width: 100%; }
  .device-mockup {
    padding: 1rem;
    box-shadow: 0 12px 32px rgb(7 97 170 / 45%), var(--shadow-feature);
  }
  .audit-grid { gap: 6px; }
  .audit-item {
    padding: 0.5rem 0.45rem;
    gap: 0.4rem;
  }
  .audit-icon {
    width: 26px;
    height: 26px;
  }
  .audit-icon svg { width: 13px; height: 13px; }
  .audit-label { font-size: 0.62rem; }
  .audit-status { font-size: 0.68rem; }
  .device-mockup__title { font-size: 0.65rem; }
  .cta-download-row {
    flex-direction: column;
    align-items: stretch;
    max-width: 280px;
    margin-inline: auto;
  }
  .cta-dl-btn { width: 100%; }
  .cta__trust { flex-direction: column; align-items: center; }
  .risk-metric { flex-wrap: wrap; }
  .risk-metric__bar { width: 80px; }
  .feature-tab { font-size: 0.78rem; padding: 0.4rem 0.85rem; }
}

@media (hover: none) {
  .feature-card:hover,
  .persona-card:hover,
  .problem-list li:hover,
  .industry-card:hover { transform: none; }
}

/* Download OS modal */
.download-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(6, 8, 15, 0.65);
  backdrop-filter: blur(6px);
}
.download-modal.is-open {
  display: flex;
}
.download-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 1.5rem 1.5rem 1.35rem;
  background: linear-gradient(165deg, #0f1628 0%, #121a2e 55%, #0d1424 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  color: #fff;
}
.download-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.download-modal__close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.download-modal__head {
  text-align: center;
  padding-right: 2rem;
  margin-bottom: 1.25rem;
}
.download-modal__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.35rem;
}
.download-modal__sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin: 0;
}
.download-modal__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.65rem;
}
.os-download-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.os-download-btn {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}
.os-download-btn:hover {
  border-color: rgba(59, 111, 255, 0.45);
  background: rgba(59, 111, 255, 0.08);
}
.os-download-btn.is-selected {
  border-color: var(--accent);
  background: rgba(59, 111, 255, 0.12);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(59, 111, 255, 0.25);
}
.os-download-btn.is-selected .os-download-btn__text {
  color: var(--accent);
}
.os-download-btn.is-loading {
  pointer-events: none;
  opacity: 0.75;
}
.os-download-btn__radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
  position: relative;
}
.os-download-btn.is-selected .os-download-btn__radio {
  border-color: var(--accent);
}
.os-download-btn.is-selected .os-download-btn__radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--accent);
}
.os-download-btn__icon {
  font-size: 1.15rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.85);
}
.os-download-btn.is-selected .os-download-btn__icon {
  color: var(--accent);
}
.os-download-btn__text {
  flex: 1;
}
.os-download-btn__dl {
  font-size: 1rem;
  opacity: 0.55;
  flex-shrink: 0;
}
.os-download-btn.is-selected .os-download-btn__dl {
  opacity: 1;
  color: var(--accent);
}
.download-modal__email-wrap {
  display: block;
  margin-bottom: 0.5rem;
}
.download-modal__email-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.35rem;
}
.download-modal__email-input {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.download-modal__email-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.download-modal__email-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(59, 111, 255, 0.25);
}
.download-modal__error {
  font-size: 0.8rem;
  color: #ff8a7a;
  margin: 0.35rem 0 0;
}
.download-modal__error[hidden] {
  display: none;
}
.download-modal__status {
  font-size: 0.8rem;
  color: var(--teal);
  margin: 0.35rem 0 0;
  min-height: 1.2em;
}
/*****Get strted*****/
