:root {
  --fst-navy: #0033a0;
  --fst-navy-deep: #001f60;
  --fst-navy-soft: #1e3a8a;
  --fst-gold: #c9a96a;
  --fst-gold-bright: #e6c178;
  --fst-gold-deep: #9a7e4a;
  --fst-ink: #0f172a;
  --fst-slate: #334155;
  --fst-slate-soft: #64748b;
  --fst-mist: #94a3b8;
  --fst-line: #e2e8f0;
  --fst-line-soft: #eef2f7;
  --fst-cloud: #f5f7fb;
  --fst-cream: #faf8f3;
  --fst-paper: #ffffff;
  --fst-foil-gold: linear-gradient(135deg, #d4af37 0%, #f4d676 25%, #b8862e 50%, #f4d676 75%, #a0741f 100%);
  --fst-foil-silver: linear-gradient(135deg, #cfd5dc 0%, #f4f7fa 25%, #a8b0bb 50%, #f4f7fa 75%, #8c95a3 100%);
  --fst-foil-rose: linear-gradient(135deg, #b76e79 0%, #f0c0c8 25%, #a85260 50%, #f0c0c8 75%, #8a3e4a 100%);
  --fst-foil-holo: linear-gradient(135deg, #a78bfa 0%, #f0abfc 20%, #fbbf24 40%, #34d399 60%, #60a5fa 80%, #a78bfa 100%);
  --fst-font-display: 'Sora', 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --fst-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --fst-max-w: 1280px;
  --fst-radius-sm: 8px;
  --fst-radius: 14px;
  --fst-radius-lg: 22px;
  --fst-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --fst-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  --fst-shadow-lg: 0 18px 48px rgba(15, 23, 42, 0.12);
  --fst-shadow-gold: 0 14px 36px rgba(201, 169, 106, 0.28);
  --fst-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --fst-dur: 240ms;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--fst-font-body); font-size: 16px; line-height: 1.65; color: var(--fst-slate); background: var(--fst-paper); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--fst-font-display); color: var(--fst-ink); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 0.6em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.15rem; font-weight: 600; }
p { margin: 0 0 1em; }
a { color: var(--fst-navy); text-decoration: none; transition: color var(--fst-dur) var(--fst-ease); }
a:hover { color: var(--fst-gold-deep); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--fst-gold); outline-offset: 3px; border-radius: 4px; }

.container { max-width: var(--fst-max-w); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; }
.section { padding: 84px 0; }
.section--tight { padding: 48px 0; }
.section--alt { background: var(--fst-cloud); }
.section--cream { background: var(--fst-cream); }
.section--navy { background: linear-gradient(135deg, var(--fst-navy-deep) 0%, var(--fst-navy) 100%); color: rgba(255, 255, 255, 0.92); }
.section--navy h2, .section--navy h3 { color: #fff; }
.section--navy p { color: rgba(255, 255, 255, 0.82); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 { margin-bottom: 0.4em; }
.section-head p { font-size: 1.05rem; color: var(--fst-slate-soft); }
.eyebrow { display: inline-block; font-family: var(--fst-font-display); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fst-gold-deep); margin-bottom: 16px; padding: 6px 14px; background: rgba(201, 169, 106, 0.12); border-radius: 100px; }
.section--navy .eyebrow { color: var(--fst-gold-bright); background: rgba(230, 193, 120, 0.16); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--fst-font-display); font-size: 0.96rem; font-weight: 600; padding: 14px 28px; border-radius: 100px; transition: all var(--fst-dur) var(--fst-ease); white-space: nowrap; line-height: 1; }
.btn--primary { background: var(--fst-navy); color: #fff; box-shadow: 0 6px 16px rgba(0, 51, 160, 0.25); }
.btn--primary:hover { background: var(--fst-navy-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 51, 160, 0.35); }
.btn--gold { background: var(--fst-foil-gold); color: var(--fst-navy-deep); box-shadow: var(--fst-shadow-gold); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(201, 169, 106, 0.4); color: var(--fst-navy-deep); }
.btn--ghost { background: rgba(255, 255, 255, 0.96); color: var(--fst-navy); border: 1.5px solid var(--fst-line); }
.btn--ghost:hover { border-color: var(--fst-navy); color: var(--fst-navy); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--fst-navy); border: 1.5px solid var(--fst-navy); }
.btn--outline:hover { background: var(--fst-navy); color: #fff; }
.btn--lg { padding: 16px 34px; font-size: 1.02rem; }
.btn--sm { padding: 10px 20px; font-size: 0.88rem; }
.btn__group { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--fst-line); }
.nav { max-width: var(--fst-max-w); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__brand { display: flex; align-items: center; gap: 10px; font-family: var(--fst-font-display); font-weight: 800; font-size: 1.15rem; color: var(--fst-ink); letter-spacing: -0.02em; }
.nav__brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(135deg, var(--fst-navy), var(--fst-navy-soft)); color: #fff; font-size: 0.85rem; font-weight: 700; }
.nav__menu { display: flex; align-items: center; gap: 28px; }
.nav__link { font-family: var(--fst-font-display); font-size: 0.93rem; font-weight: 500; color: var(--fst-slate); }
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--fst-navy); }
.nav__cta .btn { padding: 9px 18px; font-size: 0.85rem; }
.nav__toggle { display: none; width: 42px; height: 42px; border-radius: 10px; font-size: 1.4rem; color: var(--fst-navy); align-items: center; justify-content: center; }
@media (max-width: 920px) { .nav__menu { display: none; } .nav__toggle { display: inline-flex; } }

