:root {
  --ink: #061746;
  --muted: #52617a;
  --soft: #f5f8fb;
  --paper: #ffffff;
  --line: #dce6e2;
  --green: #00865b;
  --green-dark: #006b49;
  --blue: #1268e8;
  --amber: #ffbe55;
  --shadow: 0 18px 44px rgba(16, 32, 68, 0.12);
  --soft-shadow: 0 10px 26px rgba(16, 32, 68, 0.08);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.95), rgba(242, 238, 230, 0.72) 720px, #f5f1e8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-shell {
  width: min(1560px, calc(100% - 48px));
  margin: 18px auto 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(6, 23, 70, 0.08);
  border-radius: 10px;
  box-shadow: 0 20px 70px rgba(28, 35, 48, 0.1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 0 48px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(6, 23, 70, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  margin-right: auto;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 228px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: #23365d;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green);
}

.nav-cta {
  padding: 11px 18px;
  color: #ffffff !important;
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(0, 134, 91, 0.2);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(430px, 0.86fr) minmax(580px, 1.14fr);
  gap: 42px;
  align-items: center;
  padding: 70px 58px 64px;
  overflow: hidden;
  color: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 42% 40%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 31%, rgba(255, 255, 255, 0.62) 49%, rgba(255, 255, 255, 0.08) 76%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.08) 35%, rgba(6, 23, 70, 0.18) 100%),
    url("assets/hero-landscape.png") center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 6px 11px;
  color: var(--green-dark);
  background: #e2f4ec;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 134, 91, 0.28);
  box-shadow: 0 8px 22px rgba(0, 70, 50, 0.08);
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.15rem, 4.25vw, 4.35rem);
  line-height: 1.08;
  font-weight: 900;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  font-weight: 900;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.1rem;
  line-height: 1.15;
  font-weight: 900;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 30px;
  color: #4d5b78;
  font-size: 1.28rem;
  line-height: 1.55;
  font-weight: 650;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, max-content));
  gap: 22px;
  align-items: start;
  margin-top: 28px;
  margin-bottom: 0;
}

.hero-action-path {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
}

.hero-action-path .button {
  width: 100%;
  min-width: 224px;
}

.hero-action-path p {
  position: relative;
  margin: 0;
  padding-top: 44px;
  color: #52617a;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

.hero-action-path svg {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 74px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateX(-50%);
}

.hero-action-path.is-new p {
  color: var(--green-dark);
}

.hero-action-path.is-returning p {
  color: var(--blue);
}

.hero-action-path p strong,
.hero-action-path p span {
  display: block;
}

.hero-action-path p strong {
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 60px;
  padding: 16px 26px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 1.02rem;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #00a06b, var(--green-dark));
  box-shadow: 0 18px 34px rgba(0, 68, 49, 0.28);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(6, 23, 70, 0.18);
  box-shadow: 0 12px 28px rgba(16, 32, 68, 0.08);
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, max-content));
  gap: 16px 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-points li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.trust-points span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 134, 91, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 32, 68, 0.08);
  font-size: 1rem;
  font-weight: 900;
}

.hero-product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 388px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(6, 23, 70, 0.08);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(15, 30, 60, 0.24);
  backdrop-filter: blur(12px);
}

.hero-product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 24px 14px;
  background: rgba(252, 254, 253, 0.9);
  border-right: 1px solid rgba(6, 23, 70, 0.08);
}

.hero-product-sidebar span {
  padding: 9px 10px;
  color: #314260;
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-product-sidebar .hero-product-brand {
  padding-bottom: 18px;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-product-sidebar .active {
  color: var(--green-dark);
  background: #e7f4ef;
}

.hero-product-main {
  padding: 22px;
  min-width: 0;
}

.hero-product-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  color: #52617a;
  font-size: 0.74rem;
}

.hero-product-toolbar span {
  padding: 8px 13px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #e6ece9;
  border-radius: 7px;
  font-weight: 850;
}

.hero-product-toolbar small {
  align-self: center;
}

.hero-product-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
  min-width: 0;
}

.hero-product-metrics article,
.hero-product-chart {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e3e9e8;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(16, 32, 68, 0.05);
}

.hero-product-metrics article {
  min-height: 108px;
  padding: 14px 12px;
  min-width: 0;
}

.hero-product-metrics span {
  display: block;
  min-height: 34px;
  color: #23365d;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 850;
}

.hero-product-metrics strong {
  display: block;
  margin: 14px 0 3px;
  color: var(--green);
  font-size: 1.32rem;
  line-height: 1.1;
  font-weight: 900;
}

.hero-product-metrics small {
  color: #52617a;
  font-size: 0.68rem;
  font-weight: 650;
}

.success-meter strong {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 2px auto 8px !important;
  border-radius: 999px;
  background: conic-gradient(var(--green) 0 78%, #dfe7e5 78% 100%);
  color: transparent;
  font-size: 1.28rem !important;
}

.success-meter strong::before {
  content: "";
  position: absolute;
  inset: 11px;
  background: #ffffff;
  border-radius: inherit;
}

.success-meter strong {
  isolation: isolate;
}

.success-meter strong::after {
  content: "78%";
  position: relative;
  z-index: 1;
  color: var(--green);
}

.hero-product-chart {
  min-height: 174px;
  padding: 16px 18px 0;
  overflow: hidden;
}

.hero-product-chart > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #52617a;
  font-size: 0.72rem;
}

.hero-product-chart > div strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.hero-product-chart i {
  display: block;
  height: 84px;
  margin: 12px 4px 9px;
  background:
    linear-gradient(180deg, rgba(0, 134, 91, 0.2), rgba(0, 134, 91, 0.04)),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(6, 23, 70, 0.06) 59px);
  border-bottom: 4px solid var(--green);
  clip-path: polygon(0 82%, 13% 72%, 26% 58%, 39% 38%, 52% 28%, 64% 34%, 76% 48%, 88% 64%, 100% 82%, 100% 100%, 0 100%);
}

.hero-product-chart dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 -18px;
  border-top: 1px solid #e3e9e8;
}

.hero-product-chart div {
  min-width: 0;
}

