:root {
  --green-950: #022c24;
  --green-900: #043b30;
  --green-800: #035641;
  --green-700: #08745b;
  --green-600: #009283;
  --mint-500: #36d9ad;
  --mint-300: #7fe0c1;
  --mint-100: #dff5ed;
  --paper: #f4f8f6;
  --white: #ffffff;
  --ink: #123e34;
  --muted: #5f756e;
  --border: #d6e4df;
  --shadow: 0 26px 80px rgba(2, 44, 36, .14);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.srOnly { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skipLink {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 14px;
  padding: 12px 16px;
  color: var(--green-950);
  background: var(--mint-300);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skipLink:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffffff; outline-offset: 3px; box-shadow: 0 0 0 6px #005c4d; }

.hero {
  position: relative;
  min-height: min(880px, 94vh);
  overflow: hidden;
  color: var(--white);
  background: var(--green-950);
  isolation: isolate;
}
.heroMedia, .heroMedia img, .focusMedia, .focusMedia img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.heroMedia img, .focusMedia img {
  object-fit: cover;
  object-position: 58% center;
}
.heroMedia { z-index: -3; }
.heroShade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 44, 36, .94) 0%, rgba(2, 44, 36, .79) 35%, rgba(2, 44, 36, .24) 68%, rgba(2, 44, 36, .1) 100%),
    linear-gradient(0deg, rgba(2, 44, 36, .64) 0%, transparent 32%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 77% 17%, rgba(127, 224, 193, .18), transparent 26%);
}
.topbar {
  position: relative;
  z-index: 3;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}
.brand { display: inline-flex; align-items: center; width: 246px; }
.brand img { width: 100%; height: auto; }
.topnav { display: flex; align-items: center; gap: 30px; }
.topnav a {
  color: rgba(255, 255, 255, .88);
  font-size: .91rem;
  font-weight: 650;
  text-decoration: none;
}
.topnav a:hover { color: var(--mint-300); }
.heroContent {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  padding-block: 72px 106px;
}
.heroCopy { max-width: 760px; }
.eyebrow, .sectionEyebrow {
  margin: 0 0 20px;
  color: var(--mint-300);
  font-size: .76rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.3rem, 6.3vw, 6.6rem);
  line-height: .95;
  letter-spacing: -.063em;
  text-wrap: balance;
}
.hero h1 span { display: block; margin-top: .13em; color: var(--mint-300); }
.heroLead {
  max-width: 670px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
  line-height: 1.68;
}
.heroActions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.primaryButton, .glassButton {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 25px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.primaryButton { color: var(--green-950); background: var(--mint-300); }
.glassButton { color: var(--white); border: 1px solid rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .09); backdrop-filter: blur(16px); }
.primaryButton:hover, .glassButton:hover { transform: translateY(-2px); }
.glassButton:hover { border-color: rgba(255, 255, 255, .62); background: rgba(255, 255, 255, .14); }
.heroProof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
  font-weight: 650;
}
.heroProof li { display: flex; align-items: center; gap: 9px; }
.heroProof li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint-300); box-shadow: 0 0 18px rgba(127, 224, 193, .9); }

