@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Roboto:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0b2d55;
  --navy-2: #123f73;
  --blue: #075bd8;
  --blue-2: #0c7cec;
  --cyan: #22c7f2;
  --sky: #eaf7ff;
  --mist: #f5faff;
  --ink: #142235;
  --muted: #617083;
  --line: #d9e7f3;
  --white: #fff;
  --green: #0eaa68;
  --red: #df3851;
  --shadow: 0 20px 60px rgba(8, 55, 105, .12);
  --radius: 24px;
  --font: "Roboto", Arial, Helvetica, sans-serif;
  --font-heading: "Playfair Display", Georgia, serif;
}

/* AYTAN kurumsal tema — daha sade, klasik ve okunaklı görünüm */
:root {
  --navy: #103b63;
  --navy-2: #174f80;
  --blue: #0878bd;
  --blue-2: #0b8dce;
  --cyan: #4ab9e8;
  --sky: #edf7fc;
  --mist: #f6f9fb;
  --ink: #222f3b;
  --muted: #617080;
  --line: #d9e1e7;
  --green: #279b32;
  --red: #ed3e23;
  --shadow: 0 8px 24px rgba(25, 55, 80, .11);
  --radius: 8px;
  --font: "Roboto", Arial, Helvetica, sans-serif;
  --font-heading: "Playfair Display", Georgia, serif;
}

