/* Kho Prompt Vàng — nền tảng thiết kế: màu, chữ, nút, header, hero, các section */
:root {
  --bg: #fbfaf7;
  --bg-soft: #f4f2ec;
  --surface: #ffffff;
  --ink: #0e1220;
  --ink-2: #2a3042;
  --muted: #5f6678;
  --faint: #8a90a0;
  --line: #e8e5dd;
  --line-2: #f0ede6;
  --night: #070b18;
  --night-2: #0d1326;
  --night-3: #161d38;
  --gold-1: #fde68a;
  --gold: #f2b705;
  --gold-ink: #1c1400;
  --amber-ink: #92400e;
  --emerald: #047857;
  --rose: #be123c;
  --r-sm: 12px;
  --r: 16px;
  --r-lg: 22px;
  --sh-1: 0 1px 2px rgba(14, 18, 32, .05), 0 1px 1px rgba(14, 18, 32, .03);
  --sh-2: 0 2px 6px rgba(14, 18, 32, .05), 0 16px 36px -8px rgba(14, 18, 32, .12);
  --sh-3: 0 28px 70px -12px rgba(7, 11, 24, .45);
  --font: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; letter-spacing: -.02em; font-weight: 800; }
p { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
::selection { background: var(--gold-1); color: var(--gold-ink); }
.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 200; background: var(--gold); color: var(--gold-ink); padding: 8px 12px; border-radius: 8px; }
.skip:focus { left: 8px; }
.noscript { padding: 24px; text-align: center; }

/* Icon Material Symbols */
.ms { font-family: "Material Symbols Rounded"; font-weight: normal; font-style: normal; font-size: 20px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; direction: ltr; font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; user-select: none; flex: none; width: 1em; overflow: hidden; text-align: center; }
.ms.fill { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }

/* ---------- Nút ---------- */
.btn { --h: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: var(--h); padding: 0 18px; border-radius: 12px; border: 1px solid transparent; font-weight: 600; font-size: 15px; line-height: 1; text-decoration: none; white-space: nowrap; transition: transform .15s var(--ease), box-shadow .2s var(--ease), background .2s, border-color .2s, color .2s; }
.btn .ms { font-size: 19px; }
.btn:active { transform: translateY(1px); }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.btn-sm { --h: 38px; padding: 0 14px; font-size: 14px; border-radius: 10px; }
.btn-sm .ms { font-size: 18px; }
.btn-lg { --h: 54px; padding: 0 24px; font-size: 16px; border-radius: 14px; }
.btn-block { width: 100%; }
.btn-gold { background: linear-gradient(180deg, #ffd75e 0%, #f2b705 100%); color: var(--gold-ink); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 1px 0 rgba(160, 110, 0, .3), 0 10px 22px -8px rgba(242, 183, 5, .6); }
.btn-gold:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 1px 0 rgba(160, 110, 0, .3), 0 16px 30px -10px rgba(242, 183, 5, .7); }
.btn-dark { background: var(--night); color: #fff; }
.btn-dark:hover { background: var(--night-3); }
.btn-light { background: #fff; color: var(--ink); box-shadow: var(--sh-1); }
.btn-light:hover { box-shadow: var(--sh-2); }
.btn-outline { background: var(--surface); border-color: var(--line); color: var(--ink); box-shadow: var(--sh-1); }
.btn-outline:hover { border-color: #cdc8bb; }
.btn-ghost { background: transparent; color: inherit; }
.btn-ghost:hover { background: rgba(127, 127, 127, .14); }
.btn-glass { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.btn-glass:hover { background: rgba(255, 255, 255, .12); }
.icon-btn { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 10px; border: 1px solid transparent; background: transparent; color: inherit; flex: none; }
.icon-btn:hover { background: rgba(127, 127, 127, .14); }
.link-btn { display: inline-flex; align-items: center; gap: 4px; background: none; border: 0; padding: 0; color: inherit; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.link-btn .ms { font-size: 17px; }
.spinner { display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: 2px solid currentColor; border-right-color: transparent; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Thanh thông báo & điều hướng ---------- */
.announce { background: #04070f; color: #d9dcea; font-size: 13.5px; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.announce-in { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; text-align: center; }
.announce-tag { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; background: linear-gradient(180deg, #ffd75e, #f2b705); color: var(--gold-ink); padding: 3px 7px; border-radius: 6px; }
.announce a { display: inline-flex; align-items: center; gap: 2px; color: var(--gold-1); font-weight: 600; text-decoration: none; white-space: nowrap; }
.announce a .ms { font-size: 16px; }
.announce-short, .lbl-short { display: none; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(7, 11, 24, .82); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.nav-in { height: 68px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: inherit; flex: none; }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: linear-gradient(145deg, #1d2646, #0a0f20); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), 0 6px 16px -6px rgba(242, 183, 5, .35); }
.brand-mark svg { width: 22px; height: 22px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text b { font-size: 16.5px; font-weight: 800; letter-spacing: -.015em; }
.brand-text small { font-size: 11.5px; color: rgba(255, 255, 255, .55); font-weight: 500; }
.nav-links { display: flex; gap: 2px; }
.nav-links a { color: rgba(255, 255, 255, .72); text-decoration: none; font-size: 14.5px; font-weight: 500; padding: 8px 12px; border-radius: 9px; transition: color .15s, background .15s; }
.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.nav .btn-ghost { color: rgba(255, 255, 255, .88); }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--night); color: #fff; overflow: hidden; padding: 76px 0 0; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(900px 480px at 80% -10%, rgba(242, 183, 5, .2), transparent 62%), radial-gradient(760px 540px at 5% 8%, rgba(99, 102, 241, .22), transparent 60%), radial-gradient(900px 600px at 60% 125%, rgba(56, 189, 248, .12), transparent 60%); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 25%, #000 35%, transparent 100%); mask-image: radial-gradient(ellipse 75% 65% at 50% 25%, #000 35%, transparent 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 56px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 6px 12px 6px 9px; border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); color: #e5e7f0; font-size: 13px; font-weight: 500; text-decoration: none; transition: background .2s; }
.pill:hover { background: rgba(255, 255, 255, .1); }
.pill .ms { font-size: 16px; color: var(--gold-1); }
.pill-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, .18); flex: none; }
.hero h1 { font-size: clamp(38px, 5.2vw, 64px); line-height: 1.05; letter-spacing: -.035em; margin: 22px 0 20px; }
.grad { background: linear-gradient(92deg, #fde68a 0%, #f2b705 48%, #ffb84d 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 18px; line-height: 1.7; color: rgba(229, 231, 240, .78); max-width: 580px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 26px; }
.hero-trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; color: rgba(229, 231, 240, .75); }
.hero-trust li { display: flex; align-items: center; gap: 7px; }
.hero-trust .ms { font-size: 18px; color: #34d399; font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }

.hero-demo { position: relative; padding: 30px 12px 44px; }
.demo-window { position: relative; background: linear-gradient(180deg, rgba(26, 33, 60, .94), rgba(12, 18, 36, .97)); border: 1px solid rgba(255, 255, 255, .11); border-radius: 20px; overflow: hidden; box-shadow: 0 50px 90px -24px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .06); transform: perspective(1600px) rotateY(-7deg) rotateX(3deg); transform-origin: left center; }
.demo-bar { display: flex; align-items: center; gap: 7px; padding: 12px 14px; border-bottom: 1px solid rgba(255, 255, 255, .07); background: rgba(255, 255, 255, .03); }
.demo-bar i { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.demo-bar i:nth-child(2) { background: #febc2e; }
.demo-bar i:nth-child(3) { background: #28c840; }
.demo-bar span { margin-left: 10px; font-size: 12px; color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .05); padding: 3px 10px; border-radius: 6px; }
.demo-body { padding: 18px; display: grid; gap: 14px; }
.demo-head { display: flex; align-items: center; gap: 12px; }
.demo-head b { display: block; font-size: 15px; letter-spacing: -.01em; }
.demo-head small { color: rgba(255, 255, 255, .5); font-size: 12px; }
.demo-head .tag { margin-left: auto; }
.demo-ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(145deg, #6b21a8, #f0abfc); flex: none; box-shadow: 0 10px 20px -10px #c026d3; }
.demo-ico .ms { color: #fff; font-size: 22px; }
.demo-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.demo-field small { display: block; font-size: 11.5px; color: rgba(255, 255, 255, .5); margin-bottom: 5px; }
.demo-input { display: flex; align-items: center; height: 38px; padding: 0 12px; border-radius: 10px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); font-size: 13.5px; overflow: hidden; }
.typing { display: inline-block; white-space: nowrap; overflow: hidden; vertical-align: bottom; border-right: 2px solid var(--gold-1); max-width: 0; animation: type 6s steps(22, end) infinite, caret .8s step-end infinite; }
.typing.t2 { animation-delay: .9s, 0s; }
@keyframes type { 0%, 6% { max-width: 0; } 40%, 86% { max-width: 22ch; } 100% { max-width: 0; } }
@keyframes caret { 50% { border-color: transparent; } }
.demo-prompt { font-family: var(--mono); font-size: 12.5px; line-height: 1.7; white-space: pre-wrap; color: #d6daea; background: rgba(0, 0, 0, .28); border: 1px solid rgba(255, 255, 255, .07); border-radius: 12px; padding: 14px; }
.demo-prompt .c-muted { color: #8b93b0; }
.demo-prompt mark { background: rgba(52, 211, 153, .16); color: #a7f3d0; border-radius: 4px; padding: 0 3px; }
.demo-actions { display: flex; align-items: center; gap: 8px; }
.demo-btn { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; border-radius: 9px; font-size: 13px; font-weight: 600; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); }
.demo-btn .ms { font-size: 17px; }
.demo-btn.gold { background: linear-gradient(180deg, #ffd75e, #f2b705); color: var(--gold-ink); border-color: transparent; }
.demo-lang { margin-left: auto; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; color: var(--gold-1); border: 1px solid rgba(253, 230, 138, .3); padding: 4px 8px; border-radius: 6px; }
.demo-float { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 14px; background: rgba(255, 255, 255, .97); color: var(--ink); box-shadow: 0 20px 44px -14px rgba(0, 0, 0, .55); animation: float 6s ease-in-out infinite; }
.demo-float > .ms { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #eef2ff; color: #4338ca; font-size: 21px; }
.demo-float b { display: block; font-size: 13.5px; line-height: 1.3; }
.demo-float small { font-size: 12px; color: var(--muted); }
.demo-float.f1 { left: -14px; bottom: 8px; }
.demo-float.f2 { right: -6px; top: 2px; animation-delay: -3s; }
.demo-float.f2 > .ms { background: #ecfdf5; color: #047857; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.ai-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 30px; margin-top: 44px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .07); color: rgba(229, 231, 240, .5); font-size: 13px; }
.ai-row b { font-size: 17px; font-weight: 700; color: rgba(229, 231, 240, .72); letter-spacing: -.01em; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .07); }
.stat { display: flex; align-items: center; gap: 14px; padding: 26px 22px; border-right: 1px solid rgba(255, 255, 255, .07); }
.stat:last-child { border-right: 0; }
.stat-ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(242, 183, 5, .12); color: var(--gold-1); flex: none; }
.stat-ico .ms { font-size: 23px; }
.stat b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.02em; color: #fff; line-height: 1.1; }
.stat span { font-size: 13.5px; color: rgba(229, 231, 240, .6); }

/* ---------- Section chung ---------- */
.section { padding: 100px 0; }
.section-soft { background: var(--bg-soft); border-block: 1px solid var(--line-2); }
.section-head { max-width: 740px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 46px); margin-top: 12px; }
.section-head p { margin-top: 14px; color: var(--muted); font-size: 17.5px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b45309; }
.kicker::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; opacity: .6; }
.kicker-gold { color: var(--gold-1); }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-1); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.feature:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.f-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg, #fff8dc, #fde68a); color: var(--amber-ink); margin-bottom: 20px; box-shadow: inset 0 0 0 1px rgba(146, 64, 14, .08); }
.f-ico .ms { font-size: 25px; }
.feature h3 { font-size: 18.5px; margin-bottom: 8px; letter-spacing: -.01em; }
.feature p { color: var(--muted); font-size: 15px; line-height: 1.7; }

.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; text-align: left; padding: 18px; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--sh-1); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s; overflow: hidden; }
.cat:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: #d9d4c8; }
.cat-ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--c1), var(--c2)); box-shadow: 0 10px 20px -10px var(--c1); }
.cat-ico .ms { font-size: 23px; }
.cat b { display: block; font-size: 14.5px; line-height: 1.3; font-weight: 700; letter-spacing: -.01em; }
.cat small { display: block; margin-top: 4px; font-size: 12.5px; color: var(--muted); }
.cat-en { position: absolute; top: 14px; right: 14px; font-size: 10px; font-weight: 800; letter-spacing: .06em; color: #1e3a8a; background: #e0e7ff; border-radius: 999px; padding: 3px 7px; }

/* ---------- Khu hút khách Mỹ ---------- */
.us { background: var(--night); color: #fff; position: relative; overflow: hidden; isolation: isolate; }
.us::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 420px at 92% 8%, rgba(99, 102, 241, .26), transparent 60%), radial-gradient(640px 420px at 0% 100%, rgba(242, 183, 5, .14), transparent 60%); }
.us-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.us h2 { font-size: clamp(28px, 3.3vw, 42px); margin: 14px 0 18px; line-height: 1.15; }
.us-copy > p { color: rgba(229, 231, 240, .76); font-size: 17px; line-height: 1.7; }
.checks { list-style: none; padding: 0; margin: 28px 0 32px; display: grid; gap: 13px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; color: #e7e9f2; }
.checks .ms { color: #34d399; font-size: 21px; font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }
.us-demo { display: grid; gap: 14px; }
.us-card { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; padding: 18px 20px; }
.us-card-en { background: #fff; color: var(--ink); border-color: transparent; box-shadow: 0 34px 70px -24px rgba(0, 0, 0, .6); }
.us-card-head { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(229, 231, 240, .6); margin-bottom: 10px; }
.us-card-head .flag { font-size: 16px; }
.us-card-en .us-card-head { color: var(--muted); }
.us-line { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, .07); font-size: 14.5px; }
.us-line small { color: rgba(229, 231, 240, .55); font-size: 13px; }
.us-line b { font-weight: 600; text-align: right; }
.us-arrow { justify-self: center; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(180deg, #ffd75e, #f2b705); color: var(--gold-ink); box-shadow: 0 12px 26px -10px rgba(242, 183, 5, .7); }
.us-quote { font-size: 17px; line-height: 1.65; font-weight: 500; }
.us-note { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--emerald); background: #ecfdf5; border-radius: 999px; padding: 5px 11px; }
.us-note .ms { font-size: 17px; }

/* ---------- Cách dùng, hỏi đáp, CTA, footer ---------- */
.how { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.how li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-1); }
.how-no { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--night); color: var(--gold-1); font-weight: 800; margin-bottom: 18px; }
.how h3 { font-size: 18.5px; margin-bottom: 8px; }
.how p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.faq-intro { position: sticky; top: 100px; }
.faq-intro h2 { font-size: clamp(28px, 3.2vw, 40px); margin: 12px 0 14px; }
.faq-intro p { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-weight: 700; font-size: 16.5px; letter-spacing: -.01em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "expand_more"; font-family: "Material Symbols Rounded"; font-weight: 400; font-size: 24px; line-height: 1; color: var(--muted); transition: transform .2s var(--ease); flex: none; width: 24px; overflow: hidden; }
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list details p { padding: 0 0 22px; color: var(--muted); line-height: 1.75; }
.final-cta { background: linear-gradient(115deg, #ffe07a 0%, #f2b705 55%, #ffb347 100%); color: var(--gold-ink); }
.final-in { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 60px 0; }
.final-cta h2 { font-size: clamp(26px, 3vw, 38px); }
.final-cta p { margin-top: 8px; color: rgba(28, 20, 0, .75); font-size: 16.5px; }
.final-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.footer { background: var(--night); color: rgba(229, 231, 240, .68); padding: 64px 0 100px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.footer .brand { color: #fff; margin-bottom: 16px; }
.footer-brand p { max-width: 360px; line-height: 1.7; }
.footer-col { display: flex; flex-direction: column; gap: 11px; align-items: flex-start; }
.footer-col h4 { color: #fff; font-size: 14px; letter-spacing: .01em; margin-bottom: 4px; }
.footer a, .footer .link-btn { color: rgba(229, 231, 240, .68); text-decoration: none; font-weight: 500; }
.footer a:hover, .footer .link-btn:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 13px; }
