:root {
  --red: #c70e25;
  --red-dark: #9f0718;
  --ink: #101010;
  --muted: #6f6967;
  --cream: #fbf6f2;
  --sand: #f2ece6;
  --line: #e9dfd8;
  --teal: #044e56;
  --blue-soft: #e8f6f8;
  --white: #fffdfb;
  --shadow: 0 24px 80px rgba(40, 23, 19, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(199, 14, 37, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 14, 37, 0.02) 1px, transparent 1px),
    var(--cream);
  background-size: 44px 44px;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

.footer,
.footer a,
.footer p {
  font-family: Inter, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  isolation: isolate;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 18px clamp(20px, 5vw, 72px);
  overflow: hidden;
  background: rgba(251, 246, 242, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header > * {
  position: relative;
  z-index: 2;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(145deg, rgba(199, 14, 37, 0.92), rgba(159, 7, 24, 0.92));
  width: min(640px, 54%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

.site-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: min(640px, 54%);
  top: -46px;
  width: 560px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  transform: rotate(12deg);
  transform-origin: left center;
  filter: drop-shadow(0 10px 18px rgba(40, 23, 19, 0.14));
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 40px rgba(37, 20, 17, 0.06);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  background: transparent;
  padding: 0;
  overflow: visible;
  box-shadow: none;
}

.brand-logo-image {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.06) saturate(1.04) drop-shadow(0 10px 18px rgba(37, 20, 17, 0.14));
}

.brand-logo {
  width: auto;
  height: 52px;
  object-fit: contain;
  border-radius: 10px;
  background: #bb2233;
  padding: 10px 16px;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #302927;
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 251, 0.72);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.nav .nav-cta {
  display: none;
}

.nav .nav-cta.button {
  border: 0;
  background: var(--red);
  color: white;
  box-shadow: 0 16px 38px rgba(199, 14, 37, 0.2);
}

.nav .nav-cta.button:hover {
  background: var(--red-dark);
}

.nav a:hover {
  color: var(--red);
  background: white;
  border-color: rgba(199, 14, 37, 0.28);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--red);
  box-shadow: 0 16px 38px rgba(199, 14, 37, 0.2);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.button:hover {
  background: var(--red-dark);
}

.button-small {
  min-height: 40px;
  padding-inline: 18px;
  font-size: 13px;
}

.header-cta {
  justify-self: end;
}

.button-ghost {
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.button-ghost:hover {
  background: var(--sand);
}

.button-dark {
  background: var(--ink);
  box-shadow: none;
}

.button-dark:hover {
  background: #2a211f;
}

.button-light {
  color: var(--red);
  background: white;
  box-shadow: none;
}

.section {
  padding: clamp(42px, 7vw, 88px) clamp(20px, 5vw, 72px);
}

.section-tight {
  padding: clamp(34px, 5vw, 58px) clamp(20px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
  min-height: auto;
  margin: 18px clamp(14px, 3vw, 40px) 0;
  padding: clamp(34px, 5vw, 72px) clamp(22px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 244, 0.78)),
    var(--cream);
  border: 1px solid rgba(222, 211, 198, 0.74);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -36% 42%;
  height: 74%;
  background: linear-gradient(135deg, rgba(199, 14, 37, 0.11), rgba(255, 232, 220, 0.72));
  clip-path: polygon(18% 0, 100% 14%, 80% 100%, 0 82%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(199, 14, 37, 0.15), transparent);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  max-width: 780px;
  line-height: 0.94;
  font-weight: 800;
}

h1 {
  margin-bottom: 30px;
  font-size: clamp(48px, 6vw, 88px);
  text-wrap: balance;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 72px);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
}

em {
  color: var(--red);
  font-style: normal;
}

.hero-copy > p:not(.eyebrow),
.feature-copy > p,
.section-heading p,
.footer p,
.audience p,
.intelligence p,
.steps p,
.leakage .section-heading p {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.store-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: fit-content;
  padding: 12px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(222, 211, 198, 0.82);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(54, 31, 26, 0.08);
}

.store-row a {
  display: block;
}

.store-row img {
  width: 150px;
  height: 44px;
  object-fit: cover;
  border-radius: 7px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: #3c302d;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero-tags span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--red);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  min-height: 0;
}

.hero-visual::before {
  content: none;
}

.hero-visual::after {
  content: none;
}

.phone-card {
  position: relative;
  z-index: 2;
  width: min(310px, 64vw);
  margin: 0 clamp(12px, 4vw, 58px) 0 auto;
  background: transparent;
  filter: drop-shadow(0 34px 62px rgba(37, 20, 17, 0.2));
}

.phone-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.progress {
  height: 4px;
  margin-top: 14px;
  overflow: hidden;
  background: #f0dedb;
  border-radius: 999px;
}

.progress i {
  display: block;
  width: 68%;
  height: 100%;
  background: var(--red);
}

.audience {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(246, 240, 237, 0.72)),
    #f7f1ed;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
  margin-inline: auto;
  gap: 24px;
}

.audience-grid article {
  position: relative;
  min-height: 510px;
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.86)),
    white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.audience-grid article:hover,
.workflow-card:hover,
.leak-grid span:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.14);
}