.breadcrumbs { background: var(--fst-cloud); border-bottom: 1px solid var(--fst-line); }
.breadcrumbs ol { max-width: var(--fst-max-w); margin: 0 auto; padding: 14px 24px; display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.85rem; color: var(--fst-slate-soft); }
.breadcrumbs li::after { content: "/"; margin-left: 8px; color: var(--fst-mist); }
.breadcrumbs li:last-child::after { content: ""; }
.breadcrumbs a { color: var(--fst-slate-soft); }
.breadcrumbs a:hover { color: var(--fst-navy); }
.breadcrumbs li[aria-current="page"] { color: var(--fst-ink); font-weight: 500; }

.hero { position: relative; padding: 72px 0 96px; background: radial-gradient(circle at 15% 10%, rgba(0, 51, 160, 0.06), transparent 50%), radial-gradient(circle at 85% 30%, rgba(201, 169, 106, 0.12), transparent 55%), var(--fst-cream); overflow: hidden; }
.hero__grid { max-width: var(--fst-max-w); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.hero__eyebrow { margin-bottom: 20px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent { display: inline-block; background: var(--fst-foil-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hero__lead { font-size: 1.12rem; line-height: 1.65; color: var(--fst-slate); margin-bottom: 32px; max-width: 560px; }
.hero__actions { margin-bottom: 36px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 24px 36px; padding-top: 28px; border-top: 1px solid var(--fst-line); }
.hero__meta-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--fst-slate); }
.hero__meta-item svg { width: 18px; height: 18px; color: var(--fst-navy); flex-shrink: 0; }

.atelier { position: relative; aspect-ratio: 1 / 1; background: linear-gradient(140deg, #fff 0%, var(--fst-cloud) 100%); border-radius: 28px; box-shadow: var(--fst-shadow-lg); border: 1px solid var(--fst-line); padding: 32px; overflow: hidden; }
.atelier::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(201, 169, 106, 0.16), transparent 50%), radial-gradient(circle at 70% 70%, rgba(0, 51, 160, 0.08), transparent 50%); pointer-events: none; }
.atelier__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 14px; width: 100%; height: 100%; }
.atelier__cell { position: relative; display: grid; place-items: center; transition: transform 400ms var(--fst-ease); }
.atelier__cell:hover { transform: translateY(-3px) scale(1.04); }
.atelier__cell-label { position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); font-family: var(--fst-font-display); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fst-slate-soft); white-space: nowrap; opacity: 0.85; }
.shape { position: relative; display: grid; place-items: center; color: var(--fst-navy-deep); }
.shape::before { content: ""; position: absolute; inset: 0; background: var(--fst-foil-gold); background-size: 200% 200%; background-position: 0% 0%; transition: background-position 800ms var(--fst-ease); }
.shape:hover::before { background-position: 100% 100%; }
.shape--circle { width: 78px; height: 78px; border-radius: 50%; }
.shape--circle::before { border-radius: 50%; }
.shape--oval { width: 96px; height: 64px; border-radius: 50%; }
.shape--oval::before { border-radius: 50%; }
.shape--rect { width: 92px; height: 60px; border-radius: 6px; }
.shape--rect::before { border-radius: 6px; }
.shape--square { width: 70px; height: 70px; border-radius: 6px; }
.shape--square::before { border-radius: 6px; }
.shape--arch { width: 78px; height: 88px; border-radius: 50% 50% 8px 8px / 65% 65% 8% 8%; background: transparent; }
.shape--arch::before { border-radius: 50% 50% 8px 8px / 65% 65% 8% 8%; }
.shape--custom { width: 92px; height: 78px; background: transparent; clip-path: polygon(20% 0%, 80% 8%, 100% 35%, 95% 75%, 70% 100%, 30% 96%, 0% 70%, 5% 30%); }
.shape--custom::before { clip-path: polygon(20% 0%, 80% 8%, 100% 35%, 95% 75%, 70% 100%, 30% 96%, 0% 70%, 5% 30%); }
.shape__mark { position: relative; font-family: var(--fst-font-display); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; color: var(--fst-navy-deep); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); z-index: 1; }
.shape--silver::before { background: var(--fst-foil-silver); }
.shape--rose::before { background: var(--fst-foil-rose); }
.shape--holo::before { background: var(--fst-foil-holo); }
.atelier__corner { position: absolute; top: 18px; left: 18px; z-index: 2; display: flex; align-items: center; gap: 8px; font-family: var(--fst-font-display); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fst-gold-deep); }
.atelier__corner::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--fst-gold); box-shadow: 0 0 0 4px rgba(201, 169, 106, 0.2); }
@media (max-width: 920px) { .hero { padding: 56px 0 72px; } .hero__grid { grid-template-columns: 1fr; gap: 48px; } .atelier { max-width: 480px; margin: 0 auto; } }

