:root {
  --ink: #082c29;
  --pine: #073c38;
  --pine-deep: #032725;
  --mint: #19c8c9;
  --mint-bright: #2cdbd7;
  --paper: #f4f3ed;
  --cream: #fffdf8;
  --gold: #f4ce68;
  --text: #172d2a;
  --muted: #657370;
  --line: rgba(8, 44, 41, .16);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--mint); color: var(--pine-deep); font-size: 31px; font-weight: 900; line-height: 1; }
.brand > span:last-child { display: flex; flex-direction: column; gap: 1px; }
.brand b { font-size: 22px; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.brand small { font-size: 10px; letter-spacing: .08em; opacity: .67; text-transform: uppercase; }

.button { display: inline-flex; min-height: 56px; padding: 0 29px; align-items: center; justify-content: center; border-radius: 999px; font-size: 15px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: var(--pine-deep); }
.button-primary:hover { background: var(--mint-bright); }
.status-label { display: flex; margin: 0 0 25px; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.status-label span { width: 34px; height: 2px; background: var(--mint); }
.status-label.dark { color: #63736f; }
.status-label.light { color: rgba(255,255,255,.66); }

.reconstruction-page { min-height: 100vh; background: var(--pine-deep); color: white; }
.reconstruction-shell { position: relative; display: flex; width: min(100% - 64px, 1320px); min-height: 100vh; margin: 0 auto; padding: 48px 0 36px; flex-direction: column; overflow: hidden; }
.reconstruction-shell::before { position: absolute; z-index: 0; top: 11%; right: -11%; width: min(59vw, 760px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); content: ""; }
.reconstruction-shell::after { position: absolute; z-index: 0; top: 30%; right: 11%; width: 18px; height: 18px; border-radius: 5px; background: var(--gold); box-shadow: 0 0 0 11px rgba(244,206,104,.1); content: ""; transform: rotate(17deg); }
.reconstruction-shell > * { position: relative; z-index: 1; }
.reconstruction-copy { width: min(720px, 72%); margin: auto 0; padding: 90px 0; }
.reconstruction-copy h1 { margin: 0; font-size: clamp(70px, 9vw, 138px); font-weight: 720; letter-spacing: -.065em; line-height: .84; }
.reconstruction-copy > p:not(.status-label) { max-width: 620px; margin: 37px 0 38px; color: rgba(255,255,255,.68); font-size: 19px; line-height: 1.65; }
.reconstruction-shell footer { display: flex; padding-top: 28px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.55); font-size: 13px; }
.reconstruction-shell footer a { color: rgba(255,255,255,.78); }

.promo-page { background: var(--cream); }
.promo-header { display: flex; width: min(100% - 64px, 1320px); height: 100px; margin: 0 auto; align-items: center; justify-content: space-between; color: var(--ink); }
.askona-wordmark { width: 142px; filter: brightness(0); }
.promo-hero { display: grid; min-height: 560px; padding: 92px max(32px, calc((100vw - 1320px) / 2)); grid-template-columns: 1.25fr .75fr; align-items: center; gap: 90px; background: radial-gradient(circle at 78% 30%, rgba(25,200,201,.18), transparent 24%), linear-gradient(140deg, #084b45, #062e2c 67%, #032725); color: white; }
.promo-copy h1 { margin: 0; font-size: clamp(58px, 6vw, 92px); letter-spacing: -.06em; line-height: .95; }
.promo-lead { max-width: 760px; margin: 32px 0 0; color: rgba(255,255,255,.75); font-size: 21px; line-height: 1.58; }
.promo-lead strong { color: white; }
.promo-reminder { display: grid; padding: 38px; grid-template-columns: 76px 1fr; gap: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(255,255,255,.055); }
.promo-reminder > span { display: grid; width: 70px; height: 70px; place-items: center; border-radius: 21px; background: var(--gold); color: #493d16; font-size: 31px; font-weight: 850; }
.promo-reminder p { margin: 4px 0 0; color: rgba(255,255,255,.69); font-size: 15px; line-height: 1.55; }
.promo-reminder b { display: block; margin-bottom: 8px; color: white; font-size: 20px; }

.usage-section, .rules-note { display: grid; width: min(100% - 64px, 1320px); margin: 0 auto; padding: 108px 0; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.section-title h2, .rules-note h2 { margin: 0; color: var(--ink); font-size: clamp(42px, 4.5vw, 65px); letter-spacing: -.05em; line-height: 1.03; }
.usage-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.usage-steps li { display: grid; padding: 25px 0; grid-template-columns: 48px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.usage-steps li > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: #e4efeb; color: #008c8e; font-size: 12px; font-weight: 800; }
.usage-steps b { color: var(--ink); font-size: 18px; }
.usage-steps p { margin: 7px 0 0; color: var(--muted); font-size: 15px; line-height: 1.52; }

.addresses-section { padding: 102px max(32px, calc((100vw - 1320px) / 2)); background: var(--pine); color: white; }
.addresses-heading { display: grid; margin-bottom: 52px; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; }
.addresses-heading .status-label { grid-column: 1 / -1; }
.addresses-heading h2 { margin: 0; font-size: clamp(47px, 5vw, 70px); letter-spacing: -.05em; line-height: 1; }
.addresses-heading > p:not(.status-label) { max-width: 480px; margin: 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.6; }
.address-list { border-top: 1px solid rgba(255,255,255,.22); }
.address-list article { display: grid; min-height: 170px; padding: 34px 0; grid-template-columns: 70px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.22); }
.address-number { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.address-list small { color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.address-list h3 { margin: 8px 0 0; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.035em; }
.address-list p { margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }
.address-list a { padding: 12px 19px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.address-list a:hover { background: white; color: var(--pine); }

.rules-note > div:last-child > p { margin: 0; color: #52615e; font-size: 17px; line-height: 1.7; }
.legal-links { display: flex; margin-top: 31px; gap: 28px; color: #008c8e; font-size: 14px; font-weight: 750; flex-wrap: wrap; }
.promo-footer { display: flex; min-height: 112px; padding: 32px max(32px, calc((100vw - 1320px) / 2)); align-items: center; justify-content: space-between; gap: 30px; background: #031f1e; color: rgba(255,255,255,.6); font-size: 13px; }
.promo-footer a { color: white; font-weight: 700; }

.not-found-page { min-height: 100vh; padding: 30px; background: var(--pine-deep); color: white; }
.not-found-card { width: min(100%, 720px); margin: 0 auto; padding: 8vh 0; }
.error-number { margin: 15vh 0 0; color: var(--mint); font-size: clamp(90px, 18vw, 190px); font-weight: 850; letter-spacing: -.08em; line-height: .8; }
.not-found-card h1 { margin: 38px 0 0; font-size: clamp(36px, 6vw, 60px); letter-spacing: -.04em; }
.not-found-card > p:not(.error-number) { color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.55; }
.not-found-card .button { margin-top: 25px; }

@media (max-width: 900px) {
  .reconstruction-shell { width: calc(100% - 40px); }
  .reconstruction-copy { width: 100%; }
  .promo-header { width: calc(100% - 40px); height: 86px; }
  .promo-hero { padding: 75px 24px; grid-template-columns: 1fr; gap: 45px; }
  .promo-reminder { max-width: 590px; }
  .usage-section, .rules-note { width: calc(100% - 48px); padding: 82px 0; grid-template-columns: 1fr; gap: 42px; }
  .addresses-section { padding: 82px 24px; }
  .addresses-heading { grid-template-columns: 1fr; gap: 25px; }
  .address-list article { grid-template-columns: 52px 1fr; }
  .address-list article > a { width: max-content; margin-left: 82px; grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; font-size: 28px; }
  .brand b { font-size: 19px; }
  .reconstruction-shell { padding-top: 25px; }
  .reconstruction-copy { padding: 70px 0; }
  .reconstruction-copy h1 { font-size: clamp(61px, 20vw, 82px); }
  .reconstruction-copy > p:not(.status-label) { font-size: 16px; }
  .reconstruction-copy .button { width: 100%; }
  .reconstruction-shell footer { align-items: flex-start; flex-direction: column; gap: 13px; }
  .askona-wordmark { width: 103px; }
  .promo-hero { padding: 62px 20px; }
  .promo-copy h1 { font-size: clamp(43px, 13vw, 61px); }
  .promo-lead { font-size: 17px; }
  .promo-reminder { padding: 25px; grid-template-columns: 54px 1fr; gap: 17px; }
  .promo-reminder > span { width: 52px; height: 52px; border-radius: 16px; font-size: 24px; }
  .promo-reminder b { font-size: 17px; }
  .promo-reminder p { font-size: 14px; }
  .usage-section, .rules-note { width: calc(100% - 40px); padding: 68px 0; }
  .section-title h2, .rules-note h2 { font-size: 40px; }
  .usage-steps li { grid-template-columns: 40px 1fr; }
  .addresses-section { padding: 68px 20px; }
  .addresses-heading h2 { font-size: 44px; }
  .address-list article { padding: 28px 0; grid-template-columns: 1fr; gap: 16px; }
  .address-number { margin-bottom: 2px; }
  .address-list article > a { width: 100%; margin-left: 0; justify-self: stretch; grid-column: auto; text-align: center; }
  .promo-footer { padding: 33px 20px; align-items: flex-start; flex-direction: column; }
}

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