.heroDevice { position: relative; width: min(100%, 345px); justify-self: end; }
.deviceGlow { position: absolute; inset: 13% -15%; border-radius: 50%; background: rgba(54, 217, 173, .24); filter: blur(58px); }
.phone {
  position: relative;
  z-index: 1;
  width: 285px;
  margin-left: auto;
  padding: 10px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, .93);
  border-radius: 46px;
  background: #082f28;
  box-shadow: 0 42px 90px rgba(0, 21, 16, .48), 0 0 0 1px rgba(255, 255, 255, .22);
  transform: rotate(1.7deg);
}
.phone img { width: 100%; border-radius: 32px; }
.speaker { position: absolute; z-index: 2; top: 12px; left: 50%; width: 64px; height: 7px; border-radius: 999px; background: #0d3e34; transform: translateX(-50%); }
.deviceBadge {
  position: absolute;
  z-index: 2;
  min-width: 152px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;
  color: var(--white);
  background: rgba(3, 74, 58, .74);
  box-shadow: 0 20px 48px rgba(0, 29, 23, .25);
  backdrop-filter: blur(18px);
}
.deviceBadge span, .deviceBadge strong { display: block; }
.deviceBadge span { color: var(--mint-300); font-size: 1rem; font-weight: 850; }
.deviceBadge strong { margin-top: 2px; font-size: .76rem; }
.badgeTop { top: 15%; left: -20%; }
.badgeBottom { right: -13%; bottom: 11%; }
.heroRail {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: translateX(-50%);
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.heroRail span { padding: 21px 16px; color: rgba(255, 255, 255, .7); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.heroRail span + span { border-left: 1px solid rgba(255, 255, 255, .14); }

.platformSection { padding: 116px 0 126px; background: var(--paper); }
.sectionHeading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}
.sectionHeading h2, .experienceCopy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.35rem, 4.7vw, 4.7rem);
  line-height: 1.01;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.sectionHeading > p, .experienceCopy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}
.platformGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.platformCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 16px 50px rgba(3, 86, 65, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.platformCard:hover { transform: translateY(-7px); border-color: rgba(0, 146, 131, .38); box-shadow: var(--shadow); }
.platformCard.recommended { border-color: var(--mint-500); box-shadow: 0 22px 60px rgba(0, 146, 131, .16); }
.recommendedLabel {
  position: absolute;
  top: 18px;
  right: 18px;
  max-width: 145px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green-950);
  background: var(--mint-300);
  font-size: .64rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}
