:root {
  --ink: #101214;
  --ink-2: #191c1f;
  --paper: #f7f5f0;
  --soft: #ece9e2;
  --white: #fff;
  --muted: #667078;
  --line: #d9d8d2;
  --red: #d92921;
  --red-dark: #a91913;
  --green: #19a05b;
  --shell: 1180px;
  --shadow: 0 24px 70px rgba(15, 19, 22, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 840px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.emergency-bar { background: var(--ink); color: #d7d9da; font-size: .78rem; font-weight: 700; letter-spacing: .03em; }
.emergency-bar .shell { display: flex; justify-content: space-between; align-items: center; min-height: 36px; }
.emergency-bar span, .emergency-bar a { display: inline-flex; align-items: center; gap: 7px; }
.emergency-bar svg { color: var(--red); }
.emergency-bar a { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(247,245,240,.94); border-bottom: 1px solid rgba(16,18,20,.09); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; background: var(--red); color: var(--white); border-radius: 50%; font: 800 1rem/1 "Arial Narrow", Impact, sans-serif; letter-spacing: -.03em; box-shadow: inset 0 0 0 5px rgba(255,255,255,.14); }
.brand strong { display: block; font: 800 1.25rem/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .87rem; font-weight: 800; }
.main-nav > a:not(.nav-cta) { padding: 28px 0; border-bottom: 2px solid transparent; }
.main-nav > a:not(.nav-cta):hover { border-color: var(--red); }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 8px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: #12171b url("/assets/yol-yardim-hero.webp") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,14,17,.97) 0%, rgba(10,14,17,.82) 36%, rgba(10,14,17,.18) 68%, rgba(10,14,17,.08)); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 9px; background: linear-gradient(90deg, var(--red) 0 34%, transparent 34%); }
.hero-layout { position: relative; z-index: 2; padding-block: 100px 130px; }
.hero-copy { max-width: 700px; }
.availability { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 52px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; background: rgba(12,14,16,.36); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(10px); }
.availability i { width: 8px; height: 8px; background: #33d17a; border-radius: 50%; box-shadow: 0 0 0 5px rgba(51,209,122,.13); }
.eyebrow, .kicker { display: block; margin-bottom: 18px; color: var(--red); font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Arial Narrow", Impact, sans-serif; font-stretch: condensed; text-transform: uppercase; letter-spacing: -.03em; line-height: .98; }
.hero h1 { margin-bottom: 26px; font-size: clamp(4rem, 8vw, 7.2rem); }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: #d9dcde; font-size: clamp(1rem, 1.7vw, 1.2rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-size: .88rem; font-weight: 800; transition: .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 14px 35px rgba(217,41,33,.25); }
.button-primary:hover { background: #ed352d; }
.button-glass, .button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--red); background: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px 30px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); color: #c5c9cb; font-size: .77rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { color: var(--red); }
.trust-row b { color: var(--white); }
.hero-caption { position: absolute; z-index: 2; right: max(20px, calc((100vw - var(--shell))/2)); bottom: 55px; display: flex; align-items: center; gap: 16px; }
.hero-caption > span { color: var(--red); font: 800 4rem/1 "Arial Narrow", Impact, sans-serif; }
.hero-caption p { margin: 0; color: #d9dcde; font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.split, .section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.intro h2, .section-head h2, .brands h2, .contact-preview h2, .faq-section h2 { margin-bottom: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.intro-copy p, .section-head > p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; color: var(--red); border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.section-head { margin-bottom: 44px; }
.section-head > p { max-width: 440px; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid rgba(16,18,20,.08); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 22px; right: 24px; color: #babbb8; font: 700 .78rem "Arial Narrow", Impact, sans-serif; }
.icon-box { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 72px; color: var(--white); background: var(--red); border-radius: 50%; }
.icon-box svg { width: 24px; height: 24px; }
.service-card h3 { margin-bottom: 12px; font: 800 1.45rem "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card .text-link { position: absolute; bottom: 27px; }

.roadside-feature { padding: 0 0 110px; background: var(--soft); }
.roadside-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 650px; background: var(--ink); box-shadow: var(--shadow); }
.roadside-card { padding: 70px 60px; color: var(--white); }
.kicker-light { color: #ff625b; }
.roadside-card h2 { margin-bottom: 40px; font-size: clamp(2.5rem, 4vw, 4rem); }
.roadside-card ol { margin: 0 0 36px; padding: 0; list-style: none; }
.roadside-card li { display: flex; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.roadside-card li > span { color: var(--red); font: 700 .9rem "Arial Narrow", Impact, sans-serif; }
.roadside-card b { display: block; margin-bottom: 4px; text-transform: uppercase; }
.roadside-card li p { margin: 0; color: #aeb4b7; font-size: .86rem; }
.roadside-image { position: relative; min-height: 500px; background: url("/assets/yol-yardim-hero.webp") 70% center / cover no-repeat; }
.image-badge { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 14px; padding: 18px 22px; background: var(--red); color: var(--white); }
.image-badge strong { font: 800 2.7rem/1 "Arial Narrow", Impact, sans-serif; }
.image-badge span { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.area-grid { border-top: 1px solid var(--line); }
.area-grid > a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 24px; min-height: 120px; padding: 22px 8px; border-bottom: 1px solid var(--line); transition: .2s; }
.area-grid > a:hover { padding-inline: 22px; background: var(--white); }
.area-grid > a > span { color: var(--red); font: 700 .8rem "Arial Narrow", Impact, sans-serif; }
.area-grid h3 { margin: 0 0 4px; font: 800 2rem "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.area-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.area-grid > a > svg { color: var(--red); }
.brands { background: var(--ink); color: var(--white); text-align: center; }
.brands .shell > p { max-width: 760px; margin: 24px auto 45px; color: #abb0b3; }
.brand-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.brand-cloud span { padding: 12px 18px; border: 1px solid rgba(255,255,255,.13); color: #d9dcde; font: 700 .9rem "Arial Narrow", Impact, sans-serif; letter-spacing: .05em; }

.cta-band { padding: 70px 0; color: var(--white); background: var(--red); }
.cta-layout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-layout h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.8rem); }
.cta-layout p { max-width: 700px; margin-bottom: 0; color: #ffd8d5; }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section h2 { margin-bottom: 38px; }
.faq-section summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; font-weight: 800; cursor: pointer; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary span { color: var(--red); font-size: 1.35rem; }
.faq-section details[open] summary span { transform: rotate(45deg); }
.faq-section details p { margin: -4px 0 24px; color: var(--muted); }

.contact-preview { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.contact-grid > div > p { color: var(--muted); }
.contact-links { display: grid; gap: 10px; margin-top: 30px; }
.contact-links a { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-top: 1px solid var(--line); }
.contact-links svg { color: var(--red); width: 24px; height: 24px; }
.contact-links small, .contact-panel small { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
iframe { width: 100%; min-height: 430px; border: 0; filter: grayscale(1) contrast(.95); }

.inner-hero { padding: 95px 0; background: var(--soft); }
.inner-grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 55px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.breadcrumbs a:hover { color: var(--red); }
.inner-hero h1, .simple-hero h1, .area-hero h1 { margin-bottom: 25px; font-size: clamp(3.5rem, 7vw, 6.5rem); }
.inner-hero p, .simple-hero p, .area-hero p { max-width: 780px; color: var(--muted); font-size: 1.08rem; }
.quick-card { padding: 38px; color: var(--white); background: var(--ink); }
.quick-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 50px; color: var(--white); background: var(--red); border-radius: 50%; }
.quick-icon svg { width: 26px; height: 26px; }
.quick-card h2 { margin-bottom: 14px; font-size: 2rem; }
.quick-card p { color: #aeb4b7; font-size: .9rem; }
.quick-card a { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #ff5a53; font-weight: 800; }
.article-grid { display: grid; grid-template-columns: 1fr 330px; gap: 90px; }
.article-grid article > h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4vw, 4rem); }
.article-grid article > p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
.check-list div { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--white); border: 1px solid var(--line); font-size: .85rem; font-weight: 700; }
.check-list svg { color: var(--red); }
.service-aside { align-self: start; padding: 30px; background: var(--soft); }
.service-aside h2 { font-size: 1.7rem; }
.service-aside a { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); font-weight: 800; font-size: .84rem; }
.service-aside a span { color: var(--red); }
.service-aside p { margin: 20px 0 0; color: var(--muted); font-size: .78rem; }
.area-hero { position: relative; padding: 110px 0; overflow: hidden; color: var(--white); background: linear-gradient(90deg, rgba(10,14,17,.98), rgba(10,14,17,.62)), url("/assets/yol-yardim-hero.webp") center/cover; }
.area-hero::after { content: ""; position: absolute; inset: auto -120px -250px auto; width: 500px; height: 500px; border: 70px solid rgba(217,41,33,.22); border-radius: 50%; }
.area-hero .shell { position: relative; z-index: 1; }
.area-hero .breadcrumbs, .area-hero p { color: #c5c9cb; }
.simple-hero { padding: 90px 0; background: var(--soft); }
.simple-hero h1 { font-size: clamp(3.5rem, 7vw, 6rem); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.values div { padding: 25px 18px; background: var(--white); border: 1px solid var(--line); }
.values strong { display: block; color: var(--red); font: 800 2rem "Arial Narrow", Impact, sans-serif; }
.values span { color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.contact-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.contact-page > iframe { grid-column: 1 / -1; margin-top: 20px; }
.contact-panel, .whatsapp-form { padding: 38px; background: var(--white); border: 1px solid var(--line); }
.contact-panel h2, .whatsapp-form h2 { font-size: 2rem; }
.contact-panel > a, .contact-panel > div { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-panel svg { color: var(--red); width: 24px; height: 24px; }
.whatsapp-form > p { color: var(--muted); font-size: .82rem; }
.whatsapp-form label { display: grid; gap: 7px; margin-bottom: 14px; font-size: .78rem; font-weight: 800; }
.whatsapp-form input, .whatsapp-form select, .whatsapp-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); padding: 13px 14px; color: var(--ink); }
.whatsapp-form textarea { resize: vertical; }
.prose h2 { margin-top: 45px; font-size: 2rem; }
.prose p { color: var(--muted); }
.prose a { color: var(--red); text-decoration: underline; }

.site-footer { padding: 75px 0 24px; color: #abb0b3; background: #0b0d0f; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 60px; }
.brand-light strong { color: var(--white); }
.brand-light small { color: #9fa5a8; }
.footer-grid > div:first-child p { max-width: 300px; margin-top: 24px; }
.footer-grid h2 { color: var(--white); font: 800 .86rem Inter, ui-sans-serif, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: flex; align-items: center; gap: 8px; margin: 9px 0; font-size: .8rem; }
.footer-grid > div > a:hover { color: var(--white); }
.footer-grid p { font-size: .8rem; }
.footer-grid svg { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .72rem; }
.mobile-action { display: none; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 118px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--paper); box-shadow: 0 30px 50px rgba(0,0,0,.15); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.nav-cta) { padding: 16px 8px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; text-align: center; }
  .hero { min-height: 690px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,14,17,.98), rgba(10,14,17,.75)); }
  .hero-caption { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .roadside-grid { grid-template-columns: 1fr; }
  .roadside-image { min-height: 460px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .emergency-bar .shell > span { display: none; }
  .emergency-bar .shell { justify-content: center; }
  .nav-wrap { min-height: 74px; }
  .main-nav { inset-block-start: 110px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .56rem; }
  .hero { min-height: calc(100vh - 110px); background-position: 68% center; }
  .hero-layout { padding-block: 70px 90px; }
  .availability { margin-bottom: 32px; }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 15vw, 4.2rem); overflow-wrap: anywhere; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 14px; }
  .section { padding: 78px 0; }
  .split, .section-head, .cta-layout, .contact-grid, .inner-grid, .article-grid, .contact-page { grid-template-columns: 1fr; gap: 34px; }
  .intro h2, .section-head h2, .brands h2, .contact-preview h2, .faq-section h2 { font-size: 2.75rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .icon-box { margin-bottom: 55px; }
  .roadside-card { padding: 48px 28px; }
  .roadside-image { min-height: 360px; }
  .area-grid > a { grid-template-columns: 38px 1fr auto; gap: 10px; }
  .area-grid p { display: none; }
  .area-grid h3 { font-size: 1.55rem; }
  .cta-actions .button { width: 100%; }
  .contact-grid { align-items: stretch; }
  .inner-hero, .simple-hero, .area-hero { padding: 70px 0; }
  .inner-hero h1, .simple-hero h1, .area-hero h1 { font-size: 3.5rem; }
  .breadcrumbs { margin-bottom: 38px; }
  .check-list { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 9px; padding-bottom: 70px; }
  .mobile-action { position: fixed; z-index: 1200; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); box-shadow: 0 -10px 35px rgba(0,0,0,.15); }
  .mobile-action a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px; color: var(--white); background: var(--red); font-size: .8rem; font-weight: 800; }
  .mobile-action a + a { background: var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