.audience-grid article::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -70px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(199, 14, 37, 0.12);
  border-radius: 50%;
}

.audience-grid article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(244, 240, 232, 0.98)),
    #f4f0e8;
}

.audience-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 42px;
  color: white;
  background: var(--red);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(199, 14, 37, 0.18);
  font-size: 24px;
  font-weight: 900;
}

.audience-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  margin-bottom: 44px;
  border-radius: 6px;
  color: var(--red);
  background: #fff0ef;
  font-size: 12px;
  font-weight: 900;
}

.mini-icon.muted {
  color: var(--ink);
  background: #e7dfd2;
}

.audience h2 {
  max-width: 390px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.audience-grid article:nth-child(2) h2 {
  max-width: 390px;
}

.audience ul {
  margin-top: 34px;
}

.audience li {
  padding-left: 34px;
  color: #2f2826;
  font-size: 16px;
  line-height: 1.5;
}

.audience li::before {
  top: 0.35em;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: white;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(199, 14, 37, 0.08);
}

.audience li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.72em;
  width: 7px;
  height: 4px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 24px;
  color: #312928;
  font-weight: 700;
}

li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
}

.feature-copy {
  max-width: 700px;
}

.policy-panel,
.red-panel,
.teal-panel,
.soft-panel,
.steps article,
.leak-grid span {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.feature-list p {
  margin: 0;
  padding-left: 18px;
  border-left: 4px solid #f1b766;
}

.feature-list strong {
  display: block;
  color: var(--ink);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.workflow {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(242, 236, 230, 0.64)),
    var(--cream);
}

.workflow .section-heading {
  margin-bottom: 34px;
}

.workflow .section-heading h2 {
  margin-inline: auto;
}

.workflow-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin-inline: auto;
}

.workflow-board::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 116px;
  height: 3px;
  background: linear-gradient(90deg, rgba(199, 14, 37, 0), rgba(199, 14, 37, 0.28), rgba(199, 14, 37, 0));
}

.workflow-card {
  position: relative;
  z-index: 1;
  min-height: 420px;
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 253, 251, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.workflow-card-featured {
  color: white;
  background: linear-gradient(150deg, #c70e25, #9f0718);
  transform: translateY(-20px);
}

.workflow-card-featured:hover {
  transform: translateY(-24px);
}

.workflow-card-featured h3 {
  color: white;
}

.workflow-card-featured .workflow-number {
  color: rgba(255, 255, 255, 0.78);
}

.workflow-card-featured .workflow-number {
  background: rgba(255, 255, 255, 0.14);
}

.workflow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--red);
  background: #fff0ef;
  border-radius: 8px;
  font-weight: 900;
}

.workflow-card h3 {
  margin-top: 24px;
  font-size: clamp(24px, 2.5vw, 34px);
}

.workflow-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.workflow-card-featured p {
  color: white;
}

.workflow-visual {
  position: relative;
  height: 130px;
  margin-top: 26px;
}

.receipt-photo {
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8d2bd;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.receipt-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-icon {
  display: grid;
  place-items: center;
  height: 160px;
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.24), transparent 45%),
    rgba(255, 255, 255, 0.1);
}

.ai-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  color: var(--red);
  background: white;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  font-size: 34px;
  font-weight: 900;
}

.ai-icon span {
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 50%;
}

.ai-icon span:nth-child(2) {
  top: 24px;
  left: 22%;
}

