:root {
  --navy: #071b35;
  --blue: #064da8;
  --electric: #116ed1;
  --lime: #c9ff36;
  --paper: #f5f7fb;
  --white: #ffffff;
  --ink: #0a1830;
  --muted: #627087;
  --line: rgba(7, 27, 53, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
#kurlar, #hakkimizda, #iletisim { scroll-margin-top: 106px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99; background: var(--lime); color: var(--navy); padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(245, 247, 251, .92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 184px; display: block; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
nav a { font-size: .9rem; font-weight: 700; color: #34435a; transition: color .2s; }
nav a:hover { color: var(--blue); }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .9rem; }
.button-dark { background: var(--navy); color: var(--white); }
.button-primary { background: var(--lime); color: var(--navy); box-shadow: 0 12px 35px rgba(201, 255, 54, .18); }
.button-ghost { border: 1px solid rgba(255,255,255,.32); color: white; }

.hero { color: white; background: var(--navy); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(116, 177, 244, .18); border-radius: 50%; left: -260px; top: -310px; box-shadow: 0 0 0 90px rgba(70,131,198,.04), 0 0 0 180px rgba(70,131,198,.025); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; bottom: -180px; background: radial-gradient(circle, rgba(17,110,209,.28), transparent 70%); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; padding: 86px 0 78px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr); gap: clamp(42px, 5vw, 76px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: #c2d2e8; }
.status-dot { width: 9px; height: 9px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,255,54,.11); }
h1 { margin: 22px 0 24px; max-width: 700px; font-size: clamp(3.1rem, 6vw, 5.85rem); line-height: .94; letter-spacing: -.065em; font-weight: 850; }
h1 span { color: var(--lime); }
.hero-lead { max-width: 590px; margin: 0; font-size: 1.12rem; color: #becde1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: grid; grid-template-columns: 1fr 1.15fr; max-width: 580px; margin-top: 52px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); gap: 30px; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { font-size: 1.02rem; }
.trust-row span { margin-top: 3px; font-size: .78rem; color: #95a8c1; }

.rate-panel { width: 100%; min-width: 0; background: rgba(255,255,255,.98); color: var(--ink); border-radius: 28px; padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.rate-panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 26px; }
.panel-kicker { margin: 0 0 4px; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; color: var(--blue); font-weight: 850; }
.rate-panel h2 { margin: 0; font-size: 1.75rem; letter-spacing: -.04em; }
.live-badge { display: flex; align-items: center; gap: 7px; color: #557087; font-size: .72rem; white-space: nowrap; }
.live-badge > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: #26b273; }
.live-badge.is-closed > span:first-child { background: #e4a72e; }
.live-badge.is-error > span:first-child { background: #cf5363; }
.rate-table { border-top: 1px solid var(--line); }
.rate-row { min-height: 66px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.rate-row > span { display: flex; align-items: center; gap: 9px; font-weight: 800; }
.rate-row b { width: 29px; height: 29px; display: inline-grid; place-items: center; border-radius: 50%; background: #e9f1fb; color: var(--blue); font-size: .85rem; }
.rate-row small { font-weight: 500; color: #8190a3; }
.rate-quote { min-width: 0; display: grid; grid-template-columns: 58px minmax(7.4ch, auto); align-items: center; justify-content: end; gap: 12px; }
.rate-trend { min-width: 58px; height: 30px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; border-radius: 999px; background: #eef2f6; color: #738196; transition: color .25s, background .25s, transform .25s; }
.rate-trend svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.rate-trend em { font-size: .66rem; font-weight: 850; font-style: normal; font-variant-numeric: tabular-nums; }
.rate-trend.is-up { color: #08794e; background: #e2f6ed; }
.rate-trend.is-down { color: #bd3048; background: #fde9ed; }
.rate-trend.is-down svg { transform: rotate(180deg); }
.rate-trend.is-flat svg { transform: rotate(90deg); }
.rate-row strong { min-width: 7.4ch; text-align: right; font-size: 1.28rem; letter-spacing: -.025em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.rate-row strong.flash { animation: quote-flash .7s ease; }
.rate-row[data-movement="up"] { --flash-color: #08794e; }
.rate-row[data-movement="down"] { --flash-color: #bd3048; }
.rate-head { min-height: 40px; color: #8492a3; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.rate-head span { font-weight: 700; }
.rate-note { padding: 19px 19px 0; margin: 0 -4px; }
.rate-note p { margin: 0 0 7px; font-size: .76rem; color: #6a778a; }
.rate-note strong { color: var(--ink); }
.rate-note > span { font-size: .68rem; color: #8d98a7; }

.ticker { min-height: 54px; position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 25px; color: #7e94b1; font-size: .7rem; font-weight: 850; letter-spacing: .17em; }
.ticker i { color: var(--lime); font-style: normal; }

.section { padding: 126px 0; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.25fr; gap: 95px; align-items: center; }
.store-visual { margin: 0; position: relative; height: 630px; border-radius: 28px; overflow: hidden; background: #dbe1e9; }
.store-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; filter: saturate(.82) contrast(1.04); }
.store-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,15,31,.55), transparent 45%); }
.store-visual figcaption { position: absolute; z-index: 1; bottom: 22px; left: 22px; right: 22px; color: white; font-size: .78rem; font-weight: 700; }
.section-number { margin: 0 0 20px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-weight: 850; font-size: .7rem; }
.intro-copy h2, .section-heading h2 { margin: 0 0 28px; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.intro-copy > p:not(.section-number) { max-width: 670px; margin: 0 0 16px; color: var(--muted); font-size: 1.03rem; }
.service-list { margin-top: 46px; border-top: 1px solid var(--line); }
.service-list > div { display: grid; grid-template-columns: 46px 160px 1fr; align-items: baseline; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.service-list span { color: var(--blue); font-size: .72rem; font-weight: 850; }
.service-list strong { font-size: .95rem; }
.service-list p { margin: 0; color: var(--muted); font-size: .86rem; }

.contact { background: #e9edf3; }
.section-heading { display: grid; grid-template-columns: 1fr .58fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin: 0 0 6px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.contact-card { min-height: 280px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.contact-card:last-child { border-right: 0; }
.label { margin: 0 0 28px; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-weight: 850; font-size: .68rem; }
.contact-card h3 { margin: 0; font-size: 1.22rem; line-height: 1.5; letter-spacing: -.02em; }
.contact-card > a:last-child { margin-top: auto; color: var(--blue); font-size: .86rem; font-weight: 850; }
.contact-card > a span { margin-left: 7px; }
.secondary-phone { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }
.hours-card div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.hours-card div span { color: var(--muted); }
.hours-card small { margin-top: auto; color: #8a96a5; }
.map-wrap { height: 430px; position: relative; border-radius: var(--radius); overflow: hidden; margin-top: 22px; background: linear-gradient(135deg, #dce5ef, #cbd8e6); filter: saturate(.8) contrast(1.05); }
.map-wrap iframe { position: relative; z-index: 1; border: 0; width: 100%; height: 100%; background: transparent; }
.map-fallback { position: absolute; z-index: 2; right: 18px; bottom: 18px; min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--navy); color: white; box-shadow: 0 10px 28px rgba(7,27,53,.24); font-size: .82rem; font-weight: 850; }

footer { padding: 54px 0 96px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.footer-grid img { width: 190px; background: white; border-radius: 8px; padding: 7px 10px; }
.footer-grid p { margin: 17px 0 0; color: #9db0ca; font-size: .8rem; }
.footer-note { text-align: right; }
.footer-note p { max-width: 560px; margin: 0 0 14px auto; }
.footer-note span { color: #7287a4; font-size: .74rem; }
.mobile-bar { display: none; }

@keyframes quote-flash {
  0% { color: var(--flash-color, var(--electric)); transform: translateY(-2px); }
  100% { color: var(--ink); transform: none; }
}

@media (max-width: 1100px) {
  nav { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-top: 68px; }
  .hero-copy { max-width: 760px; }
  .rate-panel { max-width: 720px; width: 100%; }
  .intro-grid { grid-template-columns: .7fr 1fr; gap: 50px; }
  .service-list > div { grid-template-columns: 38px 130px 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { border-bottom: 1px solid var(--line); }
  .contact-card:nth-child(2) { border-right: 0; }
  .hours-card { grid-column: 1 / -1; border-bottom: 0; }
}

@media (min-width: 941px) and (max-width: 1100px) {
  .hero-grid { max-width: 860px; }
  .rate-panel { max-width: 760px; }
}

@media (max-width: 820px) {
  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .store-visual { height: min(620px, 76vw); min-height: 460px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 88px; }
  body { padding-bottom: 0; }
  #kurlar, #hakkimizda, #iletisim { scroll-margin-top: 88px; }
  .shell { width: min(100% - 26px, 1180px); }
  .nav-wrap { height: 72px; }
  .brand { width: 155px; }
  .nav-wrap .button { display: none; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.35rem); letter-spacing: -.06em; }
  .hero-grid { padding: 48px 0 42px; gap: 34px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr 1.15fr; gap: 18px; margin-top: 36px; }
  .rate-panel { border-radius: 20px; padding: 22px 17px; overflow: hidden; }
  .rate-panel-head { align-items: center; gap: 12px; margin-bottom: 20px; }
  .rate-panel h2 { font-size: 1.45rem; }
  .live-badge { font-size: .68rem; }
  .rate-row { min-height: 62px; grid-template-columns: minmax(76px, 1fr) minmax(132px, auto); gap: 10px; }
  .rate-head { min-height: 42px; font-size: .62rem; letter-spacing: .075em; }
  .rate-head span:last-child { text-align: right; }
  .rate-row small { display: none; }
  .rate-quote { width: 100%; grid-template-columns: 31px minmax(7.4ch, 1fr); gap: 8px; }
  .rate-trend { min-width: 31px; width: 31px; padding: 0; }
  .rate-trend em { display: none; }
  .rate-row strong { width: 100%; min-width: 0; font-size: clamp(1.02rem, 5.2vw, 1.22rem); }
  .rate-note { padding: 17px 2px 0; margin: 0; }
  .rate-note p { font-size: .74rem; line-height: 1.55; }
  .rate-note > span { display: block; line-height: 1.45; }
  .ticker { min-height: 68px; justify-content: center; padding: 12px 18px; gap: 7px 15px; overflow: hidden; flex-wrap: wrap; line-height: 1; }
  .section { padding: 86px 0; }
  .store-visual { height: 470px; }
  .intro-copy h2, .section-heading h2 { font-size: 2.65rem; }
  .service-list > div { grid-template-columns: 32px 1fr; }
  .service-list p { grid-column: 2; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card, .contact-card:nth-child(2) { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hours-card { grid-column: auto; }
  .map-wrap { height: 330px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-note { text-align: left; }
  .footer-note p { margin-left: 0; }
  .mobile-bar { position: fixed; z-index: 30; bottom: 0; left: 0; right: 0; min-height: 66px; display: grid; grid-template-columns: 1fr 1fr; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-top: 1px solid var(--line); padding: 8px 8px max(8px, env(safe-area-inset-bottom)); gap: 8px; opacity: 0; pointer-events: none; transform: translateY(110%); transition: opacity .22s ease, transform .22s ease; }
  .mobile-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-bar a { display: grid; place-items: center; border-radius: 9px; font-weight: 850; font-size: .9rem; background: var(--navy); color: white; }
  .mobile-bar a:last-child { background: var(--lime); color: var(--navy); }
}

@media (max-width: 360px) {
  .shell { width: min(100% - 20px, 1180px); }
  .brand { width: 145px; }
  .rate-panel { padding-inline: 14px; }
  .rate-row > span { gap: 7px; }
  .rate-row b { width: 27px; height: 27px; }
  .rate-row { grid-template-columns: minmax(68px, 1fr) minmax(124px, auto); }
  .rate-row strong { font-size: .98rem; }
  .rate-quote { gap: 6px; }
  .trust-row { gap: 12px; }
}

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