.hero-product-chart dl div {
  padding: 10px 12px;
  border-right: 1px solid #e3e9e8;
}

.hero-product-chart dl div:last-child {
  border-right: 0;
}

.hero-product-chart dt,
.hero-product-chart dd {
  margin: 0;
  font-size: 0.68rem;
}

.hero-product-chart dt {
  color: #52617a;
}

.hero-product-chart dd {
  color: var(--ink);
  font-weight: 900;
}

.hero-product-stack {
  display: block;
  grid-template-columns: none;
  width: min(670px, 100%);
  min-height: 0;
  height: 520px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(6, 23, 70, 0.1);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(15, 30, 60, 0.22);
}

.hero-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shot-primary {
  top: 26px;
  left: 0;
  z-index: 1;
  width: 92%;
  height: 342px;
}

.hero-shot-primary img {
  object-position: 58% 0%;
}

.hero-shot-secondary {
  right: -34px;
  bottom: -10px;
  z-index: 2;
  width: 92%;
  height: 342px;
  box-shadow: 0 28px 74px rgba(6, 23, 70, 0.28);
}

.hero-shot-secondary img {
  object-position: 50% 50%;
}

.section-intro {
  width: min(760px, 100%);
  margin: 0 auto 32px;
  text-align: center;
}

.section-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.target-tool-section {
  padding: 34px 48px;
  background: linear-gradient(180deg, #f7fbf9 0%, #ffffff 100%);
  border-top: 1px solid rgba(0, 134, 91, 0.08);
  border-bottom: 1px solid rgba(6, 23, 70, 0.06);
}

.target-tool-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(620px, 1.28fr);
  gap: 34px;
  width: min(1390px, 100%);
  margin: 0 auto;
  padding: 30px 34px;
  background: #ffffff;
  border: 1px solid rgba(0, 134, 91, 0.2);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(0, 58, 45, 0.1);
}

.target-tool-intro h2 {
  max-width: 520px;
  margin-bottom: 14px;
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  line-height: 1.08;
}

.target-tool-intro > p:not(.eyebrow) {
  max-width: 570px;
  color: #42516d;
  font-weight: 600;
}

.target-tool-intro ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.target-tool-intro li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #273653;
  font-size: 0.9rem;
  font-weight: 750;
}

.target-tool-intro li span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #ffffff;
  background: var(--green);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.target-tool-form,
.target-tool-results {
  min-width: 0;
}

.target-tool-form[hidden],
.target-tool-results[hidden] {
  display: none;
}

.target-tool-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.target-tool-fields label {
  display: grid;
  gap: 6px;
  color: #40506b;
  font-size: 0.78rem;
  font-weight: 850;
}

.target-tool-fields input,
.target-tool-fields select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #cbd8d4;
  border-radius: 8px;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 750;
}

.target-tool-fields input:focus,
.target-tool-fields select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 134, 91, 0.12);
  outline: none;
}

.target-tool-field-wide {
  grid-column: 1 / -1;
}

.target-tool-input-note {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.45;
}

.target-tool-field-note,
.target-tool-status {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.target-tool-status {
  min-height: 18px;
  margin-top: 8px;
}

.target-tool-status:empty {
  display: none;
}

.target-tool-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  padding: 12px 20px;
}

.target-tool-results {
  display: grid;
  gap: 14px;
}

.target-tool-result-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, auto);
  gap: 24px;
  align-items: center;
}

.target-tool-result-head .eyebrow {
  min-height: 24px;
  margin-bottom: 8px;
  padding: 4px 9px;
  font-size: 0.68rem;
}

.target-tool-result-head h3 {
  margin-bottom: 7px;
  font-size: 1.55rem;
}

.target-tool-result-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.target-tool-result-number {
  display: grid;
  justify-items: end;
  text-align: right;
}

.target-tool-result-number span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.target-tool-result-number strong {
  color: var(--green-dark);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.target-tool-result-number small {
  color: #52617a;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.target-tool-result-grid,
.target-tool-explanation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.target-tool-result-grid article,
.target-tool-explanation-grid article,
.target-tool-method {
  padding: 13px;
  background: #f8fafb;
  border: 1px solid rgba(6, 23, 70, 0.1);
  border-radius: 8px;
}

.target-tool-result-grid article.is-featured {
  background: #edf8f3;
  border-color: rgba(0, 134, 91, 0.3);
}

.target-tool-result-grid span,
.target-tool-explanation-grid span {
  display: block;
  color: #52617a;
  font-size: 0.7rem;
  font-weight: 850;
}

.target-tool-result-grid strong,
.target-tool-explanation-grid strong {
  display: block;
  margin: 3px 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
}

.target-tool-result-grid small,
.target-tool-explanation-grid p,
.target-tool-method p {
  color: #5a677d;
  font-size: 0.72rem;
  line-height: 1.45;
}

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

.target-tool-explanation-grid p {
  margin: 5px 0 0;
}

.target-tool-method summary {
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.target-tool-method p {
  margin: 10px 0 0;
}

.target-tool-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.target-tool-actions .button {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 0.86rem;
  cursor: pointer;
}

.try-demo-section {
  padding: 28px 48px 50px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}

.try-demo-panel {
  display: grid;
  grid-template-columns: minmax(520px, 1.18fr) minmax(270px, 0.54fr) minmax(360px, 0.76fr);
  gap: 28px;
  align-items: center;
  width: min(1390px, 100%);
  margin: 0 auto;
  padding: 30px 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 252, 248, 0.94)),
    #ffffff;
  border: 1px solid rgba(0, 134, 91, 0.2);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(0, 58, 45, 0.12);
}

.try-demo-copy {
  min-width: 0;
}

.try-demo-copy .eyebrow {
  min-height: 26px;
  margin-bottom: 12px;
  padding: 5px 11px;
  color: #ffffff;
  background: linear-gradient(180deg, #2f935e, #1f6d45);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(0, 93, 55, 0.18);
  font-size: 0.74rem;
}

.try-demo-copy h2 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 1.65vw, 2rem);
  line-height: 1.12;
}

