/* Responsive marketing layout. This asset is revalidated on every page load. */
:root {
  color: #15312d;
  background: #fbfdfc;
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #15312d;
  --muted: #5c716d;
  --brand: #075d55;
  --brand-deep: #043e39;
  --brand-bright: #0b887a;
  --brand-pale: #e7f5f2;
  --gold: #f3b641;
  --gold-deep: #a86b00;
  --line: #dce7e4;
  --surface: #ffffff;
  --surface-soft: #f1f7f5;
  --shadow: 0 24px 70px rgba(12, 66, 59, 0.11);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; }
img, svg { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { font-family: "Segoe UI Variable Display", "Segoe UI", Inter, system-ui, sans-serif; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--brand);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 42px;
  align-items: center;
  min-height: 78px;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(220, 231, 228, 0.82);
  background: rgba(251, 253, 252, 0.91);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; }
.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, var(--brand-bright), var(--brand-deep));
  box-shadow: 0 8px 22px rgba(7, 93, 85, 0.2);
  font-size: 0.93rem;
  font-weight: 850;
  letter-spacing: -0.05em;
}
.brand__name, .brand__name strong, .brand__name small { display: block; }
.brand__name strong { line-height: 1; font-size: 1rem; letter-spacing: -0.02em; }
.brand__name small { margin-top: 3px; color: var(--muted); font-size: 0.73rem; letter-spacing: 0.03em; }

