/* Forma Kutusu ana sayfa v2 — görsel yerleşim ve okunabilirlik düzeltmeleri */
body.home-v2 {
  --fk-navy: #071226;
  --fk-navy-2: #0e1b31;
  --fk-lime: #c7f600;
  --fk-lime-2: #aee600;
  --fk-paper: #f6f7f4;
  --fk-white: #fff;
  --fk-ink: #111827;
  --fk-muted: #667085;
  --fk-line: #dfe4ea;
  --fk-soft: #eef1f3;
  --fk-radius: 22px;
  --fk-shadow: 0 18px 50px rgb(7 18 38 / 12%);
  margin: 0;
  background: var(--fk-paper);
  color: var(--fk-ink);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.home-v2 img { max-width: 100%; }
body.home-v2 h1,
body.home-v2 h2,
body.home-v2 h3 {
  color: var(--fk-navy);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: .94;
  text-transform: uppercase;
}
body.home-v2 a { color: inherit; }
body.home-v2 .container:not(.site-header__inner):not(.service-strip__inner) { width: min(calc(100% - 40px), 1480px); }
body.home-v2 .button { border-radius: 13px; }
body.home-v2 .skip-link { background: var(--fk-lime); color: var(--fk-navy); }

.fk-hero { position: relative; overflow: hidden; min-height: 620px; background: linear-gradient(115deg, #fff 0%, #f5f7f7 58%, #eef1f0 100%); }
.fk-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(132deg, transparent 0 24%, rgb(7 18 38 / 4%) 24.2% 24.5%, transparent 24.7% 100%); pointer-events: none; }
.fk-hero__noise { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(circle at 15% 20%, #dfe3e6 0 1px, transparent 1.2px), radial-gradient(circle at 70% 45%, #dfe3e6 0 1px, transparent 1.2px); background-size: 22px 22px, 31px 31px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.fk-hero__grid { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: .92fr 1.12fr .62fr; gap: 22px; align-items: stretch; }
.fk-hero__content { align-self: center; padding: 44px 0 38px 12px; min-width: 0; }
.fk-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--fk-navy); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.fk-kicker span { display: grid; place-items: center; width: 34px; height: 27px; transform: skew(-10deg); background: var(--fk-lime); color: var(--fk-navy); font-style: italic; font-weight: 950; }
.fk-hero h1 { max-width: none; margin: 0 0 20px; font-size: clamp(54px, 5.35vw, 82px); font-style: italic; white-space: nowrap; overflow-wrap: normal; word-break: normal; }
.fk-hero h1 em { color: var(--fk-lime-2); font-style: inherit; }
.fk-hero__lead { max-width: 430px; margin: 0 0 22px; color: #344054; font-size: clamp(14px, 1.15vw, 18px); line-height: 1.5; }
.fk-primary-button { min-height: 52px; gap: 16px; border-color: var(--fk-navy); background: var(--fk-navy); color: #fff !important; box-shadow: 0 10px 24px rgb(7 18 38 / 18%); text-transform: uppercase; }
.fk-primary-button:hover { border-color: var(--fk-lime); background: var(--fk-lime); color: var(--fk-navy) !important; }
.fk-secondary-button { min-height: 52px; border-color: #cfd5dc; background: #fff; color: var(--fk-navy) !important; text-transform: uppercase; }
.fk-secondary-button:hover { border-color: var(--fk-navy); background: #fff; }
.fk-hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 500px; gap: 14px; margin: 26px 0 0; padding: 16px 0 0; border-top: 1px solid #d9dee4; list-style: none; }
.fk-hero__proof li { display: grid; grid-template-columns: 26px 1fr; column-gap: 6px; align-items: center; }
.fk-hero__proof li > span { grid-row: 1 / 3; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--fk-lime-2); border-radius: 50%; color: var(--fk-navy); font-size: 11px; }
.fk-hero__proof strong { color: var(--fk-navy); font-size: 11px; line-height: 1.15; text-transform: uppercase; }
.fk-hero__proof small { color: #667085; font-size: 11px; line-height: 1.25; }

.fk-hero__stage { position: relative; min-width: 0; min-height: 560px; margin: 30px 0; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #f9faf8, #e8eceb); box-shadow: inset 0 0 0 1px rgb(7 18 38 / 7%); }
.fk-paint { position: absolute; z-index: 0; display: block; background: var(--fk-lime); filter: saturate(1.05); clip-path: polygon(0 20%, 80% 0, 60% 28%, 100% 15%, 72% 47%, 94% 62%, 55% 68%, 79% 100%, 34% 79%, 0 95%, 20% 56%); }
.fk-paint--one { width: 82%; height: 68%; left: 4%; top: 10%; transform: rotate(-7deg); opacity: .74; }
.fk-paint--two { width: 56%; height: 52%; right: -3%; top: 5%; transform: rotate(18deg); opacity: .34; }
.fk-hero__model { position: absolute; z-index: 2; display: block; object-fit: cover; object-position: center; mix-blend-mode: normal; border: 7px solid rgb(255 255 255 / 94%); border-radius: 20px; background: #fff; box-shadow: 0 20px 45px rgb(7 18 38 / 22%); }
.fk-hero__model--front { left: 5%; bottom: 5%; width: 72%; height: 69%; z-index: 3; }
.fk-hero__model--back { right: 5%; top: 7%; width: 52%; height: 57%; opacity: .94; transform: rotate(2deg); }
.fk-stage-badge { position: absolute; z-index: 5; left: 3%; bottom: 22px; display: grid; width: 118px; min-height: 82px; padding: 13px 15px; border: 1px solid rgb(255 255 255 / 70%); border-radius: 18px; background: rgb(255 255 255 / 94%); color: var(--fk-navy); box-shadow: var(--fk-shadow); font-size: 10px; line-height: 1.15; text-transform: uppercase; backdrop-filter: blur(12px); }
.fk-stage-badge strong { font-size: 15px; }
.fk-stage-badge span { position: absolute; right: 13px; bottom: 10px; color: var(--fk-lime-2); font-size: 18px; }

.fk-hero__rail { display: grid; align-content: center; gap: 12px; padding: 26px 0; }
.fk-feature-card { position: relative; min-height: 148px; display: grid; grid-template-columns: minmax(0, 1fr) 42%; overflow: hidden; border: 1px solid rgb(7 18 38 / 7%); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgb(7 18 38 / 9%); }
.fk-feature-card > div { position: relative; z-index: 2; width: auto; padding: 20px 8px 16px 18px; }
.fk-feature-card strong { color: var(--fk-navy); font-family: "Arial Narrow", Impact, sans-serif; font-size: 17px; text-transform: uppercase; }
.fk-feature-card p { margin: 7px 0 12px; color: #475467; font-size: 12px; line-height: 1.4; }
.fk-feature-card div > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--fk-lime-2); border-radius: 50%; color: var(--fk-navy); font-size: 16px; }
.fk-feature-card img,
.fk-feature-card--photo img { position: relative; z-index: 1; right: auto; bottom: auto; width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; mask-image: none; }
.fk-feature-card::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: 54%; width: 20%; background: linear-gradient(90deg, #fff, transparent); pointer-events: none; }
.fk-feature-card:hover { transform: translateY(-3px); box-shadow: var(--fk-shadow); transition: .18s ease; }

.fk-categories { padding: 18px 0 30px; background: #fff; }
.fk-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fk-category-card { position: relative; min-height: 230px; display: grid; grid-template-columns: 54% 46%; overflow: hidden; border: 1px solid #e1e6e9; border-radius: 18px; background: #f2f4f3; box-shadow: 0 8px 20px rgb(7 18 38 / 5%); }
.fk-category-card::before { content: ""; position: absolute; z-index: 3; top: 0; right: 0; left: 0; height: 5px; background: var(--fk-lime); opacity: 1; }
.fk-category-card > div { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 26px 14px 24px 18px; background: linear-gradient(90deg, #fff 0 84%, rgb(255 255 255 / 78%) 100%); }
.fk-category-card h3 { margin: 0; font-size: clamp(24px, 2.05vw, 34px); font-style: italic; }
.fk-category-card h3 span { font-size: .66em; letter-spacing: -.025em; }
.fk-category-card b { display: inline-flex; margin-top: 18px; padding: 8px 11px; border-radius: 8px; background: var(--fk-lime); color: var(--fk-navy); font-size: 9px; text-transform: uppercase; }
.fk-category-card img { position: relative; right: auto; bottom: auto; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; transition: transform .25s ease; }
.fk-category-card:hover img { transform: scale(1.035); }

.fk-models { padding: 56px 0 42px; background: var(--fk-paper); }
.fk-models__layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 28px; align-items: stretch; }
.fk-section-heading > p { margin: 0 0 6px; color: var(--fk-navy); font-family: "Arial Narrow", Impact, sans-serif; font-size: 27px; font-style: italic; font-weight: 900; line-height: 1; text-transform: uppercase; }
.fk-section-heading h2 { margin: 0; font-size: clamp(42px, 4vw, 64px); font-style: italic; }
.fk-section-heading h2 em { color: var(--fk-lime-2); font-style: inherit; }
.fk-section-heading > span { display: block; max-width: 470px; margin-top: 20px; color: #667085; font-size: 14px; line-height: 1.55; }
.fk-models__intro { display: flex; flex-direction: column; justify-content: center; padding: 25px 16px; }
.fk-models__intro .button { align-self: flex-start; margin-top: 25px; }
.fk-model-track { display: grid; grid-template-columns: repeat(4, minmax(210px, 1fr)); gap: 14px; min-width: 0; }
.fk-product-card { overflow: hidden; border: 1px solid #e2e6e9; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgb(7 18 38 / 5%); }
.fk-product-card__media { position: relative; height: 330px; overflow: hidden; background: linear-gradient(145deg, #f2f4f4, #fff); }
.fk-product-card__image-link { display: block; width: 100%; height: 100%; }
.fk-product-card__image-link:focus-visible { outline: 3px solid var(--fk-lime); outline-offset: -3px; }
.fk-product-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; transition: transform .25s ease; }
.fk-product-card:hover img { transform: scale(1.035); }
.fk-new-label { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 7px 10px; border-radius: 8px; background: var(--fk-lime); color: var(--fk-navy); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fk-product-card .favorite-button { position: absolute; z-index: 3; right: 13px; bottom: 13px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #d4dae0; border-radius: 50%; background: #fff; color: var(--fk-navy); font-size: 22px; cursor: pointer; }
.fk-product-card .favorite-button[aria-pressed="true"] { border-color: var(--fk-lime-2); background: var(--fk-lime); }
.fk-product-card__body { display: flex; justify-content: space-between; gap: 10px; align-items: end; padding: 17px 16px; }
.fk-product-card__body h3 { margin: 0 0 4px; font-size: 20px; }
.fk-product-card__body h3 a { color: inherit; font-size: inherit; text-transform: none; }
.fk-product-card__body p { margin: 0; color: #667085; font-size: 11px; }
.fk-product-card__body a { color: var(--fk-navy); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.fk-order { padding: 34px 0 42px; background: #fff; }
.fk-order__layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 28px; align-items: center; }
.fk-order__heading p { color: var(--fk-lime-2); }
.fk-order__heading h2 { font-size: 41px; }
.fk-order__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.fk-order__steps li { position: relative; min-height: 150px; display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 14px; padding: 25px 22px; border: 1px solid #dfe4e8; border-radius: 17px; background: #fff; }
.fk-order__steps li > span { position: absolute; top: 14px; left: 67px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--fk-lime); color: var(--fk-navy); font-size: 11px; font-weight: 900; }
.fk-step-icon { width: 61px; height: 74px; display: grid; place-items: center; color: var(--fk-navy); font-size: 38px; filter: grayscale(1); }
.fk-order__steps h3 { margin: 0 0 10px; font-size: 20px; }
.fk-order__steps p { margin: 0; color: #667085; font-size: 11px; line-height: 1.5; }

.fk-trust { padding: 0 0 26px; background: #fff; }
.fk-trust__grid { min-height: 124px; display: grid; grid-template-columns: 1fr 1fr .65fr 1fr 1.2fr; align-items: center; border-radius: 18px; background: linear-gradient(115deg, var(--fk-lime-2), #dcff33); overflow: hidden; }
.fk-trust__grid > div { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 18px 20px; border-right: 1px solid rgb(7 18 38 / 20%); }
.fk-trust__grid > div:last-child { border-right: 0; }
.fk-trust__grid span { font-size: 33px; color: var(--fk-navy); }
.fk-trust__grid p { margin: 0; color: var(--fk-navy); font-size: 12px; font-weight: 850; line-height: 1.25; text-transform: uppercase; }
.fk-trust__grid strong { display: block; font-size: 21px; }
.fk-trust__mark { color: #fff; font-size: 50px; font-style: italic; font-weight: 950; transform: skew(-8deg); }

.fk-promos { padding: 0 0 50px; background: #fff; }
.fk-promo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.fk-promo { position: relative; min-height: 190px; overflow: hidden; border-radius: 18px; background: #eef1f2; }
.fk-promo > div:first-child { position: relative; z-index: 2; width: 62%; padding: 26px 22px; }
.fk-promo small { display: block; margin-bottom: 6px; color: inherit; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.fk-promo h2 { margin: 0; color: inherit; font-size: clamp(23px, 2vw, 34px); font-style: italic; }
.fk-promo h2 em { color: var(--fk-lime-2); font-style: inherit; }
.fk-promo div > span { display: inline-flex; margin-top: 17px; padding: 8px 12px; border-radius: 8px; background: var(--fk-lime); color: var(--fk-navy); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fk-promo img { position: absolute; z-index: 1; right: 0; bottom: 0; width: 52%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; }
.fk-promo--dark { background: var(--fk-navy); color: #fff; }
.fk-promo--dark h2 { color: #fff; }
.fk-promo--photo { color: var(--fk-navy); }
.fk-promo--photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #f3f4f3 0 42%, transparent 74%); }
.fk-promo--photo img { right: 0; bottom: 0; width: 72%; height: 100%; object-fit: cover; mix-blend-mode: normal; }
.fk-promo--photo > div:first-child { z-index: 3; }
.fk-promo--color { background: #efe7d7; color: var(--fk-navy); }
.fk-color-wheel { position: absolute !important; z-index: 1 !important; right: -20px; bottom: -46px; width: 190px !important; height: 190px; padding: 0 !important; border: 13px solid #fff; border-radius: 50%; background: conic-gradient(#f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00); box-shadow: 0 10px 25px rgb(7 18 38 / 15%); }
.fk-color-wheel::after { content: ""; position: absolute; inset: 54px; border-radius: 50%; background: #efe7d7; box-shadow: inset 0 0 0 1px #fff; }

.fk-production { padding: 60px 0 70px; background: var(--fk-paper); }
.fk-section-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.fk-section-row > a { color: var(--fk-navy); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.fk-production-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 14px; }
.fk-production-card { position: relative; min-height: 340px; overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: #dfe4e8; cursor: zoom-in; }
.fk-production-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fk-production-card:hover img { transform: scale(1.04); }
.fk-production-card span { position: absolute; right: 13px; bottom: 13px; left: 13px; padding: 12px 14px; border-radius: 10px; background: rgb(7 18 38 / 80%); color: #fff; font-size: 10px; font-weight: 850; text-align: left; text-transform: uppercase; backdrop-filter: blur(8px); }

.fk-faq { padding: 66px 0; background: #fff; }
.fk-faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.fk-faq .fk-section-heading .button { margin-top: 25px; }
.fk-faq-list { display: grid; gap: 10px; }
.fk-faq-list details { border: 1px solid #dfe4e8; border-radius: 14px; background: #fff; box-shadow: none; }
.fk-faq-list details[open] { border-color: var(--fk-lime-2); background: #fbfff0; }
.fk-faq-list summary { padding: 20px 22px; color: var(--fk-navy); font-size: 15px; font-weight: 850; }
.fk-faq-list details div { color: #667085; }
.fk-faq-list details div p { padding: 0 22px 20px; font-size: 13px; }

.fk-final-cta { padding: 0 0 65px; background: #fff; }
.fk-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px 46px; border-radius: 22px; background: var(--fk-navy); color: #fff; }
.fk-final-cta small { color: var(--fk-lime); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.fk-final-cta h2 { max-width: 760px; margin: 8px 0 0; color: #fff; font-size: clamp(35px, 4vw, 58px); font-style: italic; }
.fk-secondary-button--light { border-color: rgb(255 255 255 / 30%); background: transparent; color: #fff !important; }

.fk-footer { border-top: 0; background: #060f20; color: #c7d0dd; }
.fk-footer__grid { padding-top: 60px; }
.fk-footer h2 { color: #fff; }
.fk-footer a { color: #c7d0dd; }
.fk-footer a:hover { color: var(--fk-lime); }
.fk-footer__brand > p { color: #96a3b4; }
.fk-footer .site-footer__logo { filter: brightness(0) invert(1); }
.fk-footer .site-footer__producer img { filter: none; }
.fk-footer .site-footer__bottom { border-color: rgb(255 255 255 / 10%); }
.home-v2 .gallery-dialog { border: 0; border-radius: 18px; background: #fff; color: var(--fk-navy); box-shadow: 0 30px 100px rgb(7 18 38 / 35%); }
.home-v2 .gallery-dialog::backdrop { background: rgb(7 18 38 / 80%); backdrop-filter: blur(8px); }
.home-v2 .dialog-close { background: var(--fk-lime); color: var(--fk-navy); }
.fk-mobile-cta { background: var(--fk-lime); color: var(--fk-navy); box-shadow: 0 12px 30px rgb(7 18 38 / 24%); }

@media (max-width: 1240px) {
  .fk-hero__grid { grid-template-columns: 1fr 1.04fr .58fr; gap: 14px; }
  .fk-hero__content { padding-left: 0; }
  .fk-hero h1 { font-size: clamp(50px, 5.55vw, 70px); }
  .fk-hero__stage { min-height: 540px; }
  .fk-feature-card { min-height: 142px; }
  .fk-feature-card strong { font-size: 15px; }
  .fk-category-card { grid-template-columns: 58% 42%; }
  .fk-category-card h3 { font-size: clamp(22px, 2.15vw, 29px); }
  .fk-models__layout { grid-template-columns: 230px minmax(0, 1fr); }
  .fk-model-track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fk-product-card__media { height: 290px; }
  .fk-order__layout { grid-template-columns: 240px minmax(0, 1fr); }
  .fk-order__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
  .fk-order__steps li { min-width: 0; }
}

@media (max-width: 980px) {
  body.home-v2 .container:not(.site-header__inner):not(.service-strip__inner) { width: min(calc(100% - 28px), 1480px); }
  .fk-hero { min-height: auto; }
  .fk-hero__grid { min-height: auto; grid-template-columns: 1fr 1fr; gap: 0 14px; }
  .fk-hero__content { padding: 42px 0 20px; }
  .fk-hero h1 { font-size: clamp(52px, 8.8vw, 78px); }
  .fk-hero__stage { min-height: 580px; margin: 26px 0; }
  .fk-hero__rail { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); padding: 0 0 30px; }
  .fk-feature-card { min-height: 145px; }
  .fk-category-grid { grid-template-columns: repeat(2, 1fr); }
  .fk-category-card h3 { font-size: clamp(26px, 4vw, 38px); }
  .fk-models__layout { grid-template-columns: 1fr; }
  .fk-models__intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 20px; padding: 0; }
  .fk-models__intro > span { grid-column: 1; }
  .fk-models__intro .button { grid-column: 2; grid-row: 1 / 4; align-self: end; }
  .fk-model-track { overflow-x: auto; grid-template-columns: repeat(4, minmax(240px, 1fr)); padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .fk-product-card { scroll-snap-align: start; }
  .fk-order__layout { grid-template-columns: 1fr; }
  .fk-order__steps { grid-template-columns: repeat(3, 1fr); }
  .fk-trust__grid { grid-template-columns: repeat(4, 1fr); }
  .fk-trust__mark { display: none !important; }
  .fk-promo-grid { grid-template-columns: 1fr 1fr; }
  .fk-promo:last-child { grid-column: 1 / -1; }
  .fk-production-grid { grid-template-columns: repeat(2, 1fr); }
  .fk-production-card { min-height: 300px; }
  .fk-faq__grid { gap: 40px; }
  .fk-final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  body.home-v2 .container:not(.site-header__inner):not(.service-strip__inner) { width: min(calc(100% - 20px), 1480px); }
  .fk-hero__grid { grid-template-columns: 1fr; }
  .fk-hero__content { padding: 34px 4px 8px; }
  .fk-kicker { margin-bottom: 13px; }
  .fk-hero h1 { font-size: clamp(48px, 15.8vw, 70px); }
  .fk-hero__lead { font-size: 15px; }
  .fk-hero .button-row { display: grid; grid-template-columns: 1fr 1fr; }
  .fk-hero .button { padding-inline: 10px; font-size: 11px; }
  .fk-hero__proof { gap: 7px; }
  .fk-hero__proof li { grid-template-columns: 24px 1fr; column-gap: 5px; }
  .fk-hero__proof li > span { width: 24px; height: 24px; }
  .fk-hero__proof strong { font-size: 12px; line-height: 1.15; }
  .fk-hero__proof small { font-size: 11px; line-height: 1.25; }
  .fk-hero__stage { min-height: 440px; margin: 12px 0 22px; }
  .fk-hero__model--front { left: 5%; bottom: 5%; width: 78%; height: 68%; }
  .fk-hero__model--back { right: 4%; top: 5%; width: 54%; height: 54%; }
  .fk-stage-badge { left: 8px; bottom: 12px; }
  .fk-hero__rail { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 22px; scroll-snap-type: x mandatory; }
  .fk-feature-card { min-width: 82vw; min-height: 148px; scroll-snap-align: start; }
  .fk-feature-card p { font-size: 12px; }
  .fk-categories { padding-top: 12px; }
  .fk-category-grid { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 7px; scroll-snap-type: x mandatory; }
  .fk-category-card { min-width: 82vw; min-height: 225px; grid-template-columns: 52% 48%; scroll-snap-align: start; }
  .fk-category-card h3 { font-size: clamp(29px, 9vw, 40px); }
  .fk-models { padding-top: 42px; }
  .fk-models__intro { display: block; }
  .fk-models__intro .button { margin-top: 20px; }
  .fk-model-track { grid-template-columns: repeat(4, 76vw); }
  .fk-product-card__media { height: 310px; }
  .fk-order__steps { grid-template-columns: 1fr; }
  .fk-order__steps li { min-height: 130px; }
  .fk-trust { padding-bottom: 18px; }
  .fk-trust__grid { grid-template-columns: 1fr 1fr; border-radius: 14px; }
  .fk-trust__grid > div { min-height: 94px; justify-content: flex-start; padding: 14px; border-bottom: 1px solid rgb(7 18 38 / 20%); }
  .fk-trust__grid > div:nth-child(2n) { border-right: 0; }
  .fk-trust__grid strong { font-size: 17px; }
  .fk-trust__grid p { font-size: 11px; line-height: 1.35; }
  .fk-promo-grid { grid-template-columns: 1fr; }
  .fk-promo:last-child { grid-column: auto; }
  .fk-promo { min-height: 180px; }
  .fk-production { padding: 45px 0; }
  .fk-section-row { align-items: flex-start; flex-direction: column; }
  .fk-section-row > .fk-section-heading { width: 100%; min-width: 0; }
  .fk-section-row .fk-section-heading h2 { max-width: 100%; overflow-wrap: anywhere; }
  .fk-production-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .fk-production-card { min-height: 210px; border-radius: 13px; }
  .fk-production-card--wide { grid-column: 1 / -1; min-height: 280px; }
  .fk-faq { padding: 48px 0; }
  .fk-faq__grid { grid-template-columns: 1fr; gap: 32px; }
  .fk-final-cta { padding-bottom: 42px; }
  .fk-final-cta__inner { padding: 30px 23px; }
  .fk-final-cta__inner > div { width: 100%; min-width: 0; }
  .fk-final-cta h2 { max-width: 100%; overflow-wrap: anywhere; }
  .fk-final-cta .button-row { display: grid; width: 100%; }
  .fk-final-cta .button { width: 100%; }
  .fk-footer__grid { padding-top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  .fk-category-card img,
  .fk-product-card__media img,
  .fk-production-card img,
  .fk-feature-card { transition: none !important; }
}