.try-demo-copy > p {
  max-width: 820px;
  margin-bottom: 24px;
  color: #35435f;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 600;
}

.try-demo-actions {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.try-demo-button {
  min-width: 248px;
  min-height: 50px;
  padding: 12px 20px;
  font-size: 0.96rem;
}

.try-demo-play-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
}

.try-demo-play-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.try-demo-note {
  position: relative;
  margin: 0 0 0 54px;
  color: #2f7c4d;
  font-size: 0.98rem;
  font-weight: 900;
  font-style: italic;
  white-space: nowrap;
}

.try-demo-note svg {
  position: absolute;
  right: calc(100% + 10px);
  top: 1px;
  width: 42px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.try-demo-features {
  min-height: 196px;
  padding-left: 26px;
  border-left: 1px solid rgba(6, 23, 70, 0.12);
}

.try-demo-features h3 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 1rem;
}

.try-demo-features ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.try-demo-features li {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #273653;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 500;
}

.try-demo-features li span {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  color: #ffffff;
  background: #2f8b56;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.try-demo-shot {
  justify-self: end;
  width: min(430px, 100%);
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(6, 23, 70, 0.12);
  border-radius: 10px;
  box-shadow: 0 22px 46px rgba(20, 36, 64, 0.18);
}

.try-demo-shot img {
  width: 100%;
  aspect-ratio: 1.58;
  object-fit: cover;
  object-position: 50% 0%;
}

.app-preview-section,
.modes-section,
.feature-band,
.how-section,
.tools-section,
.trust-section,
.about-section,
.story-section,
.final-cta {
  padding: 72px 48px;
}

.app-preview-section {
  background: linear-gradient(180deg, #ffffff 0%, #f2f7fb 100%);
}

.resilience-spotlight {
  padding: 20px 32px 72px;
  background: #f2f7fb;
}

.resilience-spotlight-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 42px;
  align-items: center;
  width: min(1370px, 100%);
  margin: 0 auto;
  padding: 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(18, 104, 232, 0.08), transparent 30%),
    linear-gradient(135deg, #f5fbf8 0%, #ffffff 58%, #f6f9ff 100%);
  border: 1px solid rgba(0, 134, 91, 0.2);
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(16, 32, 68, 0.1);
}

.resilience-spotlight-copy h2 {
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(2.25rem, 3.4vw, 3.55rem);
}

.resilience-spotlight-tagline {
  margin: -2px 0 18px;
  color: var(--green-dark);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.3;
}

.resilience-spotlight-lead {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.08rem;
}

.resilience-spotlight-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-bottom: 30px;
}

.resilience-spotlight-steps article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.resilience-spotlight-steps article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--green-dark);
  background: #e2f4ec;
  border: 1px solid rgba(0, 134, 91, 0.24);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.resilience-spotlight-steps strong {
  display: block;
  margin-bottom: 3px;
  color: #0a3f35;
  font-size: 0.98rem;
}

.resilience-spotlight-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.resilience-preview {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(6, 23, 70, 0.13);
  border-radius: 12px;
  box-shadow: 0 26px 55px rgba(16, 32, 68, 0.16);
}

.resilience-preview-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  color: #25314a;
  border-bottom: 1px solid rgba(6, 23, 70, 0.1);
  font-size: 0.88rem;
  font-weight: 900;
}

.resilience-preview-bar span {
  width: 6px;
  height: 25px;
  background: var(--green);
  border-radius: 999px;
}

.resilience-preview-body {
  padding: 24px;
}

.resilience-preview-kicker {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 6px 10px;
  color: #80520c;
  background: #fff0d6;
  border: 1px solid #f3d49d;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.resilience-preview h3 {
  max-width: 640px;
  margin-bottom: 20px;
  color: #073d33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.2;
}

.resilience-preview-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid rgba(6, 23, 70, 0.1);
  border-radius: 9px;
}

.resilience-preview-summary div {
  min-width: 0;
  padding: 13px;
}

.resilience-preview-summary div + div {
  border-left: 1px solid rgba(6, 23, 70, 0.1);
}

.resilience-preview-summary span,
.resilience-preview-comparison span,
.resilience-preview-comparison small {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
}

.resilience-preview-summary strong {
  display: block;
  margin-top: 4px;
  font-size: 0.77rem;
  line-height: 1.35;
}

.resilience-preview-comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.resilience-preview-comparison article {
  padding: 14px;
  border: 1px solid rgba(6, 23, 70, 0.1);
  border-radius: 9px;
}

.resilience-preview-comparison article.is-concern {
  background: #fff5f5;
  border-color: #f0c7c7;
}

.resilience-preview-comparison article.is-caution {
  background: #fff8ec;
  border-color: #eed9b5;
}

.resilience-preview-comparison article.is-clear {
  background: #f0faf6;
  border-color: #b9ddcd;
}

.resilience-preview-comparison strong {
  display: block;
  margin: 5px 0 3px;
  color: #192238;
  font-size: 0.9rem;
}

.resilience-preview-guidance {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 12px 15px;
  color: var(--green-dark);
  background: #e9f6f0;
  border: 1px solid #c0dfd1;
  border-radius: 9px;
  font-size: 0.8rem;
  font-weight: 850;
}

.resilience-preview-guidance span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background: var(--green);
  border-radius: 50%;
}

.modes-section {
  background: linear-gradient(180deg, #f7fbf9 0%, #ffffff 100%);
  border-top: 1px solid rgba(6, 23, 70, 0.06);
  border-bottom: 1px solid rgba(6, 23, 70, 0.06);
}

.modes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.mode-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.mode-card-media {
  height: 170px;
  overflow: hidden;
  background: #f3f8f6;
}

.mode-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mode-card.is-planning .mode-card-media img {
  object-position: 50% 58%;
}

.mode-card.is-retired .mode-card-media img {
  object-position: 50% 63%;
}

.mode-card-copy {
  padding: 26px;
}

.mode-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: var(--green-dark);
  background: #e2f4ec;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mode-card.is-retired .mode-label {
  color: #0d519c;
  background: #e8f1ff;
}

.mode-card-copy p,
.mode-card-copy ul {
  color: var(--muted);
}