.trust { background: var(--fst-navy); color: #fff; padding: 28px 0; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust__cell { display: flex; align-items: center; gap: 14px; padding: 4px 8px; }
.trust__icon { width: 42px; height: 42px; flex-shrink: 0; display: grid; place-items: center; border-radius: 11px; background: rgba(255, 255, 255, 0.08); color: var(--fst-gold-bright); }
.trust__icon svg { width: 22px; height: 22px; }
.trust__title { font-family: var(--fst-font-display); font-size: 0.95rem; font-weight: 600; color: #fff; line-height: 1.25; }
.trust__sub { font-size: 0.8rem; color: rgba(255, 255, 255, 0.68); }
@media (max-width: 920px) { .trust__grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 480px) { .trust__grid { grid-template-columns: 1fr; } }

.overview { padding: 64px 0; background: var(--fst-paper); }
.overview__quote { font-family: var(--fst-font-display); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.55; font-weight: 500; color: var(--fst-ink); text-align: center; max-width: 880px; margin: 0 auto; padding: 0 32px; position: relative; }
.overview__quote::before, .overview__quote::after { content: ""; display: block; width: 56px; height: 3px; background: var(--fst-gold); margin: 24px auto; border-radius: 2px; }

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid--4 { grid-template-columns: repeat(3, 1fr); } .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; } }

