:root {
  --red: #b4161d;
  --red-dark: #8d1016;
  --ink: #18191b;
  --muted: #67686d;
  --line: #dedbd7;
  --paper: #f5f2ee;
  --white: #fff;
  --green: #178c55;
  --radius: 4px;
  --shadow: 0 24px 70px rgba(35, 25, 22, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 10px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 10px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(245, 242, 238, .94); border-bottom: 1px solid rgba(25, 25, 27, .1); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 235px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #3c3c3f; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-phone { display: flex; flex-direction: column; padding-left: 24px; border-left: 1px solid var(--line); line-height: 1.25; }
.header-phone .phone-label { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.header-phone strong { font-size: 17px; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: #f7f4f0; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -210px; border: 95px solid rgba(180, 22, 29, .07); border-radius: 50%; }
.hero-lines { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(to right, transparent calc(100% - 1px), #c9c3bc 1px); background-size: calc((100vw - min(1160px, calc(100vw - 40px))) / 2 + 1px) 100%; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; padding-block: 82px 100px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: block; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffd2d4; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.05; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(48px, 5.3vw, 78px); font-weight: 800; }
h1 em { display: block; color: var(--red); font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 600px; margin-bottom: 32px; color: #57575c; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 0 25px; border: 1px solid transparent; border-radius: var(--radius); font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(180, 22, 29, .22); }
.button-primary:hover { background: var(--red-dark); }
.button-whatsapp { color: #fff; background: var(--green); }
.offer-note { margin: 16px 0 0; color: #79797d; font-size: 13px; }

.hero-visual { position: relative; }
.route-card { padding: 34px; background: #fff; border: 1px solid #e3dfdb; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.route-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; padding-bottom: 17px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.route-status { color: var(--red); }
.route-step { display: flex; gap: 18px; align-items: center; }
.step-no { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border: 1px solid #cac5c0; border-radius: 50%; color: #797674; font-size: 12px; font-weight: 800; }
.route-step.active .step-no { color: #fff; border-color: var(--red); background: var(--red); }
.route-step strong { display: block; font-size: 16px; }
.route-step small { display: block; color: #858287; font-size: 13px; }
.route-track { height: 40px; margin-left: 23px; border-left: 1px dashed #bcb7b1; }
.route-track i { display: none; }
.area-chip { position: absolute; right: -28px; bottom: -48px; width: 160px; height: 160px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #fff; background: var(--ink); border-radius: 50%; transform: rotate(-7deg); box-shadow: 0 20px 45px rgba(0,0,0,.2); }
.area-chip b { font-family: Georgia, serif; color: #ef5b60; font-size: 44px; }
.area-chip span { font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.quick-strip { color: #fff; background: var(--ink); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > div { min-height: 115px; display: flex; align-items: center; gap: 18px; padding: 22px 28px; border-right: 1px solid #3b3b3d; }
.quick-grid > div:first-child { border-left: 1px solid #3b3b3d; }
.quick-grid span { color: #df4b51; font-family: Georgia, serif; font-size: 28px; }
.quick-grid p { margin: 0; color: #aaa9ab; font-size: 13px; line-height: 1.35; }
.quick-grid strong { display: block; margin-bottom: 4px; color: #fff; font-size: 15px; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .coverage h2, .process h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 60px); }
.section-heading > p { max-width: 510px; margin-bottom: 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 370px; padding: 30px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 1; transform: translateY(-5px); background: #fff; box-shadow: 0 15px 40px rgba(30, 25, 22, .09); }
.service-card.featured { color: #fff; background: var(--red); }
.card-index { display: block; margin-bottom: 50px; color: #9b9793; font-family: Georgia, serif; font-size: 15px; }
.featured .card-index { color: #ffd1d3; }
.service-card h3 { margin: 24px 0 13px; font-size: 21px; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: #ffe1e2; }
.service-mark { position: relative; width: 53px; height: 53px; border: 2px solid currentColor; color: var(--red); }
.featured .service-mark { color: #fff; }
.service-mark i, .service-mark::before, .service-mark::after { content: ""; position: absolute; display: block; }
.box-mark::before { left: 11px; right: 11px; top: 14px; border-top: 2px solid; }
.box-mark::after { left: 25px; top: 0; bottom: 0; border-left: 2px solid; }
.tool-mark { border-radius: 50%; border-width: 5px; transform: rotate(-35deg); }
.tool-mark::after { width: 10px; height: 30px; left: 17px; top: 39px; border: 4px solid; border-top: 0; }
.lift-mark::before { width: 2px; height: 32px; background: currentColor; left: 24px; top: 9px; }
.lift-mark::after { width: 14px; height: 14px; left: 17px; top: 8px; border-top: 2px solid; border-left: 2px solid; transform: rotate(45deg); }
.route-mark { border-radius: 50%; }
.route-mark::before { inset: 14px; border: 2px solid currentColor; border-radius: 50%; }
.route-mark::after { width: 13px; height: 13px; right: -7px; top: 18px; background: currentColor; transform: rotate(45deg); }

.process { color: #fff; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.process-intro > p:not(.eyebrow) { max-width: 460px; margin: 26px 0; color: #b4b3b4; }
.text-link { display: inline-flex; gap: 35px; padding-bottom: 5px; border-bottom: 1px solid #5a5a5c; font-weight: 750; }
.text-link span { color: #ef5b60; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 29px 0; border-top: 1px solid #3b3b3d; }
.process-list li:last-child { border-bottom: 1px solid #3b3b3d; }
.process-list > li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #565658; border-radius: 50%; color: #ef5b60; font-family: Georgia, serif; }
.process-list h3 { margin-bottom: 4px; font-size: 20px; }
.process-list p { margin: 0; color: #a8a7aa; font-size: 14px; }

.coverage { background: #fff; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.coverage-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0; color: var(--muted); }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.location-tags span { padding: 9px 13px; border: 1px solid #d8d4d0; border-radius: 100px; color: #555559; font-size: 13px; font-weight: 650; }
.coverage-panel { min-height: 380px; position: relative; overflow: hidden; display: grid; place-items: center; background: #eeeae5; background-image: radial-gradient(#bcb6b0 1px, transparent 1px); background-size: 19px 19px; }
.pin-ring { width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid rgba(180,22,29,.28); border-radius: 50%; box-shadow: 0 0 0 34px rgba(180,22,29,.06), 0 0 0 68px rgba(180,22,29,.035); }
.pin-ring span { width: 92px; height: 92px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.pin-ring span::first-line { transform: rotate(45deg); }
.pin-ring span { text-indent: 0; }
.pin-ring span::after { content: "MANİSA"; transform: rotate(45deg); }
.pin-ring span { font-size: 0; }
.pin-ring span::after { font-size: 12px; }
.nationwide { position: absolute; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 9px; font-family: Georgia, serif; color: var(--red); font-size: 46px; }
.nationwide small { font-family: inherit; color: #66636a; font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .06em; }

.cta-section { padding: 80px 0; background: #fff; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 58px; color: #fff; background: var(--red); box-shadow: 0 20px 60px rgba(180,22,29,.2); }
.cta-card h2 { margin: 0; font-size: clamp(30px, 3.4vw, 48px); }
.cta-contact { min-width: 280px; display: flex; flex-direction: column; gap: 9px; }
.cta-number { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 22px; font-weight: 800; line-height: 1.15; }
.cta-number small { display: block; margin-bottom: 3px; color: #ffd1d3; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.button-light { margin-top: 8px; color: var(--red); background: #fff; }

.site-footer { padding: 68px 0 28px; color: #d4d3d4; background: #121214; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 80px; padding-bottom: 48px; }
.footer-brand img { width: 250px; padding: 9px; background: #fff; }
.footer-brand p { max-width: 310px; margin: 19px 0 0; color: #88878a; font-size: 14px; }
.footer-main h2 { margin-bottom: 13px; color: #77767a; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-main a, .footer-main address { display: block; margin-bottom: 5px; color: #d4d3d4; font-size: 14px; font-style: normal; }
.footer-main a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #2c2c2e; color: #6f6e71; font-size: 12px; }
.mobile-actions { display: none; }

:focus-visible { outline: 3px solid #f0a4a7; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .area-chip { right: -10px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { gap: 60px; }
  .cta-card { grid-template-columns: 1fr; }
  .cta-contact { display: grid; grid-template-columns: 1fr 1fr; }
  .button-light { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, 1160px); }
  .site-header { position: relative; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 205px; }
  .header-phone { display: none; }
  .hero { min-height: auto; }
  .hero::before, .hero-lines { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-block: 60px 95px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .route-card { padding: 25px 20px; transform: none; }
  .route-top { align-items: flex-start; gap: 15px; }
  .route-status { text-align: right; }
  .area-chip { right: -3px; bottom: -70px; width: 132px; height: 132px; }
  .area-chip b { font-size: 36px; }
  .quick-grid { grid-template-columns: 1fr; padding-block: 9px; }
  .quick-grid > div, .quick-grid > div:first-child { min-height: 90px; border-left: 0; border-right: 0; border-bottom: 1px solid #3b3b3d; }
  .quick-grid > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-heading h2, .coverage h2, .process h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .process-grid, .coverage-grid { grid-template-columns: 1fr; gap: 55px; }
  .process-list li { grid-template-columns: 55px 1fr; gap: 15px; }
  .coverage-panel { min-height: 330px; }
  .cta-section { padding: 0; }
  .cta-card { width: 100%; padding: 55px 24px; gap: 36px; }
  .cta-contact { display: flex; min-width: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { gap: 10px; flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -5px 25px rgba(0,0,0,.18); }
  .mobile-actions a { min-height: 68px; display: grid; place-items: center; color: #fff; font-size: 15px; font-weight: 850; }
  .mobile-call { background: var(--red); }
  .mobile-wa { background: var(--green); }
}