.ai-icon span:nth-child(3) {
  top: 34px;
  right: 18%;
}

.ai-icon span:nth-child(4) {
  bottom: 26px;
  left: 28%;
}

.ai-icon span:nth-child(5) {
  right: 27%;
  bottom: 34px;
}

.approved-receipt {
  display: grid;
  place-items: center;
  height: 160px;
}

.receipt-sheet {
  width: 128px;
  height: 150px;
  padding: 26px 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 16px, white 17px),
    white;
  box-shadow: 0 18px 40px rgba(42, 25, 21, 0.13);
}

.receipt-sheet i {
  display: block;
  height: 8px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: #e8d8ce;
}

.receipt-sheet i:nth-child(1) {
  width: 74%;
}

.receipt-sheet i:nth-child(2) {
  width: 100%;
}

.receipt-sheet i:nth-child(3) {
  width: 86%;
}

.receipt-sheet i:nth-child(4) {
  width: 62%;
}

.approval-check {
  position: absolute;
  right: calc(50% - 92px);
  bottom: 14px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #20b26b;
  box-shadow: 0 16px 34px rgba(32, 178, 107, 0.26);
}

.approval-check::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 16px;
  width: 22px;
  height: 12px;
  border-left: 5px solid white;
  border-bottom: 5px solid white;
  transform: rotate(-45deg);
}

.mid-cta {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 72px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 26%),
    radial-gradient(circle at 88% 88%, rgba(255, 219, 200, 0.28), transparent 28%),
    #f5efec;
}

.mid-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  color: white;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, #c70e25, #990818);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mid-cta-panel .button-light {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.mid-cta-panel .button-light:hover {
  color: var(--red);
  background: #fff7f5;
}

.mid-cta-panel::before,
.mid-cta-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.mid-cta-panel::before {
  width: 220px;
  height: 220px;
  right: -72px;
  top: -88px;
}

.mid-cta-panel::after {
  width: 150px;
  height: 150px;
  left: -48px;
  bottom: -58px;
}

.mid-cta-copy {
  position: relative;
  z-index: 1;
}

.mid-cta .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.mid-cta h2 {
  margin-bottom: 18px;
  color: white;
  font-size: clamp(42px, 5vw, 76px);
}

.mid-cta p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}

.mid-cta .button {
  position: relative;
  z-index: 1;
  min-width: 150px;
}

.intelligence {
  background: #f0f8f9;
}

.intelligence-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr;
  gap: 28px;
  max-width: 1180px;
  margin-inline: auto;
}

.policy-panel,
.red-panel,
.teal-panel,
.soft-panel {
  padding: clamp(28px, 4vw, 54px);
}

.policy-panel {
  background: #e1f0f3;
}

.red-panel {
  color: white;
  background: var(--red);
}

.red-panel p,
.teal-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.teal-panel {
  color: white;
  background: var(--teal);
}

.soft-panel {
  background: #dcecee;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
}

.status-row strong {
  color: var(--red);
  font-size: 12px;
  text-transform: uppercase;
}

.status-row.approved strong {
  color: #117f55;
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 120px;
  margin-top: 36px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
}

.bar-chart i {
  flex: 1;
  min-width: 24px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 4px 4px 0 0;
}

.bar-chart i:nth-child(1) {
  height: 38%;
}

.bar-chart i:nth-child(2) {
  height: 54%;
}

.bar-chart i:nth-child(3) {
  height: 88%;
  background: rgba(255, 255, 255, 0.58);
}

.bar-chart i:nth-child(4) {
  height: 58%;
}

.bar-chart i:nth-child(5) {
  height: 42%;
}

.steps {
  background: #f5efec;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 1160px;
  margin-inline: auto;
}

.steps article {
  min-height: 270px;
  padding: 34px;
  background: white;
}

.steps article:nth-child(2) {
  transform: translateY(-22px);
}

.steps span {
  display: block;
  margin-bottom: 44px;
  color: #f1d8d8;
  font-size: 40px;
  font-weight: 800;
}

.leak-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin-inline: auto;
}

.leak-grid span {
  position: relative;
  min-height: 116px;
  padding: 28px 30px 28px 72px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 244, 0.94)),
    white;
  color: #2b2422;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.42;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.leak-grid span::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 32px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(199, 14, 37, 0.08);
}