.mode-card-copy ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.mode-card-copy li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
}

.mode-card-copy li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--green);
  border-radius: 999px;
}

.mode-card.is-retired .mode-card-copy li::before {
  background: var(--blue);
}

.product-preview {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(6, 23, 70, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 4px);
}

.feature-grid article,
.tool-grid article,
.trust-grid article,
.story-card,
.steps-grid article,
.support-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.story-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.balance-callout {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  width: min(1120px, 100%);
  margin: 22px auto 0;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 134, 91, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(16, 32, 68, 0.06);
}

.balance-callout span {
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.balance-callout p {
  margin: 0;
  color: #314260;
  font-weight: 700;
}

.feature-band {
  background: #ffffff;
}

.feature-band .section-intro {
  width: min(900px, 100%);
  margin-bottom: 44px;
}

.feature-band .section-intro h2 {
  width: min(850px, 100%);
  margin: 0 auto;
  color: #051345;
}

.feature-band .eyebrow {
  margin-bottom: 18px;
  padding: 8px 30px;
  font-size: 14px;
}

.feature-grid,
.tool-grid,
.trust-grid,
.steps-grid {
  display: grid;
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: min(1440px, 100%);
}

.feature-grid article {
  overflow: hidden;
  padding: 0;
  border-color: rgba(6, 23, 70, 0.12);
  box-shadow: 0 18px 38px rgba(16, 32, 68, 0.08);
}

.feature-image {
  width: calc(100% - 32px);
  aspect-ratio: 1.2;
  height: auto;
  margin: 16px 16px 0;
  object-fit: cover;
  border-radius: var(--radius);
}

.feature-card-copy {
  padding: 18px 20px 30px;
}

.feature-icon {
  display: block;
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
}

.feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-grid h3 {
  margin-bottom: 12px;
  color: #051345;
  font-size: 1.42rem;
}

.feature-grid p {
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.45;
}

.feature-grid p,
.tool-grid p,
.trust-grid p,
.steps-grid p,
.story-copy p,
.check-list,
.about-copy p,
.final-cta p {
  color: var(--muted);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1fr);
  gap: 56px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.5) 42%, rgba(255, 255, 255, 0.82)),
    url("assets/art-side-landscape.webp") left center / 46% auto no-repeat;
}

.story-art {
  position: relative;
  min-height: 420px;
}

.story-card {
  padding: 22px;
}

.story-card h3 {
  margin-top: 7px;
}

.story-card strong {
  color: var(--green);
  font-size: 2.5rem;
  font-weight: 900;
}

.story-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.diagnostic {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 285px;
  z-index: 2;
}

.diagnostic strong {
  font-size: 2.2rem;
}

.comparison {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 84%);
  padding: 28px;
}

.comparison dl {
  margin: 12px 0 0;
}

.comparison div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.comparison dt,
.comparison dd {
  margin: 0;
  font-size: 14px;
}

.comparison dt {
  color: var(--muted);
  font-weight: 800;
}

.comparison dd {
  text-align: right;
  font-weight: 900;
}

.story-copy {
  max-width: 620px;
}

.check-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin: 14px 0;
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 999px;
}

.how-section {
  background: #ffffff;
}

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

.steps-grid article {
  position: relative;
  overflow: hidden;
}

.steps-grid img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.steps-grid span {
  position: absolute;
  top: 132px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: var(--green);
  border: 4px solid #ffffff;
  border-radius: 999px;
  font-weight: 900;
}

.steps-grid h3,
.steps-grid p {
  padding: 0 22px;
}

.steps-grid h3 {
  margin-top: 28px;
}

.steps-grid p {
  margin-bottom: 24px;
}

.tools-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(246, 249, 244, 0.72) 58%, #f7f9f3 100%);
}

.tools-section .section-intro {
  width: min(900px, 100%);
  margin-bottom: 34px;
}

.tools-section .section-intro h2 {
  width: min(660px, 100%);
  margin-right: auto;
  margin-left: auto;
  color: #051345;
}

.tools-section .section-intro p:not(.eyebrow) {
  color: #314260;
  font-size: 1.12rem;
  font-weight: 650;
}

.tool-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(1320px, 100%);
}

.tool-grid article {
  overflow: hidden;
  border-color: rgba(6, 23, 70, 0.12);
  box-shadow: 0 18px 38px rgba(16, 32, 68, 0.08);
}

.tool-image {
  width: 100%;
  height: 188px;
  object-fit: cover;
}

.tool-card-copy {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 20px;
  align-items: center;
  padding: 16px 28px 22px;
}

.tool-icon {
  display: block;
  width: 78px;
  height: 78px;
}

.tool-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tool-grid h3 {
  margin-bottom: 6px;
  color: #051345;
  font-size: 1.38rem;
}

.tool-grid p {
  margin: 0;
  color: #314260;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 650;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(620px, 1.12fr);
  gap: 58px;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 251, 0.72)),
    #ffffff;
}

.trust-copy {
  max-width: 560px;
  padding-top: 36px;
}

.trust-copy .eyebrow {
  border: 1px solid rgba(0, 134, 91, 0.22);
}

.trust-copy h2 {
  margin-bottom: 22px;
  color: #051345;
}

.trust-copy p:not(.eyebrow) {
  color: #23365d;
  font-size: 1.12rem;
  line-height: 1.52;
  font-weight: 650;
}

.trust-illustration {
  width: min(520px, 100%);
  margin-top: 44px;
  mix-blend-mode: multiply;
}

.trust-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.trust-grid article {
  position: relative;
  overflow: hidden;
  min-height: 374px;
  padding: 34px 30px 32px;
  border-color: rgba(6, 23, 70, 0.1);
  box-shadow: 0 18px 42px rgba(16, 32, 68, 0.08);
}

.trust-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), rgba(18, 104, 232, 0.72));
}

.trust-grid article:nth-child(1)::before {
  background: var(--green);
}

.trust-grid article:nth-child(2)::before,
.trust-grid article:nth-child(4)::before {
  background: var(--blue);
}

.trust-grid article:nth-child(3)::before {
  background: #1f9d98;
}