.cardTop { min-height: 47px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.platformIcon {
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 11px;
  border-radius: 14px;
  color: var(--green-800);
  background: var(--mint-100);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .02em;
}
.cardNumber { color: #4c665e; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.platformCard h3 { margin: 0; color: var(--ink); font-size: 1.65rem; letter-spacing: -.035em; }
.platformCard > p { min-height: 52px; margin: 10px 0 22px; color: var(--muted); font-size: .91rem; line-height: 1.55; }
.cardQr {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  padding: 9px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: var(--white);
}
.cardQr img { width: 100%; height: 100%; }
.cardAction {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 0 17px;
  border-radius: 14px;
  color: var(--white);
  background: var(--green-800);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.cardAction:hover { background: var(--green-700); }
.cardDetail { align-self: flex-start; margin: 17px 2px 0; color: var(--green-700); font-size: .78rem; font-weight: 750; text-underline-offset: 4px; }
.platformCardDark { color: var(--white); border-color: #0a5b49; background: linear-gradient(155deg, #07503f 0%, #022f26 100%); }
.platformCardDark::before { content: ""; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; border-radius: 50%; background: rgba(54, 217, 173, .12); filter: blur(2px); }
.platformCardDark h3, .platformCardDark .cardNumber { color: var(--white); }
.platformCardDark > p { color: rgba(255, 255, 255, .72); }
.platformCardDark .platformIcon { color: var(--white); background: rgba(255, 255, 255, .13); }
.platformCardDark .cardAction { color: var(--green-950); background: var(--mint-300); }
.platformCardDark .cardDetail { color: var(--mint-300); }
.platformCardMint { border-color: #b9e5d6; background: linear-gradient(155deg, #e7f8f2, #ccefe3); }
.platformCardMint > p { color: #405d54; }
.platformCardMint .cardAction { color: var(--green-950); background: var(--mint-500); }

.experienceSection { padding: 126px 0; color: var(--white); background: var(--green-950); }
.experienceGrid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 94px; align-items: start; }
.experienceCopy h2 { color: var(--white); }
.experienceCopy > p { margin-top: 26px; color: rgba(255, 255, 255, .68); }
.experienceCopy > a { display: inline-flex; gap: 20px; margin-top: 30px; color: var(--mint-300); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.benefitGrid { display: grid; gap: 1px; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius-xl); overflow: hidden; background: rgba(255, 255, 255, .13); }
.benefitGrid article { position: relative; padding: 33px 34px 34px 82px; background: rgba(255, 255, 255, .055); }
.benefitGrid article span { position: absolute; top: 35px; left: 31px; color: var(--mint-300); font-size: .72rem; font-weight: 900; letter-spacing: .11em; }
.benefitGrid h3 { margin: 0; font-size: 1.22rem; }
.benefitGrid p { margin: 7px 0 0; color: rgba(255, 255, 255, .62); line-height: 1.6; }

.scenicCta { position: relative; min-height: 390px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--green-900); isolation: isolate; }
.scenicCta picture, .scenicCta picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.scenicCta picture { z-index: -2; }
.scenicCta picture img { object-fit: cover; object-position: center 68%; }
.scenicShade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 44, 36, .91), rgba(2, 44, 36, .42) 60%, rgba(2, 44, 36, .18)); }
.scenicInner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.scenicInner span { color: var(--mint-300); font-size: .73rem; font-weight: 850; letter-spacing: .15em; }
.scenicInner h2 { margin: 12px 0 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.scenicInner > a { min-height: 58px; display: inline-flex; align-items: center; gap: 24px; padding: 0 25px; flex: none; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; background: rgba(255, 255, 255, .1); font-weight: 800; text-decoration: none; backdrop-filter: blur(12px); }

.footer { min-height: 116px; display: grid; grid-template-columns: 220px 1fr auto; gap: 32px; align-items: center; }
.footer > img { width: 210px; }
.footer > span { color: var(--muted); font-size: .84rem; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer nav a { color: var(--green-700); font-size: .82rem; font-weight: 750; text-underline-offset: 4px; }

/* Platform-specific pages */
.focusPage { min-height: 100vh; color: var(--white); background: var(--green-950); overflow-x: hidden; }
.focusMedia { z-index: -3; position: fixed; }
.focusShade { position: fixed; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2, 44, 36, .96) 0%, rgba(2, 44, 36, .76) 47%, rgba(2, 44, 36, .22) 100%), linear-gradient(0deg, rgba(2, 44, 36, .55), transparent 55%); }
.focusShell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 430px); grid-template-rows: auto 1fr; gap: 56px 90px; align-items: center; padding-block: 42px 60px; }
.focusBrand { grid-column: 1 / -1; align-self: start; width: 250px; }
.focusCopy { max-width: 720px; }
.focusCopy h1 { margin: 0; font-size: clamp(3.2rem, 6.4vw, 6.8rem); line-height: .94; letter-spacing: -.065em; }
.focusCopy h1 span { display: block; margin-top: .12em; color: var(--mint-300); }
.focusCopy > p:not(.eyebrow) { max-width: 610px; margin: 30px 0 0; color: rgba(255, 255, 255, .76); font-size: 1.1rem; line-height: 1.72; }
.focusBack { display: inline-flex; margin-top: 34px; color: var(--mint-300); font-weight: 750; text-underline-offset: 5px; }
.focusCard {
  width: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 36px 100px rgba(0, 25, 19, .42);
  backdrop-filter: blur(22px);
}
.focusCardDark { color: var(--white); background: rgba(2, 54, 43, .93); }
.focusCardMint { background: rgba(222, 247, 238, .95); }
.focusCardMint > p { color: #405d54; }
.focusPlatform { display: inline-flex; padding: 8px 13px; border-radius: 999px; color: var(--green-800); background: var(--mint-100); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.focusCardDark .focusPlatform { color: var(--green-950); background: var(--mint-300); }
.focusCard h2 { margin: 18px 0 0; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; }
.focusCard > p { margin: 8px 0 0; color: var(--muted); }
.focusCardDark > p { color: rgba(255, 255, 255, .66); }
.focusQr { width: 190px; height: 190px; margin: 25px 0; padding: 12px; border: 1px solid var(--border); border-radius: 22px; background: var(--white); }
.focusQr img { width: 100%; height: 100%; }
.focusButton { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-radius: 15px; color: var(--white); background: var(--green-800); font-weight: 850; text-decoration: none; }
.focusCardDark .focusButton { color: var(--green-950); background: var(--mint-300); }
.focusNote { font-size: .78rem; line-height: 1.55; }
.focusNav { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 22px; }
.focusNav a { color: var(--green-700); font-size: .77rem; font-weight: 750; text-underline-offset: 4px; }
.focusCardDark .focusNav a { color: var(--mint-300); }

@media (max-width: 1180px) {
  .heroContent { grid-template-columns: minmax(0, 1fr) 290px; }
  .platformGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platformCard { min-height: 500px; }
  .experienceGrid { gap: 58px; }
  .focusShell { gap: 50px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 760px); }
  .hero { min-height: auto; }
  .heroContent { min-height: 760px; grid-template-columns: 1fr; padding-block: 88px 142px; }
  .heroDevice { display: none; }
  .heroShade { background: linear-gradient(90deg, rgba(2, 44, 36, .92), rgba(2, 44, 36, .58) 70%, rgba(2, 44, 36, .28)), linear-gradient(0deg, rgba(2, 44, 36, .72), transparent 45%); }
  .sectionHeading { grid-template-columns: 1fr; gap: 24px; }
  .experienceGrid { grid-template-columns: 1fr; }
  .scenicInner { align-items: flex-start; flex-direction: column; }
  .footer { grid-template-columns: 180px 1fr; }
  .footer nav { grid-column: 1 / -1; justify-content: flex-start; padding-bottom: 28px; }
  .focusShell { grid-template-columns: 1fr; grid-template-rows: auto auto auto; align-items: start; padding-block: 32px 52px; }
  .focusBrand { width: 220px; }
  .focusCard { max-width: 520px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 520px); }
  .topbar { min-height: 82px; }
  .brand { width: 190px; }
  .topnav a:first-child { display: none; }
  .topnav { gap: 14px; }
  .topnav a { font-size: .78rem; }
  .heroContent { min-height: 730px; padding-block: 68px 142px; align-items: start; }
  .heroMedia img, .focusMedia img { object-position: 63% center; }
  .heroShade { background: linear-gradient(180deg, rgba(2, 44, 36, .84) 0%, rgba(2, 44, 36, .54) 42%, rgba(2, 44, 36, .94) 100%); }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .heroLead { margin-top: 25px; font-size: 1rem; }
  .heroActions { align-items: stretch; flex-direction: column; }
  .primaryButton, .glassButton { width: 100%; }
  .heroProof { display: none; }
  .heroRail { grid-template-columns: repeat(2, 1fr); }
  .heroRail span { padding: 12px 8px; font-size: .58rem; }
  .heroRail span:nth-child(3), .heroRail span:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .14); }
  .platformSection { padding: 80px 0 88px; }
  .sectionHeading { margin-bottom: 34px; }
  .sectionHeading h2, .experienceCopy h2 { font-size: 2.55rem; }
  .platformGrid { grid-template-columns: 1fr; }
  .platformCard { min-height: 488px; }
  .experienceSection { padding: 88px 0; }
  .experienceGrid { gap: 44px; }
  .benefitGrid article { padding: 28px 24px 28px 68px; }
  .benefitGrid article span { top: 30px; left: 24px; }
  .scenicCta { min-height: 430px; }
  .footer { min-height: 160px; grid-template-columns: 1fr; gap: 16px; padding-block: 28px; }
  .footer > span { grid-row: 2; }
  .footer nav { grid-column: 1; padding-bottom: 0; }
  .focusShade { background: linear-gradient(180deg, rgba(2, 44, 36, .88), rgba(2, 44, 36, .58) 40%, rgba(2, 44, 36, .94)); }
  .focusShell { gap: 42px; }
  .focusCopy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .focusCopy > p:not(.eyebrow) { font-size: 1rem; }
  .focusCard { padding: 25px; border-radius: 24px; }
  .focusQr { width: 165px; height: 165px; }
}

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