.leak-grid span::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(199, 14, 37, 0.06);
}

.leak-savings {
  max-width: 980px;
  margin: 42px auto 0;
  padding: clamp(26px, 4vw, 42px);
  color: white;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(135deg, #111, #2b1b1b 42%, #c70e25);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.06;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.leak-savings-suffix {
  white-space: nowrap;
}

@media (max-width: 520px) {
  .leak-savings {
    padding: 22px 18px;
    font-size: 28px;
    line-height: 1.14;
  }

  .leak-savings-suffix {
    display: block;
  }
}

.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  max-width: 1180px;
  margin: clamp(72px, 9vw, 120px) auto;
  padding: clamp(42px, 6vw, 86px);
  color: white;
  background: linear-gradient(135deg, #d70724, #ef1c32);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta h2 {
  margin-bottom: 12px;
  color: white;
  font-size: clamp(38px, 5.5vw, 76px);
}

.cta p {
  color: rgba(255, 255, 255, 0.76);
}

.signup-form {
  display: flex;
  align-items: end;
  gap: 12px;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 700;
}

.signup-form input {
  width: min(320px, 62vw);
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font: inherit;
}

.footer {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: clamp(26px, 5vw, 80px);
  padding: 48px clamp(20px, 5vw, 72px) 30px;
  background: #efe9df;
}

.footer h3 {
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  margin-bottom: 12px;
  color: #4a403d;
}

.footer-primary-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-primary-inner .footer-brand {
  margin-bottom: 0;
}

.footer-brand .brand-mark {
  width: 172px;
  height: 172px;
}

.footer-store-row {
  display: grid;
  gap: 10px;
  max-width: 172px;
}

.footer-store-row a {
  display: block;
}

.footer-store-row img {
  width: 172px;
  height: 50px;
  object-fit: cover;
  border-radius: 7px;
}

@media (max-width: 720px) {
  .footer-primary-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 30px;
  border-top: 1px solid #ded3c6;
  font-size: 13px;
}

.product-hero {
  position: relative;
  margin: 18px clamp(14px, 3vw, 40px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(199, 14, 37, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 244, 0.84)),
    var(--cream);
  border: 1px solid rgba(222, 211, 198, 0.74);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.08);
  text-align: center;
}

.product-hero > div {
  max-width: 980px;
  margin-inline: auto;
}

.product-hero h1 {
  margin-inline: auto;
}

.product-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.6;
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(40px, 8vw, 112px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(246, 240, 237, 0.42));
}

.product-feature-alt {
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 0.95fr);
  background: #f6f0ed;
}

.product-copy {
  max-width: 720px;
}

.product-copy h2 {
  font-size: clamp(42px, 5.8vw, 86px);
}

.product-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
}

