@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=switzer@400,500,600,700&display=swap');

:root {
  --navy: #052f3f;
  --navy-2: #062a38;
  --navy-3: #021e2a;
  --cyan: #20c4da;
  --cyan-soft: #dff8fb;
  --coral: #ff5c49;
  --text: #0e2c3b;
  --muted: #5c6d78;
  --white: #ffffff;
  --card: #ffffff;
  --line: rgba(255, 255, 255, 0.15);
  --shadow: 0 24px 60px rgba(8, 45, 59, 0.16);

  /* Brand type system */
  --font-display: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Switzer", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: #fff;
}
h1, h2, h3, h4, h5, h6, .brand-copy strong { font-family: var(--font-display); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 24px 0;
  color: white;
}
.nav-wrap { display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 188px; }
/*.brand-mark {
  width: 32px; height: 36px; display: grid;
  grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 3px;
}
.brand-mark i { display: block; background: linear-gradient(135deg, #43d8ec, #0c98bc); border-radius: 4px; }
.brand-mark i:nth-child(1) { border-top-left-radius: 12px; }
.brand-mark i:nth-child(4) { border-bottom-right-radius: 12px; }*/
.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand-logo {
    width: 34px;
    height: 34px;
    display: block;
    flex: 0 0 auto;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.brand-copy small {
    margin-top: 6px;
    font-size: 9px;
    letter-spacing: 0.35em;
    font-weight: 500;
}

.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 21px; font-weight: 600; letter-spacing: -.5px; }
.brand-copy small { margin-top: 7px; font-size: 9px; letter-spacing: 4px; }

.primary-nav { display: flex; align-items: center; gap: 34px; margin-right: auto; }
.primary-nav a { font-size: 14px; display: flex; gap: 8px; align-items: center; opacity: .95; }
.primary-nav a:hover { color: var(--cyan); }