.trust-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.trust-icon {
  width: 98px;
  height: 98px;
  object-fit: cover;
  border-radius: 999px;
  flex: 0 0 auto;
}

.trust-proof {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 17px;
  color: var(--green-dark);
  background: #e2f4ec;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trust-grid article:nth-child(2) .trust-proof,
.trust-grid article:nth-child(4) .trust-proof {
  color: #155fc7;
  background: #e8f1ff;
}

.trust-grid h3 {
  margin-bottom: 26px;
  color: #051345;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.84rem;
}

.trust-grid h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 18px;
  background: rgba(6, 23, 70, 0.1);
}

.trust-grid p {
  color: #263a61;
  font-size: 1.04rem;
  line-height: 1.48;
  font-weight: 650;
}

.trust-card-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.trust-card-link:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(380px, 0.88fr) minmax(280px, 0.52fr);
  column-gap: 32px;
  row-gap: 54px;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 251, 0.9)),
    radial-gradient(circle at 58% 100%, rgba(0, 134, 91, 0.1), transparent 38%),
    #ffffff;
  border: 1px solid rgba(6, 23, 70, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 54px rgba(16, 32, 68, 0.08);
}

.about-art {
  min-height: 520px;
  background: url("assets/donation-landscape.jpg") center / cover no-repeat;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 32, 68, 0.08);
}

.about-copy .eyebrow {
  gap: 8px;
}

.about-copy .eyebrow img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.about-copy p:not(.eyebrow) {
  color: #314260;
  font-size: 1.13rem;
  line-height: 1.5;
  font-weight: 650;
}

.support-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 34px;
  color: var(--ink);
}

.support-icon {
  display: block;
  width: 82px;
  height: 82px;
}

.support-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-card strong {
  font-size: 18px;
  line-height: 1.15;
}

.support-card h3 {
  margin-bottom: -8px;
  color: var(--green-dark);
  font-size: 1.42rem;
}

.support-card p {
  color: var(--muted);
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.support-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 20px;
  color: #ffffff;
  background: linear-gradient(180deg, #009c69, var(--green-dark));
  border-radius: var(--radius);
  box-shadow: 0 14px 28px rgba(0, 104, 75, 0.22);
  font-weight: 800;
  text-decoration: none;
}

.support-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.support-card small {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #314260;
  font-size: 0.86rem;
  font-weight: 750;
}

.support-card small svg {
  width: 22px;
  height: 22px;
  color: var(--green-dark);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.share-section {
  width: 100%;
  margin: -24px 0 72px;
  display: grid;
  grid-template-columns: minmax(420px, 0.34fr) minmax(920px, 0.66fr);
  gap: 36px;
  align-items: center;
  padding: 30px 34px;
  border: 1px solid rgba(6, 23, 70, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 134, 91, 0.08), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 251, 0.88));
  box-shadow: 0 16px 44px rgba(16, 32, 68, 0.07);
}

.share-copy h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.share-copy .eyebrow {
  gap: 7px;
}

.share-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 12px;
  color: #314260;
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.5;
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 12px;
}

.share-action {
  min-height: 78px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(6, 23, 70, 0.1);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(16, 32, 68, 0.05);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.share-action:hover,
.share-action:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 134, 91, 0.32);
  box-shadow: 0 14px 30px rgba(16, 32, 68, 0.1);
  outline: none;
}

.share-action-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, #2f6df6, #1469c8);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(20, 105, 200, 0.18);
}

.share-action-icon-email {
  background: linear-gradient(180deg, #18b86f, #00865b);
}

.share-action-icon-reddit {
  background: linear-gradient(180deg, #ff7a2f, #e94711);
}

.share-action-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.share-action-icon.is-letter {
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0;
}

.share-action strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.15;
}

.share-action small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.share-status {
  grid-column: 1;
  grid-row: 2;
  min-height: 1.2em;
  margin: -2px 0 0;
  padding-left: 12px;
  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.final-cta {
  min-height: 620px;
  display: grid;
  align-content: start;
  gap: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 34%, rgba(245, 252, 248, 0.28) 62%, rgba(245, 252, 248, 0.08) 100%),
    url("assets/footer-landscape-vibrant.png") center 58% / cover no-repeat;
  border-top: 1px solid rgba(6, 23, 70, 0.08);
  border-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}

.final-cta-content {
  display: grid;
  justify-items: center;
  align-self: start;
  width: min(900px, 100%);
  margin: 0 auto;
  padding-top: 0;
}

.final-cta .eyebrow {
  width: fit-content;
  justify-content: center;
  gap: 10px;
  margin-bottom: 26px;
  padding: 9px 24px;
}

.final-cta .eyebrow span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  background: var(--green);
  border-radius: 999px;
  font-size: 15px;
}

.final-cta h2,
.final-cta-content > p:not(.eyebrow) {
  width: min(720px, 100%);
}

.final-cta-content > p:not(.eyebrow) {
  color: #314260;
  font-size: 1.08rem;
  font-weight: 650;
}

.final-launch {
  min-width: min(440px, 100%);
  min-height: 74px;
  margin: 18px 0 24px;
  padding: 18px 30px;
  font-size: 1.24rem;
  box-shadow: 0 20px 36px rgba(0, 104, 75, 0.28);
}

.final-launch svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.final-cta small {
  display: inline-grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
}

.final-cta small svg {
  width: 22px;
  height: 22px;
  color: #52617a;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.local-storage-page {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.24) 34%, rgba(255, 255, 255, 0.14) 68%, rgba(255, 255, 255, 0.42) 100%),
    url("assets/privacy-local-storage-background.png") center top / 100% auto no-repeat;
}

.local-storage-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.02) 46%, rgba(255, 255, 255, 0.16) 100%),
    radial-gradient(circle at 88% 32%, rgba(0, 134, 91, 0.08), transparent 22%);
}

.local-storage-shell {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 48px 48px 34px;
}

.local-storage-shell > .eyebrow {
  margin-bottom: 18px;
}

.local-storage-shell h1 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1;
}

.local-storage-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(6, 23, 70, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(16, 32, 68, 0.07);
}

