:root {
  --blue: #00539b;
  --blue-deep: #00477f;
  --navy: #001f38;
  --navy-soft: #082d4e;
  --ice: #eef5fb;
  --surface: #f7f8fb;
  --white: #ffffff;
  --text: #08233a;
  --muted: #627383;
  --line: #d7e1e9;
  --green: #0b9047;
  --green-bright: #25d366;
  --container: 1200px;
  --utility-height: 30px;
  --header-height: 72px;
  --shadow: 0 22px 60px rgba(0, 45, 84, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--surface); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { position: fixed; z-index: 120; inset: 0 0 auto; height: var(--utility-height); background: var(--navy); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.utility-bar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar__right { display: flex; align-items: center; gap: 22px; }
.utility-bar a { color: white; font-weight: 700; }

.site-header { position: fixed; z-index: 110; inset: var(--utility-height) 0 auto; height: var(--header-height); background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,71,127,.12); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(0,31,56,.1); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: baseline; letter-spacing: -.065em; font-weight: 850; font-size: 20px; white-space: nowrap; }
.brand span { color: var(--blue-deep); }
.brand strong { color: var(--navy); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; color: #354c60; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--blue); transition: right .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-call { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border-radius: 999px; background: var(--blue-deep); color: white; box-shadow: 0 8px 22px rgba(0,71,127,.2); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.header-call svg { width: 16px; height: 16px; fill: currentColor; stroke: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 12px 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--navy); transition: transform .25s, opacity .25s; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: absolute; top: var(--header-height); left: 0; right: 0; padding: 12px 20px 22px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 22px 35px rgba(0,31,56,.13); }
.mobile-menu a { display: block; padding: 15px 8px; border-bottom: 1px solid #edf1f5; font-weight: 700; }

.hero { position: relative; min-height: 680px; margin-top: calc(var(--utility-height) + var(--header-height)); overflow: hidden; background: var(--navy); clip-path: polygon(0 0,100% 0,100% 94%,0 100%); }
.hero__media { position: absolute; inset: 0; background: url("assets/images/hero-gece-servis.webp") center/cover no-repeat; transform: scale(1.005); }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,31,56,.96) 0%, rgba(0,55,99,.8) 43%, rgba(0,31,56,.24) 78%); }
.hero__inner { position: relative; z-index: 2; min-height: 680px; display: flex; align-items: center; padding: 74px 0 110px; }
.hero__content { max-width: 720px; color: white; }
.business-status { width: fit-content; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(0,31,56,.45); color: white; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.business-status span { width: 8px; height: 8px; border-radius: 50%; background: #55ed82; box-shadow: 0 0 0 5px rgba(85,237,130,.13); }
.business-status.is-closed span { background: #b7c3cc; box-shadow: 0 0 0 5px rgba(183,195,204,.14); }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(48px,5.4vw,74px); line-height: 1.03; letter-spacing: -.055em; font-weight: 650; }
.hero h1 em { color: #7ec4ff; font-style: normal; }
.hero__lead { max-width: 620px; margin: 24px 0 28px; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; align-items: stretch; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 22px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button svg { width: 19px; height: 19px; }
.button--whatsapp-light { min-width: 245px; background: white; color: var(--blue-deep); }
.button--whatsapp-light svg { fill: currentColor; stroke: none; }
.button--outline-light { color: white; border-color: rgba(255,255,255,.5); }
.button--primary { background: var(--blue); color: white; }
.button--whatsapp { background: var(--green-bright); color: #002b12; }
.hero__facts { display: flex; margin-top: 40px; padding: 0 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: rgba(0,31,56,.32); backdrop-filter: blur(10px); }
.hero__facts > div { min-width: 185px; padding: 17px 0; }
.hero__facts > div + div { margin-left: 24px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.hero__facts span, .hero__facts strong { display: block; }
.hero__facts span { margin-bottom: 5px; color: rgba(255,255,255,.54); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero__facts strong { font-size: 13px; }

.trust-strip { position: relative; z-index: 4; margin-top: -44px; }
.trust-strip__inner { display: grid; grid-template-columns: repeat(4,1fr); background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.trust-strip article { min-height: 96px; display: flex; align-items: center; gap: 14px; padding: 20px 24px; }
.trust-strip article + article { border-left: 1px solid var(--line); }
.feature-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 14px; background: var(--ice); color: var(--blue); }
.feature-icon svg { width: 22px; height: 22px; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { margin-bottom: 4px; font-size: 13px; }
.trust-strip small { color: var(--muted); line-height: 1.45; }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 38px; }
.section-heading > div { max-width: 730px; }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.eyebrow--light { color: #acd4f8; }
.section-heading h2, .process h2, .service-section h2, .about-card h2, .faq-section h2, .quick-order h2 { margin: 0; font-size: clamp(32px,4vw,47px); line-height: 1.1; letter-spacing: -.045em; font-weight: 630; }
.section-heading p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); line-height: 1.7; }
.text-link { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 1px solid rgba(0,71,127,.35); color: var(--blue-deep); font-weight: 750; }

.category-layout { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 18px; }
.category { position: relative; min-height: 315px; overflow: hidden; border-radius: 20px; background: var(--navy); box-shadow: 0 16px 40px rgba(0,45,84,.08); }
.category--main { min-height: 405px; }
.category img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.category:hover img { transform: scale(1.055); }
.category__shade { position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,20,38,.94),rgba(0,20,38,.06) 68%); }
.category__content { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; color: white; }
.category__content strong, .category__content small, .category__content b { display: block; }
.category__content strong { margin-bottom: 4px; font-size: 24px; letter-spacing: -.025em; }
.category__content small { color: rgba(255,255,255,.72); font-size: 13px; }
.category__content b { margin-top: 13px; color: #9bd2ff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-links { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 22px; background: white; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.product-links a { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 24px; font-weight: 750; }
.product-links a + a { border-left: 1px solid var(--line); }
.product-links b { color: var(--blue); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.process { padding: 92px 0; background: var(--navy); color: white; }
.process__heading { max-width: 720px; }
.process__heading > p:not(.eyebrow) { margin: 14px 0 0; color: rgba(255,255,255,.58); line-height: 1.7; }
.process__steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.04); }
.process__steps article { padding: 34px; }
.process__steps article + article { border-left: 1px solid rgba(255,255,255,.16); }
.process-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 14px; background: rgba(126,196,255,.13); color: #9bd2ff; }
.process-icon svg { width: 22px; height: 22px; }
.process__steps h3 { margin: 0 0 9px; font-size: 21px; }
.process__steps p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }

.service-section { padding: 100px 0; background: var(--ice); }
.service-section__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: stretch; }
.service-content { padding: 38px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 42px rgba(0,45,84,.06); }
.service-content > p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); line-height: 1.7; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.area-list span { padding: 8px 13px; border: 1px solid #bfd0df; border-radius: 999px; background: var(--ice); color: #4f6374; font-size: 12px; }
.service-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.map-frame { height: 260px; margin-top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #e5edf4; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.contact-panel { padding: 38px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 42px rgba(0,45,84,.06); }
.contact-row { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-row:first-child { padding-top: 0; }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--ice); color: var(--blue); }
.contact-icon svg { width: 22px; height: 22px; }
.contact-row small, .contact-row strong, .contact-row a { display: block; }
.contact-row small { margin-bottom: 6px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-row strong, .contact-row a { color: var(--text); font-weight: 750; line-height: 1.55; }
.contact-row p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.contact-panel__button { width: 100%; margin-top: 24px; }

.about-section { padding: 96px 0; background: white; }
.about-card { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.about-card > div:first-child > p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); line-height: 1.7; }
.reason-list { border-top: 1px solid var(--line); }
.reason-list article { padding: 23px 0; border-bottom: 1px solid var(--line); }
.reason-list span { display: inline-block; margin-bottom: 8px; padding: 7px 11px; border-radius: 999px; background: var(--ice); color: var(--blue-deep); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.reason-list strong, .reason-list small { display: block; }
.reason-list strong { margin-bottom: 6px; }
.reason-list small { color: var(--muted); line-height: 1.55; }

.faq-section { padding: 94px 0; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.faq-list { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.faq-list details + details { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 22px 52px 22px 22px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 18px; color: var(--blue); font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: -2px 22px 22px; color: var(--muted); line-height: 1.7; }

.cta-section { padding: 0 0 105px; }
.quick-order { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 48px 52px; border-radius: 24px; background: var(--blue-deep); color: white; box-shadow: var(--shadow); }
.quick-order > div:first-child > p:not(.eyebrow) { margin: 12px 0 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.quick-order__actions { min-width: 285px; }
.quick-order__actions .button { width: 100%; }
.quick-phone { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; color: rgba(255,255,255,.7); font-size: 12px; }
.quick-phone strong { color: white; }

.site-footer { padding: 68px 0 100px; background: var(--navy); color: white; }
.site-footer__grid { display: grid; grid-template-columns: 1.45fr .75fr 1fr; gap: 70px; }
.brand--footer { font-size: 23px; }
.brand--footer span, .brand--footer strong { color: white; }
.footer-brand p, .footer-contact p { max-width: 390px; color: rgba(255,255,255,.52); line-height: 1.65; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-links small, .footer-contact small { margin-bottom: 4px; color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.75); }
.footer-links a:hover, .footer-contact a:hover { color: #92cdfd; }
.footer-bottom { display: flex; justify-content: space-between; gap: 32px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.health-warning { color: #ff7272; }

.floating-actions { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: max(18px,env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.floating-button { pointer-events: auto; min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 15px; color: white; box-shadow: 0 14px 38px rgba(0,31,56,.22); font-size: 12px; font-weight: 850; transition: transform .2s ease; }
.floating-button:hover { transform: translateY(-3px); }
.floating-button svg { width: 21px; height: 21px; }
.floating-button--call { background: var(--blue-deep); }
.floating-button--call svg, .floating-button--whatsapp svg { fill: currentColor; stroke: none; }
.floating-button--whatsapp { background: var(--green); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .62s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #7db8eb; outline-offset: 3px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; order: -1; margin-left: -8px; }
  .header-call { margin-left: auto; }
  .hero, .hero__inner { min-height: 630px; }
  .hero__facts > div { min-width: 0; flex: 1; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
  .trust-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .category-layout { grid-template-columns: 1fr 1fr; }
  .category--main { grid-column: 1/-1; min-height: 360px; }
  .product-links { grid-template-columns: 1fr; }
  .product-links a + a { border-left: 0; border-top: 1px solid var(--line); }
  .service-section__grid, .about-card, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .quick-order { grid-template-columns: 1fr; }
  .quick-order__actions { min-width: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  :root { --utility-height: 0px; --header-height: 68px; }
  .container { width: min(calc(100% - 24px),var(--container)); }
  .utility-bar { display: none; }
  .brand { font-size: 17px; }
  .header-call { min-width: 78px; padding: 0 13px; }
  .header-call svg { display: none; }
  .hero { min-height: 610px; clip-path: polygon(0 0,100% 0,100% 96%,0 100%); }
  .hero__inner { min-height: 610px; align-items: flex-end; padding: 55px 0 72px; }
  .hero__media { background-position: 61% center; }
  .hero__media::after { background: linear-gradient(18deg,rgba(0,31,56,.98),rgba(0,55,99,.7) 64%,rgba(0,31,56,.23)); }
  .business-status { margin-bottom: 16px; font-size: 9px; }
  .hero h1 { font-size: clamp(39px,11vw,49px); }
  .hero__lead { margin: 17px 0 22px; font-size: 15px; line-height: 1.55; }
  .hero__actions { flex-direction: column; }
  .button--whatsapp-light { width: 100%; min-width: 0; }
  .button--outline-light { display: none; }
  .hero__facts { margin-top: 26px; padding: 0 15px; overflow-x: auto; border-radius: 18px; }
  .hero__facts > div { min-width: 150px; padding: 14px 0; }
  .hero__facts > div + div { margin-left: 17px; padding-left: 17px; }
  .trust-strip { margin-top: -26px; }
  .trust-strip__inner { grid-template-columns: 1fr; border-radius: 18px; }
  .trust-strip article { min-height: 78px; padding: 15px; }
  .trust-strip article + article, .trust-strip article:nth-child(3), .trust-strip article:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .feature-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
  .section { padding: 68px 0; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2, .process h2, .service-section h2, .about-card h2, .faq-section h2 { font-size: 31px; }
  .section-heading p:not(.eyebrow) { font-size: 14px; }
  .section-heading .text-link { display: inline-block; margin-top: 18px; font-size: 12px; }
  .category-layout { gap: 11px; }
  .category--main { min-height: 235px; }
  .category { min-height: 195px; border-radius: 15px; }
  .category__content { left: 16px; right: 16px; bottom: 15px; }
  .category__content strong { font-size: 18px; }
  .category__content b { display: none; }
  .product-links { border-radius: 16px; }
  .product-links a { min-height: 69px; padding: 0 16px; font-size: 13px; }
  .process { padding: 68px 0; }
  .process__steps { grid-template-columns: 1fr; margin-top: 30px; border-radius: 18px; }
  .process__steps article { padding: 24px 20px; }
  .process__steps article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .process-icon { margin-bottom: 16px; }
  .service-section { padding: 68px 0; }
  .service-section__grid { gap: 20px; }
  .service-content, .contact-panel { padding: 24px 18px; border-radius: 18px; }
  .service-content > p:not(.eyebrow) { font-size: 14px; }
  .service-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .map-frame { height: 230px; }
  .contact-row { grid-template-columns: 42px 1fr; gap: 12px; }
  .contact-icon { width: 42px; height: 42px; border-radius: 13px; }
  .about-section { padding: 68px 0; }
  .about-card { padding: 24px 18px; gap: 28px; border-radius: 18px; }
  .faq-section { padding: 68px 0; }
  .faq-grid { gap: 28px; }
  .faq-list { border-radius: 16px; }
  .faq-list summary { font-size: 14px; }
  .faq-list p { font-size: 13px; }
  .cta-section { padding-bottom: 82px; }
  .quick-order { padding: 28px 20px; border-radius: 18px; }
  .quick-order h2 { font-size: 29px; }
  .site-footer { padding: 56px 0 92px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; margin-top: 34px; line-height: 1.7; }
  .floating-actions { left: 13px; right: 13px; bottom: max(12px,env(safe-area-inset-bottom)); }
  .floating-button { width: 52px; min-height: 52px; padding: 0; border-radius: 14px; }
  .floating-button span { display: none; }
}

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

/* Keçiören Tekel logo */
.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.brand img {
  display: block;
  width: 176px;
  height: auto;
}
.brand--footer img {
  width: 188px;
}
@media (max-width: 680px) {
  .brand img {
    width: 146px;
  }
  .brand--footer img {
    width: 172px;
  }
}

/* Mobile header and hero image fit — final responsive pass */
@media (max-width: 680px) {
  .site-header__inner {
    gap: 8px;
  }

  .menu-toggle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-left: -6px;
    padding-inline: 9px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand img {
    width: 128px;
    max-width: 100%;
    max-height: 34px;
    object-fit: contain;
    object-position: left center;
  }

  .header-call {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 50%;
  }

  .header-call svg {
    display: block;
    width: 17px;
    height: 17px;
  }

  .header-call span {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    clip-path: none;
    overflow: visible;
  }

  .hero__media {
    position: relative;
    inset: auto;
    order: 0;
    width: 100%;
    height: clamp(300px, 88vw, 370px);
    flex: 0 0 auto;
    background-image: url("assets/images/hero-gece-servis-mobile.webp");
    background-size: cover;
    background-position: center 52%;
    transform: none;
  }

  .hero__media::after {
    background: linear-gradient(
      to bottom,
      rgba(0, 31, 56, .08) 0%,
      rgba(0, 31, 56, .12) 56%,
      rgba(0, 31, 56, .78) 100%
    );
  }

  .hero__inner {
    order: 1;
    min-height: 0;
    align-items: flex-start;
    padding: 28px 0 50px;
  }

  .hero__content {
    width: 100%;
    max-width: none;
  }

  .business-status {
    margin-bottom: 17px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.06;
  }

  .hero__lead {
    max-width: none;
  }

  .hero__facts {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 26px;
    padding: 0 16px;
    overflow: hidden;
  }

  .hero__facts > div {
    min-width: 0;
    padding: 14px 0;
  }

  .hero__facts > div + div {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.16);
  }

  .trust-strip {
    margin-top: 0;
    padding-top: 16px;
    background: var(--surface);
  }
}

@media (max-width: 380px) {
  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .brand img {
    width: 116px;
  }

  .hero__media {
    height: 300px;
  }

  .hero h1 {
    font-size: 35px;
  }
}