.product-phone {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.product-phone::before {
  content: "";
  position: absolute;
  width: min(420px, 74vw);
  height: 78%;
  background: linear-gradient(145deg, rgba(199, 14, 37, 0.12), rgba(255, 232, 220, 0.76));
  border-radius: 8px;
  transform: rotate(-4deg);
}

.product-phone img {
  position: relative;
  width: min(330px, 68vw);
  height: auto;
  filter: drop-shadow(0 34px 62px rgba(37, 20, 17, 0.2));
}

.product-system {
  background:
    linear-gradient(180deg, rgba(240, 248, 249, 0.88), rgba(251, 246, 242, 0.96)),
    #f0f8f9;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin-inline: auto;
}

.product-card {
  position: relative;
  min-height: 360px;
  padding: clamp(30px, 4vw, 52px);
  overflow: hidden;
  background: rgba(255, 253, 251, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-card h3 {
  max-width: 620px;
  font-size: clamp(26px, 3vw, 42px);
}

.product-card p {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.product-card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  color: white;
  background: var(--red);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(199, 14, 37, 0.18);
  font-weight: 900;
}

.shield-icon::before {
  content: "";
  width: 26px;
  height: 30px;
  background: white;
  clip-path: polygon(50% 0, 90% 16%, 82% 70%, 50% 100%, 18% 70%, 10% 16%);
}

.policy-strip {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  padding: 16px 18px;
  background: #f7eee9;
  border-radius: 7px;
  font-weight: 800;
}

.policy-strip strong {
  color: #137b56;
  text-transform: uppercase;
}

.policy-strip.flagged strong {
  color: var(--red);
}

.smart-card {
  color: white;
  background: linear-gradient(145deg, #c70e25, #930718);
}

.smart-card p,
.smart-card h3 {
  color: white;
}

.ai-ring {
  color: var(--red);
  background: white;
  font-size: 22px;
}

.smart-orbit {
  position: absolute;
  right: 48px;
  bottom: 42px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.smart-orbit span {
  position: absolute;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
}

.smart-orbit span:nth-child(1) {
  top: 10px;
  left: 62px;
}

.smart-orbit span:nth-child(2) {
  right: 18px;
  bottom: 34px;
}

.smart-orbit span:nth-child(3) {
  left: 20px;
  bottom: 28px;
}

.report-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  background:
    linear-gradient(90deg, transparent 0 5px, white 5px 10px, transparent 10px 14px, white 14px 20px, transparent 20px),
    linear-gradient(180deg, transparent 0 7px, white 7px 12px, transparent 12px);
}

.report-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 110px;
  margin-top: 30px;
  padding: 18px;
  background: #fff0ef;
  border-radius: 8px;
}

.report-bars i {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: #e7b3aa;
}

.report-bars i:nth-child(1) {
  height: 42%;
}

.report-bars i:nth-child(2) {
  height: 68%;
  background: var(--red);
}

.report-bars i:nth-child(3) {
  height: 54%;
}

.report-bars i:nth-child(4) {
  height: 82%;
}

.approval-icon::before {
  content: "";
  width: 26px;
  height: 14px;
  border-left: 6px solid white;
  border-bottom: 6px solid white;
  transform: rotate(-45deg);
}

.approval-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.approval-flow span {
  padding: 12px 16px;
  background: #fff0ef;
  border-radius: 999px;
  font-weight: 900;
}

.approval-flow i {
  width: 28px;
  height: 2px;
  background: var(--red);
}

.pricing-hero {
  position: relative;
  margin: 18px clamp(14px, 3vw, 40px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(199, 14, 37, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 244, 0.84)),
    var(--cream);
  border: 1px solid rgba(222, 211, 198, 0.74);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.08);
  text-align: center;
}

.pricing-hero > div {
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}

.pricing-hero h1 {
  margin-inline: auto;
  text-align: center;
}

.pricing-hero h1 span {
  text-align: center;
  white-space: normal;
  display: inline;
}

.pricing-hero p {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.6;
}

.pricing-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(246, 240, 237, 0.62));
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  max-width: 1180px;
  margin-inline: auto;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 640px;
  padding: clamp(30px, 4vw, 54px);
  overflow: hidden;
  background: rgba(255, 253, 251, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -88px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(199, 14, 37, 0.1);
  border-radius: 50%;
}

.price-card-featured {
  color: white;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, #c70e25, #940717);
  transform: translateY(-18px);
}

.price-card-featured::after {
  border-color: rgba(255, 255, 255, 0.18);
}

.price-ribbon {
  position: absolute;
  top: 26px;
  right: 26px;
  padding: 10px 14px;
  color: var(--red);
  background: white;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.price-top {
  position: relative;
  z-index: 1;
}

.price-top > span {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 9px 13px;
  color: var(--red);
  background: #fff0ef;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card-featured .price-top > span {
  color: white;
  background: rgba(255, 255, 255, 0.14);
}

.price-card h2 {
  margin-bottom: 18px;
  font-size: clamp(48px, 6vw, 88px);
}

.price-card h2 small {
  display: block;
  margin-top: 8px;
  color: inherit;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
}

.price-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.price-card-featured p {
  color: rgba(255, 255, 255, 0.84);
}

.price-card ul {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 34px 0;
}

.price-card li {
  color: inherit;
}

.price-card-featured li::before {
  background: white;
}

.price-card-featured li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 5px;
  height: 3px;
  border-left: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: rotate(-45deg);
}

.price-card .button {
  position: relative;
  z-index: 1;
  align-self: flex-start;
}

.pricing-proof {
  background: #f4efeb;
}

.pricing-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin-inline: auto;
}

.pricing-proof-grid span {
  padding: 22px 18px;
  color: #2d2422;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(54, 31, 26, 0.06);
  font-weight: 900;
  text-align: center;
}

.pricing-faq {
  background: var(--cream);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin-inline: auto;
}