.local-storage-card h2 {
  margin: 0 0 12px;
  color: #071946;
  font-size: 1.24rem;
  line-height: 1.2;
}

.local-storage-card p {
  margin: 0;
  color: #39465e;
  font-weight: 650;
}

.intro-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  border-color: rgba(0, 134, 91, 0.18);
}

.local-card-title {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.local-card-title h2 {
  margin: 0;
}

.local-card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: var(--green-dark);
  background: #eaf8f2;
  border-radius: 999px;
}

.local-card-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.intro-icon {
  width: 72px;
  height: 72px;
  background: rgba(0, 134, 91, 0.1);
}

.intro-icon svg {
  width: 50px;
  height: 50px;
}

.intro-icon .shield-outline {
  fill: none;
  stroke: var(--green-dark);
  stroke-width: 1.45;
}

.intro-icon .lock-body {
  fill: var(--green-dark);
  stroke: var(--green-dark);
  stroke-width: 0.8;
}

.intro-icon .lock-shackle {
  fill: none;
  stroke: var(--green-dark);
  stroke-width: 1.5;
}

.intro-icon .lock-key {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.15;
}

.check-icon {
  color: #ffffff;
  background: var(--green);
}

.warning-icon {
  width: 44px;
  height: 44px;
  color: #ea960f;
  background: transparent;
  border-radius: 0;
}

.warning-icon svg {
  width: 42px;
  height: 42px;
}

.warning-icon .warning-triangle {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
}

.warning-icon .warning-mark {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.1;
  stroke-linecap: round;
}

.warning-icon .warning-dot {
  fill: #ffffff;
  stroke: none;
}

.backup-icon {
  width: 58px;
  height: 58px;
  color: #0f65b7;
  background: #e7f3ff;
}

.backup-icon svg {
  width: 36px;
  height: 36px;
}

.storage-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
  margin: 20px 0;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 134, 91, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(16, 32, 68, 0.06);
}

.storage-flow div {
  position: relative;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 116px;
  padding: 22px 12px 16px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(239, 250, 245, 0.78));
  border: 1px solid rgba(0, 134, 91, 0.12);
  border-radius: var(--radius);
}

.storage-flow span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: linear-gradient(180deg, #00a06b, var(--green-dark));
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 92, 60, 0.18);
}

.storage-flow strong {
  color: #213250;
  font-size: 0.92rem;
  line-height: 1.3;
}

.storage-flow > svg {
  width: 48px;
  height: 24px;
  color: var(--green-dark);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.storage-flow-symbol {
  width: 42px;
  height: 42px;
  color: var(--green-dark);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.local-storage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.privacy-checklist,
.caution-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.privacy-checklist li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #344159;
  font-size: 0.95rem;
  font-weight: 650;
}

.privacy-checklist span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #ffffff;
  background: var(--green);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.caution-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 242, 0.96));
  border-color: rgba(217, 132, 36, 0.24);
}

.caution-card li {
  position: relative;
  padding-left: 22px;
  color: #4d3c20;
  font-size: 0.95rem;
  font-weight: 650;
}

.caution-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #d98424;
  border-radius: 999px;
}

.backup-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px 22px;
}

.analytics-privacy-card {
  border-color: rgba(0, 134, 91, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 251, 247, 0.9));
}

.local-storage-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.local-storage-actions .button {
  min-height: 50px;
  padding: 12px 20px;
  font-size: 0.96rem;
}

.local-storage-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.methodology-page .local-storage-shell {
  width: min(1120px, 100%);
}

.method-eyebrow {
  display: inline-grid;
  grid-template-columns: 18px auto;
  gap: 8px;
  align-items: center;
}

.method-eyebrow svg {
  width: 18px;
  height: 18px;
  color: var(--green-dark);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.methodology-page {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.2) 38%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0.38) 100%),
    url("assets/methodology-validation-background.png") center top / 100% auto no-repeat;
}

.methodology-page::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.12) 100%),
    radial-gradient(circle at 86% 30%, rgba(15, 101, 183, 0.08), transparent 24%);
}

.methodology-intro {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 30px;
  padding: 30px;
  border-color: rgba(15, 101, 183, 0.18);
}

.methodology-intro-icon {
  width: 88px;
  height: 88px;
  color: #0f65b7;
  background: #e7f3ff;
  box-shadow: inset 0 0 0 1px rgba(15, 101, 183, 0.08);
}

.methodology-intro-icon svg {
  width: 58px;
  height: 58px;
}

.methodology-intro-icon .method-doc,
.methodology-intro-icon .method-lens {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}

.methodology-intro-icon .method-handle {
  stroke-width: 2.1;
}

.methodology-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 20px 0;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 101, 183, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(16, 32, 68, 0.06);
}

.methodology-flow div {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-height: 188px;
  padding: 12px 14px 14px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(235, 246, 255, 0.78));
  border: 1px solid rgba(15, 101, 183, 0.12);
  border-radius: var(--radius);
}

.methodology-flow span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: linear-gradient(180deg, #1f75c9, #0f4d91);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 101, 183, 0.18);
}

.methodology-flow strong {
  color: #10294f;
  font-size: 1rem;
}

.methodology-flow p {
  margin: 0;
  color: #41506a;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.35;
}

.methodology-flow > svg {
  width: 36px;
  height: 24px;
  color: #0f65b7;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.method-flow-symbol {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.methodology-page .local-storage-grid > .local-storage-card {
  position: relative;
  overflow: hidden;
}

.methodology-page .local-storage-grid > .local-storage-card > * {
  position: relative;
  z-index: 1;
}

.methodology-page .local-storage-grid > .local-storage-card:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(54%, 370px);
  height: 230px;
  opacity: 0.6;
  background: url("assets/methodology-models-art.png") right bottom / contain no-repeat;
  pointer-events: none;
}

.methodology-page .caution-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(54%, 370px);
  height: 230px;
  opacity: 0.6;
  background: url("assets/methodology-claims-art.png") right bottom / contain no-repeat;
  pointer-events: none;
}

.method-card {
  margin-bottom: 18px;
}