@media print {
  .topnav, .heroActions, .heroRail, .recommendedLabel, .cardDetail, .scenicCta, .footer nav { display: none !important; }
  .hero { min-height: 110mm; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .heroContent { min-height: 90mm; padding-block: 20mm; }
  .heroDevice { display: none; }
  .platformSection { padding: 15mm 0; }
  .platformGrid { grid-template-columns: repeat(2, 1fr); }
  .platformCard { min-height: 88mm; break-inside: avoid; }
}

/* Printable HTML preview */
.flyerPage { min-height: 100vh; padding: 32px; background: #202421; }
.flyerSheet { width: min(100%, 900px); aspect-ratio: 210 / 297; margin: auto; overflow: hidden; border-radius: 6px; background: var(--paper); box-shadow: 0 30px 90px rgba(0, 0, 0, .28); }
.flyerHero { position: relative; height: 46%; overflow: hidden; color: var(--white); isolation: isolate; }
.flyerHero picture, .flyerHero picture img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.flyerHero picture img { object-fit: cover; object-position: 54% center; }
.flyerHeroShade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 44, 36, .92), rgba(2, 44, 36, .3)); }
.flyerLogo { position: absolute; top: 7%; left: 7%; width: 29%; }
.flyerTitle { position: absolute; left: 7%; bottom: 12%; width: 70%; }
.flyerTitle p, .flyerBody header p { margin: 0 0 2%; color: var(--mint-300); font-size: clamp(.45rem, 1.2vw, .78rem); font-weight: 850; letter-spacing: .14em; }
.flyerTitle h1 { margin: 0; font-size: clamp(2rem, 5.4vw, 4.5rem); line-height: .96; letter-spacing: -.06em; }
.flyerTitle h1 span { display: block; color: var(--mint-300); }
.flyerTitle > strong { display: block; margin-top: 4%; font-size: clamp(.55rem, 1.5vw, .95rem); letter-spacing: .08em; }
.flyerBody { height: 54%; display: flex; flex-direction: column; padding: 4.5% 7% 3%; }
.flyerBody header h2 { margin: 0; font-size: clamp(1.45rem, 3.8vw, 2.75rem); letter-spacing: -.045em; }
.flyerCards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3%; margin-top: 4%; }
.flyerCards > a { display: grid; grid-template-columns: 34% 1fr; gap: 8%; align-items: center; min-height: 132px; padding: 4%; border: 1px solid var(--border); border-radius: 18px; color: var(--ink); background: var(--white); text-decoration: none; }
.flyerCards img { width: 100%; padding: 5%; border-radius: 10px; background: var(--white); }
.flyerCards span > * { display: block; }
.flyerCards b { color: var(--green-700); font-size: clamp(.48rem, 1.2vw, .72rem); text-transform: uppercase; }
.flyerCards strong { margin-top: 4%; font-size: clamp(.85rem, 2.3vw, 1.35rem); }
.flyerCards small { margin-top: 5%; color: var(--muted); font-size: clamp(.45rem, 1.1vw, .7rem); }
.flyerBody footer { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 2.8%; border-top: 1px solid var(--border); color: var(--muted); font-size: clamp(.48rem, 1.1vw, .72rem); }
.flyerBody footer strong { color: var(--green-700); }

@media (max-width: 620px) {
  .flyerPage { padding: 0; }
  .flyerSheet { min-height: 100vh; aspect-ratio: auto; overflow: visible; border-radius: 0; }
  .flyerHero { height: 520px; }
  .flyerBody { height: auto; min-height: 780px; padding: 38px 24px 28px; }
  .flyerCards { grid-template-columns: 1fr; gap: 16px; }
  .flyerCards > a { min-height: 126px; border-radius: 14px; }
  .flyerBody footer { margin-top: 28px; }
}

@media print {
  @page { size: A4; margin: 0; }
  .flyerPage { padding: 0; background: var(--white); }
  .flyerSheet { width: 210mm; height: 297mm; border-radius: 0; box-shadow: none; }
}