.faq-list details {
  padding: 24px 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(54, 31, 26, 0.06);
}

.faq-list summary {
  cursor: pointer;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 900;
}

.faq-list p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
  margin: 18px clamp(14px, 3vw, 40px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(199, 14, 37, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 244, 0.84)),
    var(--cream);
  border: 1px solid rgba(222, 211, 198, 0.74);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.08);
}

.about-hero-copy {
  max-width: 1060px;
}

.about-hero-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.65;
}

.about-hero-card {
  position: relative;
  padding: 32px;
  color: white;
  background: linear-gradient(145deg, #c70e25, #930718);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-hero-card img {
  width: 104px;
  height: 104px;
  margin-bottom: 28px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.about-hero-card p {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.about-story {
  background: #f6f0ed;
}

.about-story-panel {
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(34px, 5vw, 64px);
  background: rgba(255, 253, 251, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-story-panel h2 {
  max-width: 960px;
}

.about-story-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.about-story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-audience {
  background: var(--cream);
}

.about-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin-inline: auto;
}

.about-audience-grid article {
  min-height: 300px;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(54, 31, 26, 0.08);
}

.about-audience-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
  color: var(--red);
  background: #fff0ef;
  border-radius: 8px;
  font-weight: 900;
}

.about-audience-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.about-belief {
  display: grid;
  place-items: center;
  background: #f4efeb;
}

.about-belief > div {
  max-width: 1060px;
  padding: clamp(40px, 6vw, 74px);
  color: white;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, #111, #2b1b1b 42%, #c70e25);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-align: center;
}

.about-belief h2 {
  margin-inline: auto;
  color: white;
}

.about-belief p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.62;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(64px, 9vw, 140px);
  margin: 18px clamp(14px, 3vw, 40px) 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(199, 14, 37, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 244, 0.84)),
    var(--cream);
  border: 1px solid rgba(222, 211, 198, 0.74);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.08);
}

.contact-copy p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
}

.contact-copy h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.2vw, 78px);
}

.contact-copy h1 span {
  white-space: normal;
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-details a,
.contact-details span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.contact-details a::before,
.contact-details span::before {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(199, 14, 37, 0.08);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 42px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #2f2826;
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  color: var(--ink);
  background: #fbf6f2;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(199, 14, 37, 0.2);
  border-color: rgba(199, 14, 37, 0.4);
}

.start-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: start;
  gap: clamp(36px, 7vw, 96px);
  margin: 18px clamp(14px, 3vw, 40px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 16%, rgba(199, 14, 37, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 244, 0.84)),
    var(--cream);
  border: 1px solid rgba(222, 211, 198, 0.74);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.08);
}

.start-copy,
.start-org {
  min-width: 0;
}

.start-hero h1 span {
  white-space: normal;
}

.start-hero h1 {
  overflow-wrap: anywhere;
  max-width: 760px;
  font-size: clamp(48px, 5.2vw, 78px);
}

.start-org {
  max-width: 560px;
}

.start-org h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.05;
}

.start-org p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.start-org .org-form {
  padding: clamp(22px, 2.8vw, 30px);
}

.start-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
}

.start-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.start-store-row a {
  display: block;
  padding: 10px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(54, 31, 26, 0.08);
}

.start-store-row img {
  width: 170px;
  height: 50px;
  object-fit: cover;
  border-radius: 7px;
}

.org-start {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.8fr);
  align-items: start;
  gap: clamp(36px, 7vw, 92px);
  background: #f6f0ed;
}

.org-copy {
  max-width: 720px;
}

.org-copy p {
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
}