.method-card-header {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.method-card-header h2,
.validation-card h2 {
  margin: 0 0 10px;
}

.method-blue-icon {
  width: 70px;
  height: 70px;
  color: #0f65b7;
  background: #e7f3ff;
  box-shadow: inset 0 0 0 1px rgba(15, 101, 183, 0.08);
}

.method-blue-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.method-engine-card {
  padding: 28px 38px 22px;
}

.method-tax-assumptions-card {
  padding: 28px 38px 22px;
}

.method-card-header + .method-two-list,
.method-card > p + .method-two-list,
.validation-card p + .method-plain-list {
  margin-top: 18px;
}

.method-two-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.method-two-list div {
  padding: 18px;
  background: #f6fbff;
  border: 1px solid rgba(15, 101, 183, 0.12);
  border-radius: var(--radius);
}

.method-two-list h3,
.method-mini-card h3 {
  margin: 0 0 12px;
  color: #0b2851;
  font-size: 1rem;
}

.method-two-list ul,
.method-plain-list,
.method-factor-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.method-two-list li,
.method-plain-list li,
.method-factor-list li {
  position: relative;
  padding-left: 20px;
  color: #344159;
  font-size: 0.92rem;
  font-weight: 650;
}

.method-two-list li::before,
.method-plain-list li::before,
.method-factor-list li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0f65b7;
  border-radius: 999px;
}

.method-note {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px !important;
  padding: 13px 16px;
  color: #4d3c20 !important;
  background: #fff8ec;
  border: 1px solid rgba(217, 132, 36, 0.22);
  border-radius: var(--radius);
  font-size: 0.92rem;
}

.method-note::before {
  content: "!";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #f0a012;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 900;
  clip-path: polygon(50% 5%, 96% 90%, 4% 90%);
}

.validation-card .method-note::before {
  content: "i";
  border-radius: 999px;
  clip-path: none;
}

.method-tax-glance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.method-tax-glance-list li {
  position: relative;
  min-height: 96px;
  padding: 17px 18px 17px 48px;
  color: #344159;
  background: #f6fbff;
  border: 1px solid rgba(15, 101, 183, 0.12);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.5;
}

.method-tax-glance-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0f65b7;
  box-shadow: inset 0 0 0 5px #dff0ff;
}

.method-section {
  margin-bottom: 18px;
}

.method-section > h2 {
  margin: 0 0 14px;
  color: #071946;
  font-size: 1.5rem;
}

.method-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.method-mini-card {
  display: grid;
  align-content: start;
  padding: 22px;
}

.method-mini-card-header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.method-mini-card-header .method-blue-icon {
  width: 54px;
  height: 54px;
}

.method-mini-card-header .method-blue-icon svg {
  width: 32px;
  height: 32px;
}

.method-mini-card-header h3 {
  margin: 0;
}

.method-mini-card p + p {
  margin-top: 12px;
}

.validation-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-color: rgba(15, 101, 183, 0.2);
}

.validation-card .backup-icon {
  margin-top: 2px;
}

.method-factor-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.method-closing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 0;
  border-color: rgba(0, 134, 91, 0.18);
}

.method-closing-card h2 {
  margin-bottom: 10px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  align-items: center;
  padding: 40px 48px 48px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid rgba(6, 23, 70, 0.08);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  color: #051345;
  text-decoration: none;
}

