@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-italic.woff2") format("woff2");
}

:root {
  --fk-navy: #5D2586;
  --fk-navy-2: #431862;
  --fk-black: #180b22;
  --fk-gold: #a965d1;
  --fk-gold-light: #e6c9f6;
  --fk-ink: #24152d;
  --fk-muted: #626b78;
  --fk-line: #e3e6ea;
  --fk-soft: #f8f5fa;
  --fk-white: #fff;
  --fk-success: #1ebd65;
  --fk-radius: 22px;
  --fk-shadow: 0 20px 60px rgba(93, 37, 134, .12);
  --fk-shell: min(1180px, calc(100% - 40px));
  --fk-font-body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fk-font-display: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--fk-ink); background: var(--fk-white); font-family: var(--fk-font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.fk-lock { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
.fk-shell { width: var(--fk-shell); margin-inline: auto; }
.fk-section { padding: 112px 0; }
.fk-skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; color: #fff; background: var(--fk-navy); border-radius: 8px; transition: top .2s; }
.fk-skip-link:focus { top: 12px; }
.fk-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: #70329c; font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.fk-eyebrow > span { width: 27px; height: 1px; background: currentColor; }
.fk-eyebrow--light { color: var(--fk-gold-light); }
.fk-section-head { margin-bottom: 52px; }
.fk-section-head h2, .fk-technician h2, .fk-warranty h2, .fk-faq h2, .fk-final-cta h2 { max-width: 760px; color: var(--fk-navy); font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.12; letter-spacing: -.045em; }
.fk-section-head > p, .fk-section-head > div + p { max-width: 490px; color: var(--fk-muted); }
.fk-section-head--split { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.fk-section-head--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.fk-section-head--center > p { margin-top: 18px; }
.fk-section-head--center .fk-eyebrow { margin-top: 0; }
.fk-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid transparent; border-radius: 12px; font-size: .9rem; font-weight: 800; line-height: 1.2; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.fk-btn:hover { transform: translateY(-2px); }
.fk-btn:focus-visible, button:focus-visible, a:focus-visible, [role="button"]:focus-visible { outline: 3px solid rgba(169,101,209,.48); outline-offset: 3px; }
.fk-btn--gold { color: #321047; background: linear-gradient(135deg, #f0ddfb, #c285e3); box-shadow: 0 10px 30px rgba(93,37,134,.24); }
.fk-btn--navy { color: #fff; background: var(--fk-navy); }
.fk-btn--glass { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.fk-btn--outline { color: var(--fk-navy); border-color: #c9ced5; background: #fff; }

.fk-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s, box-shadow .25s, color .25s; }
.fk-header.fk-header--solid { color: #fff; background: rgba(20,8,28,.97); border-color: transparent; box-shadow: 0 8px 34px rgba(10,18,32,.16); backdrop-filter: blur(14px); }
.fk-header__inner { height: 78px; display: flex; align-items: center; gap: 30px; }
.fk-brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.fk-brand__logo { width: clamp(195px, 18vw, 245px); height: auto; max-height: 36px; object-fit: contain; object-position: left center; }
.fk-brand__logo--footer { width: min(100%, 260px); max-height: 42px; }
.fk-brand__mark { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #8d4eb8, #5D2586); border: 1px solid rgba(255,255,255,.3); border-radius: 12px 4px 12px 4px; box-shadow: 0 7px 18px rgba(93,37,134,.2); font-size: .78rem; font-weight: 900; letter-spacing: -.05em; }
.fk-brand__text { display: grid; gap: 4px; }
.fk-brand__text strong { font-size: .9rem; letter-spacing: .12em; }
.fk-brand__text small { font-size: .51rem; letter-spacing: .27em; opacity: .73; }
.fk-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 28px); margin-left: auto; }
.fk-nav a { position: relative; font-size: .78rem; font-weight: 700; white-space: nowrap; opacity: .82; }
.fk-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: #c58ae5; transition: right .2s; }
.fk-nav a:hover::after, .fk-nav a[aria-current="location"]::after { right: 0; }
.fk-nav a:hover { opacity: 1; }
.fk-header__cta { min-height: 43px; padding: 10px 17px; font-size: .76rem; }
.fk-menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 11px; border: 0; border-radius: 10px; color: inherit; background: rgba(255,255,255,.12); cursor: pointer; }
.fk-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.fk-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fk-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.fk-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.fk-hero { position: relative; min-height: 850px; color: #fff; background: #20102c; overflow: hidden; }
.fk-hero__media, .fk-hero__overlay { position: absolute; inset: 0; border-radius: 0 !important; }
.fk-hero__media { opacity: .75; }
.fk-hero__media > span { position: absolute; right: 18px; bottom: 18px; opacity: .45; }
.fk-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.fk-hero__overlay { background: linear-gradient(90deg, rgba(25,8,36,.96) 0%, rgba(47,15,68,.86) 48%, rgba(48,17,69,.34) 100%), linear-gradient(0deg, rgba(24,7,34,.72), transparent 42%); }
.fk-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: end; gap: 80px; max-width: 100%; padding-top: 135px; padding-bottom: 80px; }
.fk-hero__copy { max-width: 780px; }
.fk-hero h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1.01; letter-spacing: -.065em; }
.fk-hero h1 em { color: var(--fk-gold-light); font-family: Georgia, serif; font-weight: 400; }
.fk-hero__lead { max-width: 690px; margin: 27px 0 24px; color: rgba(255,255,255,.8); font-size: clamp(1rem, 2vw, 1.18rem); }
.fk-check-list { display: grid; gap: 10px; list-style: none; }
.fk-check-list li { position: relative; padding-left: 27px; color: var(--fk-muted); }
.fk-check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: grid; place-items: center; color: var(--fk-navy); background: #ead8f4; border-radius: 50%; font-size: .67rem; font-weight: 900; }
.fk-check-list--inline { display: flex; flex-wrap: wrap; gap: 8px 23px; max-width: 720px; }
.fk-check-list--inline li { color: rgba(255,255,255,.82); font-size: .85rem; }
.fk-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.fk-trust-panel { padding: 11px 25px 20px; border: 1px solid rgba(230,201,246,.28); border-radius: var(--fk-radius); background: rgba(44,15,62,.58); box-shadow: var(--fk-shadow); backdrop-filter: blur(14px); }
.fk-trust-panel__label { padding: 6px 0 12px; color: var(--fk-gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.fk-trust-panel div { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); }
.fk-trust-panel span { color: var(--fk-gold); font-family: Georgia, serif; font-size: .8rem; }
.fk-trust-panel strong { font-size: .78rem; }
.fk-media-placeholder { position: relative; display: grid; place-items: center; min-height: 230px; color: rgba(255,255,255,.76); background: linear-gradient(135deg, #6d3a8f, #2c153c 55%, #9a68b9); border-radius: var(--fk-radius); overflow: hidden; }
.fk-media-placeholder::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 15%, rgba(255,255,255,.08) 48%, transparent 70%), repeating-linear-gradient(90deg, transparent 0 18%, rgba(255,255,255,.05) 18% 18.4%); }
.fk-media-placeholder > span { position: relative; z-index: 1; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(5,10,18,.3); font-size: .7rem; letter-spacing: .04em; text-align: center; }
.fk-media-placeholder img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.fk-stats { position: relative; z-index: 5; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--fk-line); }
.fk-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fk-stat { min-height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 25px; border-right: 1px solid var(--fk-line); text-align: center; }
.fk-stat:first-child { border-left: 1px solid var(--fk-line); }
.fk-stat strong { min-height: 73px; color: var(--fk-navy); font-family: Georgia, serif; font-size: 3.8rem; font-weight: 400; line-height: 1; }
.fk-stat sup { color: var(--fk-gold); font-size: 1.4rem; }
.fk-stat > span { color: var(--fk-muted); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fk-stat__icon { width: 57px; height: 57px; display: grid; place-items: center; border: 1px solid #d5b7e7; border-radius: 18px; color: var(--fk-navy); background: #f7eefc; font-family: inherit; font-size: 1.8rem; }

.fk-problems { background: var(--fk-soft); }
.fk-problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #dfe2e6; border-radius: var(--fk-radius); background: #fff; overflow: hidden; }
.fk-problem-item { min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid var(--fk-line); border-bottom: 1px solid var(--fk-line); }
.fk-problem-item:nth-child(4n) { border-right: 0; }
.fk-problem-item:nth-child(n+5) { border-bottom: 0; }
.fk-problem-item span { width: 37px; height: 37px; display: grid; place-items: center; color: var(--fk-navy); background: #f1e5f8; border-radius: 11px; font-size: .8rem; font-weight: 900; }
.fk-problem-item p { max-width: 170px; color: #313946; font-size: .88rem; font-weight: 750; line-height: 1.4; }
.fk-why { background: #fff; }
.fk-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.fk-benefit { min-height: 255px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--fk-line); border-radius: 18px; transition: transform .22s, box-shadow .22s, border-color .22s; }
.fk-benefit:hover { transform: translateY(-5px); border-color: #cda8e2; box-shadow: var(--fk-shadow); }
.fk-benefit i { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: auto; color: var(--fk-navy); background: #f1e5f8; border-radius: 13px; font-size: .82rem; font-style: normal; font-weight: 900; }
.fk-benefit h3 { margin: 26px 0 9px; color: var(--fk-navy); font-size: .98rem; line-height: 1.3; }
.fk-benefit p { color: var(--fk-muted); font-size: .79rem; line-height: 1.55; }

.fk-products { color: #fff; background: var(--fk-navy); }
.fk-products .fk-section-head h2 { color: #fff; }
.fk-products .fk-section-head > p, .fk-products .fk-section-head > div + p { color: rgba(255,255,255,.72); }
.fk-products .fk-eyebrow { color: var(--fk-gold-light); }
.fk-slider-controls { display: flex; gap: 9px; }
.fk-slider-controls button { width: 49px; height: 49px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; transition: background .2s; }
.fk-slider-controls button:hover { background: var(--fk-gold-light); color: var(--fk-navy); }
.fk-chip-row { display: flex; gap: 8px; margin: -20px 0 28px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: none; }
.fk-chip-row::-webkit-scrollbar { display: none; }
.fk-chip-row span { flex: 0 0 auto; padding: 7px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.66); font-size: .67rem; }
.fk-product-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: -18px 0 28px; }
.fk-product-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.fk-filter-button { min-height: 38px; padding: 8px 13px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.04); font-size: .68rem; font-weight: 750; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.fk-filter-button:hover, .fk-filter-button--selected { color: var(--fk-navy); border-color: var(--fk-gold-light); background: var(--fk-gold-light); }
.fk-product-track { display: flex; gap: 18px; margin-right: calc((100vw - min(1180px, calc(100vw - 40px))) / -2); padding-right: max(20px, calc((100vw - 1180px) / 2)); padding-bottom: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-color: rgba(255,255,255,.22) transparent; cursor: grab; }
.fk-product-track.fk-is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.fk-product-card { flex: 0 0 345px; color: var(--fk-ink); background: #fff; border-radius: var(--fk-radius); overflow: hidden; scroll-snap-align: start; cursor: pointer; transition: transform .22s; }
.fk-product-card:hover { transform: translateY(-4px); }
.fk-film-swatch { position: relative; height: 220px; display: grid; place-items: end start; padding: 20px; overflow: hidden; }
.fk-film-swatch::before, .fk-film-swatch::after { content: ""; position: absolute; }
.fk-film-swatch::before { inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.46), transparent 28% 70%, rgba(255,255,255,.12)); }
.fk-film-swatch::after { width: 170px; height: 260px; right: -45px; top: -50px; border-left: 1px solid rgba(255,255,255,.3); transform: skew(-18deg); }
.fk-film-swatch span { position: relative; z-index: 2; width: 64px; min-height: 48px; display: grid; place-items: center; padding: 6px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.27); font-size: .65rem; font-weight: 800; text-align: center; backdrop-filter: blur(8px); }
.fk-film-swatch > small { position: absolute; z-index: 2; right: 20px; bottom: 24px; color: rgba(255,255,255,.86); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.fk-film-swatch--clear { background: linear-gradient(145deg, rgba(248,252,255,.98), rgba(190,223,241,.82) 42%, rgba(124,168,197,.62) 70%, rgba(255,255,255,.9)); }
.fk-film-swatch--black-medium { background: linear-gradient(145deg, rgba(117,126,137,.9), rgba(41,47,56,.92) 62%, rgba(12,15,19,.95)); }
.fk-film-swatch--black-dark { background: linear-gradient(145deg, #535963, #22262c 52%, #090b0e); }
.fk-film-swatch--black-deep { background: linear-gradient(145deg, #2d3137, #0d0f12 50%, #030405); }
.fk-film-swatch--silver { background: linear-gradient(125deg, #dfe3e6 0%, #89929a 35%, #f3f5f5 48%, #4c535a 68%, #b8bec2 100%); }
.fk-product-card__body { padding: 25px; }
.fk-product-card__body small { color: #7b3aa5; font-size: .64rem; font-weight: 800; letter-spacing: .14em; }
.fk-product-card h3 { margin: 4px 0 20px; font-size: 1.25rem; }
.fk-product-card__highlight { min-height: 44px; margin: -10px 0 17px; color: var(--fk-muted); font-size: .74rem; line-height: 1.5; }
.fk-product-card__badges { min-height: 56px; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 6px; margin-bottom: 17px; }
.fk-product-card__badges span { padding: 5px 8px; color: var(--fk-navy); border: 1px solid #e5d4ef; border-radius: 999px; background: #f9f3fc; font-size: .58rem; font-weight: 800; }
.fk-product-card dl { border-top: 1px solid var(--fk-line); border-bottom: 1px solid var(--fk-line); }
.fk-product-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; font-size: .74rem; }
.fk-product-card dt { color: var(--fk-muted); }
.fk-product-card dd { font-weight: 800; text-align: right; }
.fk-product-card button { width: 100%; display: flex; justify-content: space-between; margin-top: 18px; padding: 0; border: 0; color: var(--fk-navy); background: none; font-size: .76rem; font-weight: 850; cursor: pointer; }
.fk-drag-hint { margin-top: 14px; color: rgba(255,255,255,.45); font-size: .7rem; text-align: center; }
.fk-product-empty { padding: 30px; color: rgba(255,255,255,.7); border: 1px dashed rgba(255,255,255,.2); border-radius: 16px; text-align: center; }

.fk-brand-trust { padding: 28px 0; border-bottom: 1px solid var(--fk-line); background: #fff; }
.fk-brand-trust .fk-brand-trust__claim { margin: 0 0 17px; color: var(--fk-navy); font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 850; letter-spacing: -.02em; text-align: center; }
.fk-brand-badges { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--fk-line); border-radius: 15px; overflow: hidden; }
.fk-brand-badges span { min-height: 72px; display: grid; place-items: center; padding: 12px; color: #4e4654; border-right: 1px solid var(--fk-line); background: linear-gradient(145deg, #fff, #f8f6f9); font-size: .66rem; font-weight: 850; letter-spacing: .04em; text-align: center; }
.fk-brand-badges span:last-child { border-right: 0; }
.fk-brand-trust p { margin: 12px auto 0; color: var(--fk-muted); font-size: .62rem; text-align: center; }

.fk-comparison-table-section { background: #fff; }
.fk-comparison-table-wrap { border: 1px solid var(--fk-line); border-radius: var(--fk-radius); box-shadow: var(--fk-shadow); overflow: auto; }
.fk-comparison-table { width: 100%; min-width: 920px; border-collapse: separate; border-spacing: 0; font-size: .76rem; }
.fk-comparison-table th, .fk-comparison-table td { padding: 17px 16px; border-right: 1px solid var(--fk-line); border-bottom: 1px solid var(--fk-line); text-align: center; white-space: nowrap; }
.fk-comparison-table th:last-child, .fk-comparison-table td:last-child { border-right: 0; }
.fk-comparison-table tbody tr:last-child th, .fk-comparison-table tbody tr:last-child td { border-bottom: 0; }
.fk-comparison-table thead th { position: sticky; z-index: 2; top: 0; color: #fff; background: var(--fk-navy); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.fk-comparison-table thead th:first-child { left: 0; z-index: 3; }
.fk-comparison-table tbody th { position: sticky; z-index: 1; left: 0; color: var(--fk-navy); background: #fff; text-align: left; }
.fk-comparison-table tbody th small { display: block; margin-top: 3px; color: var(--fk-muted); font-size: .54rem; text-transform: uppercase; }
.fk-comparison-table__clear { background: #f7fbfd; }
.fk-comparison-table__clear th { background: #edf8fc !important; }
.fk-comparison-table__premium { color: #fff; background: #42195e; }
.fk-comparison-table__premium th { color: #fff !important; background: #321047 !important; }
.fk-comparison-table__premium th small { color: var(--fk-gold-light); }
.fk-table-note { margin-top: 12px; color: var(--fk-muted); font-size: .65rem; text-align: center; }

.fk-recommender { background: var(--fk-soft); }
.fk-recommender__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: 75px; }
.fk-recommender__intro h2, .fk-terms__intro h2 { color: var(--fk-navy); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: -.045em; }
.fk-recommender__intro > p:not(.fk-eyebrow), .fk-terms__intro > p:not(.fk-eyebrow) { margin: 20px 0 28px; color: var(--fk-muted); }
.fk-need-options { display: grid; gap: 8px; }
.fk-need-options button { min-height: 48px; padding: 12px 15px; color: var(--fk-ink); border: 1px solid var(--fk-line); border-radius: 11px; background: #fff; font-size: .78rem; font-weight: 750; text-align: left; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.fk-need-options button:hover, .fk-need-options button[aria-pressed="true"] { color: #fff; background: var(--fk-navy); transform: translateX(4px); }
.fk-recommendation-result { min-height: 440px; padding: 38px; border-radius: var(--fk-radius); color: #fff; background: radial-gradient(circle at 90% 10%, #8551aa, transparent 35%), linear-gradient(145deg, #5D2586, #2d103f); box-shadow: var(--fk-shadow); }
.fk-recommendation-result > small { color: var(--fk-gold-light); font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
.fk-recommendation-result > h3 { margin: 14px 0 8px; font-size: 1.65rem; line-height: 1.2; }
.fk-recommendation-result > p { color: rgba(255,255,255,.7); font-size: .82rem; }
.fk-recommendation-list { display: grid; gap: 8px; margin-top: 24px; }
.fk-recommendation-list button { display: grid; grid-template-columns: 35px 1fr auto; grid-template-rows: auto auto; align-items: center; gap: 0 12px; min-height: 65px; padding: 11px 13px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.08); text-align: left; cursor: pointer; }
.fk-recommendation-list button:hover { background: rgba(255,255,255,.14); }
.fk-recommendation-list strong { align-self: end; font-size: .78rem; }
.fk-recommendation-list small { align-self: start; color: rgba(255,255,255,.62); font-size: .62rem; }
.fk-recommendation-list b { grid-column: 3; grid-row: 1 / 3; color: var(--fk-gold-light); font-size: .62rem; }
.fk-recommendation-dot { grid-row: 1 / 3; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.35); border-radius: 9px; }
.fk-recommendation-dot--clear { background: linear-gradient(145deg,#f7fcff,#a8d4e8); }
.fk-recommendation-dot--black-medium { background: linear-gradient(145deg,#818893,#252b32); }
.fk-recommendation-dot--black-dark { background: linear-gradient(145deg,#4c525a,#0c0e11); }
.fk-recommendation-dot--black-deep { background: linear-gradient(145deg,#25282d,#020303); }
.fk-recommendation-dot--silver { background: linear-gradient(135deg,#e5e8e9,#626a71,#cfd3d5); }
.fk-recommendation-note { margin-top: 18px; color: var(--fk-muted); font-size: .67rem; text-align: right; }

.fk-terms { background: #fff; }
.fk-terms__grid { display: grid; grid-template-columns: 350px 1fr; align-items: start; gap: 85px; }
.fk-terms__intro { position: sticky; top: 110px; }

.fk-services { background: var(--fk-soft); }
.fk-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fk-service { background: #fff; border: 1px solid var(--fk-line); border-radius: 24px; overflow: hidden; box-shadow: 0 12px 40px rgba(14,22,36,.05); }
.fk-service__media { height: 310px; border-radius: 0; }
.fk-service--car .fk-service__media { background: linear-gradient(135deg, #785099, #241130 55%, #ac76ca); }
.fk-service__body { padding: 36px; }
.fk-service h2 { color: var(--fk-navy); font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -.04em; }
.fk-service__types { min-height: 58px; margin: 14px 0 23px; color: var(--fk-muted); font-size: .79rem; }
.fk-service .fk-check-list { grid-template-columns: 1fr 1fr; margin-bottom: 29px; }
.fk-service .fk-check-list li { font-size: .78rem; }
.fk-service .fk-btn { width: 100%; }

.fk-comparison { background: #fff; }
.fk-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.fk-compare-wrap { padding: 14px 14px 22px; border: 1px solid var(--fk-line); border-radius: var(--fk-radius); background: #fff; }
.fk-compare-wrap h3 { padding: 7px 7px 15px; font-size: .9rem; }
.fk-compare-wrap > p { padding: 15px 7px 0; color: var(--fk-muted); font-size: .78rem; }
.fk-before-after { --position: 50%; position: relative; height: 390px; border-radius: 15px; overflow: hidden; background: #273447; }
.fk-ba-layer, .fk-ba-layer .fk-media-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; }
.fk-ba-layer--after .fk-media-placeholder { background: linear-gradient(135deg, #a988bd, #5D2586 65%, #cf9bea); }
.fk-ba-layer--before { width: var(--position); overflow: hidden; border-right: 2px solid #fff; }
.fk-ba-layer--before .fk-media-placeholder { width: max(100%, 570px); background: linear-gradient(135deg, #d09a56, #874c37 55%, #39272a); }
.fk-ba-label { position: absolute; z-index: 4; top: 15px; padding: 6px 10px; border-radius: 7px; color: #fff; background: rgba(5,10,18,.52); font-size: .63rem; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(8px); pointer-events: none; }
.fk-ba-label--before { left: 15px; }
.fk-ba-label--after { right: 15px; }
.fk-before-after input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.fk-ba-handle { position: absolute; z-index: 4; left: var(--position); top: 50%; width: 43px; height: 43px; display: grid; place-items: center; color: var(--fk-navy); background: #fff; border-radius: 50%; box-shadow: 0 5px 22px rgba(0,0,0,.2); transform: translate(-50%, -50%); pointer-events: none; }

.fk-gallery-section { background: var(--fk-soft); }
.fk-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 15px; }
.fk-gallery__item { position: relative; border-radius: 18px; overflow: hidden; }
.fk-gallery__item--wide { grid-column: span 2; }
.fk-gallery__item .fk-media-placeholder { width: 100%; height: 100%; min-height: 0; border-radius: 0; transition: transform .5s; }
.fk-gallery__item:nth-child(2) .fk-media-placeholder, .fk-gallery__item:nth-child(4) .fk-media-placeholder { background: linear-gradient(135deg, #785590, #241130 60%, #a56cc6); }
.fk-gallery__item:hover .fk-media-placeholder { transform: scale(1.025); }
.fk-gallery figcaption { position: absolute; z-index: 3; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 15px; padding: 35px 20px 18px; color: #fff; background: linear-gradient(transparent, rgba(5,9,15,.8)); pointer-events: none; }
.fk-gallery figcaption strong { font-size: .84rem; }
.fk-gallery figcaption span { font-size: .64rem; opacity: .7; }

.fk-technician { background: #fff; }
.fk-technician__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; }
.fk-technician__media { height: 600px; }
.fk-technician__media b { position: absolute; z-index: 3; right: 20px; bottom: 20px; padding: 12px 16px; color: var(--fk-navy); background: #fff; border-radius: 10px; font-size: .7rem; }
.fk-technician__copy > p:not(.fk-eyebrow) { margin: 22px 0 28px; color: var(--fk-muted); }
.fk-check-list--boxed { grid-template-columns: 1fr 1fr; gap: 10px; }
.fk-check-list--boxed li { min-height: 67px; display: flex; align-items: center; padding: 12px 12px 12px 45px; border: 1px solid var(--fk-line); border-radius: 12px; font-size: .76rem; font-weight: 750; }
.fk-check-list--boxed li::before { left: 15px; top: 23px; }

.fk-warranty { position: relative; min-height: 620px; display: flex; align-items: center; color: #fff; background: #1a0925; overflow: hidden; }
.fk-warranty__media { position: absolute; inset: 0; height: 100%; border-radius: 0; opacity: .2; }
.fk-warranty__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#1a0925 10%,rgba(54,18,75,.55),#1a0925); }
.fk-warranty__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 290px 1fr; align-items: center; gap: 95px; padding: 90px 0; }
.fk-shield { width: 250px; height: 290px; display: grid; place-items: center; border: 1px solid rgba(216,171,241,.72); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(169,101,209,.08)); clip-path: polygon(50% 0, 93% 15%, 87% 70%, 50% 100%, 13% 70%, 7% 15%); }
.fk-shield::before { content: ""; position: absolute; width: 210px; height: 246px; border: 1px solid rgba(216,171,241,.28); clip-path: inherit; }
.fk-shield span { color: var(--fk-gold-light); font-family: Georgia,serif; font-size: 3rem; letter-spacing: -.08em; }
.fk-warranty h2 { color: #fff; }
.fk-warranty__items { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0 22px; }
.fk-warranty__items span { position: relative; padding: 14px 15px 14px 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: rgba(255,255,255,.82); font-size: .78rem; }
.fk-warranty__items span::before { content: "✓"; position: absolute; left: 16px; color: var(--fk-gold); }
.fk-warranty small { color: rgba(255,255,255,.48); font-size: .68rem; }

.fk-pricing { background: var(--fk-soft); }
.fk-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 950px; margin: 0 auto; }
.fk-price { display: flex; flex-direction: column; padding: 35px; border: 1px solid var(--fk-line); border-radius: var(--fk-radius); background: #fff; box-shadow: 0 18px 55px rgba(93,37,134,.08); }
.fk-price--featured { color: #fff; background: var(--fk-navy); border-color: var(--fk-navy); }
.fk-price__top { display: flex; align-items: center; justify-content: space-between; color: #71349a; }
.fk-price--featured .fk-price__top { color: var(--fk-gold-light); }
.fk-price__top span { font-family: Georgia, serif; font-size: 1.4rem; }
.fk-price__top p { font-size: .65rem; font-weight: 850; letter-spacing: .13em; }
.fk-price h3 { margin: 34px 0 30px; color: var(--fk-muted); font-size: .82rem; font-weight: 600; }
.fk-price h3 strong { display: block; color: var(--fk-navy); font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.05em; }
.fk-price h3 .fk-price__consult { margin: 4px 0 5px; font-size: clamp(1.65rem, 3.5vw, 2.35rem); line-height: 1.12; letter-spacing: -.035em; }
.fk-price h3 small { color: var(--fk-muted); font-size: .78rem; }
.fk-price--featured h3, .fk-price--featured h3 strong, .fk-price--featured h3 small { color: #fff; }
.fk-price .fk-check-list { flex: 1; margin-bottom: 33px; }
.fk-price .fk-check-list li { color: var(--fk-muted); font-size: .8rem; }
.fk-price--featured .fk-check-list li { color: rgba(255,255,255,.72); }
.fk-price-note { max-width: 850px; margin: 22px auto 0; color: var(--fk-muted); font-size: .68rem; text-align: center; }

.fk-process { background: #fff; }
.fk-timeline { display: grid; grid-template-columns: repeat(9, 1fr); list-style: none; }
.fk-timeline li { position: relative; min-height: 135px; padding: 0 10px; text-align: center; }
.fk-timeline li::before { content: ""; position: absolute; z-index: 0; top: 24px; left: 0; width: 100%; height: 1px; background: var(--fk-line); }
.fk-timeline li:first-child::before { left: 50%; width: 50%; }
.fk-timeline li:last-child::before { width: 50%; }
.fk-timeline span { position: relative; z-index: 1; width: 49px; height: 49px; display: grid; place-items: center; margin: 0 auto 16px; color: var(--fk-navy); border: 1px solid #d1afe4; border-radius: 50%; background: #fff; font-family: Georgia,serif; font-size: .78rem; }
.fk-timeline strong { display: block; font-size: .71rem; line-height: 1.35; }
.fk-process__cta { display: flex; align-items: center; justify-content: space-between; max-width: 680px; margin: 30px auto 0; padding: 18px 20px 18px 27px; border: 1px solid var(--fk-line); border-radius: 16px; background: var(--fk-soft); }
.fk-process__cta p { font-weight: 800; }

.fk-faq { background: var(--fk-soft); }
.fk-faq__grid { display: grid; grid-template-columns: 350px 1fr; align-items: start; gap: 85px; }
.fk-faq__intro { position: sticky; top: 115px; }
.fk-faq__intro p:not(.fk-eyebrow) { margin: 20px 0 27px; color: var(--fk-muted); }
.fk-faq-item { border-bottom: 1px solid #d8dce1; }
.fk-faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--fk-navy); background: none; font-size: .92rem; font-weight: 800; text-align: left; cursor: pointer; }
.fk-faq-item button span { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #cbd0d6; border-radius: 50%; font-size: 1.15rem; font-weight: 400; transition: transform .2s, background .2s; }
.fk-faq-item.fk-faq-item--open button span { color: #fff; background: var(--fk-navy); transform: rotate(45deg); }
.fk-faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.fk-faq-item > div > p { min-height: 0; color: var(--fk-muted); font-size: .82rem; overflow: hidden; }
.fk-faq-item.fk-faq-item--open > div { grid-template-rows: 1fr; }
.fk-faq-item.fk-faq-item--open > div > p { padding-bottom: 22px; }

.fk-final-cta { position: relative; padding: 110px 0; color: #fff; background: radial-gradient(circle at 80% 20%, #7d45a4, transparent 35%), linear-gradient(135deg, #4a1c69, #190923); overflow: hidden; }
.fk-final-cta::before { content: "FK"; position: absolute; right: -2vw; top: -150px; color: rgba(255,255,255,.025); font-family: Georgia,serif; font-size: 36rem; line-height: 1; }
.fk-final-cta__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.fk-final-cta h2 { max-width: 850px; color: #fff; }
.fk-final-cta p:not(.fk-eyebrow) { max-width: 610px; margin: 23px 0 31px; color: rgba(255,255,255,.7); }
.fk-footer { padding: 72px 0 0; color: rgba(255,255,255,.68); background: #120719; }
.fk-footer__grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr 1fr; gap: 55px; }
.fk-brand--light { color: #fff; }
.fk-footer__grid > div:first-child > p { max-width: 290px; margin-top: 20px; }
.fk-footer h2 { margin-bottom: 17px; color: #fff; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.fk-footer p, .fk-footer a { display: block; margin-bottom: 9px; font-size: .75rem; }
.fk-footer a:hover { color: var(--fk-gold-light); }
.fk-footer__wa { color: var(--fk-gold-light); font-weight: 800; }
.fk-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.fk-footer__bottom p { margin: 0; font-size: .64rem; }

.fk-floating-wa { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 10px 15px 10px 10px; color: #fff; background: #159f53; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.2); transition: transform .2s; }
.fk-floating-wa:hover { transform: translateY(-3px); }
.fk-floating-wa > span, .fk-mobile-wa > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: #159f53; background: #fff; font-size: .68rem; font-weight: 900; }
.fk-floating-wa strong { display: grid; font-size: .72rem; line-height: 1.2; }
.fk-floating-wa small { font-size: .57rem; font-weight: 500; opacity: .75; }
.fk-mobile-wa { display: none; }

.fk-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
.fk-modal.fk-modal--open { opacity: 1; visibility: visible; }
.fk-modal__backdrop { position: absolute; inset: 0; background: rgba(25,8,35,.78); backdrop-filter: blur(6px); }
.fk-modal__panel { position: relative; z-index: 2; width: min(840px, 100%); max-height: min(700px, calc(100vh - 40px)); display: grid; grid-template-columns: .82fr 1.18fr; border-radius: 24px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.35); overflow: auto; transform: translateY(15px); transition: transform .2s; }
.fk-modal--open .fk-modal__panel { transform: translateY(0); }
.fk-modal__close { position: absolute; z-index: 4; right: 15px; top: 15px; width: 39px; height: 39px; border: 0; border-radius: 50%; color: var(--fk-navy); background: rgba(255,255,255,.9); font-size: 1.5rem; cursor: pointer; }
.fk-modal__swatch { height: 100%; min-height: 500px; }
.fk-modal__content { padding: 55px 40px 40px; }
.fk-modal__content h2 { color: var(--fk-navy); font-size: 2.2rem; line-height: 1.1; letter-spacing: -.04em; }
.fk-modal__content > p:not(.fk-eyebrow) { margin: 17px 0 25px; color: var(--fk-muted); font-size: .82rem; }
.fk-modal__content > .fk-modal__highlight { margin: 13px 0 0; color: var(--fk-navy); font-weight: 800; }
.fk-modal__content dl { margin-bottom: 27px; border-top: 1px solid var(--fk-line); }
.fk-modal__content dl div { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--fk-line); font-size: .75rem; }
.fk-modal__content dt { color: var(--fk-muted); }
.fk-modal__content dd { font-weight: 800; }
.fk-noscript { position: fixed; z-index: 999; inset: auto 10px 10px; padding: 12px; color: #fff; background: #8b2f2f; border-radius: 8px; text-align: center; font-size: .75rem; }

.fk-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.fk-reveal.fk-reveal--visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .fk-nav { gap: 15px; }
  .fk-nav a { font-size: .7rem; }
  .fk-header__cta { display: none; }
  .fk-hero__inner { grid-template-columns: 1fr 260px; gap: 35px; }
  .fk-benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .fk-timeline { grid-template-columns: repeat(5, 1fr); row-gap: 20px; }
  .fk-timeline li::before { display: none; }
  .fk-faq__grid { gap: 55px; }
  .fk-brand-badges { grid-template-columns: repeat(3, 1fr); }
  .fk-brand-badges span { border-bottom: 1px solid var(--fk-line); }
  .fk-recommender__grid, .fk-terms__grid { grid-template-columns: 1fr; gap: 42px; }
  .fk-terms__intro { position: static; }
}

@media (max-width: 860px) {
  :root { --fk-shell: min(100% - 32px, 720px); }
  .fk-section { padding: 85px 0; }
  .fk-menu-toggle { display: block; }
  .fk-nav { position: absolute; top: 69px; left: 16px; right: 16px; display: grid; gap: 0; margin: 0; padding: 9px; color: var(--fk-navy); background: #fff; border: 1px solid var(--fk-line); border-radius: 15px; box-shadow: var(--fk-shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, visibility .2s, transform .2s; }
  .fk-nav.fk-nav--open { opacity: 1; visibility: visible; transform: none; }
  .fk-nav a { padding: 12px 13px; border-radius: 9px; font-size: .8rem; }
  .fk-nav a:hover, .fk-nav a:focus-visible { color: #fff; background: var(--fk-navy); }
  .fk-nav a::after { display: none; }
  .fk-header__inner { height: 68px; }
  .fk-hero { min-height: 900px; }
  .fk-hero__inner { grid-template-columns: 1fr; align-content: center; gap: 38px; padding-top: 120px; }
  .fk-trust-panel { display: grid; grid-template-columns: 1fr 1fr; max-width: 600px; }
  .fk-trust-panel__label { grid-column: 1/-1; }
  .fk-trust-panel div:nth-last-child(-n+2) { border-left: 1px solid rgba(255,255,255,.12); padding-left: 18px; }
  .fk-stats__grid { grid-template-columns: 1fr 1fr; }
  .fk-stat:nth-child(2) { border-right: 0; }
  .fk-stat:nth-child(-n+2) { border-bottom: 1px solid var(--fk-line); }
  .fk-problem-grid { grid-template-columns: 1fr 1fr; }
  .fk-problem-item:nth-child(2n) { border-right: 0; }
  .fk-problem-item:nth-child(n) { border-bottom: 1px solid var(--fk-line); }
  .fk-problem-item:nth-last-child(-n+2) { border-bottom: 0; }
  .fk-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .fk-service-grid, .fk-compare-grid, .fk-pricing-grid, .fk-technician__grid { grid-template-columns: 1fr; }
  .fk-technician__grid { gap: 45px; }
  .fk-technician__media { height: 480px; }
  .fk-gallery { grid-template-columns: 1fr 1fr; }
  .fk-warranty__inner { grid-template-columns: 190px 1fr; gap: 45px; }
  .fk-shield { width: 180px; height: 210px; }
  .fk-shield::before { width: 150px; height: 177px; }
  .fk-faq__grid { grid-template-columns: 1fr; gap: 40px; }
  .fk-faq__intro { position: static; }
  .fk-footer__grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 640px) {
  :root { --fk-shell: calc(100% - 30px); --fk-radius: 18px; }
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 67px; }
  .fk-section { padding: 70px 0; }
  .fk-section-head { margin-bottom: 35px; }
  .fk-section-head--split { display: block; }
  .fk-section-head--split > p { margin-top: 16px; }
  .fk-section-head h2, .fk-technician h2, .fk-warranty h2, .fk-faq h2, .fk-final-cta h2 { font-size: 2.05rem; }
  .fk-header { background: linear-gradient(180deg, rgba(28,9,39,.9), rgba(28,9,39,.42)); backdrop-filter: blur(10px); }
  .fk-header.fk-header--solid { background: rgba(20,8,28,.97); }
  .fk-menu-toggle { border: 1px solid rgba(255,255,255,.16); }
  .fk-header--solid .fk-menu-toggle { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.1); }
  .fk-nav { top: 76px; left: 15px; right: 15px; padding: 10px; border-color: #e7d8ef; border-radius: 18px; box-shadow: 0 22px 60px rgba(46,15,65,.2); }
  .fk-nav a { min-height: 46px; display: flex; align-items: center; padding: 11px 14px; border-radius: 11px; }
  .fk-brand__mark { width: 37px; height: 37px; }
  .fk-hero { min-height: 940px; }
  .fk-hero__overlay { background: linear-gradient(0deg, rgba(5,10,18,.96) 0%, rgba(5,10,18,.72) 75%, rgba(5,10,18,.48)); }
  .fk-hero__media { background: linear-gradient(145deg, #293849, #101824 55%, #5d4d31); }
  .fk-hero h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); }
  .fk-hero__lead { margin: 21px 0; font-size: .98rem; }
  .fk-hero__inner { gap: 28px; padding: 105px 0 36px; }
  .fk-check-list--inline { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .fk-check-list--inline li { padding-left: 23px; font-size: .72rem; }
  .fk-actions { display: grid; }
  .fk-actions .fk-btn { width: 100%; }
  .fk-trust-panel { padding: 8px 15px 13px; }
  .fk-trust-panel div { gap: 8px; padding: 10px 0; }
  .fk-trust-panel div:nth-last-child(-n+2) { padding-left: 10px; }
  .fk-trust-panel strong { font-size: .67rem; }
  .fk-trust-panel span { font-size: .65rem; }
  .fk-stats__grid { width: 100%; }
  .fk-stat { min-height: 130px; padding: 18px 8px; }
  .fk-stat strong { min-height: 55px; font-size: 2.85rem; }
  .fk-stat > span { font-size: .61rem; }
  .fk-stat__icon { width: 48px; height: 48px; }
  .fk-problem-item { min-height: 125px; padding: 18px; }
  .fk-problem-item p { font-size: .78rem; }
  .fk-benefit-grid { grid-template-columns: 1fr; gap: 10px; }
  .fk-benefit { min-height: 0; padding: 20px; border-color: #eadff0; background: linear-gradient(145deg, #fff, #fcf9fd); }
  .fk-benefit i { margin: 0 0 16px; }
  .fk-benefit h3 { margin: 0 0 7px; font-size: .95rem; }
  .fk-benefit p { font-size: .77rem; }
  .fk-products .fk-section-head { padding-right: 80px; position: relative; }
  .fk-slider-controls { position: absolute; right: 0; bottom: 2px; }
  .fk-slider-controls button { width: 38px; height: 38px; }
  .fk-chip-row { margin-top: -10px; }
  .fk-product-toolbar { align-items: center; margin-top: -8px; }
  .fk-product-filters { flex: 1; flex-wrap: nowrap; padding: 3px 0 8px; overflow-x: auto; scrollbar-width: none; }
  .fk-product-filters::-webkit-scrollbar { display: none; }
  .fk-filter-button { flex: 0 0 auto; min-height: 42px; }
  .fk-product-track { margin-right: -15px; padding-right: 15px; }
  .fk-product-card { flex-basis: min(86vw, 330px); box-shadow: 0 15px 35px rgba(25,8,35,.2); }
  .fk-product-card__highlight { min-height: 0; }
  .fk-brand-badges { display: flex; gap: 8px; padding-bottom: 5px; border: 0; border-radius: 0; overflow-x: auto; scrollbar-width: none; }
  .fk-brand-badges::-webkit-scrollbar { display: none; }
  .fk-brand-badges span { flex: 0 0 170px; min-height: 64px; border: 1px solid var(--fk-line); border-radius: 12px; }
  .fk-brand-trust p { text-align: left; }
  .fk-comparison-table-wrap { margin-right: -15px; border-radius: 16px 0 0 16px; }
  .fk-comparison-table { min-width: 830px; font-size: .72rem; }
  .fk-comparison-table th, .fk-comparison-table td { padding: 14px 13px; }
  .fk-recommender__grid { gap: 30px; }
  .fk-recommendation-result { min-height: 300px; padding: 25px 20px; }
  .fk-recommendation-result > h3 { font-size: 1.35rem; }
  .fk-recommendation-list button { grid-template-columns: 35px 1fr; }
  .fk-recommendation-list b { display: none; }
  .fk-recommendation-note { text-align: left; }
  .fk-terms__grid { gap: 25px; }
  .fk-film-swatch { height: 190px; }
  .fk-service__media { height: 230px; }
  .fk-service__body { padding: 28px 22px; }
  .fk-service__types { min-height: 0; }
  .fk-service .fk-check-list { grid-template-columns: 1fr; }
  .fk-before-after { height: 300px; touch-action: pan-y; }
  .fk-gallery { grid-auto-rows: 220px; gap: 10px; }
  .fk-gallery__item--wide { grid-column: span 2; }
  .fk-technician__media { height: 380px; }
  .fk-check-list--boxed { grid-template-columns: 1fr; }
  .fk-warranty { min-height: 0; }
  .fk-warranty__inner { grid-template-columns: 1fr; justify-items: center; gap: 35px; padding: 75px 0; }
  .fk-warranty__copy { text-align: center; }
  .fk-warranty__copy .fk-eyebrow { justify-content: center; }
  .fk-warranty__items { grid-template-columns: 1fr; text-align: left; }
  .fk-price { padding: 27px 22px; }
  .fk-pricing-grid { gap: 14px; }
  .fk-timeline { grid-template-columns: repeat(3, 1fr); gap: 18px 8px; }
  .fk-timeline li { min-height: 100px; padding: 0 3px; }
  .fk-timeline strong { font-size: .65rem; }
  .fk-process__cta { display: grid; gap: 12px; padding: 18px; text-align: center; }
  .fk-process__cta .fk-btn { width: 100%; }
  .fk-faq-item button { font-size: .82rem; }
  .fk-final-cta { padding: 80px 0; }
  .fk-final-cta .fk-btn { width: 100%; }
  .fk-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .fk-footer__bottom { display: block; }
  .fk-footer__bottom p + p { margin-top: 5px; }
  .fk-floating-wa { display: none; }
  .fk-mobile-wa { position: fixed; z-index: 200; inset: auto 10px 9px; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 9px 17px max(9px, env(safe-area-inset-bottom)); color: #fff; background: linear-gradient(135deg, #20b961, #118f49); border: 1px solid rgba(255,255,255,.28); border-radius: 18px; font-size: .82rem; font-weight: 850; box-shadow: 0 12px 32px rgba(19,119,63,.3); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); transition: opacity .24s ease, transform .24s ease; }
  .fk-mobile-wa.fk-mobile-wa--visible { opacity: 1; pointer-events: auto; transform: none; }
  .fk-mobile-wa > span { width: 34px; height: 34px; }
  .fk-modal { padding: 12px; }
  .fk-modal__panel { grid-template-columns: 1fr; max-height: calc(100vh - 24px); }
  .fk-modal__swatch { height: 180px; min-height: 180px; }
  .fk-modal__content { padding: 27px 22px 25px; }
  .fk-modal__content h2 { font-size: 1.65rem; }
  .fk-modal__content .fk-btn { width: 100%; }
}

@media (max-width: 380px) {
  .fk-hero h1 { font-size: 2.55rem; }
  .fk-trust-panel strong { font-size: .61rem; }
  .fk-benefit { min-height: 0; padding: 18px; }
  .fk-benefit p { font-size: .74rem; }
  .fk-gallery { grid-template-columns: 1fr; }
  .fk-gallery__item--wide { grid-column: auto; }
}

/* Consistent typography system */
h1, h2, h3,
.fk-brand__text strong,
.fk-stat strong,
.fk-price h3 strong,
.fk-shield span {
  font-family: var(--fk-font-display);
  font-kerning: normal;
}

.fk-section-head h2,
.fk-technician h2,
.fk-warranty h2,
.fk-faq h2,
.fk-final-cta h2,
.fk-recommender__intro h2,
.fk-terms__intro h2,
.fk-service h2 {
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.fk-hero h1 {
  font-weight: 780;
  line-height: 1.045;
  letter-spacing: -.052em;
}

.fk-hero h1 em {
  font-family: var(--fk-font-display);
  font-weight: 650;
  letter-spacing: -.045em;
}

.fk-stat strong,
.fk-trust-panel span,
.fk-shield span,
.fk-price__top span,
.fk-timeline span,
.fk-final-cta::before {
  font-family: var(--fk-font-display);
}

.fk-stat strong { font-weight: 720; letter-spacing: -.04em; }
.fk-shield span { font-weight: 700; letter-spacing: -.05em; }
.fk-price__top span, .fk-timeline span { font-weight: 700; }

.fk-eyebrow,
.fk-brand__text,
.fk-nav,
.fk-btn,
.fk-filter-button,
.fk-product-card__badges,
.fk-price__top,
.fk-footer h2 {
  letter-spacing: normal;
}

.fk-eyebrow { font-size: .75rem; line-height: 1.4; letter-spacing: .12em; }
.fk-brand__text strong { font-size: .9rem; letter-spacing: .1em; }
.fk-brand__text small { font-size: .58rem; letter-spacing: .2em; }
.fk-nav a { font-size: .8rem; line-height: 1.35; }
.fk-hero__lead { line-height: 1.65; }
.fk-section-head > p, .fk-section-head > div + p { line-height: 1.7; }
.fk-check-list li { line-height: 1.55; }

.fk-problem-item p { font-size: .9rem; line-height: 1.5; }
.fk-benefit h3 { font-size: 1rem; font-weight: 750; }
.fk-benefit p { font-size: .82rem; line-height: 1.65; }
.fk-chip-row span, .fk-filter-button { font-size: .72rem; line-height: 1.35; }
.fk-product-card__body small { font-size: .68rem; line-height: 1.4; letter-spacing: .1em; }
.fk-product-card h3 { font-size: 1.3rem; font-weight: 760; line-height: 1.25; }
.fk-product-card__highlight { font-size: .78rem; line-height: 1.65; }
.fk-product-card__badges span { font-size: .64rem; line-height: 1.35; }
.fk-product-card dl div { font-size: .78rem; line-height: 1.45; }
.fk-product-card button { font-size: .8rem; line-height: 1.4; }
.fk-brand-badges span { font-size: .7rem; line-height: 1.45; letter-spacing: .025em; }
.fk-brand-trust p, .fk-table-note, .fk-recommendation-note, .fk-price-note { font-size: .7rem; line-height: 1.6; }
.fk-comparison-table { font-size: .78rem; line-height: 1.45; }
.fk-comparison-table thead th { font-size: .68rem; line-height: 1.35; }
.fk-service__types, .fk-service .fk-check-list li { font-size: .82rem; line-height: 1.65; }
.fk-warranty__items span { font-size: .82rem; line-height: 1.55; }
.fk-warranty small { font-size: .72rem; line-height: 1.6; }
.fk-price h3 { line-height: 1.45; }
.fk-price .fk-check-list li { font-size: .82rem; }
.fk-faq-item button { font-size: .95rem; line-height: 1.45; }
.fk-faq-item > div > p { font-size: .84rem; line-height: 1.7; }
.fk-footer p, .fk-footer a { font-size: .78rem; line-height: 1.6; }
.fk-footer__bottom p { font-size: .68rem; }
.fk-modal__content h2 { font-weight: 760; }
.fk-modal__content > p:not(.fk-eyebrow), .fk-modal__content dl div { font-size: .8rem; line-height: 1.6; }

@media (max-width: 640px) {
  body { font-size: 15.5px; line-height: 1.65; }
  .fk-section-head h2,
  .fk-technician h2,
  .fk-warranty h2,
  .fk-faq h2,
  .fk-final-cta h2 { font-size: clamp(1.9rem, 8.6vw, 2.25rem); line-height: 1.16; }
  .fk-hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.35rem); line-height: 1.05; }
  .fk-hero__lead { font-size: 1rem; line-height: 1.65; }
  .fk-check-list--inline li { font-size: .76rem; }
  .fk-trust-panel strong { font-size: .72rem; line-height: 1.4; }
  .fk-trust-panel span { font-size: .7rem; }
  .fk-stat > span { font-size: .66rem; line-height: 1.45; }
  .fk-problem-item p { font-size: .84rem; }
  .fk-benefit p { font-size: .81rem; }
  .fk-faq-item button { font-size: .88rem; }
}

@media (max-width: 380px) {
  .fk-hero h1 { font-size: clamp(2.25rem, 11.2vw, 2.7rem); }
  .fk-trust-panel strong { font-size: .68rem; }
  .fk-benefit p { font-size: .8rem; }
}

/* Accessibility floor for informative micro text */
.fk-trust-panel__label,
.fk-trust-panel span,
.fk-trust-panel strong,
.fk-stat > span,
.fk-brand-badges span,
.fk-filter-button,
.fk-film-swatch span,
.fk-film-swatch > small,
.fk-product-card__body small,
.fk-product-card__badges span,
.fk-drag-hint,
.fk-comparison-table thead th,
.fk-comparison-table tbody th small,
.fk-table-note,
.fk-recommendation-result > small,
.fk-recommendation-list small,
.fk-recommendation-list b,
.fk-recommendation-note,
.fk-media-placeholder > span,
.fk-ba-label,
.fk-gallery figcaption span,
.fk-technician__media b,
.fk-warranty small,
.fk-price__top p,
.fk-price-note,
.fk-timeline strong,
.fk-footer h2,
.fk-footer__bottom p,
.fk-floating-wa strong,
.fk-floating-wa small {
  font-size: .75rem;
  line-height: 1.5;
}

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