:root {
    --ink: #f7fbff;
    --muted: rgba(226, 237, 255, .76);
    --night: #07142e;
    --panel: rgba(7, 24, 50, .78);
    --line: rgba(255, 255, 255, .17);
    --mint: #4ce0ba;
    --gold: #f7c76b;
}

* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; background: var(--night); color-scheme: dark; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--night); font: 16px/1.65 Inter, Avenir, "Segoe UI", sans-serif; }
a { color: inherit; }
a:focus-visible { outline: 3px solid rgba(76, 224, 186, .8); outline-offset: 4px; }

.content-scene { position: fixed; z-index: -2; inset: 0; background-image: linear-gradient(180deg, rgba(4,13,31,.56), rgba(4,12,28,.91)), var(--page-desktop); background-position: center; background-size: cover; }
.content-scene::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 65% 20%, transparent 12%, rgba(2,8,20,.5) 75%); }
.content-header { width: min(1180px, calc(100% - 40px)); min-height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.content-brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.content-brand > i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px 8px 14px 8px; color: #06251e; background: linear-gradient(145deg, #7ff1d2, #20a889); box-shadow: inset 0 1px rgba(255,255,255,.65), 0 10px 28px rgba(25,167,126,.25); font: 700 22px Georgia, serif; }
.content-brand span { display: grid; line-height: 1.25; }
.content-brand strong { font: 600 18px Georgia, serif; letter-spacing: .06em; }
.content-brand small { color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.content-header nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.content-header nav a { padding: 9px 11px; border: 1px solid transparent; border-radius: 12px; color: var(--muted); font-size: 12px; text-decoration: none; }
.content-header nav a:hover, .content-header nav a[aria-current="page"] { border-color: rgba(76,224,186,.26); color: #dffff7; background: rgba(76,224,186,.08); }

.content-shell { width: min(1040px, calc(100% - 36px)); margin: 0 auto; padding: clamp(52px, 9vh, 108px) 0 72px; }
.content-hero { max-width: 790px; text-align: center; margin: 0 auto; text-shadow: 0 4px 24px rgba(0,0,0,.55); }
.content-eyebrow { margin: 0 0 14px; display: flex; justify-content: center; align-items: center; gap: 12px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.content-eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.content-eyebrow span:last-child { transform: rotate(180deg); }
.content-hero h1 { margin: 0; font: 500 clamp(42px, 7vw, 76px)/1.04 Georgia, "Times New Roman", serif; text-wrap: balance; }
.content-hero > p:not(.content-eyebrow) { max-width: 720px; margin: 22px auto 0; color: rgba(241,247,255,.82); font: 400 clamp(18px, 2.2vw, 24px)/1.65 Georgia, serif; text-wrap: balance; }
.content-cta { width: max-content; min-width: 210px; margin: 29px auto 0; padding: 14px 18px 14px 21px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #06251f; background: linear-gradient(135deg, #76efd0, #31bd99); box-shadow: 0 16px 38px rgba(1,102,82,.38), inset 0 1px rgba(255,255,255,.45); font-weight: 900; text-decoration: none; }
.content-cta:hover { filter: brightness(1.07); transform: translateY(-2px); }
.content-cta i { font-style: normal; font-size: 20px; }

.content-article { margin-top: clamp(60px, 10vh, 105px); padding: clamp(25px, 5vw, 54px); border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(10,32,62,.88), rgba(4,17,38,.8)); box-shadow: 0 28px 85px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(22px); }
.content-article h2 { margin: 0 0 15px; font: 500 clamp(28px, 4vw, 42px)/1.2 Georgia, serif; }
.content-article h2:not(:first-child) { margin-top: 52px; }
.content-article h3 { margin: 0 0 8px; color: #dffff7; font-size: 18px; }
.content-article p { margin: 0 0 18px; color: var(--muted); }
.content-article strong { color: #fff; }
.content-grid { margin: 26px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.content-card { padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.055); }
.content-card > i { width: 38px; height: 38px; margin-bottom: 15px; display: grid; place-items: center; border-radius: 12px; color: #06251f; background: linear-gradient(145deg, #82efd5, #33bb99); font-style: normal; font-weight: 900; }
.content-card p { margin-bottom: 0; font-size: 14px; }
.content-steps { margin: 24px 0 0; padding: 0; list-style: none; counter-reset: steps; display: grid; gap: 13px; }
.content-steps li { counter-increment: steps; padding: 17px 18px 17px 62px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; position: relative; color: var(--muted); background: rgba(255,255,255,.04); }
.content-steps li::before { content: counter(steps); position: absolute; left: 16px; top: 15px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; color: #3a2604; background: var(--gold); font-weight: 900; }
.content-fact { margin: 30px 0; padding: 20px 22px; border-left: 3px solid var(--gold); border-radius: 0 16px 16px 0; color: #fff3cc; background: rgba(247,199,107,.09); }
.content-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.content-links a { padding: 10px 13px; border: 1px solid rgba(76,224,186,.3); border-radius: 12px; color: #dffff7; background: rgba(76,224,186,.08); font-size: 13px; text-decoration: none; }

.content-footer { width: min(1040px, calc(100% - 36px)); margin: 0 auto; padding: 30px 0 44px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(226,237,255,.64); text-align: center; }
.content-footer p { margin: 0 auto 15px; max-width: 720px; }
.content-footer nav { margin-bottom: 17px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.content-footer a { color: #dffff7; font-size: 13px; }
.content-footer small { font-size: 11px; }

@media (max-width: 760px) {
    .content-scene { background-image: linear-gradient(180deg, rgba(4,13,31,.58), rgba(4,12,28,.94)), var(--page-mobile); }
    .content-header { width: calc(100% - 24px); padding: 12px 0; align-items: flex-start; }
    .content-brand strong { font-size: 15px; }
    .content-header nav { max-width: 220px; gap: 2px; }
    .content-header nav a { padding: 6px 7px; font-size: 10px; }
    .content-header nav a:first-child { color: var(--mint); }
    .content-shell { width: calc(100% - 20px); padding-top: 58px; }
    .content-hero h1 { font-size: clamp(39px, 12vw, 58px); }
    .content-hero > p:not(.content-eyebrow) { font-size: 18px; }
    .content-article { padding: 25px 18px; border-radius: 23px; }
    .content-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
    .content-hero { animation: contentReveal .7s ease-out both; }
    .content-article { animation: contentReveal .8s .08s ease-out both; }
    @keyframes contentReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}