.card { background: var(--fst-paper); border: 1px solid var(--fst-line); border-radius: var(--fst-radius); padding: 28px 24px; transition: all var(--fst-dur) var(--fst-ease); position: relative; height: 100%; }
.card:hover { transform: translateY(-4px); box-shadow: var(--fst-shadow-lg); border-color: var(--fst-gold); }
.card__icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: rgba(0, 51, 160, 0.08); color: var(--fst-navy); margin-bottom: 18px; }
.card__icon svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; font-size: 0.95rem; color: var(--fst-slate-soft); }
.card--gold { border-top: 3px solid var(--fst-gold); background: linear-gradient(180deg, #fffdf7 0%, #fff 100%); }

.foil-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 980px) { .foil-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .foil-grid { grid-template-columns: 1fr; } }
.foil-card { background: var(--fst-paper); border: 1px solid var(--fst-line); border-radius: var(--fst-radius); padding: 26px 22px; text-align: center; transition: all var(--fst-dur) var(--fst-ease); }
.foil-card:hover { transform: translateY(-4px); box-shadow: var(--fst-shadow-lg); border-color: var(--fst-gold); }
.foil-chip { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 18px; position: relative; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16); }
.foil-chip::after { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); filter: blur(8px); top: 6px; bottom: auto; height: 22px; }
.foil-chip--gold { background: var(--fst-foil-gold); }
.foil-chip--silver { background: var(--fst-foil-silver); }
.foil-chip--rose { background: var(--fst-foil-rose); }
.foil-chip--holo { background: var(--fst-foil-holo); background-size: 200% 200%; animation: fst-holo 6s linear infinite; }
@keyframes fst-holo { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@media (prefers-reduced-motion: reduce) { .foil-chip--holo { animation: none; } }
.foil-card h3 { margin-bottom: 6px; }
.foil-card p { font-size: 0.88rem; color: var(--fst-slate-soft); margin: 0; }

.shape-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .shape-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .shape-grid { grid-template-columns: 1fr; } }
.shape-card { background: var(--fst-paper); border: 1px solid var(--fst-line); border-radius: var(--fst-radius); padding: 28px 18px 22px; text-align: center; transition: all var(--fst-dur) var(--fst-ease); }
.shape-card:hover { transform: translateY(-3px); box-shadow: var(--fst-shadow); border-color: var(--fst-gold); }
.shape-card__visual { height: 80px; display: grid; place-items: center; margin-bottom: 16px; }
.shape-card__title { font-family: var(--fst-font-display); font-weight: 600; font-size: 0.98rem; color: var(--fst-ink); margin-bottom: 6px; }
.shape-card__desc { font-size: 0.82rem; color: var(--fst-slate-soft); }
.mini-shape { background: var(--fst-foil-gold); box-shadow: 0 6px 14px rgba(201, 169, 106, 0.3); }
.mini-circle { width: 58px; height: 58px; border-radius: 50%; }
.mini-oval { width: 72px; height: 48px; border-radius: 50%; }
.mini-rect { width: 68px; height: 44px; border-radius: 5px; }
.mini-square { width: 52px; height: 52px; border-radius: 5px; }
.mini-arch { width: 58px; height: 64px; border-radius: 50% 50% 6px 6px / 65% 65% 8% 8%; }
.mini-custom { width: 70px; height: 60px; clip-path: polygon(20% 0%, 80% 8%, 100% 35%, 95% 75%, 70% 100%, 30% 96%, 0% 70%, 5% 30%); }
.mini-logo { width: 70px; height: 60px; clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }

.compare { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--fst-radius); border: 1px solid var(--fst-line); background: var(--fst-paper); box-shadow: var(--fst-shadow-sm); }
.compare__table { width: 100%; border-collapse: collapse; min-width: 620px; }
.compare__table th, .compare__table td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--fst-line); vertical-align: top; }
.compare__table thead th { background: var(--fst-navy); color: #fff; font-family: var(--fst-font-display); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.compare__table tbody tr:hover { background: var(--fst-cloud); }
.compare__table tbody tr:last-child td { border-bottom: 0; }
.compare__table td:first-child { font-family: var(--fst-font-display); font-weight: 600; color: var(--fst-navy); white-space: nowrap; }
.compare__swatch { display: inline-block; width: 14px; height: 14px; border-radius: 4px; margin-right: 10px; vertical-align: middle; border: 1px solid var(--fst-line); }
.swatch-white { background: #fff; }
.swatch-kraft { background: #c9a87a; }
.swatch-clear { background: linear-gradient(135deg, rgba(180,210,240,0.4), rgba(255,255,255,0.8)); }
.swatch-bopp { background: #f4f7fa; }
.swatch-holo { background: var(--fst-foil-holo); background-size: 200% 200%; }
.compare-foot { text-align: center; margin-top: 28px; }

.compare-split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 820px) { .compare-split { grid-template-columns: 1fr; } }
.compare-card { padding: 36px 32px; border-radius: var(--fst-radius-lg); background: var(--fst-paper); border: 1px solid var(--fst-line); position: relative; transition: all var(--fst-dur) var(--fst-ease); }
.compare-card:hover { transform: translateY(-4px); box-shadow: var(--fst-shadow-lg); border-color: var(--fst-gold); }
.compare-card__icon { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 22px; background: rgba(0, 51, 160, 0.08); color: var(--fst-navy); }
.compare-card__icon--gold { background: rgba(201, 169, 106, 0.16); color: var(--fst-gold-deep); }
.compare-card__icon svg { width: 28px; height: 28px; }
.compare-card h3 { font-size: 1.25rem; margin-bottom: 12px; }
.compare-card__tag { display: inline-block; font-family: var(--fst-font-display); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fst-gold-deep); margin-bottom: 10px; }
.compare-card p { color: var(--fst-slate); }
.compare-quote { text-align: center; font-family: var(--fst-font-display); font-size: 1.05rem; color: var(--fst-ink); margin-top: 36px; padding: 28px 32px; background: rgba(0, 51, 160, 0.04); border-radius: var(--fst-radius); border-left: 4px solid var(--fst-gold); line-height: 1.6; }

.stepper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
@media (max-width: 820px) { .stepper { grid-template-columns: 1fr; } }
.step { background: var(--fst-paper); border: 1px solid var(--fst-line); border-radius: var(--fst-radius); padding: 32px 28px; position: relative; transition: all var(--fst-dur) var(--fst-ease); }
.step:hover { transform: translateY(-3px); box-shadow: var(--fst-shadow); border-color: var(--fst-gold); }
.step__num { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--fst-navy), var(--fst-navy-soft)); color: #fff; font-family: var(--fst-font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 18px; counter-increment: step; }
.step__num::before { content: counter(step); }
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: 0.93rem; color: var(--fst-slate-soft); margin: 0; }