.nav-actions { display: flex; gap: 18px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 46px; padding: 0 22px; border-radius: 7px;
  font-weight: 500; font-size: 14px; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-outline { color: #fff; border: 1px solid rgba(255,255,255,.65); }
.btn-coral { color: #fff; background: linear-gradient(135deg, #ff6b4f, #ff4a3d); box-shadow: 0 12px 24px rgba(255, 81, 62, .24); }
.btn-large { min-height: 58px; padding-inline: 26px; font-size: 15px; }
.nav-toggle { display:none; background:none; border:0; padding:8px; }
.nav-toggle span { display:block; width:24px; height:2px; background:#fff; margin:5px 0; }

.hero {
  position: relative; overflow: hidden; color: #fff;
  min-height: 770px; padding: 150px 0 78px;
  background:
    radial-gradient(circle at 76% 50%, rgba(21,184,211,.16), transparent 32%),
    linear-gradient(120deg, #062f3f 0%, #032330 100%);
}
.hero-grid-bg {
  position: absolute; right: 0; top: 0; bottom: 0; width: 44%;
  opacity: .22;
  background-image: radial-gradient(circle, #20c4da 1.3px, transparent 1.3px);
  background-size: 17px 17px;
  mask-image: linear-gradient(to left, #000 40%, transparent 100%);
}
.shape { position:absolute; border-radius:50%; }
.shape-cyan { width:155px; height:155px; right:-32px; top:310px; background:#16c8dc; }
.shape-coral { width:165px; height:165px; right:-58px; top:520px; background:#ff5a46; }
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns: 40% 60%; align-items:center; }
.hero-copy h1 {
  margin: 0 0 25px; font-size: clamp(52px, 5.1vw, 74px);
  line-height: 1.08; letter-spacing: -3px; font-weight: 600;
}
.hero-copy h1 span { color: var(--cyan); }
.hero-copy > p { max-width: 540px; font-size: 17px; line-height: 1.85; color: rgba(255,255,255,.82); }
.hero-actions { display:flex; align-items:center; gap: 30px; margin-top: 32px; }
.text-link { display:flex; gap:18px; align-items:center; font-size:15px; }
.trusted { margin-top: 78px; }
.trusted > small { font-size: 10px; letter-spacing: 2.4px; color: rgba(255,255,255,.72); }
.trusted-row { display:flex; flex-wrap:wrap; gap: 31px; margin-top: 24px; }
.trusted-row span { display:flex; align-items:center; gap:10px; font-size:13px; color:rgba(255,255,255,.86); }
.trusted-row b { color:var(--cyan); font-size:21px; font-weight:400; }

.product-visual { transform: perspective(1800px) rotateY(-4deg) rotateX(1deg); transform-origin:center; padding-left: 40px; }
.dashboard-shell {
  width: 100%; min-width: 680px; display:grid; grid-template-columns: 110px 1fr;
  border-radius: 18px; overflow:hidden; background:#f9fbfc;
  box-shadow: -18px 40px 80px rgba(0,0,0,.35), 0 0 0 1px rgba(61,215,233,.5);
}
.dashboard-sidebar { background:#062c3a; padding: 27px 14px; display:flex; flex-direction:column; gap: 9px; }
.mini-logo { color:var(--cyan); margin-bottom:10px; padding-left:9px; }
.dashboard-sidebar a {
  color:rgba(255,255,255,.8); font-size:10px; padding:9px 9px; border-radius:6px;
  display:flex; align-items:center; gap:8px;
}
.dashboard-sidebar a.active { background:#0b5368; color:#fff; }
.dashboard-main { padding: 30px 28px 32px; color:#0b2735; min-width:0; }
.dash-heading { display:flex; flex-direction:column; gap:7px; margin-bottom:20px; }
.dash-heading span { font-weight:600; font-size:15px; }
.dash-heading strong { color:#16bed4; font-size:12px; }

.metric-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:13px; }
.metric-grid article { padding:17px 14px 9px; background:#fff; border-radius:10px; box-shadow:0 8px 26px rgba(23,63,78,.07); }
.metric-grid small { display:block; font-size:8px; color:#60717b; }
.metric-grid b { display:block; font-size:20px; margin:8px 0 5px; }
.metric-grid svg { width:100%; height:25px; overflow:visible; }
.metric-grid polyline, .chart-area polyline { fill:none; stroke:#19bed2; stroke-width:2; }
.dashboard-lower { display:grid; grid-template-columns: 1fr 190px; gap:16px; margin-top:17px; }
.chart-card,.activity-card { background:#fff; border-radius:10px; box-shadow:0 8px 26px rgba(23,63,78,.07); }
.chart-card { padding:18px 18px 10px; }
.chart-title { display:flex; justify-content:space-between; align-items:flex-start; }
.chart-title > span { font-size:10px; font-weight:600; }
.chart-title b { font-size:13px; text-align:center; }
.chart-title b small { display:block; font-size:7px; font-weight:400; color:#74838b; margin-top:2px; }
.chart-area { position:relative; height:185px; padding: 15px 0 20px 30px; }
.chart-area svg { width:100%; height:100%; overflow:visible; }
.chart-area circle { fill:#19bed2; }
.y-labels { position:absolute; left:0; top:18px; bottom:26px; display:flex; flex-direction:column; justify-content:space-between; font-size:7px; color:#84929a; }
.x-labels { display:flex; justify-content:space-between; font-size:7px; color:#84929a; }
.activity-card { padding:18px 15px; transform: translate(26px, 16px); }
.activity-card h3 { font-size:10px; margin:0 0 17px; }
.activity-card ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:18px; }
.activity-card li { display:flex; gap:10px; align-items:flex-start; }
.activity-card b,.activity-card small { display:block; }
.activity-card b { font-size:8px; margin-bottom:4px; }
.activity-card small { font-size:7px; color:#71808a; }
.dot { width:8px; height:8px; margin-top:2px; border-radius:50%; box-shadow:0 0 0 5px rgba(0,0,0,.04); }
.dot.coral { background:#ff715e; } .dot.green { background:#20b485; }
.dot.blue { background:#5a83ec; } .dot.purple { background:#7a72e7; }

.platform { padding: 86px 0 78px; background: linear-gradient(100deg, #fff 0%, #fffdfa 48%, #fff 100%); }
.platform-grid { display:grid; grid-template-columns: 34% 66%; gap:50px; align-items:start; }
.section-intro { padding: 48px 10px 0 6px; }
.section-intro > small { color:#10afd0; letter-spacing:2px; font-weight:700; font-size:10px; }
.section-intro h2 { font-size:30px; line-height:1.45; letter-spacing:-1px; margin:20px 0 18px; }
.section-intro i { display:block; width:48px; height:2px; background:var(--coral); margin-bottom:34px; }
.section-intro p { max-width:320px; color:#5c6c76; font-size:16px; line-height:1.75; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height:205px; padding:25px; background:#fff; border-radius:12px; box-shadow:0 14px 38px rgba(24,54,67,.06); }
.feature-card .icon { width:46px; height:46px; border-radius:10px; display:grid; place-items:center; font-size:23px; margin-bottom:22px; }
.icon.cyan { color:#12bcd3; background:#e3f9fb; } .icon.coral { color:#ff604b; background:#fff0ed; }
.icon.blue { color:#3988f3; background:#edf4ff; } .icon.green { color:#21b675; background:#e8f7ef; }
.feature-card h3 { font-size:14px; margin:0 0 12px; }
.feature-card p { margin:0; font-size:13px; line-height:1.65; color:#60707a; }

.launch-strip { background: linear-gradient(90deg,#eff9fd,#fff,#edf8fd); padding: 28px 0; border-top:1px solid #eef4f6; }
.launch-content { display:grid; grid-template-columns:auto 1px auto 1fr auto; align-items:center; gap:32px; }
.coming { font-size:10px; font-weight:700; letter-spacing:2px; color:#13aece; }
.divider { height:52px; background:#b6c9d1; }
.launch-icon { width:58px; height:58px; border:2px solid #0d5269; border-radius:14px; display:grid; place-items:center; color:#0d5269; font-size:30px; transform:rotate(30deg); }
.launch-copy h2 { margin:0 0 8px; font-size:18px; }
.launch-copy p { margin:0; max-width:500px; font-size:13px; line-height:1.5; color:#536873; }

.site-footer { background:linear-gradient(120deg,#063346,#032431); color:#fff; padding:50px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.25fr repeat(4,1fr) 1.4fr; gap:28px; }
.footer-brand .brand { min-width:0; }
.footer-brand p { color:rgba(255,255,255,.7); font-size:13px; line-height:1.7; margin:26px 0; max-width:190px; }
.socials { display:flex; gap:12px; }
.socials a { width:34px; height:34px; border:1px solid rgba(255,255,255,.38); border-radius:50%; display:grid; place-items:center; font-size:13px; }
.footer-col { border-left:0px solid rgba(255,255,255,.1); padding-left:26px; }
.footer-col h3,.newsletter h3 { margin:4px 0 20px; font-size:13px; }
.footer-col a { display:block; color:rgba(255,255,255,.68); font-size:12px; margin:0 0 15px; }
.newsletter { border-left:0px solid rgba(255,255,255,.1); padding-left:28px; }
.newsletter p { color:rgba(255,255,255,.72); font-size:12px; line-height:1.7; }
.newsletter form { display:flex; margin-top:22px; }
.newsletter input { width:100%; min-width:0; height:43px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.25); border-right:0; border-radius:6px 0 0 6px; color:#fff; padding:0 13px; outline:none; }
.newsletter input::placeholder { color:rgba(255,255,255,.55); }
.newsletter button { width:46px; border:0; border-radius:0 6px 6px 0; background:var(--cyan); color:#063346; cursor:pointer; }
.footer-bottom { margin-top:42px; padding-top:23px; border-top:1px solid rgba(255,255,255,.15); display:flex; justify-content:space-between; color:rgba(255,255,255,.58); font-size:11px; }
.footer-bottom div { display:flex; gap:35px; }

@media (max-width: 1100px) {
  .primary-nav { gap:18px; }
  .hero-grid { grid-template-columns: 46% 54%; }
  .product-visual { padding-left:15px; transform:scale(.85); transform-origin:left center; }
  .dashboard-shell { min-width:680px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3,1fr); }
  .footer-col:nth-of-type(5), .newsletter { margin-top:20px; }
}
@media (max-width: 880px) {
  .site-header { position:absolute; }
  .nav-toggle { display:block; margin-left:auto; }
  .primary-nav,.nav-actions { display:none; }
  .nav-wrap.open .primary-nav {
    display:flex; position:absolute; left:24px; right:24px; top:82px; padding:22px;
    flex-direction:column; align-items:flex-start; border-radius:12px; background:#082d3b; box-shadow:0 18px 40px rgba(0,0,0,.25);
  }
  .hero { padding-top:125px; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:680px; }
  .product-visual { margin-top:55px; transform:scale(.82); transform-origin:left top; height:500px; }
  .platform-grid { grid-template-columns:1fr; }
  .section-intro { padding-top:0; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .launch-content { grid-template-columns:auto 1px auto 1fr; }
  .launch-content .btn { grid-column:4; justify-self:start; }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 600px) {
  .container { width:min(100% - 30px, 1180px); }
  .brand { min-width:auto; }
  .hero { min-height:auto; padding-bottom:60px; }
  .hero-copy h1 { font-size:44px; letter-spacing:-2px; }
  .hero-copy > p { font-size:15px; }
  .hero-actions { flex-direction:column; align-items:flex-start; }
  .trusted { margin-top:50px; }
  .trusted-row { gap:18px; }
  .product-visual { transform:scale(.54); height:350px; margin-top:40px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:0; }
  .launch-content { grid-template-columns:1fr; gap:18px; }
  .divider { display:none; }
  .launch-icon { display:none; }
  .launch-content .btn { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-col,.newsletter { border-left:0; padding-left:0; border-top:1px solid rgba(255,255,255,.1); padding-top:22px; }
  .footer-bottom { flex-direction:column; gap:18px; }
  .footer-bottom div { flex-wrap:wrap; gap:18px; }
}

/* Interactive product-screen motion */
.product-visual {
  --pointer-x: 0px;
  --pointer-y: 0px;
}

.dashboard-shell {
  position: relative;
  animation: dashboardEntrance 900ms cubic-bezier(.2,.75,.2,1) both,
             dashboardFloat 6s ease-in-out 1s infinite;
  transition: transform 240ms ease, box-shadow 240ms ease;
  will-change: transform;
}

.dashboard-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(
    220px circle at var(--glow-x, 65%) var(--glow-y, 35%),
    rgba(52, 220, 239, .16),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 220ms ease;
}

.product-visual:hover .dashboard-shell::after { opacity: 1; }
.product-visual.is-tracking .dashboard-shell {
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0) scale(1.012);
  box-shadow: -22px 48px 90px rgba(0,0,0,.38), 0 0 0 1px rgba(61,215,233,.65);
}

.metric-grid article,
.chart-card,
.activity-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  border: 1px solid transparent;
}

.metric-grid article:hover,
.chart-card:hover,
.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(23,63,78,.12);
  border-color: rgba(25,190,210,.22);
}

.metric-grid b.counting { color: #12abc1; }
.metric-grid article:nth-child(1) { animation: cardRise 520ms 420ms both; }
.metric-grid article:nth-child(2) { animation: cardRise 520ms 500ms both; }
.metric-grid article:nth-child(3) { animation: cardRise 520ms 580ms both; }
.metric-grid article:nth-child(4) { animation: cardRise 520ms 660ms both; }
.chart-card { animation: cardRise 620ms 720ms both; }
.activity-card { animation: cardRise 620ms 820ms both; }

.metric-grid polyline,
.chart-area polyline {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: drawLine 1.8s cubic-bezier(.35,.1,.2,1) 850ms forwards;
}

.chart-area circle {
  opacity: 0;
  animation: pointPop 360ms ease forwards;
}
.chart-area circle:nth-of-type(1) { animation-delay: 1.15s; }
.chart-area circle:nth-of-type(2) { animation-delay: 1.22s; }
.chart-area circle:nth-of-type(3) { animation-delay: 1.29s; }
.chart-area circle:nth-of-type(4) { animation-delay: 1.36s; }
.chart-area circle:nth-of-type(5) { animation-delay: 1.43s; }
.chart-area circle:nth-of-type(6) { animation-delay: 1.50s; }
.chart-area circle:nth-of-type(7) { animation-delay: 1.57s; }
.chart-area circle:nth-of-type(8) { animation-delay: 1.64s; }
.chart-area circle:nth-of-type(9) { animation-delay: 1.71s; }
.chart-area circle:nth-of-type(10) { animation-delay: 1.78s; }
.chart-area circle:nth-of-type(11) { animation-delay: 1.85s; }

.dashboard-sidebar a {
  position: relative;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.dashboard-sidebar a:hover { transform: translateX(3px); background: rgba(26,180,207,.12); }
.dashboard-sidebar a.active::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 3px;
  height: 18px;
  border-radius: 4px;
  background: var(--cyan);
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(32,196,218,.65);
}

.dashboard-main.screen-refresh { animation: screenRefresh 380ms ease both; }
.activity-card li { transition: transform 180ms ease, opacity 180ms ease; }
.activity-card li:hover { transform: translateX(4px); }

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  font-size: 7px;
  letter-spacing: .08em;
  color: #18a77c;
  vertical-align: middle;
}
.live-indicator::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #20b485;
  box-shadow: 0 0 0 0 rgba(32,180,133,.45);
  animation: livePulse 1.8s infinite;
}

@keyframes dashboardEntrance {
  from { opacity: 0; transform: translateY(30px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes dashboardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes cardRise {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes drawLine { to { stroke-dashoffset: 0; } }
@keyframes pointPop {
  from { opacity: 0; transform: scale(.4); transform-origin: center; }
  to { opacity: 1; transform: scale(1); }
}
@keyframes screenRefresh {
  0% { opacity: .45; transform: translateY(5px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(32,180,133,.45); }
  70% { box-shadow: 0 0 0 7px rgba(32,180,133,0); }
  100% { box-shadow: 0 0 0 0 rgba(32,180,133,0); }
}

@media (prefers-reduced-motion: reduce) {
  .dashboard-shell,
  .metric-grid article,
  .chart-card,
  .activity-card,
  .metric-grid polyline,
  .chart-area polyline,
  .chart-area circle,
  .live-indicator::before {
    animation: none !important;
    transition: none !important;
  }
}

/* Hero composition refinements: stronger product tilt and more horizontal room */
@media (min-width: 1101px) {
  .hero-grid {
    grid-template-columns: 43% 57%;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
  }

  .product-visual {
    padding-left: 0;
    transform: translateX(72px) perspective(1500px) rotateY(-9deg) rotateX(2deg) rotateZ(-1.25deg);
    transform-origin: 44% 50%;
  }

  .dashboard-shell {
    clip-path: polygon(1.5% 4%, 100% 0, 98.5% 96%, 0 100%);
  }

  .trusted-row {
    flex-wrap: nowrap;
    gap: 23px;
    width: max-content;
  }

  .trusted-row span {
    white-space: nowrap;
    font-size: 12px;
  }
}

@media (min-width: 881px) and (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 44% 56%;
  }

  .product-visual {
    padding-left: 0;
    transform: translateX(34px) scale(.84) perspective(1500px) rotateY(-8deg) rotateX(2deg) rotateZ(-1deg);
    transform-origin: left center;
  }

  .dashboard-shell {
    clip-path: polygon(1.5% 4%, 100% 0, 98.5% 96%, 0 100%);
  }

  .trusted-row {
    flex-wrap: nowrap;
    gap: 15px;
    width: max-content;
  }

  .trusted-row span {
    white-space: nowrap;
    font-size: 11px;
  }
}

/* Exact hero alignment correction based on the supplied design reference.
   The dashboard remains rectangular and is angled only with perspective. */
@media (min-width: 1101px) {
  .hero-grid {
    grid-template-columns: 42% 58%;
  }

  .hero-copy {
    z-index: 4;
  }

  .product-visual {
    width: 760px;
    padding-left: 0;
    justify-self: start;
    transform: translateX(56px) perspective(1700px) rotateY(-7deg) rotateX(1.6deg);
    transform-origin: left center;
  }

  .dashboard-shell {
    clip-path: none;
    border-radius: 18px;
  }

  .trusted {
    width: 690px;
  }

  .trusted-row {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    align-items: center;
    gap: 28px;
    width: max-content;
    flex-wrap: nowrap;
  }

  .trusted-row span {
    white-space: nowrap;
    font-size: 13px;
  }
}

@media (min-width: 881px) and (max-width: 1100px) {
  .product-visual {
    width: 720px;
    padding-left: 0;
    transform: translateX(30px) scale(.82) perspective(1700px) rotateY(-7deg) rotateX(1.5deg);
    transform-origin: left center;
  }

  .dashboard-shell {
    clip-path: none;
  }

  .trusted-row {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 15px;
    width: max-content;
  }
}


/* --------------------------------------------------------------------------
   Responsive layout refinements
   -------------------------------------------------------------------------- */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

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

@media (min-width: 1280px) {
  .container {
    width: min(1280px, calc(100% - 64px));
  }

  .hero-grid {
    grid-template-columns: minmax(510px, 43%) minmax(0, 57%);
  }

  .product-visual {
    width: 780px;
    transform: translateX(72px) perspective(1700px) rotateY(-7deg) rotateX(1.6deg);
  }
}

@media (min-width: 1101px) and (max-width: 1279px) {
  .container {
    width: min(1180px, calc(100% - 44px));
  }

  .hero-copy h1 {
    font-size: clamp(48px, 5vw, 65px);
  }

  .product-visual {
    width: 710px;
    transform: translateX(28px) perspective(1700px) rotateY(-7deg) rotateX(1.5deg);
  }

  .trusted {
    width: auto;
  }

  .trusted-row {
    gap: 18px;
  }

  .trusted-row span {
    font-size: 11px;
  }
}

@media (min-width: 881px) and (max-width: 1100px) {
  .container {
    width: min(100% - 36px, 1040px);
  }

  .site-header {
    padding-top: 20px;
  }

  .brand {
    min-width: 160px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .primary-nav {
    gap: 15px;
  }

  .primary-nav a {
    font-size: 12px;
  }

  .nav-actions {
    gap: 10px;
  }

  .nav-actions .btn {
    padding-inline: 15px;
  }

  .hero {
    min-height: 720px;
    padding-top: 135px;
  }

  .hero-grid {
    grid-template-columns: 46% 54%;
  }

  .hero-copy h1 {
    font-size: clamp(43px, 5.1vw, 56px);
    letter-spacing: -2.4px;
  }

  .hero-copy > p {
    font-size: 15px;
    line-height: 1.72;
  }

  .product-visual {
    width: 680px;
    height: 465px;
    transform: translateX(18px) scale(.74) perspective(1700px) rotateY(-7deg) rotateX(1.5deg);
    transform-origin: left center;
  }

  .trusted {
    width: 650px;
    margin-top: 55px;
  }

  .trusted-row {
    gap: 14px;
  }

  .trusted-row span {
    font-size: 10.5px;
  }

  .platform-grid {
    gap: 30px;
  }

  .feature-card {
    padding: 20px;
  }

  .footer-grid {
    grid-template-columns: 1.25fr repeat(3, 1fr);
  }

  .newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 880px) {
  .container {
    width: min(100% - 40px, 760px);
  }

  .site-header {
    padding: 18px 0;
  }

  .nav-wrap {
    gap: 18px;
  }

  .brand {
    min-width: 0;
  }

  .nav-wrap.open .primary-nav {
    top: 72px;
    left: 20px;
    right: 20px;
    gap: 8px;
    z-index: 30;
  }

  .nav-wrap.open .primary-nav a {
    width: 100%;
    padding: 11px 8px;
  }

  .nav-wrap.open .nav-actions {
    display: flex;
    position: absolute;
    top: 320px;
    left: 20px;
    right: 20px;
    z-index: 31;
    padding: 0 22px 22px;
    background: #082d3b;
    border-radius: 0 0 12px 12px;
  }

  .hero {
    min-height: auto;
    padding: 120px 0 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-copy h1 {
    max-width: 650px;
    font-size: clamp(46px, 8.7vw, 65px);
  }

  .hero-copy > p {
    max-width: 620px;
  }

  .trusted {
    margin-top: 52px;
    width: 100%;
  }

  .trusted-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 18px 28px;
  }

  .trusted-row span {
    font-size: 12px;
    white-space: nowrap;
  }

  .product-visual {
    width: 680px;
    height: 475px;
    margin: 0;
    padding: 0;
    justify-self: start;
    transform: scale(.78) perspective(1700px) rotateY(-7deg) rotateX(1.4deg);
    transform-origin: left top;
  }

  .shape-cyan {
    width: 120px;
    height: 120px;
    top: 620px;
  }

  .shape-coral {
    width: 130px;
    height: 130px;
    top: 760px;
  }

  .platform {
    padding: 70px 0;
  }

  .platform-grid {
    gap: 36px;
  }

  .section-intro {
    max-width: 580px;
  }

  .section-intro p {
    max-width: 520px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-content {
    grid-template-columns: auto 1px 1fr;
  }

  .launch-icon {
    display: none;
  }

  .launch-content .btn {
    grid-column: 3;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand,
  .newsletter {
    grid-column: 1 / -1;
  }

  .newsletter {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 30px, 600px);
  }

  .brand-mark {
    width: 28px;
    height: 32px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .hero {
    padding-top: 105px;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 11vw, 54px);
    line-height: 1.06;
    letter-spacing: -2.2px;
  }

  .hero-copy > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .hero-actions .btn {
    min-height: 52px;
  }

  .trusted-row {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
  }

  .product-visual {
    width: 680px;
    height: 390px;
    transform: scale(.61) perspective(1700px) rotateY(-7deg) rotateX(1.4deg);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }

  .launch-content {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .coming {
    order: 1;
  }

  .divider {
    display: none;
  }

  .launch-copy {
    order: 2;
  }

  .launch-content .btn {
    order: 3;
    grid-column: auto;
    justify-self: start;
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .newsletter {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 28px);
  }

  .brand-copy small {
    letter-spacing: 3px;
  }

  .hero {
    padding-top: 96px;
    padding-bottom: 52px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 12vw, 46px);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .text-link {
    padding: 7px 2px;
  }

  .trusted {
    margin-top: 42px;
  }
.product-visual {
    width: 680px;
    height: 320px;
    transform: scale(.49) perspective(1700px) rotateY(-7deg) rotateX(1.4deg);
  }

  .dashboard-shell {
    animation-name: dashboardEntrance;
  }

  .shape-cyan {
    width: 90px;
    height: 90px;
    top: 690px;
  }

  .shape-coral {
    width: 100px;
    height: 100px;
    top: 790px;
  }

  .section-intro h2 {
    font-size: 27px;
  }

  .platform {
    padding: 58px 0;
  }

  .feature-card {
    padding: 22px;
  }

  .footer-bottom div {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 370px) {
  .product-visual {
    height: 285px;
    transform: scale(.43) perspective(1700px) rotateY(-7deg) rotateX(1.4deg);
  }

  .hero-copy h1 {
    font-size: 34px;
  }
}

/* Touch devices should not retain hover transforms. */
@media (hover: none) {
  .btn:hover,
  .metric-grid article:hover,
  .chart-card:hover,
  .activity-card:hover,
  .dashboard-sidebar a:hover {
    transform: none;
  }

  .product-visual:hover .dashboard-shell::after {
    opacity: 0;
  }
}


/* ==========================================================================
   Full-screen animated hero
   ========================================================================== */

.hero {
  /* The next section remains below the fold on every screen. */
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: clamp(118px, 13vh, 158px);
  padding-bottom: clamp(48px, 7vh, 82px);
  isolation: isolate;
}

.hero > .container {
  width: min(1280px, calc(100% - 48px));
}

.hero-grid {
  width: 100%;
}

/* Keep the four-line headline intentional at every desktop width. */
.hero-copy h1 {
  text-wrap: balance;
}

/* Animated decorative circles on the right. */
.shape {
  will-change: transform;
  pointer-events: none;
  z-index: 1;
}

.shape-cyan {
  animation: cyanBallFloat 14s ease-in-out infinite;
}

.shape-coral {
  animation: coralBallFloat 17s ease-in-out infinite;
  animation-delay: -4s;
}

@keyframes cyanBallFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-12px, -20px, 0);
  }
}

@keyframes coralBallFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-16px, 24px, 0);
  }
}

/* Desktop hero sizing: preserve the exact slanted product-screen composition. */
@media (min-width: 1101px) {
  .hero-grid {
    grid-template-columns: minmax(450px, 41%) minmax(0, 59%);
  }

  .hero-copy h1 {
    font-size: clamp(48px, 4.45vw, 67px);
    line-height: 1.055;
  }

  .product-visual {
    align-self: center;
  }
}

/* Short laptop screens need a more compact hero while still filling the viewport. */
@media (min-width: 881px) and (max-height: 780px) {
  .hero {
    padding-top: 108px;
    padding-bottom: 38px;
  }

  .hero-copy h1 {
    font-size: clamp(43px, 4.7vw, 57px);
    margin-bottom: 18px;
  }

  .hero-copy > p {
    line-height: 1.62;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .trusted {
    margin-top: 38px;
  }

  .product-visual {
    transform-origin: left center;
  }
}

@media (max-width: 880px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    display: block;
    padding-top: 112px;
    padding-bottom: 62px;
  }

  .hero > .container {
    width: min(100% - 40px, 760px);
  }

  .hero-copy h1 {
    line-height: 1.04;
  }

  /* Keep the moving circles visible but away from the text. */
  .shape-cyan {
    right: -48px;
    top: 61%;
  }

  .shape-coral {
    right: -52px;
    top: 78%;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 102px;
    padding-bottom: 52px;
  }

  .hero > .container {
    width: min(100% - 30px, 600px);
  }

  .hero-copy h1 {
    font-size: clamp(38px, 10.8vw, 52px);
  }

  .shape-cyan {
    top: 67%;
  }

  .shape-coral {
    top: 84%;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 100svh;
    padding-top: 94px;
  }

  .hero > .container {
    width: calc(100% - 28px);
  }

  .hero-copy h1 {
    font-size: clamp(35px, 11.5vw, 45px);
  }

  .shape-cyan,
  .shape-coral {
    opacity: 0.86;
  }
}

/* Respect operating-system accessibility preferences. */
@media (prefers-reduced-motion: reduce) {
  .shape-cyan,
  .shape-coral {
    animation: none;
  }
}


/* Flat brand-colour circles: no highlight, glow, shadow or tonal shading. */
.shape {
  box-shadow: none !important;
  filter: none !important;
  background-image: none !important;
}

.shape::before,
.shape::after {
  content: none !important;
  display: none !important;
}

.shape-cyan {
  background: #20c4da !important;
}

.shape-coral {
  background: #ff5c49 !important;
}



/* ===========================
   HERO ANIMATIONS
   Add to the END of styles.css
   =========================== */

.hero{
    overflow:hidden;
}

/* Fade the whole hero in */
.hero-grid{
    animation:heroReveal 1s cubic-bezier(.22,1,.36,1) both;
}

.hero-copy{
    animation:slideLeft .9s .15s both;
}

.product-visual{
    animation:
        slideRight 1.1s .25s both,
        dashboardFloat 8s ease-in-out 1.4s infinite;
    will-change:transform;
}

/* Floating dotted background */
.hero-grid-bg{
    animation:gridMove 30s linear infinite;
}

/* Text reveal */
.hero-copy h1{
    animation:textReveal .8s .2s both;
}

.hero-copy p,
.hero-actions,
.trusted{
    opacity:0;
    animation:fadeUp .7s forwards;
}

.hero-copy p{animation-delay:.45s;}
.hero-actions{animation-delay:.65s;}
.trusted{animation-delay:.85s;}

/* Product hover */
.product-visual:hover{
    transform:
        perspective(1700px)
        rotateY(-8deg)
        rotateX(2deg)
        translateY(-6px)
        scale(1.015);
    transition:transform .45s ease;
}

/* Keyframes */

@keyframes heroReveal{
    from{opacity:0;}
    to{opacity:1;}
}

@keyframes slideLeft{
    from{
        opacity:0;
        transform:translateX(-40px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

@keyframes slideRight{
    from{
        opacity:0;
        transform:
            translateX(60px)
            perspective(1700px)
            rotateY(-12deg)
            rotateX(3deg);
    }
    to{
        opacity:1;
        transform:
            perspective(1700px)
            rotateY(-7deg)
            rotateX(1.5deg);
    }
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(18px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

@keyframes textReveal{
    from{
        opacity:0;
        transform:translateY(24px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

@keyframes dashboardFloat{
    0%,100%{
        transform:
            perspective(1700px)
            rotateY(-7deg)
            rotateX(1.5deg)
            translateY(0);
    }

    50%{
        transform:
            perspective(1700px)
            rotateY(-7deg)
            rotateX(1.5deg)
            translateY(-8px);
    }
}

@keyframes gridMove{
    from{
        transform:translate3d(0,0,0);
    }
    to{
        transform:translate3d(-28px,-28px,0);
    }
}

@media (prefers-reduced-motion:reduce){
    .hero-grid,
    .hero-copy,
    .product-visual,
    .hero-grid-bg,
    .hero-copy h1,
    .hero-copy p,
    .hero-actions,
    .trusted{
        animation:none!important;
    }
}


/* ==========================================================================
   FIX: paired floating circles anchored to the right side of the hero
   ========================================================================== */

/* This establishes the positioning context. Without it, absolute circles can
   position themselves against the page and appear near the top-left/logo. */
.hero {
  position: relative;
}

/* Keep both circles tied to the hero, close together and above the background. */
.hero .shape {
  position: absolute;
  z-index: 1;
  margin: 0;
  box-shadow: none !important;
  filter: none !important;
  background-image: none !important;
  pointer-events: none;
  transform-origin: center;
}

/* Shared anchor area on the right. */
.hero .shape-cyan {
  width: 150px;
  height: 150px;
  top: 43%;
  right: -34px;
  left: auto;
  bottom: auto;
  background: #20c4da !important;
  animation: cyanOrbit 16s ease-in-out infinite !important;
}

.hero .shape-coral {
  width: 160px;
  height: 160px;
  top: calc(43% + 105px);
  right: -58px;
  left: auto;
  bottom: auto;
  background: #ff5c49 !important;
  animation: coralOrbit 16s ease-in-out infinite !important;
}

/* The pair moves around the same small visual centre. */
@keyframes cyanOrbit {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-12px, 12px, 0);
  }
  50% {
    transform: translate3d(-4px, 25px, 0);
  }
  75% {
    transform: translate3d(9px, 12px, 0);
  }
}

@keyframes coralOrbit {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(10px, -13px, 0);
  }
  50% {
    transform: translate3d(-3px, -26px, 0);
  }
  75% {
    transform: translate3d(-14px, -12px, 0);
  }
}

/* Tablet */
@media (max-width: 880px) {
  .hero .shape-cyan {
    width: 112px;
    height: 112px;
    top: 66%;
    right: -35px;
  }

  .hero .shape-coral {
    width: 120px;
    height: 120px;
    top: calc(66% + 78px);
    right: -48px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .hero .shape-cyan {
    width: 82px;
    height: 82px;
    top: 72%;
    right: -27px;
  }

  .hero .shape-coral {
    width: 90px;
    height: 90px;
    top: calc(72% + 57px);
    right: -36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .shape-cyan,
  .hero .shape-coral {
    animation: none !important;
  }
}

/* ============================================================
   Legal pages (Privacy Policy, Terms of Use)
   ============================================================ */
.page-legal .site-header {
  position: relative;
  background: linear-gradient(120deg, #062f3f 0%, #032330 100%);
}

.legal-hero {
  color: #fff;
  padding: 60px 0 70px;
  background: linear-gradient(120deg, #062f3f 0%, #032330 100%);
}
.legal-hero small {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2.4px;
  color: var(--cyan);
  margin-bottom: 14px;
}
.legal-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -1.5px;
  font-weight: 600;
}
.legal-hero p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }

.legal-body { padding: 64px 0 90px; }
.legal-body .container { width: min(820px, calc(100% - 48px)); }
.legal-body h2 {
  margin: 42px 0 14px;
  font-size: 22px;
  letter-spacing: -.4px;
  color: var(--navy);
}
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body h3 { margin: 26px 0 10px; font-size: 16px; color: var(--navy); }
.legal-body p,
.legal-body li { color: var(--muted); font-size: 15px; line-height: 1.85; }
.legal-body ul { padding-left: 22px; margin: 12px 0; }
.legal-body li { margin-bottom: 8px; }
.legal-body a { color: #0c98bc; text-decoration: underline; }
.legal-body a:hover { color: var(--coral); }
.legal-body strong { color: var(--text); }
.legal-body .lead { font-size: 16px; color: var(--text); }

/* ============================================================
   Compliance & Validation
   ============================================================ */
.compliance {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: #fff;
  background: linear-gradient(150deg, #052b3a 0%, #03202c 100%);
}
.compliance-glow {
  position: absolute;
  width: 620px; height: 620px;
  right: -180px; top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 184, 211, .18), transparent 62%);
  pointer-events: none;
}
.compliance .container { position: relative; z-index: 1; }

.compliance-head { max-width: 660px; margin: 0 auto; text-align: center; }
.compliance-head > small { color: var(--cyan); letter-spacing: 2px; font-weight: 700; font-size: 10px; }
.compliance-head h2 { margin: 18px 0 16px; font-size: 32px; line-height: 1.3; letter-spacing: -1px; }
.compliance-head p { margin: 0 auto; color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.8; }

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}
.compliance-card {
  padding: 26px 24px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.compliance-card:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 196, 218, .55);
  background: rgba(255, 255, 255, .06);
}
.c-icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  display: grid; place-items: center;
  font-size: 22px;
  color: var(--cyan);
  background: rgba(32, 196, 218, .12);
  margin-bottom: 18px;
}
.c-badge {
  display: inline-block;
  font-size: 10px; font-weight: 600; letter-spacing: .6px;
  color: var(--cyan);
  border: 1px solid rgba(32, 196, 218, .38);
  border-radius: 999px;
  padding: 4px 11px;
  margin-bottom: 14px;
}
.compliance-card h3 { margin: 0 0 10px; font-size: 15px; }
.compliance-card p { margin: 0; font-size: 13px; line-height: 1.7; color: rgba(255, 255, 255, .68); }

.compliance-note {
  margin: 40px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .5);
}

@media (max-width: 880px) {
  .compliance-grid { grid-template-columns: repeat(2, 1fr); }
  .compliance-head h2 { font-size: 26px; }
}
@media (max-width: 600px) {
  .compliance { padding: 66px 0; }
  .compliance-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Problem / Why now
   ============================================================ */
.problem { padding: 96px 0; background: linear-gradient(180deg, #fbfdfe 0%, #f4f8fa 100%); }
.problem-head { max-width: 660px; margin: 0 auto; text-align: center; }
.problem-head > small { color: #0fa8c9; letter-spacing: 2.5px; font-weight: 700; font-size: 11px; }
.problem-head h2 { margin: 16px 0 18px; font-size: 34px; line-height: 1.25; letter-spacing: -1.2px; color: var(--text); }
.problem-head p { margin: 0 auto; color: #5c6c76; font-size: 16px; line-height: 1.8; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.problem-card {
  padding: 30px 26px;
  background: #fff;
  border: 1px solid #e7eef2;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(24, 54, 67, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.problem-card:hover {
  transform: translateY(-4px);
  border-color: #d3e6ec;
  box-shadow: 0 20px 46px rgba(24, 54, 67, .09);
}
.p-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: grid; place-items: center;
  font-size: 23px;
  color: #0d5b73;
  background: linear-gradient(135deg, #eaf4f7, #f4fafb);
  box-shadow: inset 0 0 0 1px rgba(13, 91, 115, .08);
  margin-bottom: 20px;
}
.problem-card h3 { margin: 0 0 10px; font-size: 15.5px; letter-spacing: -.2px; color: var(--text); }
.problem-card p { margin: 0; font-size: 13px; line-height: 1.7; color: #647680; }

.problem-mission {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 52px 54px;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #073446 0%, #03202c 100%);
  box-shadow: 0 34px 70px rgba(6, 40, 55, .28);
}
.problem-mission::before {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  right: -120px; top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 196, 218, .22), transparent 62%);
  pointer-events: none;
}
.mission-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  color: var(--cyan);
}
.problem-mission p {
  position: relative;
  margin: 0 auto;
  max-width: 720px;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .9);
  letter-spacing: -.2px;
}
.problem-mission em { color: var(--cyan); font-style: normal; font-weight: 600; }

@media (max-width: 880px) {
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-head h2 { font-size: 27px; }
  .problem-mission { padding: 44px 32px; }
  .problem-mission p { font-size: 18px; }
}
@media (max-width: 600px) {
  .problem { padding: 64px 0; }
  .problem-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   FINAL HERO RESPONSIVE OVERRIDES
   These rules intentionally appear last so they override earlier hero rules.
   ========================================================================== */

.hero-grid,
.hero-copy,
.product-visual {
  min-width: 0;
}

.hero-copy {
  width: 100%;
}

.hero-copy > p {
  width: 100%;
  max-width: 540px;
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 880px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy h1 {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy > p {
    width: 100%;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 680px) {
  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    font-size: clamp(38px, 10vw, 52px);
    line-height: 1.08;
    letter-spacing: -1.5px;
  }

  .hero-copy > p {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84);
    text-wrap: pretty;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 28px;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-actions .text-link {
    width: 100%;
    justify-content: center;
    padding: 8px 0;
  }

  .trusted {
    width: 100%;
    margin-top: 40px;
  }

  .trusted-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .trusted-row span {
    min-width: 0;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .hero-copy h1 {
    font-size: clamp(34px, 11vw, 44px);
    line-height: 1.07;
  }

  .hero-copy > p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }
}

/* ==========================================================================
   FINAL MOBILE TRUSTED-ROW ALIGNMENT
   Keeps all trusted items aligned from the same left edge.
   ========================================================================== */
@media (max-width: 680px) {
  .hero-copy .trusted {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
  }

  .hero-copy .trusted-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin: 18px 0 0;
    padding: 0;
    gap: 14px;
  }

  .hero-copy .trusted-row span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    padding: 0;
    gap: 10px;
    text-align: left;
    white-space: nowrap;
  }

  .hero-copy .trusted-row span b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    margin: 0;
    text-align: center;
    color: var(--cyan);
    flex-shrink: 0;
  }
}

/* ==========================================================================
   MOBILE HERO WAITLIST BUTTON
   Prevents "Join the Waitlist" from truncating on narrow screens.
   ========================================================================== */
@media (max-width: 680px) {
  .hero-actions {
    width: 100%;
    min-width: 0;
  }

  .hero-actions .btn,
  .hero-actions .btn-large {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 18px;
    gap: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    flex-wrap: nowrap;
  }

  .hero-actions .btn > span {
    flex: 0 0 auto;
  }
}

@media (max-width: 380px) {
  .hero-actions .btn,
  .hero-actions .btn-large {
    padding-inline: 14px;
    font-size: 14px;
    gap: 8px;
  }
}

@media (max-width: 340px) {
  .hero-actions .btn,
  .hero-actions .btn-large {
    padding-inline: 10px;
    font-size: 13px;
  }
}
