@font-face { font-family: 'Gilroy'; src: url('../fonts/gilroy/Gilroy-Regular.woff') format('woff'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Gilroy'; src: url('../fonts/gilroy/Gilroy-Medium.woff') format('woff'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'Gilroy'; src: url('../fonts/gilroy/Gilroy-SemiBold.woff') format('woff'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'Gilroy'; src: url('../fonts/gilroy/Gilroy-Bold.woff') format('woff'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Gilroy'; src: url('../fonts/gilroy/Gilroy-ExtraBold.woff') format('woff'); font-style: normal; font-weight: 800; font-display: swap; }

:root {
	--blue: #1267e8;
	--blue-dark: #0757cc;
	--blue-soft: #eaf2ff;
	--navy: #102347;
	--text: #526079;
	--muted: #8693a9;
	--line: #dfe6f0;
	--surface: #f4f7fb;
	--white: #ffffff;
	--green: #20b86a;
	--radius: 18px;
	--shadow: 0 22px 60px rgba(32, 53, 86, .11);
	--container: 1400px;
	--motion-ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
#katalog, #modeller, #nasil-calisir, #parca-arama, #ozellikler, #iletisim { scroll-margin-top: 88px; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.site-icon { width: 1em; height: 1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(100% - 64px, var(--container)); margin-inline: auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.btn .site-icon, .vehicle-meta .site-icon { font-size: 20px; line-height: 1; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(18, 103, 232, .2); }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 34px rgba(18, 103, 232, .28); }
.btn-secondary { color: var(--navy); background: rgba(255,255,255,.88); border-color: #b9c7db; }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); background: #fff; }
.btn-lg { min-height: 60px; padding-inline: 28px; font-size: 15px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; background: rgba(8,23,49,.94); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 12px 34px rgba(7,20,44,.18); backdrop-filter: blur(16px) saturate(1.15); }
.scroll-progress { position: absolute; inset: auto 0 -1px; height: 2px; overflow: hidden; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #70a8ff, #1267e8); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.header-inner { height: 100%; display: grid; grid-template-columns: 270px 1fr 270px; align-items: center; gap: 32px; }
.brand { width: 190px; display: block; }
.brand img { width: 100%; height: auto; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 42px; }
.main-nav a { position: relative; padding: 33px 0 28px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 600; text-shadow: 0 1px 14px rgba(2,10,24,.2); }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: #70a8ff; transition: right .2s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; }
.btn-header { min-height: 48px; padding-inline: 20px; }
.btn-header svg { width: 18px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.1); align-items: center; justify-content: center; flex-direction: column; gap: 6px; backdrop-filter: blur(8px); }
.menu-toggle span { width: 20px; height: 2px; background: #fff; transition: transform .2s ease; }

.hero { position: relative; min-height: 720px; padding: 150px 0 90px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0 0 0 49%; background: var(--surface); border-radius: 0 0 0 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(440px, .82fr) minmax(620px, 1.18fr); align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; padding-top: 10px; }
.hero-note { margin: 0 0 22px; color: #77849a; font-size: 15px; font-weight: 500; }
.hero-note span { margin: 0 8px; color: var(--blue); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 4.25vw, 74px); line-height: 1.04; font-weight: 800; }
.hero h1 strong { color: var(--blue); font-weight: inherit; }
.hero-lead { max-width: 640px; margin: 26px 0 0; color: var(--text); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.hero-support { display: flex; gap: 44px; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-support div { display: grid; gap: 4px; }
.hero-support strong { font-size: 13px; }
.hero-support span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: flex-end; }
.product-frame { width: 100%; max-width: 640px; padding: 20px; background: #fff; border: 1px solid #e3e9f2; border-radius: 24px; box-shadow: var(--shadow); transform: translateX(12px); }
.product-frame img { width: 100%; height: auto; aspect-ratio: 1100 / 623; object-fit: cover; border-radius: 13px; }

.motion-enabled .reveal-item { opacity: 0; transition: opacity .75s var(--motion-ease), transform .85s var(--motion-ease); transition-delay: calc(var(--reveal-order, 0) * 75ms); will-change: opacity, transform; }
.motion-enabled .reveal-up { transform: translate3d(0, 34px, 0); }
.motion-enabled .reveal-scale { transform: translate3d(0, 24px, 0) scale(.97); }
.motion-enabled .reveal-item.is-visible { opacity: 1; transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1); }
.interactive-surface { position: relative; isolation: isolate; }
.interactive-surface::after { content: ''; position: absolute; z-index: 2; inset: 0; border-radius: inherit; background: radial-gradient(360px circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(112,168,255,.12), transparent 58%); opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.interactive-surface:hover::after { opacity: 1; }
.hero-visual, .search-preview { transform: translate3d(0, var(--parallax-y, 0px), 0); transition: transform .25s linear; will-change: transform; }

.catalog-platform { position: relative; padding: 118px 0; overflow: hidden; background: #0b1c3b; color: #fff; }
.catalog-platform::before { content: ''; position: absolute; width: 560px; height: 560px; top: -340px; left: -180px; border: 1px solid rgba(112,168,255,.16); border-radius: 50%; box-shadow: 0 0 0 86px rgba(112,168,255,.035), 0 0 0 172px rgba(112,168,255,.025); pointer-events: none; }
.platform-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 110px; }
.platform-brand { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-right: 58px; border-right: 1px solid rgba(255,255,255,.09); }
.platform-logo-card { width: min(100%, 500px); padding: 36px 32px; background: #fff; border: 1px solid rgba(255,255,255,.32); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.platform-logo-card img { width: 100%; height: auto; }
.platform-brand.is-visible .platform-logo-card img { animation: brand-breathe 5.5s ease-in-out 1s infinite; }
.platform-copy .section-label { color: #72a9ff; }
.platform-copy h2 { max-width: 790px; margin: 0; color: #fff; font-size: clamp(38px, 3.7vw, 58px); line-height: 1.08; }
.platform-copy h2 strong { color: #72a9ff; font-weight: inherit; }
.platform-intro { width: 100%; margin: 24px 0 0; color: #b6c2d5; font-size: 16px; line-height: 1.75; }
.platform-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 48px; }
.platform-points article { display: grid; grid-template-columns: 44px 1fr; align-content: start; gap: 15px; padding: 28px 24px 0 0; }
.platform-points article + article { padding-left: 24px; }
.platform-point-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #72a9ff; background: rgba(114,169,255,.09); border: 1px solid rgba(114,169,255,.24); border-radius: 12px; }
.platform-point-icon .site-icon { font-size: 23px; line-height: 1; }
.platform-points h3 { margin: 1px 0 8px; font-size: 17px; line-height: 1.3; }
.platform-points p { margin: 0; color: #94a4ba; font-size: 13px; line-height: 1.65; }

.models { position: relative; padding: 112px 0 126px; background: var(--surface); overflow: hidden; }
.models::before { content: ''; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, #d9e2ef 18%, #d9e2ef 82%, transparent); }
.models-head { margin-bottom: 42px; }
.models-title { width: 100%; }
.models-title > p:last-child { width: 100%; margin: 22px 0 0; color: var(--text); font-size: 16px; line-height: 1.7; }
.models h2 { margin: 0; font-size: clamp(38px, 3.5vw, 58px); line-height: 1.08; }
.models h2 strong { color: var(--blue); font-weight: inherit; }
.models-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding: 15px 18px; background: rgba(255,255,255,.78); border: 1px solid #dde5ef; border-radius: 16px; box-shadow: 0 12px 30px rgba(30,52,84,.05); }
.model-filters { display: flex; flex: 1 1 auto; flex-wrap: wrap; gap: 8px; scrollbar-width: none; }
.model-filters::-webkit-scrollbar { display: none; }
.model-filter { min-height: 40px; padding: 0 15px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #5b6980; font-size: 13px; font-weight: 700; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.model-filter:hover { color: var(--blue); background: #f2f6fc; }
.model-filter.active { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 8px 18px rgba(18,103,232,.18); }
.model-carousel-controls { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }
.model-carousel-button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid #d5dfec; border-radius: 10px; background: #fff; color: var(--navy); cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease; }
.model-carousel-button:hover:not(:disabled) { color: #fff; background: var(--blue); border-color: var(--blue); }
.model-carousel-button:disabled { opacity: .32; cursor: default; }
.model-carousel-button .site-icon { font-size: 19px; line-height: 1; }
.model-carousel { min-width: 0; margin: -4px -2px -34px; padding: 4px 2px 34px; overflow: hidden; }
.model-carousel .owl-stage-outer { overflow: visible; }
.model-carousel .owl-stage { display: flex; align-items: stretch; }
.model-carousel .owl-item { display: flex; min-width: 0; }
.model-carousel .owl-item .vehicle-card { width: 100%; height: 100%; }
.model-carousel-track:not(.owl-loaded) { display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; }
.model-carousel-track:not(.owl-loaded)::-webkit-scrollbar { display: none; }
.model-carousel-track:not(.owl-loaded) > .vehicle-card { flex: 0 0 calc((100% - 66px) / 4); }
.vehicle-card { min-width: 0; background: #fff; border: 1px solid #dde5ef; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(31,53,86,.045); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, opacity .2s ease; }
.vehicle-card:hover { transform: translateY(-7px); border-color: #cbd8e9; box-shadow: 0 24px 54px rgba(31,53,86,.13); }
.vehicle-image { position: relative; aspect-ratio: 12 / 7; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%); }
.vehicle-image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(20,39,72,.12)); transition: transform .45s ease, filter .45s ease; }
.vehicle-card:hover .vehicle-image img { transform: scale(1.035); filter: drop-shadow(0 15px 15px rgba(20,39,72,.16)) saturate(1.04); }
.vehicle-content { padding: 22px 22px 20px; }
.vehicle-tag { margin: 0 0 10px; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.vehicle-content h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.vehicle-generation { min-height: 21px; margin: 6px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.vehicle-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid #e8edf4; }
.vehicle-meta > span { color: #526079; font-size: 12px; font-weight: 700; }
.vehicle-meta a { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #cfdaea; border-radius: 50%; background: #fff; color: var(--blue); cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.vehicle-meta a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.vehicle-meta .site-icon { font-size: 18px; }

.workflow { position: relative; padding: 130px 0; overflow: hidden; background: radial-gradient(circle at 86% 72%, rgba(81,151,255,.11), transparent 29%), radial-gradient(circle at 10% 18%, rgba(167,207,255,.1), transparent 24%), #fff; }
.workflow-inner { display: grid; gap: 54px; }
.workflow-copy { width: 100%; }
.section-label { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.workflow h2, .section-heading h2, .contact h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
.section-intro { width: 100%; margin: 22px 0 0; color: var(--text); font-size: 16px; line-height: 1.7; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; gap: 42px; padding: 30px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(238,245,255,.56)); border: 1px solid rgba(255,255,255,.92); border-radius: 22px; box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(142,182,234,.13), 0 18px 42px rgba(30,65,111,.075); backdrop-filter: blur(16px) saturate(128%); -webkit-backdrop-filter: blur(16px) saturate(128%); transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.steps li::before { content: ''; position: absolute; width: 190px; height: 86px; top: -56px; left: 30px; border-radius: 50%; background: rgba(255,255,255,.9); filter: blur(26px); pointer-events: none; transition: transform .35s var(--motion-ease), opacity .25s ease; }
.steps li > * { position: relative; z-index: 3; }
.steps li:hover { transform: translateY(-6px); background: linear-gradient(145deg, rgba(255,255,255,.93), rgba(231,241,255,.65)); border-color: rgba(168,204,249,.78); box-shadow: inset 0 1px 0 #fff, 0 24px 54px rgba(28,69,126,.13); }
.steps li:hover::before { transform: translateX(28px); opacity: 1; }
.step-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue); background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(219,235,255,.74)); border: 1px solid rgba(158,198,252,.52); border-radius: 16px; box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(18,103,232,.11); }
.step-icon .site-icon { font-size: 28px; line-height: 1; }
.steps h3 { margin: 0 0 10px; font-size: 21px; }
.steps p { max-width: 340px; margin: 0; color: var(--text); font-size: 14px; line-height: 1.65; }

.search-paths { position: relative; padding: 126px 0; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%); }
.search-paths::after { content: ''; position: absolute; width: 410px; height: 410px; right: -250px; bottom: -210px; border: 1px solid #d8e5f6; border-radius: 50%; box-shadow: 0 0 0 76px rgba(18,103,232,.025); pointer-events: none; }
.search-paths-heading { position: relative; z-index: 1; margin-bottom: 58px; }
.search-paths-heading h2 { width: 100%; margin: 0; font-size: clamp(38px, 3.6vw, 58px); line-height: 1.08; }
.search-paths-heading h2 strong { color: var(--blue); font-weight: inherit; }
.search-paths-description { width: 100%; margin: 22px 0 0; color: var(--text); font-size: 16px; line-height: 1.7; }
.search-paths-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.search-preview { min-width: 0; }
.search-preview-frame { padding: 14px; overflow: hidden; background: #fff; border: 1px solid #dce5f0; border-radius: 22px; box-shadow: 0 24px 64px rgba(22,45,78,.13); }
.search-preview-frame img { width: 100%; height: auto; border-radius: 12px; }
.search-preview-note { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 20px 0 0 16px; color: #718099; font-size: 12px; }
.search-preview-note span { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,184,106,.1); }
.search-preview-note strong { color: var(--navy); }
.search-options { display: grid; gap: 12px; }
.search-options article { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: start; gap: 18px; padding: 19px; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(239,246,255,.46)); border: 1px solid rgba(255,255,255,.88); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 12px 30px rgba(27,58,101,.055); backdrop-filter: blur(14px) saturate(125%); -webkit-backdrop-filter: blur(14px) saturate(125%); transition: transform .3s var(--motion-ease), background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.search-options article::before { content: ''; position: absolute; width: 150px; height: 72px; top: -46px; left: 34px; border-radius: 50%; background: rgba(255,255,255,.78); filter: blur(24px); pointer-events: none; transition: transform .35s var(--motion-ease), opacity .3s ease; }
.search-options article > * { position: relative; z-index: 3; }
.search-options article:hover { transform: translateX(6px); background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(233,243,255,.6)); border-color: rgba(171,205,251,.78); box-shadow: inset 0 1px 0 #fff, 0 18px 42px rgba(25,65,121,.1); }
.search-options article:hover::before { transform: translateX(28px); opacity: 1; }
.search-option-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue); background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(224,238,255,.72)); border: 1px solid rgba(164,201,252,.48); border-radius: 15px; box-shadow: inset 0 1px 0 #fff, 0 9px 20px rgba(18,103,232,.1); }
.search-option-icon .site-icon { font-size: 25px; line-height: 1; }
.search-options h3 { margin: 0 0 7px; font-size: 18px; line-height: 1.3; }
.search-options p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.65; }
.search-outcomes { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 72px; }
.search-outcomes > div { min-width: 0; display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: rgba(255,255,255,.78); border-radius: 17px; box-shadow: 0 12px 34px rgba(25,51,87,.06); }
.search-outcome-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 14px; }
.search-outcome-icon .site-icon { font-size: 23px; line-height: 1; }
.search-outcome-copy { min-width: 0; display: grid; gap: 6px; }
.search-outcomes strong { font-size: 16px; }
.search-outcomes span { color: var(--muted); font-size: 12px; }
.search-outcomes .search-outcome-icon { color: var(--blue); }
.search-outcomes .search-outcome-copy strong { color: var(--navy); }

.features { position: relative; padding: 120px 0; overflow: hidden; background: linear-gradient(145deg, #07172f 0%, #0d2852 52%, #0b1e3f 100%); color: #fff; isolation: isolate; }
.features::before { content: ''; position: absolute; z-index: -2; width: 620px; height: 620px; top: -390px; left: 8%; border-radius: 50%; background: rgba(45,132,255,.3); filter: blur(8px); box-shadow: 0 0 140px rgba(45,132,255,.22); pointer-events: none; }
.features::after { content: ''; position: absolute; z-index: -2; width: 540px; height: 540px; right: -170px; bottom: -390px; border-radius: 50%; background: rgba(43,102,210,.27); filter: blur(14px); box-shadow: 0 0 130px rgba(57,128,255,.2); pointer-events: none; }
.features .container { position: relative; width: calc(100% - 64px); max-width: none; }
.features .container::before { content: ''; position: absolute; z-index: -1; width: 210px; height: 210px; top: 22px; right: 6%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.018), 0 0 0 84px rgba(255,255,255,.012); pointer-events: none; }
.section-heading { width: 100%; }
.features .section-label { color: #72a9ff; }
.features .section-heading h2 { width: 100%; max-width: none; color: #fff; text-wrap: balance; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 74px; perspective: 1200px; }
.feature-grid article { position: relative; min-height: 292px; padding: 30px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.035), 0 24px 56px rgba(0,9,30,.22); backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); transition: transform .35s var(--motion-ease), border-color .3s ease, background .3s ease, box-shadow .35s ease; }
.feature-grid article::before { content: ''; position: absolute; width: 190px; height: 100px; top: -50px; left: 24px; border-radius: 50%; background: rgba(255,255,255,.17); filter: blur(34px); opacity: .72; pointer-events: none; transition: opacity .3s ease, transform .4s var(--motion-ease); }
.feature-grid article:hover { transform: translateY(-8px); border-color: rgba(180,216,255,.42); background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(104,162,255,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 30px 70px rgba(0,8,28,.32), 0 0 42px rgba(44,125,255,.08); }
.feature-grid article:hover::before { opacity: 1; transform: translateX(22px); }
.motion-enabled .steps li.is-visible:hover { transform: translate3d(0, -6px, 0); }
.motion-enabled .feature-grid article.is-visible:hover { transform: translate3d(0, -8px, 0); }
.feature-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 46px; }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #dbeaff; background: linear-gradient(145deg, rgba(255,255,255,.19), rgba(255,255,255,.075)); border: 1px solid rgba(255,255,255,.2); border-radius: 17px; box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 12px 26px rgba(0,10,35,.18); }
.feature-icon .site-icon { font-size: 27px; line-height: 1; }
.feature-index { color: rgba(221,235,255,.5); font-size: 13px; font-weight: 700; }
.feature-grid h3 { position: relative; z-index: 1; margin: 0 0 14px; color: #fff; font-size: 22px; }
.feature-grid p { position: relative; z-index: 1; margin: 0; color: #bac8dc; font-size: 14px; line-height: 1.75; }

.faq { padding: 112px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(52px, 7vw, 110px); }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
.faq-heading h2 strong { color: var(--blue); font-weight: inherit; }
.faq-heading > p:last-child { margin: 22px 0 0; color: var(--text); font-size: 15px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 4px; cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 700; line-height: 1.4; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 50%; font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 54px 24px 4px; color: var(--text); font-size: 14px; line-height: 1.75; }

.contact { position: relative; padding: 102px 0 112px; background: #f2f4f7; color: var(--navy); overflow: hidden; isolation: isolate; }
.contact::before { content: ''; position: absolute; z-index: -1; width: 520px; height: 520px; top: -330px; left: -230px; border: 1px solid rgba(18,103,232,.1); border-radius: 50%; box-shadow: 0 0 0 84px rgba(18,103,232,.018); pointer-events: none; }
.contact::after { content: ''; position: absolute; z-index: -1; width: 340px; height: 340px; right: -210px; bottom: -230px; background: rgba(18,103,232,.045); border-radius: 50%; pointer-events: none; }

.contact-panel { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr); gap: 18px; min-height: 650px; padding: 18px; background: #fff; border: 1px solid #e2e7ee; border-radius: 30px; box-shadow: 0 26px 70px rgba(23,43,75,.1); }
.contact-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(34px, 3.5vw, 56px); }
.contact-copy h2 { margin: 0; max-width: 620px; font-size: clamp(38px, 3.7vw, 58px); line-height: 1.04; font-weight: 800; color: var(--navy); }
.contact-copy > p:not(.section-label) { width: 100%; margin: 22px 0 0; color: #526079; font-size: 16px; line-height: 1.7; }

.contact-form { display: grid; gap: 22px; margin-top: 40px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.contact-form label { display: grid; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 700; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-form input, .contact-form select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid #d8e0eb; border-radius: 11px; outline: none; background: #fbfcfe; color: var(--navy); font-size: 15px; font-weight: 500; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input::placeholder { color: #99a4b5; font-weight: 500; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(18,103,232,.1); background: #fff; }
.contact-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231267e8' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.contact-form .btn { width: 100%; margin-top: 2px; }
.contact-form .btn:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: -7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact-form-status { min-height: 0; margin: -8px 0 0; padding: 0; border-radius: 10px; font-size: 13px; font-weight: 700; line-height: 1.5; }
.contact-form-status:not(:empty) { min-height: 44px; padding: 12px 14px; }
.contact-form-status.is-success { color: #087344; background: #eaf8f1; border: 1px solid #c6ead7; }
.contact-form-status.is-error { color: #a32626; background: #fff1f1; border: 1px solid #f2cccc; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.contact-links { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--blue); font-size: 13px; font-weight: 700; }
.contact-links a { display: inline-flex; align-items: center; gap: 8px; transition: color .2s ease; }
.contact-links a:hover { color: var(--blue-dark); }
.contact-links .btn, .contact-links .btn:hover { color: #fff; }
.contact-links .site-icon { font-size: 18px; }

.contact-visual { position: relative; min-width: 0; min-height: 614px; margin: 0; overflow: hidden; border-radius: 22px; background: #dfe5ed; }
.contact-visual::after { content: ''; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(5,17,37,.88)); pointer-events: none; }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.contact-visual figcaption { position: absolute; z-index: 1; left: clamp(28px, 4vw, 56px); right: clamp(28px, 4vw, 56px); bottom: clamp(28px, 4vw, 52px); display: grid; gap: 10px; color: #fff; }
.contact-visual figcaption span { color: #fff; opacity: .78; font-size: 13px; font-weight: 700; }
.contact-visual figcaption strong { max-width: 520px; font-size: clamp(26px, 2.2vw, 38px); line-height: 1.12; }

.site-footer { background: #08172f; color: #fff; }
.footer-shell { display: grid; }
.footer-main { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(340px, 1fr) minmax(290px, .8fr); gap: clamp(44px, 5vw, 82px); padding: 70px 0 58px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand > a { display: block; width: 194px; }
.footer-brand img { width: 100%; height: auto; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 280px; margin: 30px 0 0; color: #b7c3d7; font-size: 14px; line-height: 1.7; }
.footer-brand span { margin-top: 19px; color: #71829e; font-size: 11px; font-weight: 600; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: clamp(30px, 4vw, 64px); }
.footer-link-group { display: flex; flex-direction: column; align-items: flex-start; }
.footer-link-group h2 { margin: 0 0 25px; color: #71829e; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.footer-link-group a { position: relative; padding: 8px 0; color: #c7d1e0; font-size: 14px; font-weight: 500; transition: color .2s ease, transform .2s ease; }
.footer-link-group a:hover { color: #fff; transform: translateX(4px); }
.footer-reach h2 { margin: 0; font-size: 24px; line-height: 1.15; }
.footer-reach > p { max-width: 340px; margin: 12px 0 22px; color: #8d9bb0; font-size: 12px; line-height: 1.6; }
.footer-phone-cta { display: inline-flex; gap: 9px; }
.footer-contact { display: grid; grid-template-columns: 160px 1fr; align-items: stretch; padding: 0 34px; background: var(--blue); border-radius: 10px; }
.footer-contact-heading { display: flex; flex-direction: column; justify-content: center; padding-right: 28px; }
.footer-contact h2 { margin: 0; color: #fff; font-size: 23px; line-height: 1.1; }
.footer-contact-list { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(280px, 1.4fr); }
.footer-contact-item { min-width: 0; min-height: 116px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 22px 24px; border-left: 1px solid rgba(255,255,255,.2); }
a.footer-contact-item { transition: background .2s ease; }
a.footer-contact-item:hover { background: rgba(255,255,255,.07); }
.footer-contact-item span { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.footer-contact-item strong, .footer-contact-item p { min-width: 0; margin: 0; color: #fff; overflow-wrap: anywhere; font-size: 13px; font-weight: 600; line-height: 1.45; }
.footer-bottom { grid-column: 1 / -1; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom small { color: #71829e; font-size: 12px; }
.footer-bottom div { display: flex; align-items: center; gap: 32px; padding-right: 72px; color: #a4b0c2; font-size: 14px; font-weight: 600; }
.footer-bottom a { transition: color .2s ease; }
.footer-bottom a:hover { color: #fff; }

.legal-page { min-height: 70vh; padding: 148px 0 112px; background: var(--surface); }
.legal-hero { margin-bottom: 58px; }
.legal-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 34px; color: var(--blue); font-size: 13px; font-weight: 700; }
.legal-back svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.legal-back:hover svg { transform: translateX(-3px); }
.legal-kicker { margin: 0 0 15px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.legal-hero h1 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.03; }
.legal-hero > p:not(.legal-kicker) { margin: 25px 0 0; color: var(--text); font-size: 17px; line-height: 1.75; }
.legal-updated { display: block; margin-top: 21px; color: var(--muted); font-size: 12px; font-weight: 600; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: 72px; }
.legal-nav { position: sticky; top: 116px; display: grid; gap: 2px; padding-top: 7px; }
.legal-nav strong { margin-bottom: 15px; color: var(--navy); font-size: 12px; }
.legal-nav a { padding: 9px 0; color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.4; transition: color .2s ease, transform .2s ease; }
.legal-nav a:hover { color: var(--blue); transform: translateX(3px); }
.legal-article { padding: 52px 58px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 54px rgba(31,53,86,.06); }
.legal-section { scroll-margin-top: 116px; }
.legal-section + .legal-section { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 17px; color: var(--navy); font-size: 25px; line-height: 1.25; }
.legal-section h3 { margin: 24px 0 10px; font-size: 17px; }
.legal-section p, .legal-section li { color: var(--text); font-size: 14px; line-height: 1.8; }
.legal-section p { margin: 0; }
.legal-section p + p { margin-top: 14px; }
.legal-section ul { display: grid; gap: 9px; margin: 16px 0 0; padding-left: 20px; }
.legal-section a { color: var(--blue); font-weight: 700; }
.legal-contact-box { margin-top: 22px; padding: 22px 24px; background: var(--blue-soft); border: 1px solid #d6e5ff; border-radius: 12px; }
.legal-contact-box strong { display: block; margin-bottom: 7px; font-size: 14px; }
.legal-contact-box p { font-size: 13px; }

.phone-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; box-shadow: 0 14px 30px rgba(18,103,232,.28); transition: transform .2s ease; }
.phone-float:hover { transform: translateY(-3px); }
.phone-float .site-icon { font-size: 27px; line-height: 1; }

@keyframes brand-breathe {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.018); }
}

@media (max-width: 1180px) {
	.header-inner { grid-template-columns: 220px 1fr 220px; }
	.main-nav { gap: 24px; }
	.hero-grid { grid-template-columns: .88fr 1.12fr; gap: 30px; }
	.hero h1 { font-size: 54px; }
	.product-frame { padding: 14px; }
	.platform-grid { gap: 60px; }
	.platform-brand { padding-right: 42px; }
	.platform-points { grid-template-columns: 1fr; }
	.platform-points article, .platform-points article + article { padding: 22px 0; border-left: 0; border-bottom: 0; }
.model-carousel-track:not(.owl-loaded) > .vehicle-card { flex-basis: calc((100% - 44px) / 3); }
	.workflow-inner { gap: 46px; }
	.search-paths-grid { gap: 46px; }
	.contact-panel { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); }
	.contact-content { padding: 42px 34px; }
	.footer-main { grid-template-columns: 230px 1fr; }
	.footer-reach { grid-column: 1 / -1; display: grid; grid-template-columns: 230px minmax(280px, 360px) auto; align-items: center; column-gap: 44px; }
	.footer-reach > p { margin: 0; }
	.footer-phone-cta { justify-self: start; }
	.footer-contact { grid-template-columns: 140px 1fr; padding-inline: 26px; }
	.footer-contact-item { padding-inline: 17px; }
}

@media (max-width: 900px) {
	#katalog, #modeller, #nasil-calisir, #parca-arama, #ozellikler, #iletisim { scroll-margin-top: 76px; }
	.container { width: min(100% - 40px, var(--container)); }
	.features .container { width: calc(100% - 40px); }
	.site-header { height: 76px; }
	.header-inner { display: flex; justify-content: space-between; }
	.brand { width: 172px; }
	.btn-header { display: none; }
	.menu-toggle { display: flex; }
	.main-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: grid; gap: 0; padding: 10px 20px; background: rgba(8,23,49,.97); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 22px 52px rgba(7,20,44,.24); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; backdrop-filter: blur(16px); }
	.main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
	.main-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
	.main-nav a:last-child { border: 0; }
	.main-nav a::after { display: none; }
	.hero { padding: 126px 0 72px; }
	.hero::before { inset: 47% 0 0; border-radius: 42px 42px 0 0; }
	.hero-grid { grid-template-columns: 1fr; }
	.hero-copy { text-align: center; }
	.hero h1, .hero-lead { margin-inline: auto; }
	.hero-actions, .hero-support { justify-content: center; }
	.hero-visual { min-height: 480px; justify-content: center; }
	.product-frame { max-width: 720px; transform: none; }
	.catalog-platform { padding: 92px 0; }
	.platform-grid { grid-template-columns: 1fr; gap: 62px; }
	.platform-brand { align-items: center; padding: 0 0 58px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
	.platform-points { grid-template-columns: repeat(3, 1fr); }
	.platform-points article, .platform-points article + article { display: block; padding: 24px 22px 0; border-left: 0; border-bottom: 0; }
	.platform-points article:first-child { padding-left: 0; border-left: 0; }
	.platform-point-icon { margin-bottom: 16px; }
	.models-toolbar { align-items: flex-start; }
	.model-filters { min-width: 0; width: auto; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
	.model-filter { flex: 0 0 auto; }
	.model-carousel-track:not(.owl-loaded) > .vehicle-card { flex-basis: calc((100% - 22px) / 2); }
	.steps { grid-template-columns: 1fr; }
	.steps li { min-height: 0; }
	.search-paths-grid { grid-template-columns: 1fr; gap: 52px; }
	.search-preview { max-width: 720px; }
	.feature-grid { grid-template-columns: 1fr; gap: 16px; }
	.feature-grid article { min-height: 0; padding: 28px; }
	.feature-card-top { margin-bottom: 34px; }
	.faq-layout { grid-template-columns: 1fr; gap: 42px; }
	.faq-heading { position: static; }
	.contact-panel { grid-template-columns: 1fr; min-height: 0; }
	.contact-content { padding: 52px 42px 34px; }
	.contact-copy h2 { font-size: 44px; }
	.contact-visual { min-height: 560px; }
	.footer-main { grid-template-columns: 1fr 1fr; gap: 52px; }
	.footer-reach { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 0; }
	.footer-reach > p { margin: 12px 0 22px; }
	.footer-contact { grid-template-columns: 1fr; padding: 28px; }
	.footer-contact-heading { padding: 0 0 22px; }
	.footer-contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); }
	.footer-contact-item { min-height: 96px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
	.footer-contact-item:nth-child(even) { border-left: 1px solid rgba(255,255,255,.2); }
	.footer-bottom { grid-row: auto; }
	.legal-page { padding: 124px 0 88px; }
	.legal-layout { grid-template-columns: 1fr; gap: 30px; }
	.legal-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
	.legal-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
	.container { width: min(100% - 30px, var(--container)); }
	.features .container { width: calc(100% - 30px); }
	.hero { min-height: 0; padding-top: 110px; }
	.hero h1 { font-size: 43px; }
	.hero-note { font-size: 13px; }
	.hero-lead { font-size: 16px; }
	.hero-actions { flex-direction: column; }
	.hero-support { display: grid; gap: 16px; text-align: left; }
	.hero-visual { min-height: 325px; }
	.product-frame { padding: 8px; border-radius: 16px; }
	.product-frame img { border-radius: 10px; }
	.catalog-platform { padding: 78px 0; }
	.platform-brand { padding-bottom: 46px; }
	.platform-logo-card { padding: 27px 22px; border-radius: 16px; }
	.platform-copy h2 { font-size: 38px; }
	.platform-intro { font-size: 14px; }
	.platform-points { grid-template-columns: 1fr; }
	.platform-points article, .platform-points article + article { display: grid; padding: 22px 0; border-left: 0; border-bottom: 0; }
	.platform-point-icon { margin-bottom: 0; }
	.models { padding: 78px 0 84px; }
	.models-head { margin-bottom: 34px; }
	.models h2 { font-size: 36px; }
	.models-title > p:last-child { font-size: 14px; }
	.models-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-right: 0; padding: 13px; border-radius: 14px; }
	.model-filters { margin-right: 0; padding-right: 0; }
	.model-carousel-controls { align-self: center; }
	.model-carousel-track:not(.owl-loaded) > .vehicle-card { flex-basis: 88%; }
	.vehicle-content { padding: 20px; }
	.workflow, .search-paths, .features, .faq, .contact { padding: 80px 0; }
	.workflow-inner { gap: 38px; }
	.workflow h2, .search-paths-heading h2, .section-heading h2, .contact h2 { font-size: 38px; }
	.steps li { gap: 32px; padding: 26px; }
	.search-paths-heading { margin-bottom: 38px; }
	.search-preview-frame { padding: 7px; border-radius: 15px; }
	.search-preview-frame img { border-radius: 9px; }
	.search-preview-note { align-items: flex-start; margin: 16px 6px 0; line-height: 1.5; }
	.search-options article { grid-template-columns: 46px minmax(0, 1fr); gap: 15px; padding: 15px 10px; }
	.search-option-icon { width: 46px; height: 46px; border-radius: 13px; }
	.search-options article:hover { transform: none; }
	.search-outcomes { grid-template-columns: 1fr; gap: 12px; margin-top: 48px; }
	.search-outcomes > div { padding: 18px; }
	.feature-grid { margin-top: 44px; }
	.feature-grid article { padding: 25px; border-radius: 20px; }
	.feature-grid article:hover, .motion-enabled .feature-grid article.is-visible:hover { transform: none; }
	.feature-card-top { margin-bottom: 30px; }
	.feature-icon { width: 50px; height: 50px; border-radius: 15px; }
	.faq-heading h2 { font-size: 38px; }
	.faq-list summary { min-height: 68px; font-size: 16px; }
	.faq-list details p { margin-right: 4px; }
	.contact { padding: 92px 0 104px; }
	.contact-panel { margin-inline: -3px; padding: 8px; border-radius: 22px; }
	.contact-content { padding: 38px 22px 30px; }
	.contact-copy h2 { font-size: 38px; }
	.contact-copy > p:not(.section-label) { font-size: 15px; }
	.contact-form { gap: 20px; margin-top: 32px; }
	.contact-form-grid { grid-template-columns: 1fr; gap: 18px; }
	.contact-field-wide { grid-column: auto; }
	.contact-form input, .contact-form select { font-size: 15px; }
	.contact-links { flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 24px; }
	.contact-visual { min-height: 430px; border-radius: 16px; }
	.contact-visual img { object-position: center 24%; }
	.contact-visual figcaption { left: 24px; right: 24px; bottom: 26px; }
	.footer-main { grid-template-columns: 1fr; gap: 48px; padding: 58px 0 48px; }
	.footer-brand p { margin-top: 25px; }
	.footer-links { gap: 30px; }
	.footer-link-group h2 { margin-bottom: 18px; }
	.footer-reach { grid-column: auto; display: block; }
	.footer-contact { margin-inline: -15px; padding: 30px 24px 22px; border-radius: 0; }
	.footer-contact-list { margin-inline: -12px; }
	.footer-contact-item { min-height: 94px; padding: 18px 12px; }
	.footer-contact-item strong, .footer-contact-item p { font-size: 12px; }
	.footer-bottom { min-height: 92px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
	.footer-bottom div { gap: 24px; padding-right: 56px; font-size: 14px; }
	.legal-page { padding: 108px 0 72px; }
	.legal-hero { margin-bottom: 40px; }
	.legal-hero h1 { font-size: 40px; }
	.legal-hero > p:not(.legal-kicker) { font-size: 15px; }
	.legal-nav { grid-template-columns: 1fr; }
	.legal-article { margin-inline: -4px; padding: 34px 24px; border-radius: 14px; }
	.legal-section + .legal-section { margin-top: 34px; padding-top: 34px; }
	.legal-section h2 { font-size: 22px; }
	.phone-float { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
	.motion-enabled .reveal-item { opacity: 1; transform: none; }
	.hero-visual, .search-preview { transform: none; }
}