.samples { padding: 64px 0; background: var(--fst-cloud); }
.samples__banner { background: linear-gradient(135deg, var(--fst-navy-deep) 0%, var(--fst-navy) 100%); border-radius: var(--fst-radius-lg); padding: 56px 48px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; color: #fff; position: relative; overflow: hidden; box-shadow: var(--fst-shadow-lg); }
.samples__banner::before { content: ""; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 169, 106, 0.3), transparent 70%); pointer-events: none; }
.samples__banner h2 { color: #fff; margin-bottom: 14px; }
.samples__banner p { color: rgba(255, 255, 255, 0.82); max-width: 540px; }
.samples__price { text-align: center; position: relative; z-index: 1; }
.samples__price strong { display: block; font-family: var(--fst-font-display); font-size: 3.6rem; font-weight: 800; line-height: 1; background: var(--fst-foil-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.samples__price span { display: block; font-size: 0.82rem; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.7); margin-top: 8px; }
.samples__cta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 820px) { .samples__banner { grid-template-columns: 1fr; padding: 40px 28px; } }

.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--fst-paper); border: 1px solid var(--fst-line); border-radius: var(--fst-radius); margin-bottom: 14px; overflow: hidden; transition: all var(--fst-dur) var(--fst-ease); }
.faq-item:hover { border-color: var(--fst-gold); box-shadow: var(--fst-shadow-sm); }
.faq-item[open] { border-color: var(--fst-navy); box-shadow: var(--fst-shadow); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 26px; font-family: var(--fst-font-display); font-weight: 600; font-size: 1.02rem; color: var(--fst-ink); text-align: left; cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q__icon { flex-shrink: 0; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(0, 51, 160, 0.08); color: var(--fst-navy); transition: all var(--fst-dur) var(--fst-ease); }
.faq-item[open] .faq-q__icon { background: var(--fst-navy); color: #fff; transform: rotate(45deg); }
.faq-q__icon svg { width: 16px; height: 16px; }
.faq-a { padding: 0 26px 24px; color: var(--fst-slate); font-size: 0.96rem; line-height: 1.7; }

.cta-band { padding: 84px 0; background: radial-gradient(circle at 20% 30%, rgba(201, 169, 106, 0.18), transparent 50%), linear-gradient(135deg, var(--fst-navy-deep) 0%, var(--fst-navy) 100%); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 18px; }
.cta-band p { max-width: 640px; margin: 0 auto 32px; color: rgba(255, 255, 255, 0.85); font-size: 1.05rem; }
.cta-band .eyebrow { color: var(--fst-gold-bright); background: rgba(230, 193, 120, 0.16); }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .related-grid { grid-template-columns: 1fr; } }
.related-card { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: var(--fst-paper); border: 1px solid var(--fst-line); border-radius: var(--fst-radius); transition: all var(--fst-dur) var(--fst-ease); color: var(--fst-ink); }
.related-card:hover { transform: translateY(-2px); border-color: var(--fst-navy); box-shadow: var(--fst-shadow-sm); color: var(--fst-navy); }
.related-card__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: rgba(0, 51, 160, 0.08); color: var(--fst-navy); flex-shrink: 0; }
.related-card__icon svg { width: 20px; height: 20px; }
.related-card__title { font-family: var(--fst-font-display); font-weight: 600; font-size: 0.95rem; line-height: 1.3; }
.related-card__sub { font-size: 0.8rem; color: var(--fst-slate-soft); }

.site-footer { background: var(--fst-ink); color: rgba(255, 255, 255, 0.7); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 820px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: var(--fst-font-display); font-weight: 700; font-size: 1.1rem; color: #fff; margin-bottom: 14px; }
.footer-brand .mark { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--fst-gold); color: var(--fst-navy-deep); font-size: 0.78rem; }
.site-footer p { font-size: 0.9rem; line-height: 1.65; color: rgba(255, 255, 255, 0.6); margin: 0; }
.site-footer h4 { color: #fff; font-family: var(--fst-font-display); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a { color: rgba(255, 255, 255, 0.7); font-size: 0.92rem; }
.site-footer ul a:hover { color: var(--fst-gold-bright); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px; font-size: 0.82rem; color: rgba(255, 255, 255, 0.5); }

.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--fst-line); transform: translateY(100%); opacity: 0; transition: all 360ms var(--fst-ease); padding: 12px 0; }
.sticky-cta.is-visible { transform: translateY(0); opacity: 1; }
.sticky-cta__inner { max-width: var(--fst-max-w); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.sticky-cta__msg { font-family: var(--fst-font-display); font-weight: 600; font-size: 0.95rem; color: var(--fst-ink); }
.sticky-cta__msg span { color: var(--fst-slate-soft); font-weight: 400; font-size: 0.82rem; }
.sticky-cta__actions { display: flex; gap: 10px; flex-shrink: 0; }
.sticky-cta .btn { padding: 10px 20px; font-size: 0.88rem; }
@media (max-width: 640px) { .sticky-cta__msg { display: none; } .sticky-cta__inner { justify-content: center; } .sticky-cta__actions { width: 100%; } .sticky-cta .btn { flex: 1; } }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms var(--fst-ease), transform 600ms var(--fst-ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