.site-nav { display: flex; gap: clamp(18px, 2.5vw, 34px); align-items: center; justify-content: center; }
.site-nav a, .site-footer nav a { color: #45605c; font-size: 0.86rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-footer nav a:hover { color: var(--brand); }
.header-actions { display: flex; gap: 9px; align-items: center; }
.mobile-menu { position: relative; display: none; }
.mobile-menu > summary {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #b9cfca;
  border-radius: 12px;
  color: var(--brand);
  background: #fff;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  list-style: none;
}
.mobile-menu > summary::-webkit-details-marker { display: none; }
.mobile-menu[open] > summary { color: #fff; border-color: var(--brand); background: var(--brand); }
.mobile-menu__panel {
  position: absolute;
  z-index: 60;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(4, 55, 49, .18);
}
.mobile-menu__panel a {
  padding: 12px 13px;
  border-radius: 10px;
  color: #34534e;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}
.mobile-menu__panel a:hover, .mobile-menu__panel a:focus-visible { color: var(--brand); background: var(--brand-pale); }
.mobile-menu__panel a:last-child { margin-top: 5px; color: #fff; background: var(--brand); text-align: center; }

.button {
  display: inline-flex;
  min-height: 48px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(243, 182, 65, 0.82); outline-offset: 3px; }
.button--primary { color: #fff; background: var(--brand); box-shadow: 0 12px 30px rgba(7, 93, 85, 0.2); }
.button--primary:hover { background: var(--brand-deep); box-shadow: 0 16px 34px rgba(7, 93, 85, 0.26); }
.button--secondary { border-color: #b9cfca; color: var(--brand); background: #fff; }
.button--secondary:hover { border-color: var(--brand); }
.button--quiet { min-height: 42px; padding-inline: 11px; color: var(--brand); }
.button--compact { min-height: 44px; padding: 10px 16px; }
.button--full { width: 100%; }
.button--light { color: var(--brand-deep); background: #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 0.86fr);
  gap: 66px;
  align-items: center;
  min-height: 670px;
  padding-block: 78px 90px;
}
.hero__copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--brand-bright);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 2px; background: var(--gold); }
.hero h1 {
  max-width: 700px;
  margin: 20px 0 23px;
  font-size: clamp(3rem, 5.1vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.064em;
}
.hero h1 em { color: var(--brand-bright); font-style: normal; }
.hero__lead { max-width: 650px; margin-bottom: 31px; color: var(--muted); font-size: clamp(1.03rem, 1.5vw, 1.19rem); line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0 0; padding: 0; list-style: none; }
.hero__assurances li { display: flex; gap: 7px; align-items: center; color: var(--muted); font-size: 0.78rem; }
.hero__assurances span { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: var(--brand); background: var(--brand-pale); font-size: 0.66rem; font-weight: 900; }

.hero__visual { position: relative; min-height: 520px; }
.preview-glow { position: absolute; inset: 1% -20% -10% 0; border-radius: 50%; background: radial-gradient(circle, rgba(10, 136, 122, 0.17), transparent 66%); filter: blur(8px); }
.app-preview {
  position: absolute;
  top: 20px;
  right: 0;
  width: min(100%, 510px);
  overflow: hidden;
  border: 1px solid #cbded9;
  border-radius: 23px;
  background: #eef4f2;
  box-shadow: 0 38px 90px rgba(11, 77, 69, 0.18);
  transform: rotate(1.2deg);
}
.app-preview__topbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; color: #fff; background: var(--brand); }
.preview-brand { display: flex; gap: 9px; align-items: center; }
.preview-brand span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--brand); background: #fff; font-size: 0.67rem; font-weight: 850; }
.preview-brand strong { font-size: 0.76rem; }
.verified-pill { display: flex; gap: 7px; align-items: center; padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 0.61rem; font-weight: 750; }
.verified-pill i { width: 7px; height: 7px; border-radius: 50%; background: #6ce3c5; box-shadow: 0 0 0 4px rgba(108,227,197,.13); }
.app-preview__body { padding: 24px; }
.preview-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 17px; }
.preview-heading div, .preview-heading small, .preview-heading strong { display: block; }
.preview-heading small, .operation-row small { color: var(--brand-bright); font-size: 0.55rem; font-weight: 850; letter-spacing: 0.1em; }
.preview-heading strong { margin-top: 4px; font-size: 1.28rem; }
.preview-heading > span { color: var(--muted); font-size: 0.6rem; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.metric { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.metric--active { color: #fff; border-color: var(--brand); background: var(--brand); }
.metric small, .metric strong, .metric span { display: block; }
.metric small { color: #6a7e7a; font-size: 0.53rem; font-weight: 800; letter-spacing: .08em; }
.metric--active small, .metric--active span { color: rgba(255,255,255,.7); }
.metric strong { margin: 6px 0 2px; font-size: 1.85rem; }
.metric span { color: var(--muted); font-size: .61rem; }
.operation-list { display: grid; gap: 9px; margin-top: 14px; }
.operation-row { display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.operation-row > span:nth-child(2), .operation-row strong, .operation-row em { display: block; }
.operation-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 12px; color: #fff; background: var(--brand); font-size: .6rem; font-style: normal; font-weight: 850; }
.operation-row--exit .operation-icon { background: #a96c12; }
.operation-row strong { margin: 2px 0 3px; font-size: .79rem; }
.operation-row em { color: var(--muted); font-size: .59rem; font-style: normal; }
.operation-row b { color: var(--brand); font-size: 1.2rem; }
.activity-line { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-top: 14px; padding: 12px 4px 2px; border-top: 1px solid var(--line); }
.activity-line > span { width: 9px; height: 9px; border-radius: 50%; background: #17aa8f; box-shadow: 0 0 0 5px #dff4ee; }
.activity-line strong, .activity-line small { display: block; font-size: .62rem; }
.activity-line small, .activity-line time { margin-top: 2px; color: var(--muted); font-size: .55rem; }
.floating-proof { position: absolute; z-index: 3; display: flex; align-items: center; border: 1px solid rgba(185,207,202,.8); background: rgba(255,255,255,.94); box-shadow: 0 18px 55px rgba(13,72,65,.16); backdrop-filter: blur(12px); }
.floating-proof--top { top: 0; right: -36px; gap: 10px; padding: 12px 16px; border-radius: 15px; }
.floating-proof--top > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: #fff; background: #11a287; font-weight: 900; }
.floating-proof--top strong, .floating-proof--top small { display: block; }
.floating-proof--top strong { color: var(--brand); font-size: .65rem; letter-spacing: .06em; }
.floating-proof--top small { margin-top: 3px; color: var(--muted); font-size: .56rem; }
.floating-proof--bottom { right: 24px; bottom: 9px; gap: 11px; padding: 14px 18px; border-radius: 16px; }
.floating-proof--bottom strong { color: var(--brand); font-size: 1.65rem; }
.floating-proof--bottom span { width: 80px; color: var(--muted); font-size: .62rem; line-height: 1.35; }

.confidence-strip { border-block: 1px solid var(--line); background: #fff; }
.confidence-strip__inner { display: flex; min-height: 90px; gap: 35px; align-items: center; justify-content: space-between; }
.confidence-strip p { margin: 0; font-weight: 750; }
.confidence-strip ul { display: flex; flex-wrap: wrap; gap: 22px; margin: 0; padding: 0; list-style: none; }
.confidence-strip li { color: var(--muted); font-size: .78rem; font-weight: 650; }
.confidence-strip li::before { content: "•"; margin-right: 9px; color: var(--gold); }

.section { padding-block: 110px; }
.section--tinted { background: var(--surface-soft); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .section-kicker { justify-content: center; }
.section h2, .privacy-section h2, .final-cta h2 { margin: 13px 0 16px; font-size: clamp(2.1rem, 4vw, 3.65rem); line-height: 1.04; letter-spacing: -0.052em; }
.section-heading p, .feature-intro > p, .privacy-copy > p, .faq-heading > p, .final-cta p { color: var(--muted); line-height: 1.7; }

.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: center; }
.step-card { position: relative; min-height: 310px; padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 45px rgba(13,72,65,.05); }
.step-card__number { position: absolute; top: 24px; right: 25px; color: #aac0bb; font-size: .72rem; font-weight: 800; }
.step-card__icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 27px; border-radius: 16px; color: #fff; background: var(--brand); font-size: .72rem; font-weight: 850; }
.step-card__icon--live { color: var(--brand); background: var(--brand-pale); font-size: 1rem; }
.step-card__icon--exit { background: #aa711b; }
.step-card h3 { margin-bottom: 11px; font-size: 1.22rem; }
.step-card p { min-height: 95px; margin-bottom: 19px; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.step-card small { color: var(--brand-bright); font-size: .61rem; font-weight: 850; letter-spacing: .09em; }
.step-connector { color: #9fb8b2; font-size: 1.55rem; }

.feature-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.feature-intro h2 { max-width: 680px; margin-bottom: 0; }
.feature-intro > p { margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 285px; padding: 29px; overflow: hidden; border: 1px solid #d4e3df; border-radius: 20px; background: #fff; }
.feature-card--wide { grid-column: span 2; }
.feature-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 24px; border-radius: 13px; color: var(--brand); background: var(--brand-pale); font-size: 1.15rem; font-weight: 850; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.feature-card > p { max-width: 660px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.scan-demo { display: grid; grid-template-columns: 1fr auto; gap: 3px 18px; align-items: center; margin-top: 22px; padding: 16px 18px; border: 1px solid #bfe2d9; border-radius: 14px; background: #effaf7; }
.scan-demo span { color: var(--brand); font-size: .59rem; font-weight: 850; letter-spacing: .08em; }
.scan-demo span i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #0fac8d; box-shadow: 0 0 0 4px #d8f2eb; }
.scan-demo strong { grid-row: span 2; color: var(--brand); font-size: 1.25rem; }
.scan-demo em { color: var(--muted); font-size: .68rem; font-style: normal; }
.audit-demo { display: grid; gap: 0; margin-top: 20px; border: 1px solid var(--line); border-radius: 14px; }
.audit-demo > span { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; padding: 11px 13px; border-bottom: 1px solid var(--line); }
.audit-demo > span:last-child { border-bottom: 0; }
.audit-demo i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; color: var(--brand); background: var(--brand-pale); font-size: .7rem; font-style: normal; }
.audit-demo i.audit-demo__success { color: #fff; background: #0d9b82; }
.audit-demo strong, .audit-demo small { font-size: .68rem; }
.audit-demo small { color: var(--muted); }

.privacy-section { display: grid; grid-template-columns: 1.05fr .8fr; gap: 80px; align-items: center; margin-block: 80px; padding: 70px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #064d46, #032f2b); box-shadow: var(--shadow); }
.section-kicker--light { color: #77dac8; }
.privacy-section h2 { color: #fff; }
.privacy-copy > p { color: rgba(255,255,255,.72); }
.privacy-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.privacy-copy li { font-size: .82rem; font-weight: 650; }
.privacy-copy li span { margin-right: 7px; color: #79dcc9; }
.privacy-card { padding: 29px; border: 1px solid rgba(255,255,255,.18); border-radius: 21px; background: rgba(255,255,255,.09); box-shadow: 0 20px 60px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.privacy-card__shield { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 20px; border-radius: 15px; color: var(--brand-deep); background: #79dcc9; font-weight: 900; }
.privacy-card > small { display: block; color: #79dcc9; font-size: .6rem; font-weight: 850; letter-spacing: .11em; }
.privacy-card > strong { display: block; margin: 7px 0 21px; font-size: 1.14rem; line-height: 1.45; }
.privacy-card > div { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.privacy-card > div span { color: rgba(255,255,255,.6); }
.privacy-card > div b { color: #a6e7db; }

.pricing-heading { max-width: 760px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 530px; padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.price-card--featured { border: 2px solid var(--brand); box-shadow: 0 25px 70px rgba(7,93,85,.13); }
.popular-label { position: absolute; top: 0; left: 50%; padding: 7px 13px; border-radius: 0 0 10px 10px; color: #fff; background: var(--brand); font-size: .61rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.price-card > div:first-of-type > span { display: block; margin-bottom: 9px; color: var(--brand); font-size: 1.08rem; font-weight: 850; }
.price-card > div:first-of-type > p { min-height: 46px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.price { display: flex; align-items: flex-start; margin: 22px 0 4px; color: var(--ink); }
.price sup { margin: 8px 4px 0 0; font-size: .95rem; font-weight: 800; }
.price strong { font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1; letter-spacing: -.05em; }
.price strong[data-price-state="loading"] { color: #6f817e; font-size: 1.25rem; letter-spacing: -.02em; }
.price small { align-self: flex-end; margin: 0 0 4px 6px; color: var(--muted); font-size: .7rem; }
.price--custom { min-height: 49px; align-items: end; }
.price--custom strong { font-size: 2.25rem; }
.annual-price { color: var(--muted); font-size: .7rem; }
.price-card ul { display: grid; flex: 1; gap: 12px; margin: 23px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { color: #435e59; font-size: .8rem; }
.price-card li::before { content: "✓"; display: inline-grid; width: 18px; height: 18px; margin-right: 9px; place-items: center; border-radius: 50%; color: var(--brand); background: var(--brand-pale); font-size: .65rem; font-weight: 900; }
.pricing-note { margin: 22px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.pricing-note--live { color: var(--brand); }
.pricing-note--error { color: #9b3a32; }

.section--faq { padding-block: 95px; background: #f3f7f6; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(2rem, 3.4vw, 3.15rem); }
.faq-heading > a { color: var(--brand); font-size: .84rem; font-weight: 800; text-decoration: none; }
.faq-list { border-top: 1px solid #cddbd8; }
.faq-list details { border-bottom: 1px solid #cddbd8; }
.faq-list summary { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 23px 2px; cursor: pointer; font-size: .96rem; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brand); font-size: 1.3rem; font-weight: 400; transition: transform 150ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 36px 20px 2px; color: var(--muted); font-size: .86rem; line-height: 1.7; }

.final-cta { display: grid; grid-template-columns: 1.3fr auto; gap: 55px; align-items: center; margin-block: 95px; padding: 64px 70px; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #08776b, #03443e); box-shadow: var(--shadow); }
.final-cta h2 { max-width: 700px; color: #fff; font-size: clamp(2.1rem, 3.8vw, 3.6rem); }
.final-cta p { max-width: 660px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.final-cta__actions { display: grid; gap: 12px; justify-items: center; }
.final-cta__actions small { color: rgba(255,255,255,.68); font-size: .68rem; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.site-footer__top { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; padding-block: 45px; }
.brand--footer .brand__mark { width: 38px; height: 38px; border-radius: 11px; }
.site-footer__top > p { max-width: 390px; margin: 0; color: var(--muted); font-size: .78rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.site-footer__bottom { display: flex; justify-content: space-between; padding-block: 20px 30px; border-top: 1px solid var(--line); color: #7b8d89; font-size: .68rem; }

.legal-main { padding-block: 70px 100px; }
.legal-hero { max-width: 780px; padding-block: 35px 45px; }
.legal-hero h1 { margin: 12px 0 18px; color: var(--ink); font-size: clamp(2.8rem, 7vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.legal-hero p { color: var(--muted); line-height: 1.75; }
.legal-updated { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--brand); background: var(--brand-pale); font-size: .75rem; font-weight: 750; }
.legal-card { max-width: 900px; padding: clamp(28px, 6vw, 64px); border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.legal-card h2 { margin: 38px 0 12px; color: var(--ink); font-size: 1.35rem; letter-spacing: -.02em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.75; }
.legal-card ul { padding-left: 22px; }
.legal-card a { color: var(--brand); font-weight: 700; }

@media (max-width: 1060px) {
  .site-header { gap: 20px; }
  .site-nav { display: none; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero__copy { max-width: 800px; }
  .hero__visual { width: min(100%, 650px); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card--wide { grid-column: span 1; }
  .privacy-section { gap: 45px; padding: 55px; }
  .price-card { padding: 25px; }
}

@media (max-width: 820px) {
  .section-shell { width: min(100% - 32px, 680px); }
  .site-header { padding-inline: 16px; }
  .hero { min-height: auto; gap: 35px; padding-block: 52px 70px; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 4.8rem); }
  .hero__visual { min-height: 480px; }
  .preview-glow { right: 0; }
  .floating-proof--top { right: -4px; }
  .confidence-strip__inner { display: grid; gap: 15px; padding-block: 24px; }
  .confidence-strip ul { gap: 9px 18px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-card p { min-height: 0; }
  .step-connector { justify-self: center; transform: rotate(90deg); }
  .section { padding-block: 72px; }
  .feature-intro, .privacy-section, .faq-layout, .final-cta { grid-template-columns: 1fr; }
  .feature-intro { gap: 18px; }
  .privacy-section { width: min(100% - 32px, 680px); margin-block: 50px; padding: 46px 34px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card > div:first-of-type > p { min-height: 0; }
  .faq-layout { gap: 35px; }
  .faq-heading { position: static; }
  .final-cta { padding: 48px 35px; }
  .final-cta__actions { justify-items: start; }
  .site-footer__top { grid-template-columns: 1fr; gap: 20px; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .header-actions .button--quiet { display: none; }
  .shop-body .header-actions a[href="/app"] { display: none; }
  .brand__mark { width: 39px; height: 39px; }
  .button--compact { min-height: 40px; padding: 9px 12px; font-size: .78rem; }
  .hero { gap: 28px; padding-block: 38px 56px; }
  .hero h1 { margin-block: 17px 19px; font-size: clamp(2.35rem, 12.5vw, 3.2rem); line-height: 1.01; letter-spacing: -.052em; }
  .hero__lead { margin-bottom: 25px; font-size: 1rem; line-height: 1.65; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__assurances { display: grid; }
  .hero__visual { min-height: 410px; margin-top: 6px; }
  .app-preview { right: 0; width: 100%; transform: rotate(.5deg); }
  .app-preview__body { padding: 18px; }
  .operation-row { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 9px; padding: 11px; }
  .operation-icon { width: 40px; height: 40px; }
  .floating-proof--top { top: -15px; right: -7px; transform: scale(.78); transform-origin: right top; }
  .floating-proof--bottom { right: 0; bottom: 8px; transform: scale(.85); transform-origin: right bottom; }
  .confidence-strip ul { display: grid; grid-template-columns: repeat(2, 1fr); }
  .section { padding-block: 62px; }
  .section-heading { margin-bottom: 34px; }
  .section h2, .privacy-section h2, .final-cta h2 { font-size: clamp(2rem, 10vw, 2.35rem); }
  .step-card, .feature-card, .price-card { padding: 23px; border-radius: 17px; }
  .feature-grid { grid-template-columns: 1fr; }
  .scan-demo { grid-template-columns: 1fr; }
  .scan-demo strong { grid-row: auto; margin-top: 8px; }
  .audit-demo > span { grid-template-columns: auto 1fr; }
  .audit-demo small { grid-column: 2; }
  .privacy-copy ul { grid-template-columns: 1fr; }
  .privacy-section { width: calc(100% - 24px); margin-block: 38px; padding: 38px 22px; border-radius: 21px; }
  .privacy-card { padding: 22px; }
  .final-cta { width: calc(100% - 24px); margin-block: 62px; padding: 40px 22px; border-radius: 21px; }
  .final-cta__actions, .final-cta__actions .button { width: 100%; }
  .site-footer__top { padding-block: 34px; }
  .site-footer nav { gap: 12px 18px; }
  .site-footer__bottom { display: grid; gap: 8px; }
  .legal-main { padding-block: 35px 70px; }
  .legal-card { padding: 26px 21px; border-radius: 18px; }
}

@media (max-width: 390px) {
  .site-header { min-height: 68px; padding-inline: 12px; }
  .header-actions:not(:has(.shop-cart-button)) { display: none; }
  .section-shell { width: calc(100% - 24px); }
  .eyebrow, .section-kicker { font-size: .68rem; letter-spacing: .11em; }
  .hero h1 { font-size: clamp(2.22rem, 12.2vw, 2.75rem); }
  .metric { padding: 12px; }
  .metric strong { font-size: 1.55rem; }
  .verified-pill { padding: 6px 8px; }
  .confidence-strip ul { grid-template-columns: 1fr; }
  .faq-list summary { gap: 12px; padding-block: 20px; }
}

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

/* Equipment shop */
.shop-body { background: #f4f8f7; }
.shop-hero { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; padding-block: 90px 58px; }
.shop-hero h1 { max-width: 820px; margin: 12px 0 20px; color: var(--ink); font-size: clamp(3rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.065em; }
.shop-hero p { max-width: 720px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.shop-hero__assurance { display: grid; gap: 8px; padding: 28px; border: 1px solid #b7d8d2; border-radius: 20px; background: var(--brand-pale); }
.shop-hero__assurance strong { color: var(--brand); }
.shop-hero__assurance span { color: var(--muted); font-size: .8rem; line-height: 1.6; }
.shop-section { padding-block: 30px 100px; }
.shop-heading { display: flex; gap: 30px; align-items: end; justify-content: space-between; margin-bottom: 35px; }
.shop-heading h2 { margin: 8px 0 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.05em; }
.shop-heading > p { max-width: 360px; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.shop-notice { padding: 28px; border: 1px solid var(--line); border-radius: 18px; color: var(--muted); background: #fff; text-align: center; }
.shop-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 300px)); gap: 20px; align-items: start; }
.shop-product { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(4, 55, 49, .07); }
.shop-product__media { display: grid; height: 180px; place-items: center; overflow: hidden; color: var(--brand); background: linear-gradient(145deg, #e2f2ef, #f7fbfa); font-size: 2.2rem; font-weight: 900; letter-spacing: -.07em; }
.shop-product__media img { width: 100%; height: 100%; object-fit: cover; }
.shop-product__body { display: grid; gap: 8px; padding: 18px; }
.shop-product__body > small { color: var(--brand); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.shop-product__body h3 { display: -webkit-box; min-height: 2.7em; margin: 0; overflow: hidden; color: var(--ink); font-size: 1.05rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.shop-product__body p { display: -webkit-box; min-height: 5.8em; margin: 0; overflow: hidden; color: var(--muted); font-size: .76rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.shop-product__footer { display: flex; gap: 10px; align-items: center; justify-content: space-between; margin-top: 7px; padding-top: 14px; border-top: 1px solid var(--line); }
.shop-product__footer strong { color: var(--ink); font-size: 1rem; }
.shop-cart-button span { display: inline-grid; min-width: 24px; height: 24px; margin-left: 6px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: .7rem; }
.shop-cart { width: min(760px, calc(100% - 24px)); max-height: calc(100dvh - 32px); padding: 0; overflow-x: hidden; border: 0; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 30px 100px rgba(2, 38, 34, .25); }
.shop-cart::backdrop { background: rgba(2, 30, 27, .58); backdrop-filter: blur(4px); }
.shop-cart__header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 23px 28px; border-bottom: 1px solid var(--line); background: #fff; }
.shop-cart__header h2 { margin: 5px 0 0; }
.shop-cart__header-actions { display: flex; gap: 9px; align-items: center; }
.shop-continue { min-height: 40px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--brand); background: #fff; cursor: pointer; font: inherit; font-size: .72rem; font-weight: 800; }
.shop-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; font-size: 1.6rem; }
.shop-cart__content { padding: 24px 28px 32px; }
.shop-cart-row { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); }
.shop-cart-row > div:first-child { display: grid; gap: 5px; }
.shop-cart-row small { color: var(--muted); }
.shop-quantity { display: flex; align-items: center; gap: 12px; }
.shop-quantity button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 9px; color: var(--brand); background: #fff; cursor: pointer; font-size: 1.1rem; }
.shop-quantity input { width: 86px; height: 34px; padding: 4px 8px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fff; font: inherit; font-weight: 750; text-align: center; }
.shop-quantity input:focus { border-color: var(--brand); outline: 3px solid rgba(12, 126, 112, .14); }
.shop-cart__total { display: flex; justify-content: space-between; padding: 22px 0; font-size: 1.1rem; }
.shop-cart__total strong { font-size: 1.35rem; }
.shop-cart__delivery { display: flex; justify-content: space-between; padding: 18px 0 0; color: var(--muted); font-size: .82rem; }
.shop-cart__delivery strong { color: #087d6d; font-size: .76rem; letter-spacing: .08em; }
.shop-empty-cart { padding: 25px 0; color: var(--muted); text-align: center; }
.shop-checkout { padding-top: 22px; border-top: 1px solid var(--line); }
.shop-checkout h3 { margin: 0 0 18px; }
.shop-payment-provider { display: grid; gap: 7px; margin: 18px 0 4px; font-size: .82rem; font-weight: 800; }
.shop-payment-provider select { min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
.shop-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.shop-form-grid label { display: grid; gap: 7px; color: var(--ink); font-size: .74rem; font-weight: 750; }
.shop-form-grid label small { color: var(--muted); font-weight: 500; }
.shop-form-grid input, .shop-form-grid textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #c7d8d5; border-radius: 11px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; }
.shop-form-wide { grid-column: 1 / -1; }
.shop-turnstile { width: 100%; min-height: 65px; margin: 20px 0 12px; }
.shop-checkout__message { min-height: 22px; color: #a4332b; font-size: .78rem; }
.shop-checkout__message--success { padding: 14px; border-radius: 10px; color: #075d55; background: #e3f5ee; font-weight: 750; }
.shop-payment-note { display: block; margin-top: 12px; color: var(--muted); line-height: 1.6; text-align: center; }
.shop-cart-toast { position: fixed; z-index: 20; top: 50%; right: 20px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px 12px; align-items: center; width: min(290px, calc(100% - 32px)); padding: 15px 16px; border: 1px solid #9ed2c9; border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 18px 55px rgba(2, 55, 49, .2); transform: translateY(-50%); }
.shop-cart-toast[hidden] { display: none; }
.shop-cart-toast > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: #0eaa91; font-weight: 900; }
.shop-cart-toast > div { display: grid; min-width: 0; gap: 2px; }
.shop-cart-toast small { color: var(--muted); font-size: .66rem; font-weight: 750; text-transform: uppercase; }
.shop-cart-toast strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.shop-cart-toast button { grid-column: 1 / -1; min-height: 36px; border: 0; border-radius: 9px; color: #fff; background: var(--brand); cursor: pointer; font: inherit; font-size: .74rem; font-weight: 850; }

@media (max-width: 900px) {
  .shop-hero { grid-template-columns: 1fr; gap: 25px; }
  .shop-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .shop-hero { padding-block: 55px 35px; }
  .shop-hero h1 { font-size: clamp(2.4rem, 13vw, 3.2rem); }
  .shop-heading { display: grid; }
  .shop-products, .shop-form-grid { grid-template-columns: 1fr; }
  .shop-form-wide { grid-column: auto; }
  .shop-product__media { height: 180px; }
  .shop-cart { width: calc(100% - 12px); max-height: calc(100dvh - 12px); border-radius: 18px; }
  .shop-cart__header { padding: 18px; }
  .shop-cart__header h2 { font-size: 1.35rem; }
  .shop-cart__content { padding: 17px 18px 25px; }
  .shop-cart-row { flex-direction: column; align-items: stretch; gap: 12px; }
  .shop-cart-row > div:first-child { min-width: 0; }
  .shop-cart-row strong { overflow-wrap: anywhere; }
  .shop-quantity { width: 100%; gap: 8px; }
  .shop-quantity input { flex: 1; min-width: 0; }
  .shop-continue { display: none; }
  .shop-cart-toast { top: auto; right: 16px; bottom: 16px; transform: none; }
}

@media (max-width: 340px) {
  .shop-cart { width: calc(100% - 4px); }
  .shop-cart__header { padding-inline: 12px; }
  .shop-cart__content { padding-inline: 8px; }
}