.org-form {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 42px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.org-form label {
  display: grid;
  gap: 8px;
  color: #2f2826;
  font-size: 13px;
  font-weight: 900;
}

.org-form input {
  width: 100%;
  padding: 16px 18px;
  color: var(--ink);
  background: #fbf6f2;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.org-form input:focus {
  outline: 2px solid rgba(199, 14, 37, 0.2);
  border-color: rgba(199, 14, 37, 0.4);
}

.policy-hero {
  margin: 18px clamp(14px, 3vw, 40px) 0;
  background:
    radial-gradient(circle at 86% 16%, rgba(199, 14, 37, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 244, 0.84)),
    var(--cream);
  border: 1px solid rgba(222, 211, 198, 0.74);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(54, 31, 26, 0.08);
  text-align: center;
}

.policy-hero h1 {
  margin-inline: auto;
}

.policy-hero p {
  color: var(--muted);
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 800;
}

.policy-section {
  background: #f6f0ed;
}

.policy-document {
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 62px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.policy-document h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  font-size: clamp(26px, 3vw, 40px);
}

.policy-document h2:first-child {
  margin-top: 0;
}

.policy-document h3 {
  margin-top: 26px;
  font-size: 20px;
}

.policy-document p,
.policy-document li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.policy-document ul {
  margin: 14px 0 0;
}

.policy-document a {
  color: var(--red);
  font-weight: 900;
}


@media (max-width: 980px) {
  .site-header::after {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    backdrop-filter: none;
  }

  .header-cta {
    justify-self: end;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav {
    position: fixed;
    top: 84px;
    right: 16px;
    left: auto;
    width: min(220px, calc(100vw - 32px));
    max-height: calc(100vh - 104px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    display: grid;
    justify-items: stretch;
    gap: 10px;
    padding: 16px;
    background: rgba(255, 253, 251, 0.98);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    width: 100%;
    justify-content: center;
  }

  .hero,
  .feature-split,
  .about-hero,
  .contact-hero,
  .start-hero,
  .org-start,
  .product-feature,
  .product-feature-alt,
  .mid-cta-panel,
  .cta,
  .footer {
    grid-template-columns: 1fr;
  }

  .product-feature-image {
    gap: 26px;
  }

  .product-feature-image .product-copy {
    grid-row: 1;
  }

  .product-feature-image .product-phone {
    grid-row: 2;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .hero::after {
    display: none;
  }

  .hero-visual {
    justify-content: center;
    min-height: 0;
    margin-top: 18px;
  }

  .phone-card {
    margin: 0 auto;
  }

  .audience-grid,
  .about-story-copy,
  .about-audience-grid,
  .intelligence-grid,
  .pricing-grid,
  .pricing-proof-grid,
  .product-grid,
  .workflow-board,
  .step-grid,
  .leak-grid {
    grid-template-columns: 1fr;
  }

  .workflow-board::before {
    display: none;
  }

  .workflow-card-featured {
    transform: none;
  }

  .price-card-featured {
    transform: none;
  }

  .workflow-card-featured:hover {
    transform: translateY(-4px);
  }

  .mid-cta-panel {
    text-align: center;
  }

  .mid-cta .button {
    justify-self: center;
  }

  .steps article:nth-child(2) {
    transform: none;
  }

  .signup-form {
    align-items: stretch;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
    padding-inline: 16px;
  }

  .site-header::before {
    width: 74%;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  }

  .site-header::after {
    left: 74%;
    top: -54px;
    width: 520px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo-wrap {
    height: 36px;
    padding: 0;
  }

  .hero {
    margin-inline: 10px;
    padding-inline: 16px;
  }

  .product-hero {
    margin-inline: 10px;
  }

  .pricing-hero {
    margin-inline: 10px;
  }

  .about-hero {
    margin-inline: 10px;
  }

  .contact-hero {
    margin-inline: 10px;
  }

  .start-hero {
    margin-inline: 10px;
  }

  .policy-hero {
    margin-inline: 10px;
  }

  h1 span {
    white-space: normal;
  }

  .header-cta {
    display: none;
  }

  .nav .nav-cta {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
  }

  .hero-actions,
  .store-row,
  .signup-form {
    flex-direction: column;
    align-items: center;
  }

  .store-row img {
    width: 172px;
  }

  .hero-visual {
    min-height: 0;
  }

  .phone-card {
    width: min(232px, 76vw);
  }

  .product-phone {
    min-height: 390px;
  }

  .product-phone img {
    width: min(260px, 76vw);
  }

  .product-feature-image {
    gap: 18px;
  }

  .workflow-card {
    min-height: auto;
  }

  .cta {
    margin-inline: 16px;
  }

  .signup-form input {
    width: 100%;
  }
}

/* Form status flash (success/error) */
.travilo-form-status {
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 12px;
  border: 1px solid transparent;
}

.travilo-form-status-success {
  background: #ecfdf5;
  color: #065f46;
  border-color: #a7f3d0;
}

.travilo-form-status-error {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}
