:root {
  --ink: #111820;
  --ink-2: #17232d;
  --paper: #ffffff;
  --soft: #f4f6f7;
  --line: #dfe4e7;
  --muted: #66727c;
  --accent: #f39a22;
  --accent-dark: #d87a00;
  --success: #21b66f;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(13, 25, 34, .11);
  --container: 1180px;
}

* { 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; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus-visible { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,228,231,.85); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand-group { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: var(--accent); }
.brand-mark svg { width: 31px; fill: var(--ink); }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 18px; letter-spacing: -.3px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 1.15px; text-transform: uppercase; }
.brand-logo { width: 172px; height: 62px; overflow: hidden; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.partner-brand { display: flex; flex-direction: column; justify-content: center; gap: 6px; min-width: 185px; }
.partner-brand img { width: 168px; max-width: 100%; max-height: 44px; object-fit: contain; }
.partner-brand span { color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.15; }
.footer-logo { width: 210px; height: 92px; border-radius: 12px; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 26px; flex: 1; }
.site-nav a { position: relative; color: #33404a; font-size: 14px; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-call { padding-left: 20px; border-left: 1px solid var(--line); }
.header-call span, .header-call strong { display: block; }
.header-call span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.header-call strong { font-size: 15px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 11px; background: var(--soft); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.section-dark { color: #fff; background: var(--ink); }
.hero { position: relative; overflow: hidden; padding: 76px 0 92px; }
.hero::before { content: ""; position: absolute; width: 590px; height: 590px; top: -260px; right: -150px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 66px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #d9e0e5; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: var(--accent); }
.hero h1 { max-width: 740px; margin: 20px 0 24px; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -3px; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #bdc7cd; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 800; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: currentColor; }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover { background: #ffad40; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.button-dark { color: #fff; background: var(--ink); }
.button-full { width: 100%; border: 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: #d3dce1; font-size: 13px; font-weight: 700; }
.hero-points span { color: var(--accent); }
.hero-visual { position: relative; }
.visual-frame { position: relative; padding: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: rgba(255,255,255,.05); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.visual-frame img { width: 100%; aspect-ratio: 23 / 20; object-fit: cover; object-position: center; border-radius: 18px; }
.visual-badge { position: absolute; top: 30px; left: -28px; min-width: 150px; display: flex; align-items: center; gap: 10px; padding: 15px 17px; color: var(--ink); border-radius: 14px; background: var(--accent); box-shadow: var(--shadow); }
.visual-badge strong { font-size: 30px; line-height: 1; }
.visual-badge span { font-size: 11px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.hero-rating { position: absolute; right: -20px; bottom: -25px; display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #1d2a34; box-shadow: var(--shadow); }
.stars { color: var(--accent); letter-spacing: 2px; }
.hero-rating strong, .hero-rating span { display: block; }
.hero-rating strong { font-size: 13px; }
.hero-rating span { color: #9fadb7; font-size: 11px; }

.trust-strip { color: #fff; background: var(--ink-2); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 104px; display: flex; align-items: center; gap: 12px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.08); }
.trust-grid div:first-child { border-left: 1px solid rgba(255,255,255,.08); }
.trust-grid strong { color: var(--accent); font-size: 22px; white-space: nowrap; }
.trust-grid span { color: #b9c4ca; font-size: 12px; font-weight: 700; line-height: 1.25; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-kicker { display: block; margin-bottom: 12px; color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.section-kicker.light { color: var(--accent); }
.section-heading h2, .process-copy h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -2px; }
.section-heading p, .process-copy > p, .faq-heading p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 16px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s, box-shadow .22s, border-color .22s; }
.service-card:hover { transform: translateY(-6px); border-color: #f0bf78; box-shadow: var(--shadow); }
.service-number { position: absolute; top: 23px; right: 24px; color: #cfd5d9; font-size: 12px; font-weight: 900; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 15px; background: #fff1dc; }
.service-icon svg { width: 32px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; font-size: 21px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.case-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(18,31,41,.08); }
.compare { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: #d6dde2; user-select: none; }
.compare img { width: 100%; height: 100%; object-fit: cover; }
.compare-after { position: absolute; inset: 0; }
.compare-before { position: absolute; z-index: 2; inset: 0 auto 0 0; overflow: hidden; }
.compare-before img { max-width: none; height: 100%; object-fit: cover; object-position: left center; }
.compare-line { position: absolute; z-index: 3; top: 0; bottom: 0; width: 2px; background: #fff; transform: translateX(-1px); }
.compare-line span { position: absolute; top: 50%; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); border: 4px solid #fff; border-radius: 50%; background: var(--accent); transform: translate(-50%,-50%); box-shadow: 0 5px 15px rgba(0,0,0,.2); }
.compare input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare-label { position: absolute; z-index: 3; top: 16px; padding: 5px 10px; color: #fff; border-radius: 7px; background: rgba(17,24,32,.78); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.label-before { left: 16px; }
.label-after { right: 16px; }
.case-info { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 25px; }
.case-info span { color: var(--accent-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.case-info h3 { margin: 2px 0 0; font-size: 18px; }
.case-info > strong { padding: 7px 11px; color: #40505a; border-radius: 8px; background: var(--soft); font-size: 12px; white-space: nowrap; }

.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 120px; }
.process-copy > p { margin-top: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; font-weight: 900; }
.text-link span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--accent-dark); border-radius: 50%; background: #fff3e1; font-size: 13px; font-weight: 900; }
.process-list h3 { margin: 0 0 7px; font-size: 22px; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.about-section { position: relative; overflow: hidden; }
.about-section::after { content: ""; position: absolute; width: 450px; height: 450px; right: -210px; bottom: -220px; border: 70px solid rgba(255,255,255,.025); border-radius: 50%; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-visual > img { border-radius: 22px; }
.about-note { position: absolute; right: -30px; bottom: 30px; max-width: 290px; display: flex; gap: 13px; padding: 18px; color: var(--ink); border-radius: 14px; background: var(--accent); box-shadow: var(--shadow); }
.about-note > span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.55); font-weight: 900; }
.about-note p, .about-note strong { display: block; margin: 0; }
.about-note p { font-size: 12px; }
.about-copy > p { margin: 24px 0 0; color: #bfc9ce; font-size: 16px; }
.about-features { margin-top: 30px; }
.about-features > div { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.about-features > div:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.about-features span { color: var(--accent); font-size: 13px; font-weight: 900; }
.about-features p, .about-features strong { display: block; margin: 0; }
.about-features p { color: #aebbc3; font-size: 13px; }
.about-features strong { margin-bottom: 4px; color: #fff; font-size: 16px; }


.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.faq-heading p { margin-top: 20px; }
.accordion details { border-top: 1px solid #ccd3d7; }
.accordion details:last-child { border-bottom: 1px solid #ccd3d7; }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #fff; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 45px 22px 0; color: var(--muted); font-size: 14px; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy > p { margin-top: 20px; }
.contact-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.contact-list > * { min-height: 86px; display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.contact-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: #fff1dd; font-weight: 900; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: 11px; }
.contact-list strong { font-size: 13px; line-height: 1.35; }
.contact-subline { margin-top: 5px; line-height: 1.35; }
.contact-subline b { color: var(--ink); font-weight: 800; }
.quote-form { padding: 34px; border-radius: 22px; background: var(--soft); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 24px; }
.form-heading span { color: var(--accent-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; font-size: 26px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #36434c; font-size: 12px; font-weight: 800; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #d9dfe2; border-radius: 10px; outline: none; background: #fff; font-size: 14px; transition: border .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(243,154,34,.15); }
.quote-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { display: block; margin-top: 10px; color: #7c878f; font-size: 10px; text-align: center; }

.map-strip { padding: 42px 0; background: var(--accent); }
.map-content { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.map-content span { font-size: 12px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.map-content h2 { margin: 2px 0 0; font-size: clamp(24px, 3vw, 36px); }
.map-plus-code { margin: 8px 0 0; font-size: 13px; }
.map-plus-code b { font-weight: 900; }

.site-footer { color: #abb7be; background: #0b1116; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr .9fr; gap: 60px; padding: 70px 0 50px; }
.light-brand { color: #fff; }
.light-brand small { color: #9aa8b0; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; font-size: 13px; }
.footer-grid h3 { margin: 6px 0 18px; color: #fff; font-size: 13px; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { display: block; margin: 0 0 9px; font-size: 12px; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: #fff; border-radius: 999px; background: var(--success); box-shadow: 0 10px 30px rgba(18,103,63,.3); font-size: 13px; font-weight: 900; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 22px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

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

@media (max-width: 1000px) {
  .header-call { display: none; }
  .site-nav { gap: 18px; }
  .hero-grid { gap: 35px; }
  .hero h1 { letter-spacing: -2px; }
  .section-heading, .process-grid, .faq-grid, .contact-grid { gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 68px 0 0; display: grid; align-content: start; gap: 0; padding: 25px 20px; background: #fff; transform: translateX(100%); transition: transform .25s; }
  .site-nav.open { transform: none; }
  .site-nav a { padding: 17px 10px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 56px 0 70px; }
  .hero-grid, .section-heading, .process-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-visual { margin-top: 15px; }
  .visual-badge { left: -5px; }
  .hero-rating { right: 10px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.08); }
  .section { padding: 76px 0; }
  .section-heading { gap: 16px; margin-bottom: 34px; }
  .section-heading h2, .process-copy h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { letter-spacing: -1.4px; }
  .case-grid { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .about-visual { max-width: 600px; }
  .about-note { right: 10px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 540px) {
  .brand-logo { width: 148px; height: 54px; }
  .footer-logo { width: 190px; height: 83px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-points { display: grid; gap: 8px; }
  .hero-visual { margin-top: 30px; }
  .visual-badge { top: 18px; min-width: auto; }
  .visual-badge strong { font-size: 24px; }
  .hero-rating { position: relative; right: auto; bottom: auto; margin: -12px 12px 0; }
  .trust-grid div { min-height: 90px; padding: 18px 14px; }
  .trust-grid strong { font-size: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .case-info { align-items: flex-start; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 14px; }
  .about-note { position: relative; right: auto; bottom: auto; margin: -20px 12px 0; }
  .contact-list, .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 18px; }
  .map-content { display: grid; }
  .footer-grid { grid-template-columns: 1fr; padding: 55px 0 35px; }
  .footer-bottom { display: grid; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

/* Mobil kullanım geliştirmeleri */
html, body { max-width: 100%; overflow-x: hidden; }
.hero-grid > *, .section-heading > *, .process-grid > *, .about-grid > *, .faq-grid > *, .contact-grid > *, .footer-grid > * { min-width: 0; }
img, svg { max-width: 100%; }
.button, .menu-toggle, .floating-whatsapp { -webkit-tap-highlight-color: transparent; }

.compare { touch-action: pan-y; cursor: ew-resize; }
.compare.is-dragging { cursor: grabbing; }
.compare input { touch-action: pan-y; -webkit-appearance: none; appearance: none; }
.compare:has(input:focus-visible) { outline: 3px solid rgba(243,154,34,.55); outline-offset: 3px; }

.form-status { min-height: 20px; margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; text-align: center; }
.form-status.success { color: #14784a; }
.form-status.warning { color: #9a5b00; }
.form-status.error { color: #b42318; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }

@media (max-width: 780px) {
  .site-nav { padding-bottom: calc(25px + env(safe-area-inset-bottom)); overflow-y: auto; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 58px); line-height: 1.04; letter-spacing: -1.8px; }
  .hero-copy > p { font-size: 16px; }
  .visual-frame { border-radius: 20px; }
  .section { padding: 66px 0; }
  .compare { aspect-ratio: 4 / 3; }
  .compare-line span { width: 48px; height: 48px; font-size: 18px; }
  .case-info { gap: 12px; padding: 18px; }
  .case-info h3 { font-size: 16px; }
  .contact-copy > p { font-size: 15px; }
  .quote-form input, .quote-form textarea, .quote-form select { min-height: 48px; font-size: 16px; }
  .quote-form textarea { min-height: 118px; }
  .floating-whatsapp { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .nav-wrap { min-height: 64px; }
  .site-nav { inset: 64px 0 0; }
  .brand small { letter-spacing: .8px; }
  .hero { padding: 42px 0 60px; }
  .hero h1 { margin-top: 16px; font-size: clamp(36px, 11vw, 48px); }
  .hero-actions { margin-top: 28px; }
  .hero-points { margin-top: 22px; }
  .visual-badge { left: 8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-width: 0; }
  .trust-grid span { font-size: 10px; }
  .section { padding: 58px 0; }
  .section-heading h2, .process-copy h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(30px, 9vw, 40px); }
  .service-card { padding: 24px; }
  .compare-label { top: 10px; }
  .label-before { left: 10px; }
  .label-after { right: 10px; }
  .case-info { display: grid; grid-template-columns: 1fr; }
  .case-info > strong { justify-self: start; }
  .process-list li { padding: 22px 0; }
  .about-copy > p { font-size: 15px; }
  .accordion summary { padding: 19px 0; font-size: 15px; }
  .accordion details p { margin-right: 0; }
  .contact-list > * { min-height: 76px; }
  .quote-form { border-radius: 16px; }
  .form-heading h3 { font-size: 23px; }
  .map-strip { padding: 34px 0; }
  .footer-bottom { padding-bottom: calc(19px + env(safe-area-inset-bottom)); }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 18px), var(--container)); }
  .brand-logo { width: 128px; height: 47px; }
  .footer-logo { width: 176px; height: 77px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 9px; }
  .hero h1 { font-size: 34px; }
  .eyebrow { font-size: 10px; letter-spacing: 1px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.08); }
}

body.contact-visible .floating-whatsapp { opacity: 0; pointer-events: none; transform: translateY(12px); }


/* Sigorta duyurusu ve kayan şirket logoları */
.insurance-alert{position:relative;z-index:20;background:#d71920;color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}
.insurance-alert-inner{min-height:78px;display:flex;align-items:center;gap:16px;padding-top:12px;padding-bottom:12px}
.insurance-alert-icon{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#d71920;font-size:24px;font-weight:900}
.insurance-alert-inner>div{display:flex;flex:1;flex-direction:column;line-height:1.25}
.insurance-alert strong{font-size:clamp(14px,2vw,20px);letter-spacing:.035em}
.insurance-alert small{margin-top:4px;font-size:12px;color:rgba(255,255,255,.9)}
.insurance-alert-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:2px solid #fff;border-radius:6px;color:#fff;font-size:12px;font-weight:800;white-space:nowrap}
.insurance-partners{padding:54px 0 34px;background:#f7f8fa;overflow:hidden;border-bottom:1px solid #e7e9ed}
.insurance-partners-heading{text-align:center;margin-bottom:25px}
.insurance-partners-heading span{display:block;color:#d71920;font-size:11px;font-weight:800;letter-spacing:.18em}
.insurance-partners-heading h2{max-width:760px;margin:8px auto 0;font-size:clamp(25px,4vw,40px);line-height:1.12}
.insurance-marquee{width:100%;overflow:hidden;padding:8px 0}
.insurance-track{display:flex;width:max-content;gap:18px;animation:insurance-scroll 42s linear infinite;will-change:transform}
.insurance-marquee:hover .insurance-track{animation-play-state:paused}
.insurance-logo{width:220px;height:100px;flex:0 0 220px;display:flex;align-items:center;justify-content:center;padding:15px 20px;border:1px solid #e4e6ea;border-radius:12px;background:#fff;box-shadow:0 8px 26px rgba(16,24,32,.06)}
.insurance-logo img{width:100%;height:100%;object-fit:contain}
.insurance-note{max-width:900px;margin:18px auto 0;padding:0 18px;text-align:center;color:#68707a;font-size:12px}
@keyframes insurance-scroll{to{transform:translateX(calc(-50% - 9px))}}
@media (max-width:780px){.insurance-alert-inner{align-items:flex-start;flex-wrap:wrap}.insurance-alert-icon{width:38px;height:38px;flex-basis:38px}.insurance-alert-button{margin-left:54px}.insurance-partners{padding:42px 0 28px}.insurance-logo{width:180px;height:86px;flex-basis:180px;padding:12px 16px}.insurance-track{animation-duration:34s}}
@media (prefers-reduced-motion:reduce){.insurance-track{animation:none;overflow-x:auto}.insurance-marquee{overflow-x:auto}}

/* Partner logo block */
@media (max-width: 1024px) {
  .nav-wrap { gap: 18px; }
  .brand-group { gap: 14px; }
  .partner-brand img { width: 150px; max-height: 40px; }
  .partner-brand span { font-size: 13px; }
}

@media (max-width: 760px) {
  .nav-wrap { flex-wrap: wrap; align-items: center; }
  .brand-group { order: 1; width: calc(100% - 62px); gap: 12px; flex-wrap: wrap; }
  .menu-toggle { order: 2; margin-left: auto; }
  .site-nav { order: 4; width: 100%; }
  .header-call { order: 3; width: 100%; padding-left: 0; border-left: 0; margin-top: 6px; }
}

@media (max-width: 560px) {
  .brand-group { align-items: flex-start; }
  .partner-brand { min-width: 0; }
  .partner-brand img { width: 138px; max-height: 36px; }
  .partner-brand span { font-size: 12px; }
}
