:root {
  color-scheme: light;
  --ink: #17372f;
  --forest: #173e34;
  --forest-dark: #0d2d25;
  --paper: #f3f0e7;
  --paper-deep: #e7e0d2;
  --cream: #fbf7ec;
  --coral: #e96f48;
  --peach: #f3c9b7;
  --muted: #687872;
  --line: rgba(23,55,47,.15);
  --wide: min(1240px, calc(100% - 56px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-header { width: var(--wide); min-height: 84px; margin: 0 auto; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 11px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 700; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(23,55,47,.38); border-radius: 50%; color: var(--coral); font-size: 25px; font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: 32px; color: #50635d; font-size: 12px; font-weight: 750; }
.site-nav a:hover, .footer-links a:hover, .legal-meta a:hover { color: var(--coral); }
.decadeus-link { justify-self: end; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero { width: var(--wide); min-height: 660px; margin: 30px auto 48px; display: grid; grid-template-columns: minmax(0,.85fr) minmax(500px,1.15fr); gap: clamp(28px,5vw,68px); }
.hero-copy { padding: clamp(70px,9vw,110px) 0 50px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 17px; color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-title, .privacy-panel h2, .plans h2, .legal-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; }
.hero h1 { max-width: 640px; font-size: clamp(64px,7.4vw,108px); line-height: .88; }
.hero h1 em { color: var(--coral); font-weight: 500; }
.lead { max-width: 560px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 50px; padding: 0 18px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 850; }
.button-primary { background: var(--coral); color: #fff; }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.platforms { margin-top: auto; padding-top: 38px; display: flex; flex-wrap: wrap; gap: 7px; }
.platforms span { padding: 8px 10px; border-radius: 999px; background: #e1e8e1; color: #496159; font-size: 9px; font-weight: 850; }
.hero-image { min-height: 610px; margin: 0; position: relative; overflow: hidden; border-radius: 4px 4px 72px 4px; background: var(--forest); box-shadow: 0 28px 80px rgba(20,48,40,.18); }
.hero-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 58% center; }
.hero-image figcaption { position: absolute; left: 20px; bottom: 20px; padding: 8px 10px; border-radius: 4px; background: rgba(13,45,37,.8); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.promise { min-height: 100px; padding: 22px max(28px,calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-around; gap: 20px; background: var(--forest); color: #fff; }
.promise p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px,2vw,28px); }
.promise span { color: var(--coral); font-size: 26px; }
.section { width: var(--wide); margin: 0 auto; padding: clamp(90px,10vw,135px) 0; }
.section-head { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.62fr); align-items: end; gap: 70px; }
.section-title, .privacy-panel h2, .plans h2 { font-size: clamp(44px,5vw,72px); line-height: .97; }
.section-head > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 260px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature > span { color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.feature h3 { margin: 52px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.08; }
.feature p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.privacy-panel { padding: clamp(80px,9vw,120px) max(28px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: minmax(0,1fr) minmax(310px,.65fr); align-items: end; gap: 75px; background: var(--forest); color: #fff; }
.privacy-panel .eyebrow { color: #f49a76; }
.privacy-panel p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.8; }
.privacy-panel a { margin-top: 25px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); display: inline-block; font-size: 11px; font-weight: 850; }
.steps { margin: 65px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.steps li { min-height: 150px; padding: 24px; border: 1px solid rgba(23,55,47,.09); border-radius: 8px; background: var(--cream); }
.steps span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--peach); font-family: Georgia,serif; font-weight: 700; }
.steps strong { display: block; margin-top: 22px; font-family: Georgia,serif; font-size: 22px; }
.steps p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.plans { padding: clamp(90px,10vw,135px) max(28px,calc((100vw - 1240px)/2)); background: var(--paper-deep); }
.plans > p { max-width: 670px; color: var(--muted); line-height: 1.7; }
.plan-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.plan { min-height: 220px; padding: 27px; display: flex; flex-direction: column; border-radius: 7px; }
.plan > span { font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.plan strong { margin-top: auto; font-family: Georgia,serif; font-size: clamp(28px,3vw,41px); }
.plan p { margin: 10px 0 0; font-size: 10px; opacity: .66; }
.plan-light { background: var(--cream); }
.plan-coral { background: var(--peach); }
.plan-green { background: var(--forest); color: #fff; }
.site-footer { padding: 58px max(28px,calc((100vw - 1240px)/2)) 28px; background: var(--forest-dark); color: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.site-footer .brand-mark { border-color: rgba(255,255,255,.4); }
.footer-copy { max-width: 420px; margin: 17px 0 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.6; }
.footer-links { justify-self: end; display: grid; grid-template-columns: repeat(2,auto); gap: 12px 30px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 750; }
.copyright { grid-column: 1/-1; margin: 25px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 9px; }

/* Legal pages */
.legal-main { width: min(960px,calc(100% - 56px)); margin: 0 auto; padding: 78px 0 125px; }
.legal-hero { max-width: 820px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(50px,7vw,86px); line-height: .93; }
.legal-hero > p:not(.eyebrow) { max-width: 700px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.legal-meta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px 26px; color: #697873; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.draft { margin: 38px 0 0; padding: 20px 22px; border-left: 3px solid var(--coral); background: #f7ded2; }
.draft strong { font-family: Georgia,serif; font-size: 19px; }
.draft p { margin: 6px 0 0; color: #795e54; font-size: 11px; line-height: 1.6; }
.legal-content { max-width: 830px; }
.legal-content section { padding-top: 44px; }
.legal-content h2 { margin: 0 0 17px; font-family: Georgia,serif; font-size: clamp(25px,3vw,34px); line-height: 1.1; }
.legal-content h3 { margin: 0 0 6px; font-family: Georgia,serif; font-size: 19px; }
.legal-content p, .legal-content li { color: #52665f; font-size: 13px; line-height: 1.8; }
.legal-content p { margin: 11px 0 0; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: #b64f31; text-decoration: underline; text-underline-offset: 3px; }
.identity { margin: 18px 0; border-top: 1px solid var(--line); }
.identity div { padding: 13px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 180px 1fr; gap: 22px; }
.identity dt { font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.identity dd { margin: 0; color: var(--muted); font-size: 12px; }
.legal-table { margin: 22px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.legal-table div { display: grid; grid-template-columns: 1fr 1.35fr 1fr; }
.legal-table span, .legal-table strong { padding: 12px 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #52665f; font-size: 11px; line-height: 1.5; }
.legal-table div:first-child > * { background: var(--forest); color: #fff; font-size: 9px; text-transform: uppercase; }
.deletion-steps { padding-left: 20px; }

@media (max-width: 900px) {
  :root { --wide: min(760px,calc(100% - 38px)); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 550px; }
  .hero-image { min-height: 500px; }
  .section-head, .privacy-panel { grid-template-columns: 1fr; gap: 35px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .steps, .plan-grid { grid-template-columns: 1fr; }
  .plan { min-height: 150px; }
  .plan strong { margin-top: 45px; }
}
@media (max-width: 600px) {
  :root { --wide: calc(100% - 28px); }
  .site-header { min-height: 70px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 30px; height: 30px; font-size: 21px; }
  .decadeus-link { font-size: 8px; }
  .hero { margin-top: 8px; }
  .hero-copy { min-height: 510px; padding: 58px 3px 35px; }
  .hero h1 { font-size: clamp(56px,19vw,76px); }
  .lead { font-size: 14px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .button { width: 100%; }
  .hero-image { min-height: 370px; border-radius: 4px 4px 40px 4px; }
  .promise { min-height: 85px; padding: 18px 15px; gap: 7px; }
  .promise p { font-size: 15px; text-align: center; }
  .feature-grid { grid-template-columns: 1fr; }
  .privacy-panel, .plans { padding-left: 18px; padding-right: 18px; }
  .site-footer { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
  .footer-links { justify-self: start; grid-template-columns: 1fr; }
  .copyright { margin-top: 0; }
  .legal-main { width: calc(100% - 30px); padding-top: 62px; }
  .legal-hero h1 { font-size: 49px; }
  .identity div { grid-template-columns: 1fr; gap: 5px; }
  .legal-table { overflow-x: auto; }
  .legal-table div { min-width: 580px; }
}