body { font-family: var(--font); line-height: 1.55; background: #fff; }
body::before { opacity: .2; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 700; letter-spacing: 0; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.65rem); }
h3 { font-size: 1.22rem; }
.section { padding: 88px 0; }
.eyebrow { letter-spacing: .07em; }
.btn { border-radius: 5px; font-size: .91rem; font-weight: 700; box-shadow: none; }
.btn-lg { padding: 14px 22px; border-radius: 5px; }
.btn-primary { background: var(--blue); box-shadow: none; }
.btn-primary:hover { background: #066da9; box-shadow: none; }
.btn .ui-icon { width: 21px; height: 21px; }
.ui-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.ui-icon-filled { fill: currentColor; stroke: none; }

.topbar { background: #0c2e4e; font-size: .76rem; }
.topbar-inner { height: 34px; }
.site-header { background: #fff; border-bottom: 0; backdrop-filter: none; box-shadow: 0 2px 9px rgba(17, 52, 79, .09); }
.header-main { background: #fff; }
.header-inner { min-height: 100px; gap: 25px; }
.brand img { width: 225px; }
.header-contact { margin-left: auto; width: 225px; display: grid; justify-items: end; gap: 6px; }
.contact-pill { min-height: 39px; padding: 6px 17px 6px 12px; border-radius: 25px; display: flex; align-items: center; gap: 10px; color: #fff; line-height: 1; box-shadow: 0 3px 8px rgba(0, 0, 0, .14); }
.contact-pill:hover { filter: brightness(.96); }
.contact-pill .ui-icon { width: 25px; height: 25px; color: #fff; }
.contact-pill span { display: grid; gap: 2px; }
.contact-pill strong { font-size: .87rem; letter-spacing: .015em; }
.contact-pill small { color: rgba(255, 255, 255, .9); font-size: .67rem; }
.contact-call { width: 225px; background: var(--red); }
.contact-call span { display: flex; align-items: center; gap: 7px; }
.contact-call small { text-transform: uppercase; font-size: .61rem; font-weight: 700; }
.contact-whatsapp { width: 190px; background: var(--green); }
.contact-whatsapp strong { font-size: .9rem; }
.nav-shell { background: var(--navy); border-top: 1px solid #e1e7eb; }
.nav-row { min-height: 49px; display: flex; align-items: stretch; }
.site-nav { margin: 0; display: flex; align-items: stretch; gap: 0; }
.site-nav a { padding: 0 18px; display: flex; align-items: center; color: #fff; border-right: 1px solid rgba(255, 255, 255, .12); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.site-nav a:first-child { border-left: 1px solid rgba(255, 255, 255, .12); }
.site-nav a::after { display: none; }
.site-nav a:hover { background: rgba(255, 255, 255, .1); }
.nav-request { margin-left: auto; padding: 0 20px; display: flex; align-items: center; color: #fff; background: var(--red); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.nav-request:hover { background: #d9321a; }

.hero { min-height: min(650px, calc(100vh - 183px)); }
.hero-content { padding: 78px 0 96px; }
.hero h1 { max-width: 720px; font-size: clamp(2.7rem, 5vw, 4.35rem); letter-spacing: 0; }
.hero p { font-size: 1.05rem; }
.hero-overlay { background: linear-gradient(90deg, rgba(6, 38, 65, .95), rgba(6, 38, 65, .76) 43%, rgba(6, 38, 65, .14) 76%); }
.hero::before { display: none; }
.hero-phone { border-radius: 6px 0 0; background: #fff; color: var(--navy); border-top: 4px solid var(--blue); }
.quick-grid { min-height: 96px; }
.quick-icon, .service-icon { border-radius: 6px; }
.service-card, .price-table-card, .calculator-card, .request-form, .content-card, .tracking-form, .tracking-card, .success-card { border-radius: 8px; }
.service-card { min-height: 295px; padding: 26px; }
.service-card::before { display: none; }
.service-card:hover { transform: translateY(-3px); }
.process-section::before { border-radius: 0 16px 16px 0; }
.process-visual img, .about-media img { border-radius: 8px; }
.experience-badge { border-radius: 8px; border-width: 6px; }
.process-list li, .form-grid input, .form-grid select, .form-grid textarea, .calculator-card select, .calculator-card input, .quantity-field, .contact-lines a, .side-cta { border-radius: 5px; }
.request-section { background-color: #103b63; }
.about-media::before { border-radius: 8px; }
.about-values div, .region-card, .faq-list details, .gallery-item { border-radius: 6px; }
.gallery-item img, .gallery-item video { border-radius: 0; }
.contact-lines .ui-icon { width: 24px; height: 24px; color: #fff; }
.site-footer { background: #092944; }
.inner-hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.75rem); }

@media (max-width: 1180px) {
  .site-nav a { padding-inline: 12px; font-size: .72rem; }
  .nav-request { padding-inline: 14px; font-size: .71rem; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  .header-inner { min-height: 72px; }
  .header-contact { display: none; }
  .brand img { width: 182px; }
  .nav-shell { position: relative; min-height: 0; border: 0; background: transparent; }
  .nav-row { min-height: 0; }
  .nav-request { display: none; }
  .site-nav { z-index: 100; top: 6px; padding: 8px 0; border-radius: 5px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .site-nav a, .site-nav a:first-child { padding: 12px 16px; color: var(--ink); border: 0; border-bottom: 1px solid #edf1f4; font-size: .8rem; }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a:hover { color: var(--blue); background: #f2f7fa; }
  .menu-toggle { border-radius: 4px; }
  .hero { min-height: 650px; }
  .hero h1 { font-size: clamp(2.35rem, 10vw, 3.6rem); }
  .hero-overlay { background: linear-gradient(0deg, rgba(5, 37, 64, .97), rgba(5, 37, 64, .72) 58%, rgba(5, 37, 64, .2)); }
  .mobile-actions { min-height: 61px; }
  .mobile-actions a { padding: 8px 12px; display: flex; align-items: center; justify-content: center; gap: 9px; line-height: 1.05; }
  .mobile-actions .ui-icon { width: 25px; height: 25px; }
  .mobile-actions span { display: grid; text-align: left; gap: 2px; }
  .mobile-actions strong { font-size: .8rem; }
  .mobile-actions small { font-size: .61rem; font-weight: 400; }
  .mobile-call { background: var(--red); }
  .mobile-wa { background: var(--green); }
}

@media (max-width: 580px) {
  .section { padding: 62px 0; }
  h2 { font-size: 2rem; }
  .hero { min-height: 675px; }
  .hero-content { padding: 170px 0 64px; }
  .hero h1 { font-size: 2.55rem; }
  .service-card, .service-card.secondary-service { min-height: 255px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .33; background-image: radial-gradient(circle at 12% 8%, rgba(34,199,242,.1), transparent 25%), radial-gradient(circle at 88% 40%, rgba(7,91,216,.07), transparent 30%); }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin-bottom: 20px; }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--white); font-size: .79rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 25px; height: 2px; background: var(--cyan); }
.eyebrow.blue { color: var(--blue); }
.eyebrow.light { color: #a9ebff; }
.btn { border: 0; border-radius: 14px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .94rem; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 12px 30px rgba(7,91,216,.28); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(7,91,216,.34); }
.btn-white { color: var(--navy); background: rgba(255,255,255,.94); }
.btn-outline { border: 1px solid #b9d2e7; color: var(--navy); background: var(--white); }
.btn-lg { padding: 16px 24px; border-radius: 16px; }
.btn-block { width: 100%; }

.topbar { background: var(--navy); color: #dcecff; font-size: .79rem; }
.topbar-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar strong { color: #fff; }
.topbar-links { display: flex; align-items: center; gap: 22px; }
.topbar a { color: #fff; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(210,227,241,.9); backdrop-filter: blur(15px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.brand { flex: 0 0 auto; display: flex; }
.brand img { width: 205px; height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.site-nav a { position: relative; color: #29445f; font-size: .85rem; font-weight: 750; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--blue); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; }
.flash { position: relative; z-index: 40; padding: 12px 0; color: #fff; font-weight: 700; }
.flash-success { background: var(--green); }
.flash-error { background: var(--red); }
.flash-info { background: var(--blue); }

.hero { min-height: min(760px, calc(100vh - 116px)); display: grid; align-items: center; position: relative; overflow: hidden; background: var(--navy); }
.hero-media, .hero-media img, .hero-media video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .hero-media video { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,31,61,.96) 0%, rgba(5,31,61,.84) 38%, rgba(5,31,61,.22) 70%, rgba(5,31,61,.08) 100%), linear-gradient(0deg, rgba(5,31,61,.4), transparent 50%); }
.hero::before { content: ""; position: absolute; z-index: 1; width: 640px; height: 640px; left: -260px; bottom: -380px; border: 1px solid rgba(58,200,247,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(34,199,242,.04), 0 0 0 140px rgba(34,199,242,.025); }
.hero-content { position: relative; z-index: 2; padding: 88px 0 116px; }
.hero-copy { max-width: 700px; }
.hero h1 { color: #fff; font-size: clamp(3rem, 6.3vw, 5.65rem); margin: 0 0 25px; letter-spacing: -.055em; }
.hero p { max-width: 650px; color: #dbeafa; font-size: 1.14rem; line-height: 1.75; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; gap: 32px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); color: #c9ddef; font-size: .78rem; line-height: 1.4; }
.hero-trust span { display: grid; }
.hero-trust strong { color: #fff; font-size: .9rem; }
.hero-phone { position: absolute; z-index: 3; right: 0; bottom: 0; padding: 18px 38px 19px 30px; background: var(--cyan); color: var(--navy); border-radius: 20px 0 0 0; display: grid; min-width: 270px; }
.hero-phone span { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hero-phone strong { font-size: 1.35rem; letter-spacing: .01em; }

.quick-strip { position: relative; background: #fff; border-bottom: 1px solid var(--line); }
.quick-grid { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > div { display: flex; align-items: center; gap: 16px; padding: 20px 34px; border-right: 1px solid var(--line); }
.quick-grid > div:first-child { border-left: 1px solid var(--line); }
.quick-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); background: var(--sky); font-weight: 900; }
.quick-grid p { display: grid; margin: 0; font-size: .8rem; line-height: 1.5; }
.quick-grid strong { color: var(--ink); font-size: 1rem; }

.section-head { margin-bottom: 48px; }
.section-head h2 { margin-bottom: 0; }
.split-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-head > * { max-width: 590px; }
.split-head > p { margin-bottom: 4px; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered p { font-size: 1.02rem; }
.services-section { background: linear-gradient(180deg, #fff 0%, var(--mist) 100%); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.95); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::before { content: ""; position: absolute; width: 110px; height: 110px; right: -35px; top: -45px; border-radius: 50%; background: var(--sky); transition: transform .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #a9d3f0; box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.25); }
.service-card.secondary-service { grid-column: span 2; min-height: 225px; }
.service-number { position: absolute; top: 20px; right: 24px; z-index: 1; color: #b4c9da; font-size: .78rem; font-weight: 900; letter-spacing: .13em; }
.service-icon { width: 62px; height: 62px; margin-bottom: 28px; border-radius: 19px; display: grid; place-items: center; background: linear-gradient(145deg, var(--sky), #fff); color: var(--blue); border: 1px solid #cde8f8; }
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { font-size: .9rem; line-height: 1.65; }
.service-card a { margin-top: auto; color: var(--blue); font-size: .85rem; font-weight: 800; }
.service-card .service-card-cta { width: 100%; min-height: 48px; margin-top: 24px; padding: 12px 16px; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 12px; background: var(--blue); color: #fff; font-size: .92rem; font-weight: 900; box-shadow: 0 9px 18px rgba(7,91,216,.18); transition: background .2s, transform .2s, box-shadow .2s; }
.service-card .service-card-cta:hover { background: var(--navy); transform: translateY(-2px); box-shadow: 0 13px 23px rgba(7,91,216,.25); }
.service-card a span { margin-left: 6px; transition: margin .2s; }
.service-card a:hover span { margin-left: 10px; }
.service-card .service-card-cta span { margin-left: auto; font-size: 1.1rem; }
.field-help { display: block; min-height: 1.15em; margin-top: 2px; color: var(--muted); font-size: .7rem; line-height: 1.35; }

.process-section { overflow: hidden; }
.process-section::before { content: ""; position: absolute; inset: 0 50% 0 0; z-index: -1; background: var(--sky); border-radius: 0 70px 70px 0; }
.process-layout { display: grid; grid-template-columns: .96fr 1.04fr; gap: 78px; align-items: center; }
.process-visual { position: relative; }
.process-visual img { width: 100%; min-height: 600px; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -32px; bottom: 40px; width: 160px; height: 160px; border: 10px solid #fff; background: var(--blue); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 9px; box-shadow: var(--shadow); }
.experience-badge strong { font-size: 2.25rem; }
.experience-badge span { font-size: .75rem; line-height: 1.25; font-weight: 800; }
.process-content h2 { max-width: 590px; }
.process-list { margin: 32px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.process-list li { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 14px; border-radius: 15px; transition: background .2s; }
.process-list li:hover { background: var(--mist); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--sky); color: var(--blue); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.process-list strong { display: block; margin-bottom: 3px; }
.process-list p { margin: 0; font-size: .85rem; line-height: 1.45; }

.pricing-section { background: #f4f9fd; }
.pricing-layout { display: grid; grid-template-columns: 1.55fr .75fr; gap: 25px; align-items: start; }
.price-table-card, .calculator-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 45px rgba(8,55,105,.06); overflow: hidden; }
.price-table-header, .price-row { display: grid; grid-template-columns: 1fr 100px 120px; gap: 15px; align-items: center; }
.price-table-header { padding: 16px 24px; color: #fff; background: var(--navy); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-row { padding: 15px 24px; border-bottom: 1px solid #edf3f8; font-size: .9rem; }
.price-row > span:first-child { display: grid; color: var(--ink); font-weight: 700; }
.price-row small { margin-bottom: 1px; color: var(--blue); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.price-row strong { color: var(--navy); font-size: 1rem; text-align: right; }
.price-note { margin: 0; padding: 18px 24px; background: #fbfdff; font-size: .76rem; }
.calculator-card { padding: 30px; position: sticky; top: 105px; }
.mini-label { color: var(--blue); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.calculator-card h3 { margin: 7px 0 25px; }
.calculator-card label { display: block; margin: 15px 0 7px; color: #38516a; font-size: .78rem; font-weight: 800; }
.calculator-card select, .calculator-card input { width: 100%; border: 1px solid #cdddea; border-radius: 12px; padding: 12px 13px; color: var(--ink); background: #fff; outline: 0; }
.calculator-card select:focus, .calculator-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,91,216,.1); }
.quantity-field { display: grid; grid-template-columns: 1fr 75px; align-items: center; border: 1px solid #cdddea; border-radius: 12px; overflow: hidden; }
.quantity-field input { border: 0; border-radius: 0; }
.quantity-field span { color: var(--muted); font-size: .8rem; text-align: center; }
.estimate-result { display: flex; align-items: end; justify-content: space-between; padding: 21px 0; margin: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.estimate-result span { color: var(--muted); font-size: .78rem; }
.estimate-result strong { color: var(--blue); font-size: 1.75rem; }
.calculator-card > small { display: block; margin-top: 12px; color: var(--muted); text-align: center; font-size: .7rem; }

.request-section { padding: 120px 0; background-color: var(--navy); background-image: radial-gradient(circle at 15% 20%, rgba(34,199,242,.16), transparent 26%), linear-gradient(135deg, transparent 0 55%, rgba(255,255,255,.025) 55% 56%, transparent 56% 100%); color: #fff; overflow: hidden; }
.request-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.request-copy h2 { color: #fff; }
.request-copy > p { color: #c8dbed; font-size: 1rem; }
.request-copy ul { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 12px; }
.request-copy li { position: relative; padding-left: 28px; color: #e1effb; font-weight: 700; font-size: .9rem; }
.request-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); }
.request-contact { margin-top: 35px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); display: grid; }
.request-contact span { color: #9ebbd3; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.request-contact a { color: #fff; font-size: 1.75rem; font-weight: 900; }
.request-form { padding: 34px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-head { display: grid; margin-bottom: 23px; }
.form-head span { color: var(--blue); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.form-head strong { font-size: 1.35rem; }
.form-alert { display: grid; gap: 5px; margin: -4px 0 18px; padding: 13px 14px; border: 1px solid; border-radius: 11px; font-size: .78rem; line-height: 1.45; }
.form-alert strong { font-size: .82rem; }
.form-alert-error { border-color: #f0b9c2; color: #8f2537; background: #fff2f4; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-grid label, .request-form label { display: grid; gap: 6px; }
.form-grid > label { align-content: start; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { color: #435970; font-size: .75rem; font-weight: 800; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #d6e2ec; border-radius: 11px; padding: 11px 12px; color: var(--ink); background: #fbfdff; outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,91,216,.1); }
.form-grid textarea { resize: vertical; }
.consent { grid-template-columns: 18px 1fr; align-items: start; margin: 18px 0; }
.consent input { margin-top: 4px; accent-color: var(--blue); }
.consent span, .request-form > small { color: var(--muted); font-size: .7rem; }
.request-form > small { display: block; text-align: center; margin-top: 10px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.about-section { background: #fff; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-copy > p { font-size: 1.01rem; line-height: 1.9; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 35px 0 30px; }
.about-values div { padding: 18px; background: var(--mist); border: 1px solid var(--line); border-radius: 16px; display: grid; }
.about-values strong { color: var(--blue); font-size: 1.7rem; }
.about-values span { color: var(--muted); font-size: .72rem; font-weight: 700; }
.text-link { color: var(--blue); font-weight: 900; }
.about-media { position: relative; padding: 0 0 55px 55px; }
.about-media::before { content: ""; position: absolute; left: 0; bottom: 0; width: 70%; height: 74%; border-radius: 28px; background: var(--sky); }
.about-media img { position: relative; z-index: 1; width: 100%; min-height: 500px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-quote { position: absolute; z-index: 2; left: 0; bottom: 20px; max-width: 330px; padding: 18px 22px; display: flex; gap: 10px; background: var(--navy); color: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.about-quote strong { color: var(--cyan); font-size: 2.3rem; line-height: 1; }
.about-quote p { color: #fff; margin: 0; font-size: .84rem; font-weight: 700; }

.gallery-section { background: var(--mist); }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery-item { position: relative; margin: 0; border-radius: 22px; overflow: hidden; background: var(--navy); min-height: 340px; }
.gallery-item:first-child { grid-row: span 2; min-height: 700px; }
.gallery-item img, .gallery-item video { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; padding: 12px 14px; color: #fff; background: rgba(8,37,71,.74); backdrop-filter: blur(8px); border-radius: 12px; font-size: .78rem; font-weight: 700; }
.gallery-video video { background: #071c34; }

.regions-section { background: #fff; }
.regions-layout { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: center; }
.regions-layout > div > p { max-width: 680px; }
.district-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.district-cloud span { padding: 7px 12px; border: 1px solid var(--line); background: var(--mist); color: #456079; border-radius: 999px; font-size: .72rem; font-weight: 700; }
.region-card { padding: 35px; border-radius: 26px; background: linear-gradient(145deg, var(--navy), #155188); color: #fff; box-shadow: var(--shadow); }
.region-card > span { color: var(--cyan); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.region-card h3 { margin: 8px 0 18px; font-size: 1.75rem; }
.region-card p { color: #d1e1ef; font-size: .88rem; }
.region-card .btn { margin-top: 15px; background: #fff; color: var(--navy); box-shadow: none; }

.faq-section { background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-list summary { padding: 18px 50px 18px 20px; position: relative; list-style: none; cursor: pointer; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 12px; color: var(--blue); font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { padding: 0 20px 20px; margin: 0; font-size: .88rem; }

.contact-section { padding: 34px 0; background: var(--navy); }
.contact-layout { width: min(calc(100% - 40px), 1420px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); overflow: hidden; border-radius: 28px; }
.contact-card { padding: clamp(54px, 6vw, 90px) clamp(38px, 6vw, 82px); color: #fff; }
.contact-card h2 { color: #fff; }
.contact-card > p { color: #c7d9e9; }
.contact-lines { display: grid; gap: 10px; margin: 30px 0; }
.contact-lines a { padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; }
.contact-lines span { color: #9ebbd3; font-size: .72rem; }
.contact-lines strong { font-size: .94rem; }
.contact-card address { color: #b8cee0; font-style: normal; font-size: .85rem; }
.map-wrap { min-height: 560px; background: #dfe8ef; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.8) contrast(1.03); }

.site-footer { padding: 70px 0 22px; color: #d9e8f4; background: #061c35; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { color: #9fb7cb; max-width: 310px; margin: 18px 0; }
.footer-since { color: var(--cyan); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid h2 { color: #fff; font-size: .95rem; letter-spacing: 0; margin-bottom: 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a, .footer-grid p { color: #9fb7cb; font-size: .8rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7895ad; font-size: .7rem; }
.footer-bottom a { color: #c7e8fb; font-weight: 800; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom .footer-credit { color: #c7e8fb; font-size: 1rem; font-weight: 750; letter-spacing: .01em; }
.footer-bottom .footer-credit a { color: #fff; font-size: 1.08em; font-weight: 900; text-decoration: underline; text-decoration-color: rgba(109,211,251,.72); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.footer-bottom .footer-credit a:hover { color: #6fd3fb; }
.mobile-actions { display: none; }

/* İç sayfalar */
.inner-hero { padding: 95px 0 70px; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.inner-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -150px; top: -220px; border: 70px solid rgba(34,199,242,.07); border-radius: 50%; }
.inner-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 25px; color: #9fc0d9; font-size: .76rem; }
.breadcrumbs a { color: #fff; }
.inner-hero h1 { max-width: 850px; font-size: clamp(2.5rem, 5.5vw, 4.5rem); margin-bottom: 20px; }
.inner-hero p { max-width: 720px; color: #c8dbea; font-size: 1.05rem; }
.service-detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: start; }
.content-card { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.content-card p { font-size: 1rem; line-height: 1.9; }
.check-list { list-style: none; padding: 0; display: grid; gap: 11px; }
.check-list li { padding-left: 28px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.side-cta { position: sticky; top: 105px; padding: 30px; border-radius: 24px; background: var(--sky); border: 1px solid #cce8f8; }
.side-cta .btn { margin-top: 8px; }
.tracking-shell { max-width: 880px; margin: 0 auto; }
.tracking-form, .tracking-card { padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.tracking-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; gap: 16px; align-items: end; }
.tracking-form label { display: grid; gap: 8px; color: var(--muted); font-size: .8rem; font-weight: 800; }
.tracking-form input { min-height: 54px; border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; font-size: .94rem; }
.tracking-form .btn { min-height: 54px; padding-inline: 24px; }
.tracking-card { margin-top: 20px; }
.tracking-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.tracking-meta > div { min-width: 0; padding: 15px 16px; display: grid; gap: 6px; border: 1px solid #dce8f0; border-radius: 12px; background: #f8fbfd; }
.tracking-meta small { color: #778b9d; font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.tracking-meta strong { overflow-wrap: anywhere; color: var(--navy); font-size: .96rem; line-height: 1.35; }
.status-timeline { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-top: 30px; }
.status-step { text-align: center; color: #8a9bac; font-size: .63rem; font-weight: 700; }
.status-step i { display: block; width: 22px; height: 22px; margin: 0 auto 8px; border: 4px solid #e6eef5; border-radius: 50%; background: #fff; }
.status-step.done { color: var(--blue); }
.status-step.done i { border-color: #a9d9f5; background: var(--blue); }
.success-page { min-height: calc(100svh - 160px); display: grid; place-items: center; padding: clamp(32px, 6vw, 80px) 0; background: var(--mist); }
.success-page .container { width: min(100% - 32px, 760px); margin: 0 auto; display: grid; place-items: center; }
.success-card { width: 100%; max-width: 720px; margin: 0 auto; padding: clamp(32px, 5vw, 56px); text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.success-icon { width: 74px; height: 74px; margin: 0 auto 25px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 2rem; }
.tracking-code { margin: 25px 0; padding: 16px; overflow-wrap: anywhere; border: 1px dashed #94b7d0; border-radius: 14px; color: var(--navy); background: var(--sky); font-size: clamp(1.05rem, 4vw, 1.35rem); font-weight: 900; letter-spacing: .05em; }

@media (max-width: 1080px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: .77rem; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.secondary-service { grid-column: span 1; min-height: 315px; }
  .process-layout, .about-layout { gap: 45px; }
  .request-layout { gap: 45px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 66px; }
  .container { width: min(100% - 30px, 720px); }
  .section { padding: 78px 0; }
  .topbar { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { width: 180px; }
  .menu-toggle { margin-left: auto; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; display: grid; align-content: center; gap: 4px; }
  .menu-toggle span { display: block; height: 2px; border-radius: 2px; background: var(--navy); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .site-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 8px); margin: 0; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; font-size: .87rem; }
  .site-nav a::after { display: none; }
  .hero { min-height: 690px; align-items: end; }
  .hero-media video { object-position: 66% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,31,61,.98) 0%, rgba(5,31,61,.82) 55%, rgba(5,31,61,.25) 100%); }
  .hero-content { padding: 180px 0 75px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
  .hero p { font-size: .99rem; }
  .hero-phone { display: none; }
  .hero-trust { gap: 18px; overflow-x: auto; }
  .hero-trust span { min-width: 130px; }
  .quick-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .quick-grid > div, .quick-grid > div:first-child { border: 0; padding: 12px 4px; }
  .split-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .process-layout, .about-layout, .request-layout, .regions-layout, .faq-layout, .pricing-layout, .service-detail { grid-template-columns: 1fr; }
  .process-section::before { inset: 0 0 55% 0; border-radius: 0 0 60px 60px; }
  .process-visual img { min-height: 440px; }
  .experience-badge { right: 15px; bottom: -35px; width: 135px; height: 135px; }
  .calculator-card, .side-cta { position: static; }
  .request-copy { max-width: 590px; }
  .gallery-item:first-child { grid-row: auto; min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { width: min(calc(100% - 30px), 720px); grid-template-columns: 1fr; }
  .contact-card { padding: 70px max(20px, calc((100vw - 720px)/2)); }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .mobile-actions { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -10px 30px rgba(0,0,0,.16); }
  .mobile-actions a { padding: 15px; color: #fff; text-align: center; font-size: .85rem; font-weight: 900; }
  .mobile-call { background: var(--blue); }
  .mobile-wa { background: var(--green); }
  .tracking-form { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .container { width: calc(100% - 24px); }
  .section { padding: 65px 0; }
  h2 { font-size: 2.15rem; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 190px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { margin-top: 26px; padding-top: 20px; }
  .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.secondary-service { min-height: 275px; }
  .service-card .service-card-cta { min-height: 50px; font-size: .95rem; }
  .process-visual img { min-height: 360px; }
  .process-list li { padding-inline: 4px; }
  .price-table-header, .price-row { grid-template-columns: 1fr 55px 85px; gap: 7px; padding-inline: 13px; }
  .price-row { font-size: .78rem; }
  .price-row strong { font-size: .83rem; }
  .request-form { padding: 23px 18px; border-radius: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .request-contact a { font-size: 1.45rem; }
  .about-values { grid-template-columns: 1fr; }
  .about-media { padding: 0 0 45px 0; }
  .about-media::before { display: none; }
  .about-media img { min-height: 350px; }
  .about-quote { left: 12px; right: 12px; }
  .gallery-item, .gallery-item:first-child { min-height: 280px; }
  .region-card { padding: 28px; }
  .contact-lines a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .inner-hero { padding: 70px 0 55px; }
  .content-card, .tracking-form, .tracking-card, .success-card { padding: 24px; }
  .tracking-form { gap: 13px; }
  .success-page { min-height: auto; padding: 30px 0 140px; }
  .success-page .container { width: calc(100% - 24px); }
  .success-card { padding: 30px 20px; }
  .tracking-meta { grid-template-columns: 1fr; gap: 10px; }
  .tracking-meta > div { padding: 14px; }
  .status-timeline { grid-template-columns: repeat(4, 1fr); row-gap: 20px; }
}

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