:root {
  --ink: #0a2540;
  --muted: #53657a;
  --gold: #d8ad00;
  --gold-dark: #a9830c;
  --cream: #f6f9fc;
  --paper: #fff;
  --white: #fff;
  --line: #ded8c9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Outfit", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 96px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 180px; height: auto; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid var(--gold);
  border-radius: 99px;
  color: #111;
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(174, 134, 6, .18);
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: #d9b42d; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #806500; outline-offset: 4px; }
.button-small { min-height: 43px; padding-inline: 20px; font-size: .9rem; box-shadow: none; }
.button-outline { color: var(--gold-dark); background: rgba(255,255,255,.78); box-shadow: 0 4px 8px -2px rgba(0,0,0,.08); }
.button-outline:hover { background: #fff9df; }
.text-link { font-weight: 700; text-underline-offset: 5px; text-decoration-color: var(--gold); }

.hero {
  min-height: 740px;
  padding: 80px 0 220px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 920px;
  height: 390px;
  right: 50%;
  top: auto;
  bottom: -165px;
  border: 1px solid rgba(204, 165, 31, .25);
  border-radius: 50%;
  box-shadow: inset 0 0 0 58px var(--paper), inset 0 0 0 59px rgba(204, 165, 31, .18), inset 0 0 0 116px var(--paper), inset 0 0 0 117px rgba(204, 165, 31, .14), inset 0 0 0 174px var(--paper), inset 0 0 0 175px rgba(204, 165, 31, .11);
  transform: translateX(50%);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .5; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(66,71,112,.09) calc(25% - 1px) 25%); }
.eyebrows { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 34px; }
.eyebrows span {
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: #5e594c;
  background: rgba(255,255,255,.7);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrows .status { border-color: #dfca78; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--gold); }
.kicker, .section-label {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font: 700 .75rem/1.2 "Manrope", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: "Outfit", sans-serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 997px; margin-bottom: 28px; font-size: clamp(3.7rem, 7vw, 6.5rem); font-weight: 600; }
h1 em { color: var(--gold); font-style: normal; }
.hero-copy { max-width: 760px; margin: 0 0 34px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; }
.timing-note { max-width: 650px; margin: 24px 0 0; color: #69798a; font-size: .84rem; }

.mission { padding: 128px 0; color: var(--white); background: var(--ink); }
.mission-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 10%; }
.mission h2, .section-heading h2 { margin-bottom: 0; font-size: clamp(2.35rem, 5vw, 4.6rem); }
.mission .lead { max-width: 650px; margin: 0 0 30px; color: var(--white); font-size: 1.5rem; line-height: 1.55; }
.mission p:not(.section-label):not(.lead) { max-width: 620px; margin: 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); color: #adbac7; font-size: 1.05rem; }

.prototype { padding: 112px 0; overflow: hidden; background: #eee9dc; }
.prototype-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 6%; }
.prototype-copy h2 { margin-bottom: 25px; font-size: clamp(2.8rem, 5vw, 5rem); }
.prototype-copy .lead { max-width: 560px; color: #4f4d47; font-size: 1.2rem; }
.feature-list { margin: 38px 0; padding: 0; list-style: none; border-top: 1px solid #d4cbb7; }
.feature-list li { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid #d4cbb7; }
.feature-list span { color: var(--muted); font-size: .92rem; }
.concept-note { color: #757168; font-size: .78rem; }
.demo-shell { position: relative; display: grid; justify-items: center; }
.demo-shell::before { content: ""; position: absolute; z-index: 0; width: 580px; height: 580px; top: 50%; left: 50%; border: 1px solid rgba(169,131,12,.2); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 0 85px #eee9dc, inset 0 0 0 86px rgba(169,131,12,.17), inset 0 0 0 170px #eee9dc, inset 0 0 0 171px rgba(169,131,12,.12); }
.demo-shell > p { z-index: 1; margin: 15px 0 0; color: #777168; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sample-demo { max-width: 1160px; margin: 110px auto 0; padding-top: 90px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8%; border-top: 1px solid #d4cbb7; }
.demo-video-frame { width: min(390px,100%); justify-self: center; overflow: hidden; border: 9px solid #151515; border-radius: 42px; background: #fff; box-shadow: 0 22px 55px rgba(54,45,23,.18); }
.demo-video-frame video { width: 100%; display: block; }
.sample-demo h3 { margin: 8px 0 20px; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.05; }
.sample-demo > div > p:not(.section-label):not(.static-demo-note) { color: #4f4d47; font-size: 1.12rem; }
.sample-demo ol { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid #d4cbb7; }
.sample-demo li { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid #d4cbb7; }
.sample-demo li span { color: var(--muted); }
.static-demo-note { padding: 18px 20px; border-radius: 10px; color: #59636d; background: rgba(255,255,255,.58); font-size: .86rem; }
.phone { width: min(410px, 100%); height: 820px; padding: 12px 12px 9px; position: relative; z-index: 1; display: flex; flex-direction: column; overflow: hidden; border: 9px solid #151515; border-radius: 48px; color: #111827; background: #f4f4f4; box-shadow: 0 28px 65px rgba(54,45,23,.22); font-family: Arial, sans-serif; }
.phone::before { content: ""; position: absolute; z-index: 2; width: 76px; height: 18px; top: 11px; left: 50%; border-radius: 20px; background: #151515; transform: translateX(-50%); }
.phone button { font: inherit; }
.phone-top { height: 28px; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; padding: 0 7px; font-size: .66rem; font-weight: 700; background: #fff; }
.app-screen { flex: 1; min-height: 0; overflow: hidden; padding: 12px 7px 6px; animation: panel-in .2s ease; }
.app-screen[hidden] { display: none; }
@keyframes panel-in { from { opacity: 0; transform: translateY(4px); } }
.concept-home { padding: 28px 16px 18px; background: #fff; }
.concept-home header { padding: 14px 4px 24px; }
.concept-home header small { color: #b18d00; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.concept-home header h3 { margin: 12px 0; font-size: 1.65rem; line-height: 1.15; }
.concept-home header p { margin: 0; color: #536172; font-size: 1rem; line-height: 1.5; }
.concept-steps { display: grid; gap: 14px; }
.concept-steps article { min-height: 105px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 16px; padding: 18px; border: 1px solid #e4e7eb; border-radius: 12px; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.06); }
.concept-steps article > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #dfb200; font-size: 1.65rem; }
.concept-steps article div { display: grid; gap: 5px; }
.concept-steps b { font-size: 1.08rem; }
.concept-steps p { margin: 0; color: #5d6875; font-size: .88rem; line-height: 1.35; }
.limited-preview { margin-top: 18px; padding: 16px; display: grid; gap: 3px; border-radius: 10px; color: #fff; background: #0a2540; text-align: center; }
.limited-preview strong { font-size: .92rem; }
.limited-preview span { color: #c4cfda; font-size: .78rem; }
.app-welcome { display: flex; align-items: start; justify-content: space-between; padding: 3px 4px 10px; }
.app-welcome div { display: grid; }
.app-welcome strong { font-size: 1.05rem; }
.app-welcome i { display: inline-grid; width: 12px; height: 12px; place-items: center; border-radius: 50%; color: #fff; background: #18b578; font-size: .5rem; font-style: normal; }
.app-welcome small { color: #505968; font-size: .8rem; }
.notification-row { height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; border-radius: 8px; background: #fff; font-size: .88rem; }
.notification-row span { width: 30px; height: 15px; padding: 2px; display: flex; justify-content: flex-end; border-radius: 20px; background: #e4b900; }
.notification-row span::after { content: ""; width: 11px; height: 11px; border-radius: 50%; background: #fff; }
.app-card { margin-top: 12px; padding: 15px; border-radius: 10px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.account-card { display: grid; gap: 6px; }
.account-card > div:not(.app-card-actions) { display: flex; justify-content: space-between; font-size: .82rem; }
.app-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.app-card-actions button { min-height: 36px; border: 1px solid #e4b900; border-radius: 5px; background: #fff; font-size: .75rem; cursor: pointer; }
.app-card-actions button:disabled, .dashboard button:disabled { cursor: default; opacity: .72; }
.timer-card { display: grid; justify-items: center; gap: 5px; }
.timer-card > strong { justify-self: start; font-size: .88rem; }
.timer-card b { font-size: 2rem; }
.app-primary { min-height: 34px; border: 0; border-radius: 4px; color: #fff; background: #22b77a; cursor: pointer; font-size: .7rem; }
.timer-card .app-primary { width: 100%; }
.compact-card { display: grid; gap: 4px; }
.card-title, .compact-card label { display: flex; align-items: center; justify-content: space-between; }
.compact-card strong, .card-title h3 { margin: 0; font-size: .94rem; }
.compact-card small, .compact-card label { color: #5f6873; font-size: .73rem; font-style: normal; }
.compact-card em { color: #303b4a; font-style: normal; }
.compact-card > b { text-align: center; font-size: .78rem; }
.app-progress { height: 4px; overflow: hidden; border-radius: 5px; background: #e9edf0; }
.app-progress i { display: block; height: 100%; background: #e4b900; }
.promo-card { display: grid; grid-template-columns: 1fr auto; gap: 6px; }
.promo-card div { display: grid; }
.promo-card strong, .verify-card > strong { font-size: .78rem; }
.promo-card small, .verify-card small { color: #69727d; font-size: .6rem; }
.promo-card > span { font-size: 1.2rem; }
.promo-card button, .verify-card button { grid-column: 1/-1; min-height: 31px; border: 0; border-radius: 4px; color: #fff; background: #e4b900; cursor: pointer; font-size: .64rem; }
.verify-card { gap: 5px; }
.screen-title { min-height: 32px; display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; text-align: center; }
.screen-title button { width: 26px; height: 26px; border: 0; border-radius: 6px; background: #fff; cursor: pointer; font-size: 1.25rem; }
.screen-title strong { font-size: 1rem; }
.task-screen { position: relative; background: #fff; }
.task-card { display: grid; justify-items: center; padding: 18px 14px; gap: 14px; }
.task-card h3, .instructions h3 { margin: 0; font-size: 1.05rem; }
.task-card p { margin: 0; color: #d1a600; text-align: center; font-size: .88rem; line-height: 1.45; }
.task-card > b { font-size: 2.25rem; letter-spacing: .05em; }
.tilt-visual { width: 130px; height: 130px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #f6b74f; box-shadow: 0 8px 25px rgba(0,0,0,.06); }
.tilt-visual span { font-size: 3rem; filter: grayscale(1) brightness(0) invert(1); }
.task-card > strong { font-size: .95rem; }
.task-demo-button { width: 100%; min-height: 40px; border: 0; border-radius: 5px; color: #fff; background: #22b77a; cursor: pointer; font-weight: 700; }
.instructions { padding: 14px; }
.instructions ul { margin: 10px 0 0; padding-left: 17px; color: #4f5966; font-size: .68rem; }
.segment-tabs { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border-radius: 7px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.05); font-size: .84rem; text-align: center; }
.segment-tabs > * { padding: 7px 4px; font-weight: 400; }
.segment-tabs b { border-radius: 6px; color: #fff; background: #e4b900; }
.streak-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.streak-cards article { display: grid; justify-items: center; gap: 12px; padding: 17px 8px; border-radius: 7px; background: #fff; }
.streak-cards b { font-size: 1.7rem; }
.streak-cards span { font-size: .68rem; }
.share-streak { width: 100%; margin-top: 10px; }
.progress-detail h3, .achievement-list h3 { margin: 0 0 12px; font-size: .94rem; }
.progress-detail { display: grid; gap: 9px; }
.progress-detail label { display: flex; justify-content: space-between; color: #4f5966; font-size: .67rem; }
.progress-detail label em { font-style: normal; }
.progress-detail label strong { color: #18ae74; }
.achievement-list > .card-title small { color: #18ae74; }
.achievement-list > p { padding: 8px; border-radius: 5px; color: #66717e; background: #f1f5f7; font-size: .62rem; }
.achievement-list article { display: grid; grid-template-columns: 1fr auto; padding: 8px 2px; border-bottom: 1px solid #e8e8e8; }
.achievement-list article b { font-size: .68rem; }
.achievement-list article > span { color: #18ae74; }
.achievement-list article small, .achievement-list article em { grid-column: 1/-1; color: #58636f; font-size: .58rem; font-style: normal; }
.market-tabs { grid-template-columns: repeat(3,1fr); margin-bottom: 10px; }
.points-card { display: grid; justify-items: center; gap: 4px; padding: 15px; border: 1px solid #e4b900; border-radius: 11px; background: #fffdf4; }
.points-card b { font-size: 1.45rem; }
.points-card span { font-size: .82rem; }
.filter-pills { display: flex; gap: 6px; margin: 12px 0; overflow: hidden; white-space: nowrap; font-size: .68rem; }
.filter-pills > * { padding: 6px 11px; border: 1px solid #e6e8ea; border-radius: 20px; font-weight: 400; }
.filter-pills b { border-color: #e4b900; color: #fff; background: #e4b900; }
.market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.market-grid article { min-height: 112px; display: grid; justify-items: center; align-content: space-between; padding: 10px 7px 7px; border: 1px solid #e3e6e8; border-radius: 6px; background: #fff; text-align: center; }
.market-grid article > span { font-size: 1.05rem; }
.market-grid article b { font-size: .78rem; }
.market-grid article small { font-size: .7rem; }
.market-grid button { width: 100%; min-height: 30px; border: 0; border-radius: 4px; color: #fff; background: #e4b900; cursor: pointer; font-size: .7rem; }
.market-disclaimer { margin: 8px 0 0; color: #707985; text-align: center; font-size: .66rem; }
.task-modal { position: absolute; inset: 0; z-index: 4; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.56); }
.task-modal[hidden] { display: none; }
.task-modal > div { width: 100%; padding: 28px 20px 18px; border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.22); text-align: center; }
.task-modal h3 { margin-bottom: 14px; font-size: 1.2rem; }
.task-modal p { margin-bottom: 22px; color: #4f5966; font-size: .8rem; }
.task-modal button { width: 100%; min-height: 38px; border: 0; border-radius: 5px; color: #fff; background: #d5ad22; cursor: pointer; font-weight: 700; }
.app-tabs { flex: 0 0 auto; display: grid; grid-template-columns: repeat(6,1fr); padding: 8px 4px 2px; border-top: 1px solid #e1e4e7; background: #fff; }
.app-tabs button { min-height: 34px; display: grid; place-items: center; border: 0; color: #8ba4c1; background: none; cursor: pointer; }
.app-tabs svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.app-tabs button.active { color: #d4a900; font-weight: 800; }
.app-tabs button:disabled { cursor: default; opacity: .55; }

.privacy-section { padding: 112px 0; position: relative; overflow: hidden; background: #fff; }
.privacy-section::before { content: ""; position: absolute; width: 900px; height: 430px; right: -220px; bottom: -210px; opacity: .18; border: 1px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 32px #fff, inset 0 0 0 33px var(--gold), inset 0 0 0 65px #fff, inset 0 0 0 66px var(--gold), inset 0 0 0 98px #fff, inset 0 0 0 99px var(--gold); }
.privacy-wrap { position: relative; z-index: 1; }
.privacy-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.privacy-heading h2 { margin-bottom: 18px; font-size: clamp(2.5rem,5vw,4.5rem); }
.privacy-heading h2 em { color: var(--gold); font-style: normal; }
.privacy-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.privacy-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.privacy-cards article { padding: 32px 25px; border: 1px solid #e4e7eb; border-radius: 16px; text-align: center; background: rgba(255,255,255,.9); box-shadow: 0 2px 20px -2px rgba(0,0,0,.09); }
.privacy-cards article > span, .verification-note > span { width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--gold); font-size: 1.65rem; }
.privacy-cards h3 { margin-bottom: 10px; font-size: 1.2rem; }
.privacy-cards p { margin: 0; color: var(--muted); font-size: .9rem; }
.verification-note { margin-top: 32px; padding: 32px; display: grid; justify-items: center; border: 1px solid #e4e7eb; border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 2px 20px -2px rgba(0,0,0,.09); text-align: center; }
.verification-note p { max-width: 760px; margin: 0; color: var(--muted); }
.privacy-disclaimer { max-width: 800px; margin: 22px auto 0; color: #6f7882; text-align: center; font-size: .78rem; }

.rewards-concept { padding: 112px 0; position: relative; overflow: hidden; background: var(--cream); }
.rewards-concept::before { content: ""; position: absolute; inset: 0; opacity: .45; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(66,71,112,.08) calc(25% - 1px) 25%); pointer-events: none; }
.rewards-heading { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8%; margin-bottom: 55px; }
.rewards-heading h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.rewards-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.reward-cards { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.reward-cards article { min-height: 320px; padding: 8px 32px 32px; overflow: hidden; border: 1px solid #e1e6ec; border-radius: 16px; background: rgba(255,255,255,.8); box-shadow: 0 2px 20px -2px rgba(0,0,0,.08); }
.reward-cards article::before { content: ""; display: block; height: 8px; margin: 0 -32px 28px; background: var(--gold); }
.reward-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 16px; color: var(--gold-dark); background: #fcf7e6; font-size: 2rem; }
.reward-cards h3 { margin-bottom: 12px; font-size: 1.5rem; font-weight: 500; }
.reward-cards p { color: var(--muted); }
.reward-cards small { display: inline-block; margin-top: 12px; padding: 7px 13px; border-radius: 99px; color: #787887; background: #f1f2f4; }

.impact { padding: 105px 0; }
.section-heading { max-width: 830px; margin-bottom: 55px; }
.section-heading.narrow { max-width: 690px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.stats article { display: grid; gap: 7px; padding: 45px 32px; border-right: 1px solid var(--line); }
.stats article:first-child { padding-left: 0; }
.stats article:last-child { border: 0; }
.stats strong { color: var(--gold-dark); font: 800 clamp(2.7rem, 6vw, 5rem)/1 "Outfit", sans-serif; letter-spacing: -.05em; }
.stats span { max-width: 180px; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; padding: 60px 0 40px; }
.problem-grid > p { margin: 0; font: 600 clamp(1.55rem, 3vw, 2.25rem)/1.35 "Outfit", sans-serif; letter-spacing: -.025em; }
.problem-grid ul, .credentials { margin: 0; padding: 0; list-style: none; }
.problem-grid li, .credentials li { position: relative; margin-bottom: 12px; padding-left: 24px; }
.problem-grid li::before, .credentials li::before { content: ""; position: absolute; top: .65em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.references { color: var(--muted); border-top: 1px solid var(--line); font-size: .84rem; }
.references summary { padding: 20px 0; color: var(--ink); cursor: pointer; font-weight: 700; }
.references ol { margin: 0; padding: 0 0 15px 20px; }
.references li { margin-bottom: 8px; }

.team-section { padding: 112px 0; background: var(--cream); }
.founder-card {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 8%;
  padding: 54px;
  border: 1px solid #ded7c7;
  border-radius: 26px;
  background: rgba(255,255,255,.52);
}
.founder-heading { display: flex; align-items: center; gap: 20px; align-self: start; }
.founder-heading img { width: 76px; height: 76px; border: 2px solid var(--gold); border-radius: 50%; }
.founder-heading p { margin: 0 0 5px; color: var(--gold-dark); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.founder-heading h3 { margin: 0; font-size: 1.65rem; }
.founder-copy > p { margin-top: 0; color: #4f4d47; font-size: 1.05rem; }
.credentials { margin: 28px 0; padding-top: 25px; border-top: 1px solid var(--line); font-size: .92rem; }
.credentials li::before { width: 6px; height: 6px; }
.recognition { padding-top: 25px; border-top: 1px solid var(--line); }
.recognition h4 { margin: 0 0 18px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.recognition ul { margin: 0 0 22px; padding-left: 20px; color: #4f4d47; font-size: .92rem; }
.recognition li { margin-bottom: 12px; padding-left: 5px; }
.board { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8%; margin-top: 55px; padding: 42px 0 0; border-top: 1px solid #d1c7b4; }
.board > div { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.board p { margin-top: 0; }
.board article { padding-left: 22px; border-left: 3px solid var(--gold); }
.board h3 { margin: 0 0 10px; font-size: 1.2rem; }
.board article p { color: #4f4d47; }
.board small { color: var(--gold-dark); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.cta { margin-block: 72px; padding: 72px clamp(30px, 7vw, 85px); overflow: hidden; position: relative; border-radius: 28px; color: var(--white); background: var(--ink); }
.cta::after { content: ""; position: absolute; width: 340px; height: 340px; right: -70px; bottom: -190px; border: 60px solid var(--gold); border-radius: 50%; opacity: .8; }
.cta h2 { margin-bottom: 15px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.cta > p:not(.section-label) { margin: 0 0 28px; color: #aaa89f; font-size: 1.1rem; }
.cta .button { position: relative; z-index: 1; }
.button-light { border-color: var(--white); background: var(--white); box-shadow: none; }
.button-light:hover { background: #f0ede5; }

footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: #77746b; font-size: .78rem; letter-spacing: .05em; }
footer img { width: 120px; opacity: .72; }

@media (max-width: 980px) {
  .prototype-grid { grid-template-columns: 1fr; gap: 55px; }
  .prototype-copy { max-width: 680px; }
  .sample-demo { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  .wrap, .site-header { width: min(100% - 32px, 1120px); }
  .site-header { height: 78px; }
  .brand img { width: 142px; }
  .site-header .button span { display: none; }
  .button-small { min-height: 40px; padding-inline: 15px; }
  .hero { min-height: 650px; padding: 55px 0 180px; }
  .hero::after { width: 620px; height: 280px; right: 50%; top: auto; bottom: -120px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .mission, .prototype, .rewards-concept, .impact, .team-section { padding-block: 80px; }
  .mission-grid, .prototype-grid, .problem-grid, .founder-card, .board { grid-template-columns: 1fr; gap: 55px; }
  .section-heading { margin-bottom: 45px; }
  .stats { grid-template-columns: 1fr; }
  .stats article, .stats article:first-child { grid-template-columns: 120px 1fr; align-items: center; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stats article:last-child { border-bottom: 0; }
  .stats strong { font-size: 2.8rem; }
  .problem-grid { padding-top: 55px; }
  .feature-list li { grid-template-columns: 1fr; gap: 3px; }
  .rewards-heading { grid-template-columns: 1fr; gap: 24px; }
  .reward-cards { grid-template-columns: 1fr; }
  .reward-cards article { min-height: 0; }
  .sample-demo { margin-top: 75px; padding-top: 65px; }
  .sample-demo li { grid-template-columns: 1fr; gap: 5px; }
  .privacy-cards { grid-template-columns: 1fr; }
  .privacy-section { padding-block: 80px; }
  .verification-note { padding: 28px 20px; }
  .demo-shell::before { width: 440px; height: 440px; }
  .phone { min-height: 625px; }
  .founder-card { padding: 30px 24px; }
  .founder-heading { align-items: flex-start; }
  .founder-heading h3 { font-size: 1.3rem; }
  .board > div { grid-template-columns: 1fr; gap: 12px; }
  .cta { margin-block: 60px; padding-block: 58px; }
  .cta::after { opacity: .35; }
  footer { padding-block: 28px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
