:root {
  --ink: #102a26;
  --muted: #5d6f6b;
  --forest-950: #032d28;
  --forest-900: #06473f;
  --forest-800: #075c51;
  --forest-700: #08776a;
  --mint: #5edbc2;
  --lime: #c9f36a;
  --cream: #f7f6ed;
  --paper: #fffef9;
  --line: #dbe4df;
  --orange: #ff8d4d;
  --gold: #f5c85b;
  --coral: #ef6a55;
  --shadow: 0 24px 70px rgba(3, 45, 40, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); background: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 246, 237, .92); border-bottom: 1px solid rgba(6, 71, 63, .1); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--forest-950); color: var(--lime); font-weight: 900; letter-spacing: -.08em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-name { font-size: 1.12rem; font-weight: 900; line-height: 1; letter-spacing: -.02em; }
.brand-name small { display: block; margin-top: 5px; color: var(--muted); font-size: .64rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 21px; color: #344c47; font-size: .91rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus { color: var(--forest-700); }
.header-cta { padding: 10px 16px; border-radius: 999px; background: var(--forest-950); color: white; font-weight: 800; font-size: .87rem; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 8px 12px; color: var(--ink); font-weight: 800; }

.hero { overflow: hidden; color: white; background: var(--forest-950); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(94,219,194,.22), transparent 28%), linear-gradient(115deg, transparent 0 55%, rgba(201,243,106,.04) 55% 56%, transparent 56% 100%); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; grid-template-areas: "copy feature"; column-gap: 48px; row-gap: 0; align-items: center; position: relative; padding-block: 70px; }
.hero-copy { grid-area: copy; align-self: center; }
.hero-actions-wrap { grid-area: actions; align-self: start; }
.eyebrow { margin: 0 0 14px; color: var(--forest-700); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: var(--lime); }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 650px; margin: 25px 0 0; color: #c9ddd8; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; }
.button-primary { background: var(--lime); color: var(--forest-950); }
.button-primary:hover { background: white; }
.button-secondary { background: transparent; color: white; border: 1px solid rgba(255,255,255,.35); }
.button-ghost { background: transparent; color: inherit; border: 1px solid var(--line); }
.button-small { min-height: 38px; padding: 8px 14px; font-size: .82rem; }
.hero-points { display: flex; gap: 18px; flex-wrap: wrap; padding: 0; margin: 30px 0 0; list-style: none; color: #a8c5bf; font-size: .79rem; font-weight: 700; }
.hero-points li::before { content: "•"; color: var(--lime); margin-right: 8px; }
.hero-visual { grid-area: feature; position: relative; min-height: 430px; }
.hero-featured { grid-area: feature; min-width: 0; padding: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.075); box-shadow: 0 25px 80px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.hero-featured-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
.hero-featured-heading .eyebrow { margin: 0; }
.hero-featured-heading h2 { max-width: 440px; margin: 4px 0 0; font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.18; letter-spacing: -.025em; }
.hero-featured-heading > span { flex: 0 0 auto; margin-top: 3px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #a8c5bf; font-size: .7rem; font-weight: 750; }
.hero-featured-heading > span b { color: var(--lime); }
.hero-featured-mobile-label { display: none; }
.hero-carousel-window { min-width: 0; overflow: hidden; border-radius: 19px; }
.hero-campaign-track { position: relative; min-width: 0; height: 349px; overflow: hidden; }
.hero-campaign-card { position: absolute; inset: 0; display: grid; grid-template-rows: 235px 112px; width: 100%; min-width: 0; height: 349px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(3,45,40,.72); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(5%); transition: opacity .55s ease, transform .55s ease, visibility 0s linear .55s, border-color .2s; }
.hero-campaign-card:first-child { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.hero-campaign-track.is-ready .hero-campaign-card { opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(5%); }
.hero-campaign-track.is-ready .hero-campaign-card.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
.hero-campaign-card:hover, .hero-campaign-card:focus-visible { transform: translateY(-2px); border-color: var(--lime); }
.hero-campaign-track.is-ready .hero-campaign-card.is-active:hover,
.hero-campaign-track.is-ready .hero-campaign-card.is-active:focus-visible { transform: translateY(-2px); }
.hero-campaign-media { position: relative; display: block; min-width: 0; min-height: 235px; overflow: hidden; background: linear-gradient(135deg, rgba(94,219,194,.16), rgba(201,243,106,.06)); }
.hero-campaign-card picture { display: block; width: 100%; height: 100%; min-width: 0; }
.hero-campaign-card img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.hero-offer-chip { position: absolute; top: 13px; left: 13px; padding: 6px 10px; border-radius: 999px; background: var(--coral); color: white; font-size: .62rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(120,35,27,.28); }
.hero-partner-logo { position: relative; display: grid; place-items: center; min-width: 0; min-height: 235px; overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(255,201,79,.24), transparent 28%), linear-gradient(135deg, rgba(94,219,194,.19), rgba(201,243,106,.07)); }
.hero-partner-logo.has-image::before { content: ""; position: absolute; inset: -14px; background: linear-gradient(rgba(3,45,40,.3), rgba(3,45,40,.52)), var(--brand-image) center / cover no-repeat; filter: blur(9px); opacity: .72; transform: scale(1.08); }
.hero-partner-logo img { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 0; padding: 20px; object-fit: contain; filter: drop-shadow(0 12px 22px rgba(0,0,0,.3)); }
.hero-partner-initials { color: var(--lime); font-size: clamp(3.4rem, 8vw, 5.4rem); font-weight: 950; letter-spacing: -.06em; text-shadow: 0 12px 35px rgba(0,0,0,.24); }
.hero-campaign-copy { display: flex; min-width: 0; min-height: 100px; padding: 14px 16px 15px; flex-direction: column; justify-content: center; }
.hero-campaign-copy small { color: var(--mint); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-campaign-copy strong { overflow: hidden; margin: 3px 0 7px; font-size: 1.08rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.hero-campaign-copy > span { color: var(--lime); font-size: .75rem; font-weight: 850; }
.hero-campaign-copy b { color: var(--lime); font-size: .82rem; }
.hero-carousel-footer { display: flex; min-height: 42px; margin-top: 12px; align-items: center; gap: 12px; }
.hero-carousel-footer > p { max-width: 340px; margin: 0; color: #9db9b3; font-size: .66rem; line-height: 1.4; }
.portal-card { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 27px; background: rgba(255,255,255,.08); box-shadow: 0 25px 80px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.portal-card span { color: var(--mint); font-weight: 900; }
.portal-card strong { display: block; }
.portal-card-main { right: 4%; top: 11%; width: 300px; height: 300px; padding: 46px; transform: rotate(4deg); }
.portal-card-main span { font-size: 1.2rem; }
.portal-card-main strong { font-size: 5rem; line-height: 1; color: var(--lime); letter-spacing: -.08em; }
.portal-card-main small { color: #bfd7d1; text-transform: uppercase; letter-spacing: .15em; }
.portal-card-a, .portal-card-b { width: 165px; padding: 22px; }
.portal-card-a { left: 2%; top: 10%; transform: rotate(-8deg); }
.portal-card-b { left: 11%; bottom: 9%; transform: rotate(7deg); }
.portal-ring { position: absolute; right: -20%; bottom: -22%; width: 360px; aspect-ratio: 1; border: 70px solid rgba(94,219,194,.09); border-radius: 50%; }

.section { padding-block: 92px; }
.section-heading { display: flex; justify-content: space-between; gap: 35px; align-items: end; margin-bottom: 34px; }
.section-heading h2, .process-grid h2, .faq-section h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p { max-width: 670px; margin: 12px 0 0; color: var(--muted); }
.section-heading > a { color: var(--forest-700); font-weight: 850; }
.featured-section { background: var(--paper); }
.campaign-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.campaign-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
.campaign-carousel .campaign-card { flex: 0 0 min(460px, 84vw); scroll-snap-align: start; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: white; cursor: pointer; font-weight: 900; }
.campaign-card { overflow: hidden; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: 0 12px 38px rgba(3,45,40,.07); }
.campaign-image-link { display: block; background: #e7ece8; aspect-ratio: 12 / 5; overflow: hidden; }
.campaign-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.campaign-card:hover .campaign-image-link img { transform: scale(1.025); }
.campaign-body { padding: 20px; }
.brand-pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #e4f6f0; color: var(--forest-700); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.campaign-body h3 { margin: 12px 0 3px; font-size: 1.2rem; line-height: 1.2; }
.campaign-body p { margin: 0 0 16px; color: var(--muted); font-size: .88rem; }
.campaign-body > a { color: var(--forest-700); font-weight: 900; font-size: .87rem; }
.campaign-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: .76rem; }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.topic-card { min-width: 0; overflow: hidden; border-radius: 19px; border: 1px solid var(--line); background: white; box-shadow: 0 12px 34px rgba(3,45,40,.06); transition: transform .22s, box-shadow .22s, border-color .22s; }
.topic-card:hover, .topic-card:focus-visible { transform: translateY(-5px); border-color: #b5cbc3; box-shadow: 0 20px 46px rgba(3,45,40,.13); }
.topic-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #dfe8e3; }
.topic-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3,45,40,.34)); pointer-events: none; }
.topic-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.topic-card:hover .topic-card-media img, .topic-card:focus-visible .topic-card-media img { transform: scale(1.045); }
.topic-card-number { position: absolute; z-index: 1; left: 16px; bottom: 14px; display: inline-grid; place-items: center; min-width: 44px; height: 31px; padding: 0 10px; border-radius: 999px; background: var(--lime); color: var(--forest-950); font-size: .7rem; font-weight: 950; letter-spacing: .14em; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.topic-card-body { display: block; min-height: 132px; padding: 20px 22px 22px; }
.topic-card h3 { margin: 0 0 7px; font-size: 1.35rem; line-height: 1.2; }
.topic-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.process-section { background: var(--forest-900); color: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.process-grid > div > p:last-child { color: #b7d0ca; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.process-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); color: var(--forest-950); font-weight: 900; }
.process-list h3 { margin: 0 0 4px; }
.process-list p { margin: 0; color: #b7d0ca; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.article-card { min-height: 270px; padding: 26px; border-radius: 20px; background: white; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(3,45,40,.06); }
.article-card > span { color: var(--forest-700); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.article-card h2, .article-card h3 { margin: 34px 0 10px; font-size: 1.42rem; line-height: 1.18; }
.article-card p { color: var(--muted); font-size: .9rem; }
.article-card small { color: #7b8986; }
.article-carousel { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.article-carousel .article-card { flex: 0 0 min(380px, 82vw); scroll-snap-align: start; }
.faq-section { background: white; }
.faq-list { margin-top: 30px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 34px 20px 0; cursor: pointer; font-weight: 850; }
.faq-list p { margin: -8px 0 20px; color: var(--muted); }

.page-hero { padding: 110px 0 80px; color: white; background: var(--forest-950); }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 64px; align-items: center; }
.page-hero-grid.narrow { display: block; }
.page-hero-copy > p:last-child { max-width: 720px; margin: 25px 0 0; color: #c4dad5; font-size: 1.08rem; }
.page-hero-media { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.06); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.page-hero-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.article-body { padding-block: 72px 100px; }
.article-body > section { padding: 12px 0 32px; }
.article-body h2 { margin: 0 0 12px; font-size: clamp(1.55rem, 3vw, 2.3rem); line-height: 1.16; letter-spacing: -.025em; }
.article-body p { color: #475b56; font-size: 1.02rem; }
.article-note { margin-top: 35px; padding: 24px; border-radius: 16px; border-left: 4px solid var(--orange); background: white; }
.article-note p { margin: 6px 0 0; font-size: .9rem; }
.error-page { min-height: 60vh; }
.error-page .button { margin-top: 25px; }
.breadcrumbs { padding-top: 18px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; color: #60726d; font-size: .76rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #9ba9a5; }
.breadcrumbs a { color: var(--forest-700); font-weight: 750; }
.preview-banner { padding: 12px 20px; background: #fff1bf; color: #513d00; text-align: center; font-size: .82rem; font-weight: 800; }
.seo-page-hero { padding-top: 60px; }
.editorial-meta { display: flex; flex-wrap: wrap; gap: 7px 15px; margin-top: 22px; color: #c2d9d4; font-size: .75rem; }
.editorial-meta span { display: inline-flex; align-items: center; gap: 6px; }
.editorial-meta span:not(:first-child)::before { content: "•"; color: var(--gold); }
.seo-brand-cta { margin-top: 23px; }
.seo-article { padding-top: 60px; padding-bottom: 70px; }
.seo-section-image { margin: 22px 0; overflow: hidden; border-radius: 18px; background: #dfe8e4; }
.seo-section-image img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; }
.source-list ol { display: grid; gap: 10px; padding-left: 22px; }
.source-list li { color: #3f5550; }
.source-list a { color: var(--forest-700); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.source-list small { display: block; margin-top: 2px; color: #71817d; font-size: .72rem; }
.related-guides { margin-top: 45px; }
.related-guide-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.related-guide-grid a { display: flex; min-width: 0; padding: 18px; flex-direction: column; gap: 7px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 10px 28px rgba(3,45,40,.06); }
.related-guide-grid a:hover { border-color: var(--forest-500); transform: translateY(-2px); }
.related-guide-grid strong { color: var(--forest-950); }
.related-guide-grid span { color: #5c6f6a; font-size: .82rem; line-height: 1.45; }
.article-note a { display: inline-block; margin-top: 8px; color: var(--forest-700); font-size: .82rem; font-weight: 850; text-decoration: underline; }

.responsible-strip { background: var(--lime); color: var(--forest-950); padding: 25px 0; }
.responsible-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.responsible-inner p { margin: 2px 0 0; }
.responsible-inner a { font-weight: 900; text-decoration: underline; }
.age-chip { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--forest-950); color: white; font-weight: 950; }
.age-chip-large { width: 70px; height: 70px; font-size: 1.3rem; }
.site-footer { background: #062f2a; color: #d2e4df; padding-top: 66px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.footer-brand .brand-mark { background: var(--lime); color: var(--forest-950); }
.footer-brand .brand-name small { color: #8fb1aa; }
.footer-grid p { max-width: 360px; color: #9ebbb5; font-size: .88rem; }
.footer-grid h2 { color: white; font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); color: #8fb1aa; font-size: .77rem; }

.age-gate { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; background: rgba(2, 34, 30, .82); backdrop-filter: blur(14px); }
.age-gate[hidden], .consent-banner[hidden] { display: none; }
.age-panel { width: min(100%, 440px); padding: 38px; text-align: center; border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.age-panel h2 { margin: 18px 0 8px; font-size: 2rem; }
.age-panel p { color: var(--muted); }
.age-panel .button { width: 100%; margin-top: 9px; }
.consent-banner { position: fixed; z-index: 120; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-between; gap: 20px; align-items: center; max-width: 840px; margin: auto; padding: 17px 20px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.consent-banner p { margin: 0; font-size: .86rem; }
.consent-banner > div { display: flex; gap: 7px; flex-shrink: 0; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 68px; left: 18px; right: 18px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 5px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "feature"; min-height: auto; gap: 32px; padding-block: 62px 50px; }
  .hero-visual { min-height: 380px; width: min(100%, 560px); margin: auto; }
  .campaign-grid, .topic-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 35px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-grid { gap: 22px; padding-block: 38px 34px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3rem); }
  .hero-lead { margin-top: 18px; font-size: .92rem; line-height: 1.55; }
  .hero-actions .button { width: 100%; }
  .hero-featured { margin-right: 0; padding: 11px; border-radius: 20px; }
  .hero-featured-heading { margin-bottom: 9px; padding-right: 0; }
  .hero-featured-heading .eyebrow { font-size: .61rem; }
  .hero-featured-heading h2 { max-width: 245px; margin-top: 2px; font-size: .94rem; }
  .hero-featured-heading > span { padding: 3px 7px; font-size: .61rem; }
  .hero-featured-desktop-label { display: none; }
  .hero-featured-mobile-label { display: inline; }
  .hero-carousel-window { border-radius: 15px; }
  .hero-campaign-track { height: 216px; }
  .hero-campaign-card { grid-template-rows: 142px 72px; width: 100%; height: 216px; min-height: 0; border-radius: 15px; }
  .hero-campaign-media, .hero-partner-logo { min-height: 142px; }
  .hero-campaign-card img, .hero-partner-logo img { min-height: 142px; }
  .hero-partner-logo img { padding: 20px; }
  .hero-partner-initials { font-size: 3.2rem; }
  .hero-campaign-copy { min-height: 72px; padding: 9px 12px 10px; }
  .hero-campaign-copy small { font-size: .55rem; line-height: 1.1; }
  .hero-campaign-copy strong { margin: 2px 0; font-size: .95rem; line-height: 1.12; }
  .hero-campaign-copy > span, .hero-campaign-copy b { font-size: .72rem; line-height: 1.15; }
  .hero-carousel-footer { display: none; }
  .hero-points { display: none; }
  .hero-actions { margin-top: 2px; }
  .hero-visual { min-height: 315px; transform: scale(.92); }
  .portal-card-main { width: 235px; height: 235px; padding: 34px; }
  .portal-card-main strong { font-size: 3.9rem; }
  .portal-card-a, .portal-card-b { width: 135px; padding: 16px; font-size: .8rem; }
  .section { padding-block: 66px; }
  .section-heading { align-items: start; }
  .campaign-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -14px; padding-right: 14px; }
  .campaign-grid .campaign-card { flex: 0 0 87%; scroll-snap-align: start; }
  .campaign-image-link { aspect-ratio: 5 / 3; }
  .topic-grid, .article-grid { grid-template-columns: 1fr; }
  .topic-card-body { min-height: 0; }
  .page-hero { padding: 80px 0 58px; }
  .page-hero-grid { gap: 28px; }
  .page-hero-media { border-radius: 18px; }
  .responsible-inner { grid-template-columns: auto 1fr; }
  .responsible-inner a { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-banner > div { width: 100%; }
  .consent-banner button { flex: 1; }
  .breadcrumbs { padding-top: 12px; }
  .seo-page-hero { padding-top: 46px; }
  .editorial-meta { display: grid; gap: 5px; }
  .editorial-meta span:not(:first-child)::before { display: none; }
  .seo-article { padding-top: 42px; padding-bottom: 55px; }
  .related-guide-grid { grid-template-columns: 1fr; }
}

/* Philippines-localized homepage */
.home-hero .hero-grid { min-height: 590px; }
.hero-taglish { display: inline-flex; margin: 18px 0 0; padding: 7px 12px; border: 1px solid rgba(245,200,91,.38); border-radius: 999px; background: rgba(245,200,91,.1); color: #ffe7a6; font-size: .78rem; font-weight: 800; }
.home-sections { display: flex; flex-direction: column; }
.local-heading small { display: block; max-width: 760px; margin-top: 9px; color: #70817d; font-size: .76rem; }
.discovery-section { background: var(--paper); }
.discovery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.discovery-grid.campaign-carousel { display: flex; }
.discovery-grid.campaign-carousel .discovery-card { flex: 0 0 min(420px, 84vw); scroll-snap-align: start; }
.discovery-card { min-width: 0; }
.campaign-image-link { position: relative; }
.campaign-hot-chip { position: absolute; top: 13px; left: 13px; padding: 6px 10px; border-radius: 999px; background: var(--coral); color: white; font-size: .64rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(120,35,27,.28); }
.partner-discovery-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 38px rgba(3,45,40,.07); }
.partner-discovery-card > a { display: grid; height: 100%; grid-template-rows: minmax(170px, auto) 1fr; }
.partner-art { display: grid; place-items: center; min-height: 170px; overflow: hidden; background: radial-gradient(circle at 80% 12%, rgba(245,200,91,.28), transparent 26%), linear-gradient(135deg, var(--forest-950), var(--forest-700)); color: var(--lime); font-size: 3rem; font-weight: 950; }
.partner-art img { width: 100%; height: 170px; padding: 24px; object-fit: contain; }
.partner-copy { display: flex; min-width: 0; padding: 21px; flex-direction: column; }
.partner-copy small { color: var(--coral); font-size: .65rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.partner-copy strong { margin-top: 7px; font-size: 1.35rem; }
.partner-copy > span { margin: 6px 0 18px; color: var(--muted); font-size: .86rem; }
.partner-copy b { margin-top: auto; color: var(--forest-700); font-size: .86rem; }
.topic-card-body > small { display: block; margin-bottom: 5px; color: #c24f3f; font-size: .68rem; font-weight: 850; }
.topic-carousel { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.topic-carousel .topic-card { flex: 0 0 min(360px, 82vw); scroll-snap-align: start; }
.verification-section { background: var(--forest-900); color: white; }
.verification-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
.verification-intro h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.verification-intro > p:not(.eyebrow) { color: #bdd3ce; }
.verification-intro > small { display: block; color: #8fb7af; }
.verification-intro > a { display: inline-flex; margin-top: 26px; padding: 10px 14px; border: 1px solid rgba(245,200,91,.42); border-radius: 999px; color: #ffe49d; font-size: .8rem; font-weight: 850; }
.verification-list { margin: 0; padding: 0; list-style: none; }
.verification-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.verification-list li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--gold); color: var(--forest-950); font-size: .72rem; font-weight: 950; }
.verification-list h3 { margin: 0 0 4px; }
.verification-list p { margin: 0; color: #b7d0ca; }
.faq-intro { color: var(--muted); }
.faq-intro small { display: block; margin-top: 5px; }
.mobile-action-bar { display: none; }

@media (max-width: 980px) {
  .discovery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .verification-shell { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 640px) {
  .home-hero .hero-grid { min-height: auto; }
  .home-hero .hero-visual { min-height: 255px; margin-top: 4px; }
  .home-hero .portal-card-main { right: 2%; top: 4%; width: 205px; height: 205px; padding: 29px; }
  .home-hero .portal-card-main strong { font-size: 3.35rem; }
  .home-hero .portal-card-a, .home-hero .portal-card-b { width: 122px; padding: 14px; }
  .hero-taglish { margin-top: 14px; }
  .discovery-section { overflow: hidden; }
  .discovery-grid, .discovery-grid.campaign-carousel { display: flex; gap: 13px; overflow-x: auto; margin-right: -14px; padding: 0 14px 8px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .discovery-grid .discovery-card, .discovery-grid.campaign-carousel .discovery-card { flex: 0 0 88vw; scroll-snap-align: start; }
  .campaign-image-link { aspect-ratio: 750 / 420; }
  .partner-discovery-card > a { grid-template-rows: 155px 1fr; }
  .partner-art, .partner-art img { min-height: 155px; height: 155px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2, .verification-intro h2, .faq-section h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
  .local-heading small { line-height: 1.45; }
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .topic-grid.topic-carousel { display: flex; overflow-x: auto; margin-right: -14px; padding-right: 14px; scroll-snap-type: x mandatory; }
  .topic-grid.topic-carousel .topic-card { flex: 0 0 74vw; scroll-snap-align: start; }
  .topic-card { border-radius: 15px; }
  .topic-card-media { aspect-ratio: 4 / 3; }
  .topic-card-number { left: 9px; bottom: 9px; min-width: 36px; height: 26px; padding: 0 7px; }
  .topic-card-body { min-height: 108px; padding: 13px 12px 15px; }
  .topic-card-body > small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .topic-card h3 { margin-bottom: 0; font-size: 1rem; }
  .topic-card p { display: none; }
  .verification-list li { grid-template-columns: 43px 1fr; gap: 13px; }
  .verification-list li > span { width: 39px; height: 39px; }
  .verification-list p { font-size: .88rem; }
  .mobile-action-bar { position: fixed; z-index: 90; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 7px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(3,45,40,.96); box-shadow: 0 16px 50px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
  .mobile-action-bar { transition: opacity .2s ease, transform .2s ease; }
  .mobile-action-bar.is-hidden { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 18px)); }
  .mobile-action-bar a { display: flex; min-height: 51px; padding: 7px 10px; align-items: center; justify-content: center; border-radius: 12px; text-align: center; font-size: .77rem; font-weight: 900; line-height: 1.15; }
  .mobile-offers-button { flex-direction: column; background: var(--lime); color: var(--forest-950); }
  .mobile-offers-button small { margin-top: 3px; font-size: .62rem; opacity: .72; }
  .mobile-responsible-button { border: 1px solid rgba(255,255,255,.22); color: white; }
  body.has-mobile-action-bar { padding-bottom: calc(79px + env(safe-area-inset-bottom)); }
  body.modal-open .mobile-action-bar, body.consent-open .mobile-action-bar { display: none; }
}

/* PH88K visual refresh: warm, energetic and mobile-first */
:root {
  --lime: #d8ff68;
  --gold: #ffc94f;
  --coral: #ff6658;
  --paper: #fffdf7;
  --cream: #f7f4e8;
  --shadow: 0 22px 64px rgba(3,45,40,.13);
}

body {
  background:
    radial-gradient(circle at 8% 13%, rgba(255,201,79,.09), transparent 25rem),
    radial-gradient(circle at 93% 36%, rgba(94,219,194,.09), transparent 27rem),
    var(--cream);
}

.site-header {
  background: rgba(255,253,247,.92);
  border-bottom-color: rgba(3,45,40,.09);
  box-shadow: 0 8px 30px rgba(3,45,40,.045);
}

.header-inner { min-height: 70px; }
.brand-mark {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--forest-950), var(--forest-700));
  color: var(--lime);
  box-shadow: 0 9px 24px rgba(3,45,40,.2), inset 0 0 0 1px rgba(255,255,255,.14);
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: -14px;
  bottom: -14px;
  border-radius: 50%;
  background: var(--gold);
  opacity: .8;
}
.main-nav { gap: 5px; }
.main-nav a { padding: 8px 10px; border-radius: 999px; }
.main-nav a:hover, .main-nav a:focus { background: #e8f6ef; }
.header-cta {
  background: linear-gradient(135deg, var(--forest-950), var(--forest-700));
  box-shadow: 0 9px 22px rgba(3,45,40,.18);
}
.header-cta:hover { background: var(--forest-700); }

.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 20%, rgba(94,219,194,.25), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(255,201,79,.18), transparent 24%),
    linear-gradient(126deg, #032d28 0%, #043b34 54%, #075c51 100%);
}
.hero::before {
  z-index: -2;
  background:
    linear-gradient(115deg, transparent 0 54%, rgba(216,255,104,.07) 54% 54.5%, transparent 54.5% 100%),
    radial-gradient(circle at 13% 86%, rgba(255,102,88,.08), transparent 20%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -115px;
  top: 34px;
  width: 430px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(from 8deg, rgba(255,201,79,.12) 0 5deg, transparent 5deg 18deg);
  -webkit-mask: radial-gradient(circle, transparent 0 22%, #000 22% 61%, transparent 61%);
  mask: radial-gradient(circle, transparent 0 22%, #000 22% 61%, transparent 61%);
}
.home-hero .hero-grid { min-height: 550px; }
.hero-grid { padding-block: 62px; }
.hero h1 { text-wrap: balance; text-shadow: 0 4px 30px rgba(0,0,0,.17); }
.hero h1 em {
  color: var(--lime);
  text-decoration: underline;
  text-decoration-color: rgba(255,201,79,.85);
  text-decoration-thickness: .08em;
  text-underline-offset: .11em;
}
.hero-lead { color: #d3e5e0; }
.hero-taglish {
  border-color: rgba(255,201,79,.55);
  background: rgba(255,201,79,.15);
  color: #fff0bd;
}
.button { transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary {
  background: linear-gradient(135deg, var(--lime), #bdf24d);
  box-shadow: 0 12px 28px rgba(145,197,39,.22);
}
.button-secondary { background: rgba(255,255,255,.06); }
.hero-points li {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}
.hero-points li::before { color: var(--gold); }

.portal-card {
  border-color: rgba(255,255,255,.2);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
  box-shadow: 0 24px 70px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.035);
}
.portal-card-main {
  background:
    radial-gradient(circle at 88% 12%, rgba(255,201,79,.28), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
}
.portal-card-main::before {
  content: "21+";
  position: absolute;
  right: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: .72rem;
  font-weight: 950;
  transform: rotate(-4deg);
}
.portal-card-main strong { color: var(--lime); }
.portal-card-a { border-top: 4px solid var(--gold); }
.portal-card-b { border-top: 4px solid var(--coral); }
.portal-ring { border-color: rgba(216,255,104,.11); }

.section { padding-block: 82px; }
.section-heading { margin-bottom: 30px; }
.section-heading h2, .process-grid h2, .faq-section h2 { text-wrap: balance; }
.section-heading .eyebrow,
.verification-intro .eyebrow,
.faq-section > .container > .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e6f6ef;
  color: var(--forest-700);
}
.verification-intro .eyebrow { background: rgba(216,255,104,.12); color: var(--lime); }

.discovery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 0%, rgba(255,201,79,.14), transparent 23rem),
    var(--paper);
}
.discovery-section::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 220px;
  aspect-ratio: 1;
  border: 34px solid rgba(94,219,194,.1);
  border-radius: 50%;
  pointer-events: none;
}
.campaign-card, .partner-discovery-card {
  position: relative;
  border-color: rgba(3,45,40,.12);
  box-shadow: 0 16px 45px rgba(3,45,40,.09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.campaign-card::before, .partner-discovery-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--gold), var(--coral));
  pointer-events: none;
}
.campaign-card:hover, .partner-discovery-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8,119,106,.36);
  box-shadow: 0 24px 60px rgba(3,45,40,.15);
}
.campaign-image-link { background: #dfe9e4; }
.campaign-hot-chip {
  background: linear-gradient(135deg, var(--coral), #e9483a);
  box-shadow: 0 8px 24px rgba(190,54,43,.34);
}
.brand-pill { background: #ddf6ed; }
.campaign-body > a, .partner-copy b {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e8f6ef;
}
.campaign-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid #e4e2d7;
  border-radius: 12px;
  background: rgba(255,255,255,.72);
}
.campaign-disclaimer::before { content: "ⓘ"; color: var(--forest-700); font-weight: 900; }
.brand-guide-links { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 14px; align-items: center; color: #5f716c; font-size: .78rem; }
.brand-guide-links a { padding: 5px 9px; border-radius: 999px; background: #e5f4ed; color: var(--forest-700); font-weight: 850; }

.guide-section {
  background:
    linear-gradient(rgba(247,244,232,.88), rgba(247,244,232,.88)),
    radial-gradient(circle at 1px 1px, rgba(3,45,40,.16) 1px, transparent 0);
  background-size: auto, 18px 18px;
}
.topic-card { border-top: 4px solid var(--mint); }
.topic-card:nth-child(3n+2) { border-top-color: var(--gold); }
.topic-card:nth-child(3n+3) { border-top-color: var(--coral); }
.topic-card:nth-child(3n+2) .topic-card-number { background: var(--gold); }
.topic-card:nth-child(3n+3) .topic-card-number { background: var(--coral); color: #fff; }
.topic-card-media::after { background: linear-gradient(180deg, transparent 38%, rgba(3,45,40,.58)); }
.topic-card-body { background: linear-gradient(180deg, #fff, #fffef9); }

.verification-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 14%, rgba(255,201,79,.16), transparent 25rem),
    radial-gradient(circle at 94% 88%, rgba(94,219,194,.18), transparent 26rem),
    linear-gradient(135deg, var(--forest-950), var(--forest-900));
}
.verification-section::after {
  content: "";
  position: absolute;
  right: -95px;
  top: -95px;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(rgba(255,201,79,.1) 0 6deg, transparent 6deg 20deg);
  -webkit-mask: radial-gradient(circle, transparent 0 27%, #000 28%);
  mask: radial-gradient(circle, transparent 0 27%, #000 28%);
}
.verification-shell { position: relative; z-index: 1; }
.verification-intro > a {
  background: rgba(255,201,79,.1);
  transition: background .18s ease, transform .18s ease;
}
.verification-intro > a:hover { transform: translateY(-1px); background: rgba(255,201,79,.18); }
.verification-list li > span {
  background: linear-gradient(145deg, var(--gold), #ffdc77);
  box-shadow: 0 9px 22px rgba(255,201,79,.18);
}

.editorial-section { background: var(--paper); }
.article-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-color: rgba(3,45,40,.11);
  background: linear-gradient(160deg, #fff 55%, #f3faef);
  transition: transform .22s ease, box-shadow .22s ease;
}
.article-card::after {
  content: "↗";
  position: absolute;
  right: 20px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--forest-950);
  color: var(--lime);
  font-weight: 900;
}
.article-card:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(3,45,40,.13); }
.article-card h2, .article-card h3 { margin-top: 30px; }

.faq-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(255,201,79,.13), transparent 24rem),
    #fff;
}
.faq-list { display: grid; gap: 10px; border-top: 0; }
.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
}
.faq-list details[open] { border-color: #a9c9bc; box-shadow: 0 12px 30px rgba(3,45,40,.07); }
.faq-list summary { position: relative; padding: 17px 48px 17px 18px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--forest-700);
  font-size: 1.25rem;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -3px 48px 18px 18px; }

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0 72px;
  background:
    radial-gradient(circle at 88% 15%, rgba(255,201,79,.18), transparent 24rem),
    radial-gradient(circle at 8% 92%, rgba(94,219,194,.16), transparent 26rem),
    linear-gradient(130deg, var(--forest-950), var(--forest-900));
}
.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -110px;
  bottom: -110px;
  width: 330px;
  aspect-ratio: 1;
  border: 54px solid rgba(216,255,104,.08);
  border-radius: 50%;
}
.page-hero-media { border-color: rgba(255,201,79,.28); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.article-body { padding-block: 62px 90px; }
.article-body > section {
  margin-bottom: 18px;
  padding: 22px 26px;
  border: 1px solid rgba(3,45,40,.09);
  border-radius: 17px;
  background: rgba(255,253,247,.72);
}
.article-body > section h2::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 5px;
  margin: 0 10px .2em 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--coral));
}
.article-note {
  border: 1px solid #e8dcae;
  border-left: 5px solid var(--gold);
  background: #fff9df;
}

.responsible-strip {
  position: relative;
  overflow: hidden;
  padding: 22px 0;
  background: linear-gradient(115deg, var(--lime), #efff9d 62%, var(--gold));
}
.responsible-strip::after {
  content: "21+";
  position: absolute;
  right: 2%;
  top: 50%;
  color: rgba(3,45,40,.07);
  font-size: 7rem;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%) rotate(-8deg);
}
.responsible-inner { position: relative; z-index: 1; }
.site-footer {
  background:
    radial-gradient(circle at 85% 10%, rgba(216,255,104,.08), transparent 24rem),
    #052f2a;
}
.footer-grid h2 { color: var(--gold); }
.footer-grid a { width: fit-content; }
.footer-bottom { color: #9fbdb6; }

@media (max-width: 980px) {
  .main-nav { top: 62px; }
  .hero::after { right: -175px; }
  .home-hero .hero-grid { min-height: auto; }
  .hero-grid { padding-block: 54px 48px; }
}

@media (max-width: 640px) {
  .header-inner { min-height: 62px; }
  .brand-name { font-size: 1rem; }
  .brand-name small { font-size: .58rem; }
  .nav-toggle { border-color: rgba(3,45,40,.14); background: #fffdf8; }
  .home-hero .hero-grid { gap: 14px; padding-block: 18px 20px; }
  .home-hero .hero-copy > .eyebrow { margin-bottom: 7px; font-size: .62rem; }
  .home-hero h1 { font-size: clamp(2rem, 9.7vw, 2.42rem); line-height: .94; }
  .home-hero .hero-lead { display: -webkit-box; overflow: hidden; margin-top: 10px; font-size: .82rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .home-hero .hero-taglish { display: none; }
  .home-hero .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
  .home-hero .hero-actions .button { min-height: 40px; padding: 8px 10px; font-size: .78rem; }
  .home-hero .hero-visual { min-height: 245px; transform: none; }
  .home-hero .portal-card-main { width: 190px; height: 190px; padding: 27px; }
  .portal-card-main::before { right: 15px; top: 15px; width: 35px; height: 35px; font-size: .62rem; }
  .home-hero .portal-card-a, .home-hero .portal-card-b { width: 116px; padding: 13px; }
  .section { padding-block: 58px; }
  .section-heading { gap: 18px; }
  .discovery-grid .discovery-card, .discovery-grid.campaign-carousel .discovery-card { flex-basis: 86vw; }
  .campaign-card:hover, .partner-discovery-card:hover, .topic-card:hover, .article-card:hover { transform: none; }
  .campaign-body { padding: 17px; }
  .topic-card { border-top-width: 3px; }
  .verification-section::after { right: -160px; }
  .verification-shell { gap: 30px; }
  .verification-list li { padding: 17px 0; }
  .article-card { min-height: 220px; padding: 22px; }
  .article-card::after { right: 16px; top: 16px; width: 31px; height: 31px; }
  .faq-list { margin-top: 23px; gap: 8px; }
  .faq-list summary { padding: 15px 45px 15px 15px; }
  .faq-list p { margin: -2px 42px 16px 15px; }
  .page-hero { padding: 68px 0 50px; }
  .article-body { padding-block: 42px 66px; }
  .article-body > section { margin-bottom: 12px; padding: 18px 16px; }
  .responsible-strip::after { right: -14%; font-size: 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-campaign-card,
  .hero-campaign-track.is-ready .hero-campaign-card {
    transition: none;
  }
}

.page-hero-media picture,
.topic-card-media picture { display: block; width: 100%; height: 100%; }
.ai-disclosure {
  display: inline-flex; margin: .35rem 0 0; padding: .55rem .8rem;
  border: 1px solid rgba(183,255,74,.28); border-radius: 999px;
  color: var(--muted); font-size: .85rem;
}
.brand-verification {
  display: grid; gap: .55rem; margin: 1rem 0; padding: 1rem;
  border: 1px solid var(--line); border-radius: 16px;
  background: rgba(255,255,255,.05);
}
.brand-verification div { display: flex; justify-content: space-between; gap: 1rem; }
.brand-verification dt { color: var(--muted); }
.brand-verification dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }
.practical-checklist {
  display: grid; gap: .75rem; margin: 1.4rem 0; padding: 1.25rem;
  border: 1px solid rgba(15,111,82,.25); border-radius: 20px;
  background: #f4faef;
}
.practical-checklist h2, .practical-checklist h3, .practical-checklist p { margin-top: 0; }
.practical-checklist label { display: flex; gap: .7rem; align-items: flex-start; cursor: pointer; }
.practical-checklist input {
  width: 1.1rem; height: 1.1rem; margin-top: .2rem; accent-color: var(--green);
}
.section-citations {
  padding: .75rem 1rem; border-left: 3px solid var(--green);
  background: rgba(15,111,82,.06); font-size: .9rem;
}
.author-links, .automation-gsc-tables {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem;
}
.author-links a {
  padding: 1rem; border: 1px solid var(--line); border-radius: 14px; font-weight: 800;
}
.automation-gsc-tables { margin-top: 1rem; }
@media (max-width: 760px) {
  .author-links, .automation-gsc-tables { grid-template-columns: 1fr; }
  .brand-verification div { display: block; }
}