.footer-brand img {
  width: 210px;
  height: auto;
  max-height: 82px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 1500px) {
  .share-section {
    grid-template-columns: 1fr;
  }

  .share-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .share-status {
    grid-column: 1;
  }

  .methodology-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .methodology-flow > svg {
    display: none;
  }

  .methodology-flow div {
    min-height: 170px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    padding: 0 28px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    right: 18px;
    left: 18px;
    display: none;
    gap: 0;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  body.menu-open .site-nav {
    display: grid;
  }

  .site-nav a {
    padding: 14px 12px;
    border-radius: var(--radius);
  }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

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

  .resilience-spotlight-shell {
    grid-template-columns: 1fr;
  }

  .resilience-preview {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 72px 32px 62px;
  }

  .hero-content {
    width: min(680px, 100%);
  }

  .hero-product {
    width: min(840px, 100%);
  }

  .target-tool-panel {
    grid-template-columns: 1fr;
  }

  .target-tool-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    column-gap: 28px;
  }

  .target-tool-intro .eyebrow,
  .target-tool-intro h2 {
    grid-column: 1;
  }

  .target-tool-intro > p:not(.eyebrow) {
    grid-column: 1;
  }

  .target-tool-intro ul {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    margin-top: 0;
  }

  .hero-product-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .try-demo-section {
    padding: 30px 32px 52px;
  }

  .try-demo-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: 28px;
    padding: 30px 28px;
  }

  .try-demo-copy {
    grid-column: 1 / -1;
  }

  .try-demo-features {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .product-preview,
  .modes-grid,
  .story-section,
  .local-storage-grid,
  .trust-section,
  .about-section,
  .share-section {
    grid-template-columns: 1fr;
  }

  .share-section {
    width: 100%;
  }

  .share-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .share-status {
    grid-column: 1;
  }

  .storage-flow {
    grid-template-columns: 1fr;
  }

  .storage-flow > svg {
    justify-self: center;
    transform: rotate(90deg);
  }

  .methodology-flow {
    grid-template-columns: 1fr;
  }

  .methodology-flow > svg {
    display: none;
  }

  .method-card-grid,
  .method-two-list,
  .method-factor-list,
  .method-tax-glance-list,
  .method-closing-card {
    grid-template-columns: 1fr;
  }

  .trust-copy {
    max-width: 700px;
    padding-top: 0;
  }

  .trust-illustration {
    width: min(480px, 100%);
    margin-top: 30px;
  }

  .site-footer {
    text-align: center;
  }

  .about-art {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

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

  .brand img {
    width: 178px;
    max-height: 52px;
  }

  .site-nav {
    top: 70px;
  }

  .hero {
    min-height: auto;
    padding: 44px 22px 34px;
    align-items: start;
  }

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

  .hero-media {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.34) 100%),
      url("assets/hero-landscape.png") center bottom / cover no-repeat;
  }

  h1 {
    font-size: clamp(2.05rem, 12vw, 2.55rem);
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero-lead {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .trust-points {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .trust-points span {
    width: 34px;
    height: 34px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    margin-top: 22px;
    gap: 16px;
  }

  .hero-action-path {
    justify-items: stretch;
    gap: 10px;
  }

  .hero-action-path .button {
    min-width: 0;
  }

  .hero-action-path p {
    padding-top: 0;
    padding-left: 46px;
    text-align: left;
  }

  .hero-action-path svg {
    display: none;
  }

  .button {
    min-height: 54px;
    padding: 13px 20px;
  }

  .hero-product {
    display: none;
  }

  .target-tool-section {
    padding: 24px 18px;
  }

  .target-tool-panel {
    gap: 24px;
    padding: 24px 20px;
  }

  .target-tool-intro {
    display: block;
  }

  .target-tool-intro h2 {
    font-size: 1.78rem;
  }

  .target-tool-intro ul {
    margin-top: 18px;
  }

  .target-tool-fields,
  .target-tool-result-grid,
  .target-tool-explanation-grid,
  .target-tool-result-head {
    grid-template-columns: 1fr;
  }

  .target-tool-result-number {
    justify-items: start;
    text-align: left;
  }

  .target-tool-actions {
    display: grid;
  }

  .target-tool-actions .button {
    width: 100%;
  }

  .try-demo-section {
    padding: 24px 18px 42px;
  }

  .try-demo-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }

  .try-demo-copy h2 {
    font-size: 1.68rem;
  }

  .try-demo-copy > p {
    margin-bottom: 22px;
    font-size: 0.96rem;
  }

  .try-demo-actions,
  .try-demo-button {
    width: 100%;
  }

  .try-demo-actions {
    align-items: start;
  }

  .try-demo-note {
    margin-left: 0;
    font-size: 0.98rem;
    white-space: normal;
  }

  .try-demo-note svg {
    display: none;
  }

  .try-demo-features h3 {
    font-size: 1rem;
  }

  .try-demo-features li {
    font-size: 0.9rem;
  }

  .local-storage-shell {
    padding: 38px 20px 44px;
  }

  .local-storage-shell h1 {
    font-size: 2.15rem;
  }

  .local-storage-card {
    padding: 22px;
  }

  .method-engine-card,
  .method-tax-assumptions-card {
    padding: 22px;
  }

  .intro-card,
  .backup-card,
  .validation-card {
    grid-template-columns: 1fr;
  }

  .intro-icon,
  .backup-icon {
    width: 58px;
    height: 58px;
  }

  .storage-flow {
    padding: 14px;
  }

  .storage-flow div {
    min-height: 82px;
    padding: 14px 10px;
  }

  .methodology-flow {
    padding: 14px;
  }

  .methodology-flow div {
    min-height: 0;
    padding: 16px 12px;
  }

  .method-card-header {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .method-mini-card-header {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .method-two-list div,
  .method-mini-card {
    padding: 18px;
  }

  .local-storage-actions,
  .local-storage-actions .button {
    width: 100%;
  }

  .app-preview-section,
  .modes-section,
  .feature-band,
  .how-section,
  .tools-section,
  .trust-section,
  .about-section,
  .story-section,
  .final-cta {
    padding: 54px 22px;
  }

  .resilience-spotlight {
    padding: 8px 18px 48px;
  }

  .resilience-spotlight-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px 20px;
  }

  .resilience-spotlight-copy h2 {
    font-size: 2.15rem;
  }

  .resilience-spotlight-steps,
  .resilience-preview-summary,
  .resilience-preview-comparison {
    grid-template-columns: 1fr;
  }

  .resilience-preview-summary div + div {
    border-top: 1px solid rgba(6, 23, 70, 0.1);
    border-left: 0;
  }


  .feature-band .section-intro {
    margin-bottom: 30px;
  }

  .feature-band .eyebrow {
    padding: 7px 18px;
    font-size: 12px;
  }

  .tools-section .section-intro {
    margin-bottom: 28px;
  }

  .tools-section .section-intro p:not(.eyebrow) {
    font-size: 1rem;
  }

  .tool-image {
    height: 154px;
  }

  .tool-card-copy {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    padding: 16px 18px 20px;
  }

  .tool-icon {
    width: 58px;
    height: 58px;
  }

  .tool-grid h3 {
    font-size: 1.22rem;
  }

  .tool-grid p {
    font-size: 0.94rem;
  }

  .trust-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .trust-illustration {
    margin-top: 24px;
  }

  .trust-grid article {
    min-height: auto;
    padding: 28px 22px 26px;
  }

  .trust-card-head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .trust-icon {
    width: 76px;
    height: 76px;
  }

  .trust-proof {
    min-height: 32px;
    padding: 7px 13px;
    font-size: 11px;
  }

  .trust-grid h3 {
    margin-bottom: 18px;
    font-size: 1.55rem;
  }

  .trust-grid p {
    font-size: 0.98rem;
  }

  .balance-callout,
  .feature-grid,
  .tool-grid,
  .trust-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .story-section {
    background: #ffffff;
  }

  .story-art {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .diagnostic,
  .comparison {
    position: static;
    width: 100%;
  }

  .comparison div {
    display: grid;
    gap: 2px;
  }

  .comparison dd {
    text-align: left;
  }

  .steps-grid img {
    height: 145px;
  }

  .about-art {
    min-height: 210px;
  }

  .support-card {
    padding: 26px 22px;
  }

  .support-icon {
    width: 68px;
    height: 68px;
  }

  .share-section {
    width: calc(100% - 44px);
    margin: -24px auto 54px;
    padding: 24px 18px;
  }

  .share-actions {
    grid-template-columns: 1fr;
  }

  .share-action {
    min-height: 68px;
  }

  .final-cta {
    min-height: 620px;
  }

  .final-cta-content {
    padding-top: 0;
  }

  .final-launch {
    min-width: 100%;
    min-height: 62px;
    font-size: 1.08rem;
  }

  .site-footer {
    padding: 30px 22px;
  }

}
