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

:root{
  --navy:#071d3a;
  --blue:#2465ed;
  --blue-dark:#2444b7;
  --cyan:#13afd0;
  --soft:#f3f7fc;
  --text:#101b30;
  --muted:#64748b;
  --line:#dfe7f0;
  --white:#fff;
  --shadow:0 18px 42px rgba(17,45,79,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(1220px,calc(100% - 40px));margin:auto}
.section{padding:100px 0}

.top-line{background:var(--navy);color:#dceaf7;font-size:12px}
.top-line-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-line-inner>div{display:flex;gap:20px}
.nav-shell{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:30}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between}
.logo img{width:205px;height:66px;object-fit:contain}
.main-menu{display:flex;align-items:center;gap:25px;font-size:12px;font-weight:800}
.main-menu>a:not(.menu-cta){padding:32px 0;position:relative}
.main-menu>a:not(.menu-cta):after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:21px;background:var(--blue);transition:.25s}
.main-menu>a:hover:after{right:0}
.menu-cta{background:var(--navy);color:#fff;padding:13px 19px;border-radius:7px}
.menu-cta span{margin-left:14px}
.menu-button{display:none;border:0;background:none}
.menu-button span{display:block;width:25px;height:2px;background:var(--navy);margin:5px}

.hero{min-height:610px;position:relative;display:flex;align-items:center;overflow:hidden}
.hero-image{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2000&q=88') 72% center/cover no-repeat}
.hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 28%,rgba(255,255,255,.72) 48%,rgba(255,255,255,.08) 72%)}
.hero-inner{position:relative;z-index:2}
.hero-copy{max-width:650px}
.kicker{font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--blue)}
.hero h1{font-size:clamp(45px,5.3vw,72px);line-height:1.08;letter-spacing:-.045em;margin:18px 0 24px;color:#071d3a}
.hero h1 strong{color:#0c4a92}
.hero p{max-width:590px;font-size:17px;color:#485b73;margin:0 0 32px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:7px;font-size:12px;font-weight:800;letter-spacing:.03em;border:1px solid transparent;transition:.25s}
.button span{margin-left:14px}
.button.primary{background:var(--navy);color:#fff}
.button.primary:hover{background:var(--blue);transform:translateY(-2px)}
.button.ghost{background:#fff;border-color:#154d87;color:var(--navy)}
.button.ghost:hover{background:#edf5fc}

.quick-products{position:relative;margin-top:-42px;z-index:10;padding-bottom:26px}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 22px 60px rgba(16,42,72,.14)}
.quick-grid>a{display:flex;align-items:center;gap:14px;padding:23px 22px;border-right:1px solid var(--line);transition:.25s}
.quick-grid>a:last-child{border-right:0}
.quick-grid>a:hover{background:#f6f9fc}
.quick-grid>a>b{margin-left:auto;color:var(--blue)}
.quick-icon{width:44px;height:44px;border-radius:10px;background:#eaf4ff;color:#1170c3;display:grid;place-items:center;flex:0 0 auto}
.quick-icon svg{width:23px}
.quick-grid strong,.quick-grid small{display:block}
.quick-grid strong{font-size:13px}
.quick-grid small{font-size:10px;color:var(--muted);margin-top:2px}

.section-heading{max-width:760px;margin:0 auto 48px}
.section-heading.centered{text-align:center}
.section-heading>span{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--blue)}
.section-heading h2{font-size:clamp(34px,4vw,50px);line-height:1.16;letter-spacing:-.04em;margin:12px 0 16px}
.section-heading p{color:var(--muted);margin:0}

.about-section{background:#fff}
.about-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:start}
.about-copy{font-size:14px;color:#42526a}
.about-copy p{margin:0 0 20px}
.about-copy blockquote{margin:24px 0 0;background:#edf4ff;border-left:4px solid var(--blue);padding:19px 20px;font-weight:700;font-style:italic;color:#24436b;border-radius:0 8px 8px 0}
.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.about-stats article{background:#f7faff;border:1px solid #dfe9f5;border-radius:14px;padding:28px;text-align:center;box-shadow:0 10px 22px rgba(17,45,79,.08)}
.about-stats strong{display:block;color:var(--blue);font-size:32px;line-height:1}
.about-stats span{display:block;font-size:12px;font-weight:700;margin-top:9px}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:56px}
.value-grid article{border:1px solid var(--line);border-radius:13px;padding:24px;background:#fff}
.value-icon{width:44px;height:44px;border-radius:9px;background:var(--blue);color:#fff;display:grid;place-items:center}
.value-icon svg{width:23px}
.value-grid h3{font-size:15px;margin:17px 0 8px}
.value-grid p{font-size:12px;color:var(--muted);margin:0}

.services-section{background:linear-gradient(180deg,#f5f8fc 0%,#eef4fa 100%)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{height:470px;border-radius:15px;overflow:hidden;position:relative;box-shadow:var(--shadow);transition:.3s}
.service-card:hover{transform:translateY(-7px)}
.service-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.4s}
.service-card:hover>img{transform:scale(1.04)}
.service-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,23,48,.08) 12%,rgba(4,25,53,.96) 74%)}
.service-content{position:absolute;inset:auto 25px 25px;color:#fff}
.service-icon{width:48px;height:48px;border-radius:10px;background:#fff;color:var(--blue);display:grid;place-items:center;margin-bottom:16px}
.service-icon svg{width:25px}
.service-content h3{font-size:20px;line-height:1.2;margin:0 0 8px}
.service-content>p{font-size:12px;color:#d9e5f1;margin:0 0 12px}
.service-content ul{margin:0 0 15px;padding-left:18px;color:#e8f1f9;font-size:11px}
.service-content a{font-size:12px;font-weight:800}

.why-section{background:#fff}
.trust-banner{background:linear-gradient(120deg,#2d68ed,#233fb1);border-radius:17px;color:#fff;text-align:center;padding:46px 34px;margin-bottom:55px}
.trust-banner h3{font-size:30px;margin:0 0 8px}
.trust-banner>p{margin:0;color:#dce7ff}
.trust-banner>div{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:34px}
.trust-banner span{font-size:11px;color:#dce7ff}
.trust-banner strong{display:block;font-size:30px;color:#fff;line-height:1.1;margin-bottom:5px}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.mission-card{border-radius:15px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}
.mission-card header{display:flex;align-items:center;gap:16px;background:linear-gradient(120deg,#2d68ed,#233fb1);padding:26px 28px;color:#fff}
.mission-card header>span{width:48px;height:48px;border-radius:9px;background:rgba(255,255,255,.18);display:grid;place-items:center}
.mission-card header svg{width:25px}
.mission-card h3{font-size:22px;margin:0}
.mission-card>div{padding:28px}
.mission-card p{font-size:13px;color:#43526a;margin:0 0 16px}
.mission-card p:last-child{margin-bottom:0}

.contact-section{background:#f5f8fc}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}
.contact-info{background:linear-gradient(145deg,#2d68ed,#2341b5);color:#fff;border-radius:16px;padding:38px}
.contact-info h3{font-size:25px;margin:0 0 12px}
.contact-info>p{color:#deebff;font-size:13px}
.contact-list{display:grid;gap:17px;margin-top:28px}
.contact-list>div{display:flex;gap:14px;align-items:center}
.contact-icon{width:44px;height:44px;border-radius:9px;background:rgba(255,255,255,.18);display:grid;place-items:center;flex:0 0 auto}
.contact-icon svg{width:22px}
.contact-list p{font-size:12px;margin:0;color:#fff}
.contact-list small,.contact-list a{display:block}
.contact-list small{color:#cfe0ff;font-size:10px;font-weight:800}
.working-hours{border-top:1px solid rgba(255,255,255,.22);margin-top:30px;padding-top:24px}
.working-hours strong,.working-hours span{display:block}
.working-hours strong{font-size:12px;margin-bottom:8px}
.working-hours span{font-size:12px;color:#dce8ff}

.contact-form{background:#fff;border-radius:16px;padding:36px;display:grid;gap:17px;border:1px solid #e4eaf1}
.contact-form label>span{display:block;font-size:11px;font-weight:800;margin-bottom:7px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d6dee8;border-radius:8px;padding:13px 14px;outline:none;background:#fff}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(36,101,237,.1)}
.contact-consent{display:flex;gap:9px;align-items:flex-start}
.contact-consent input{width:auto;margin-top:5px}
.contact-consent span{font-weight:500!important;color:var(--muted)}
.contact-form button{border:0;border-radius:7px;background:linear-gradient(90deg,#2d68ed,#2444b7);color:#fff;min-height:49px;font-weight:800;cursor:pointer}
.form-status{padding:12px;border-radius:8px;font-size:12px}
.form-status.success{background:#e6f7ec;color:#187746}
.form-status.error{background:#fff0f0;color:#a72d2d}
.hp-field{position:absolute;left:-9999px}
.map{margin-top:30px;border-radius:16px;overflow:hidden;min-height:420px}
.map iframe{width:100%;height:420px;border:0}

footer{background:#071d36;color:#fff;padding:65px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}
.footer-logo img{width:210px;height:72px;object-fit:contain;background:#fff;border-radius:5px}
.footer-logo p{font-size:13px;color:#a9bfd3}
.footer-grid h3{font-size:13px;margin:0 0 16px}
.footer-grid>div:not(.footer-logo) a{display:block;font-size:12px;color:#a9bfd3;margin:9px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:18px;color:#8ea7bd;font-size:11px}
.whatsapp{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:#19a463;color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.18);z-index:50}
.whatsapp svg{width:27px}
.reveal{opacity:0;transform:translateY(22px);transition:.7s}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1000px){
  .menu-button{display:block}
  .main-menu{position:absolute;top:86px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:20px;border-top:1px solid var(--line)}
  .main-menu.open{display:flex}
  .main-menu>a:not(.menu-cta){padding:8px 0}
  .hero-fade{background:rgba(255,255,255,.88)}
  .quick-grid{grid-template-columns:1fr 1fr}
  .about-layout,.contact-layout{grid-template-columns:1fr}
  .value-grid{grid-template-columns:1fr 1fr}
  .service-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .container{width:min(100% - 28px,1220px)}
  .section{padding:74px 0}
  .top-line-inner>div a:not(:first-child){display:none}
  .nav{height:72px}
  .logo img{width:165px;height:58px}
  .main-menu{top:72px}
  .hero{min-height:590px}
  .hero h1{font-size:43px}
  .quick-products{margin-top:-25px}
  .quick-grid{grid-template-columns:1fr}
  .quick-grid>a{border-right:0;border-bottom:1px solid var(--line)}
  .about-stats,.value-grid,.service-grid,.trust-banner>div,.mission-grid{grid-template-columns:1fr}
  .trust-banner h3{font-size:25px}
  .contact-info,.contact-form{padding:27px 22px}
  .map,.map iframe{height:360px;min-height:360px}
  .footer-grid{grid-template-columns:1fr;gap:32px}
}


/* HIZLI TEKLİF ASİSTANI */
:root{
  --gold:#c99336;
  --gold-light:#e7bd6e;
  --gold-dark:#9d6d1e;
}
.logo img,.footer-logo img{background:transparent!important;object-fit:contain}
.quote-assistant-launcher{
  position:fixed;right:22px;bottom:88px;z-index:70;
  border:0;border-radius:16px;background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
  color:#fff;padding:11px 15px 11px 11px;display:flex;align-items:center;gap:10px;
  box-shadow:0 16px 36px rgba(109,74,17,.28);cursor:pointer;transition:.25s
}
.quote-assistant-launcher:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(109,74,17,.34)}
.assistant-launcher-icon{width:39px;height:39px;border-radius:12px;background:rgba(255,255,255,.2);display:grid;place-items:center}
.assistant-launcher-icon svg{width:23px}
.assistant-launcher-text{text-align:left;line-height:1.15}
.assistant-launcher-text strong,.assistant-launcher-text small{display:block}
.assistant-launcher-text strong{font-size:11px;letter-spacing:.04em}
.assistant-launcher-text small{font-size:9px;color:#fff4dc;margin-top:3px}

.quote-assistant{
  position:fixed;right:22px;bottom:88px;z-index:80;width:min(390px,calc(100vw - 28px));
  height:min(620px,calc(100vh - 120px));background:#fff;border-radius:20px;overflow:hidden;
  box-shadow:0 28px 80px rgba(4,24,49,.3);border:1px solid rgba(205,155,65,.3);
  display:flex;flex-direction:column
}
.quote-assistant[hidden]{display:none}
.assistant-header{background:linear-gradient(135deg,#071d3a,#0d3767);color:#fff;padding:16px 18px;display:flex;align-items:center;gap:12px}
.assistant-avatar{width:46px;height:46px;border-radius:12px;background:#fff;display:grid;place-items:center;padding:5px;overflow:hidden}
.assistant-avatar img{width:100%;height:100%;object-fit:contain}
.assistant-header>div:nth-child(2){flex:1}
.assistant-header strong,.assistant-header span{display:block}
.assistant-header strong{font-size:12px;letter-spacing:.05em}
.assistant-header span{font-size:10px;color:#c7d6e6;margin-top:3px}
.assistant-header i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#32c879;margin-right:4px}
.assistant-header button{border:0;background:rgba(255,255,255,.12);color:#fff;width:31px;height:31px;border-radius:8px;font-size:21px;cursor:pointer}
.assistant-progress{height:4px;background:#edf1f5}
.assistant-progress span{display:block;width:10%;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));transition:.3s}
.assistant-body{flex:1;overflow:auto;padding:18px;background:#f6f8fb;scroll-behavior:smooth}
.assistant-message{display:flex;margin-bottom:12px}
.assistant-message p{max-width:85%;margin:0;padding:11px 13px;border-radius:14px;font-size:12px;line-height:1.55}
.assistant-message.bot p{background:#fff;color:#26384d;border:1px solid #e4eaf0;border-top-left-radius:4px}
.assistant-message.user{justify-content:flex-end}
.assistant-message.user p{background:#0c3767;color:#fff;border-top-right-radius:4px}
.assistant-message.success p{background:#e8f7ee;border:1px solid #bee5cd;color:#176a3c}
.assistant-controls{padding:13px 14px;background:#fff;border-top:1px solid #e4eaf0}
.assistant-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.assistant-options button{border:1px solid #d7e0e9;background:#fff;color:#18324f;border-radius:9px;padding:10px 8px;font-size:10px;font-weight:800;cursor:pointer;transition:.2s}
.assistant-options button:hover{border-color:var(--gold);background:#fffaf0;color:#8d6019}
.assistant-input-row{display:flex;gap:8px}
.assistant-input-row input{flex:1;border:1px solid #d7e0e9;border-radius:10px;padding:11px 12px;outline:none;font-size:12px}
.assistant-input-row input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,147,54,.12)}
.assistant-input-row button{width:43px;border:0;border-radius:10px;background:var(--gold);color:#fff;display:grid;place-items:center;cursor:pointer}
.assistant-input-row button svg{width:21px}
.assistant-error{min-height:16px;margin:6px 0 0;color:#b23838;font-size:10px}
.assistant-footer{padding:9px 14px;background:#fff;border-top:1px solid #edf1f4;color:#7b8998;font-size:9px;display:flex;align-items:center;justify-content:center;gap:6px}
.assistant-footer svg{width:14px;color:var(--gold)}

@media(max-width:600px){
  .quote-assistant-launcher{right:14px;bottom:80px}
  .assistant-launcher-text{display:none}
  .quote-assistant-launcher{padding:10px;border-radius:50%}
  .assistant-launcher-icon{background:transparent}
  .quote-assistant{right:7px;bottom:7px;width:calc(100vw - 14px);height:calc(100vh - 14px);border-radius:16px}
}


/* ANLAŞMALI SİGORTA ŞİRKETLERİ */
.partner-section{padding:100px 0;background:#fff;overflow:hidden}
.partner-marquee{width:100%;overflow:hidden;position:relative}
.partner-marquee:before,.partner-marquee:after{
  content:"";position:absolute;top:0;bottom:0;width:110px;z-index:2;pointer-events:none
}
.partner-marquee:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.partner-marquee:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.partner-track{display:flex;width:max-content;gap:18px;animation:partnerScroll 48s linear infinite;padding:10px 0 30px}
.partner-marquee:hover .partner-track{animation-play-state:paused}
.partner-logo{width:210px;height:98px;display:grid;place-items:center;background:#fff;border:1px solid #e0e7ef;border-radius:13px;box-shadow:0 9px 24px rgba(18,44,75,.07);padding:9px}
.partner-logo img{width:100%;height:100%;object-fit:contain;filter:saturate(.95);transition:.25s}
.partner-logo:hover img{transform:scale(1.04);filter:saturate(1.1)}
@keyframes partnerScroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}

.assistant-typing p{display:flex;align-items:center;gap:4px;min-width:50px}
.assistant-typing i{width:6px;height:6px;border-radius:50%;background:#7d8b99;animation:typingDot 1.1s infinite}
.assistant-typing i:nth-child(2){animation-delay:.18s}
.assistant-typing i:nth-child(3){animation-delay:.36s}
@keyframes typingDot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}

@media(max-width:700px){
  .partner-section{padding:74px 0}
  .partner-logo{width:175px;height:86px}
  .partner-track{animation-duration:38s}
}


/* PREMIUM STICKY MENÜ */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  transition:transform .35s ease, box-shadow .35s ease;
}
.top-line{
  transition:max-height .35s ease, opacity .3s ease, transform .35s ease;
  overflow:hidden;
  max-height:34px;
}
.nav-shell{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px) saturate(150%);
  -webkit-backdrop-filter:blur(18px) saturate(150%);
  transition:background .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.site-header.scrolled .top-line{
  max-height:0;
  opacity:0;
  transform:translateY(-100%);
}
.site-header.scrolled .nav-shell{
  background:rgba(255,255,255,.93);
  border-bottom-color:rgba(201,147,54,.28);
  box-shadow:0 12px 35px rgba(4,26,52,.12);
}
.site-header.scrolled .nav{
  height:68px;
}
.site-header.scrolled .logo img{
  width:166px;
  height:54px;
}
.nav,.logo img{
  transition:height .35s ease,width .35s ease;
}
.main-menu>a[data-nav]{
  position:relative;
}
.main-menu>a[data-nav]:after{
  background:linear-gradient(90deg,var(--gold-dark),var(--gold-light))!important;
}
.main-menu>a[data-nav].active{
  color:var(--gold-dark);
}
.main-menu>a[data-nav].active:after{
  right:0!important;
}
.main-menu>a[data-nav].active:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:14px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--gold);
  transform:translateX(-50%);
  opacity:.9;
}
.site-header.scrolled .main-menu>a[data-nav].active:before{
  bottom:7px;
}

/* PREMIUM SAYFA AÇILIŞ ANİMASYONU */
.page-loader{
  position:fixed;
  inset:0;
  z-index:99999;
  background:
    radial-gradient(circle at 50% 45%,rgba(201,147,54,.14),transparent 33%),
    linear-gradient(145deg,#04172d,#082b50);
  display:grid;
  place-items:center;
  transition:opacity .7s ease,visibility .7s ease;
}
.page-loader.loaded{
  opacity:0;
  visibility:hidden;
}
.loader-inner{
  width:min(360px,80vw);
  text-align:center;
  color:#f1d39b;
  animation:loaderReveal .9s ease both;
}
.loader-inner img{
  width:245px;
  height:100px;
  object-fit:contain;
  margin:0 auto 28px;
  filter:drop-shadow(0 12px 30px rgba(0,0,0,.3));
}
.loader-line{
  display:block;
  width:100%;
  height:2px;
  background:rgba(255,255,255,.12);
  border-radius:20px;
  overflow:hidden;
  margin-bottom:15px;
}
.loader-line i{
  display:block;
  width:42%;
  height:100%;
  background:linear-gradient(90deg,transparent,var(--gold-light),transparent);
  animation:loaderSweep 1.35s ease-in-out infinite;
}
.loader-inner small{
  display:block;
  font-size:10px;
  letter-spacing:.22em;
  font-weight:800;
}
@keyframes loaderReveal{
  from{opacity:0;transform:translateY(18px) scale(.97)}
  to{opacity:1;transform:none}
}
@keyframes loaderSweep{
  from{transform:translateX(-120%)}
  to{transform:translateX(340%)}
}
body.loading{
  overflow:hidden;
}

/* Hero'nun sticky header altında düzgün başlaması */
section[id]{
  scroll-margin-top:90px;
}

@media(max-width:1000px){
  .site-header.scrolled .nav{height:64px}
  .site-header.scrolled .main-menu{top:64px}
  .main-menu>a[data-nav].active:before{display:none}
}

.main-menu>a[data-nav].active:before{
  display:none!important;
}

/* Partner başlığını tam ortala ve tipografiyi dengeli hale getir */
.partner-section .section-heading{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  text-align:center!important;
}
.partner-section .section-heading>span,
.partner-section .section-heading h2,
.partner-section .section-heading p{
  display:block;
  width:100%;
  text-align:center!important;
}
.partner-section .section-heading h2{
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.08;
  letter-spacing:-.045em;
  margin:14px auto 18px;
  max-width:900px;
}
.partner-section .section-heading p{
  max-width:760px;
  margin:0 auto;
  font-size:15px;
  line-height:1.75;
}
.partner-logo{
  width:220px;
  height:108px;
  padding:12px 16px;
}
.partner-logo img{
  object-fit:contain;
  max-width:100%;
  max-height:100%;
}

/* PREMIUM AÇILIŞ ANİMASYONU V3 */
.page-loader{
  background:
    radial-gradient(circle at 50% 44%, rgba(201,147,54,.18) 0%, rgba(201,147,54,.08) 22%, transparent 46%),
    linear-gradient(145deg,#031326 0%,#082b50 62%,#04192f 100%);
}
.page-loader:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 43%, rgba(231,189,110,.16), transparent 26%),
    linear-gradient(110deg, transparent 30%, rgba(255,255,255,.035) 50%, transparent 70%);
  animation:loaderGlowMove 2.2s ease-in-out infinite alternate;
  pointer-events:none;
}
.loader-inner{
  width:min(560px,88vw);
  position:relative;
  z-index:2;
}
.loader-inner img{
  width:min(440px,82vw);
  height:190px;
  object-fit:contain;
  margin:0 auto 14px;
  filter:
    drop-shadow(0 0 20px rgba(201,147,54,.38))
    drop-shadow(0 18px 44px rgba(0,0,0,.34));
  animation:premiumLogoIn 1.15s cubic-bezier(.2,.8,.2,1) both;
}
.loader-line{
  width:min(440px,82vw);
  margin:0 auto 14px;
}
.loader-inner small{
  width:100%;
  text-align:center;
  font-size:17px;
  line-height:1.4;
  letter-spacing:.03em;
  font-weight:500;
  color:#fff;
  margin-top:7px;
  text-transform:none;
  animation:premiumTextIn .9s ease .35s both;
}
@keyframes premiumLogoIn{
  0%{opacity:0;transform:translateY(18px) scale(.82);filter:blur(4px)}
  55%{opacity:1;transform:translateY(0) scale(1.04);filter:blur(0)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes premiumTextIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:none}
}
@keyframes loaderGlowMove{
  from{transform:scale(.98);opacity:.65}
  to{transform:scale(1.05);opacity:1}
}
@media(max-width:600px){
  .loader-inner img{
    width:min(330px,86vw);
    height:145px;
  }
  .loader-line{width:min(330px,86vw)}
  .loader-inner small{font-size:14px}
}

/* V6 SON LOGO GÜNCELLEMESİ */
.logo img{
  object-fit:contain;
  object-position:center;
  background:#0b1020!important;
  border-radius:7px!important;
  padding:0!important;
}
.footer-logo img{
  object-fit:contain;
  object-position:center;
  background:#0b1020!important;
  border-radius:7px!important;
  padding:0!important;
}
.assistant-avatar{
  background:#0b1020!important;
}
.assistant-avatar img{
  object-fit:contain;
  object-position:center;
  background:#0b1020!important;
  border-radius:7px!important;
  padding:2px!important;
}
.loader-inner img{
  object-fit:contain;
  object-position:center;
  background:#0b1020!important;
  border-radius:12px!important;
  padding:0!important;
}
.quote-nav img{
  object-fit:contain;
  object-position:center;
  background:#0b1020!important;
  border-radius:7px!important;
}

/* V7 GERÇEK ŞEFFAF LOGO */
.logo img,
.footer-logo img,
.assistant-avatar img,
.loader-inner img,
.quote-nav img{
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
.logo img{
  filter:drop-shadow(0 4px 10px rgba(126,82,16,.18));
}
.footer-logo img{
  width:220px;
  height:82px;
  filter:drop-shadow(0 5px 14px rgba(0,0,0,.25));
}
.assistant-avatar{
  background:#071d3a!important;
}
.assistant-avatar img{
  width:100%;
  height:100%;
  padding:3px!important;
}
.loader-inner img{
  filter:
    drop-shadow(0 0 22px rgba(201,147,54,.45))
    drop-shadow(0 18px 44px rgba(0,0,0,.34))!important;
}
.quote-nav img{
  filter:drop-shadow(0 4px 10px rgba(126,82,16,.16));
}


/* =========================================================
   V19.3 — Ana Sayfa Yatay Logo ve Navigasyon İyileştirmesi
   ========================================================= */

.nav{
  height: 106px;
  gap: 26px;
}

.horizontal-logo{
  flex: 0 0 260px;
  width: 260px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  overflow: visible;
}

.horizontal-logo-mark{
  flex: 0 0 86px;
  width: 86px;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
}

.horizontal-logo-mark img{
  position: absolute;
  width: 91px !important;
  height: 93px !important;
  max-width: none !important;
  object-fit: contain !important;
  left: -2px;
  top: -1px;
  background: transparent !important;
}

.horizontal-logo-copy{
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3px;
}

.horizontal-logo-copy strong{
  white-space: nowrap;
  color: #c88d33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 600;
}

.horizontal-logo-copy small{
  white-space: nowrap;
  color: #c88d33;
  margin-top: 7px;
  font-size: 6.8px;
  line-height: 1;
  letter-spacing: .13em;
  font-weight: 700;
}

.main-menu{
  flex: 1 1 auto;
  min-width: 0;
  gap: 0;
  justify-content: space-between;
  align-self: stretch;
  font-size: 12px;
}

.main-menu > a:not(.menu-cta){
  min-width: 76px;
  min-height: 106px;
  padding: 0 11px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.45;
  font-size: 11.5px;
  font-weight: 800;
  white-space: nowrap;
  color: #101d33;
}

.main-menu > a:not(.menu-cta) > span{
  display: block;
}

.main-menu > a:not(.menu-cta):after{
  left: 13px;
  right: calc(100% - 13px);
  bottom: 15px;
  height: 2px;
  background: #d19a42;
}

.main-menu > a:not(.menu-cta):hover:after,
.main-menu > a[data-nav].active:after{
  right: 13px;
}

.main-menu > a[data-nav].active{
  color: #b87c23;
}

.main-menu > a[data-nav].active:before{
  display: none !important;
}

.menu-cta{
  flex: 0 0 145px;
  width: 145px;
  height: 70px;
  margin-left: 16px;
  padding: 0 20px !important;
  border-radius: 10px;
  align-self: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  background: #071e3d;
  color: #fff;
}

.menu-cta strong{
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.menu-cta b{
  color: #d6a24b;
  font-size: 19px;
  font-weight: 400;
}

.site-header.scrolled .nav{
  height: 82px;
}

.site-header.scrolled .horizontal-logo{
  height: 72px;
}

.site-header.scrolled .horizontal-logo-mark{
  width: 69px;
  height: 66px;
  flex-basis: 69px;
}

.site-header.scrolled .horizontal-logo-mark img{
  width: 73px !important;
  height: 75px !important;
}

.site-header.scrolled .horizontal-logo-copy strong{
  font-size: 21px;
}

.site-header.scrolled .horizontal-logo-copy small{
  font-size: 5.8px;
  margin-top: 5px;
}

.site-header.scrolled .main-menu > a:not(.menu-cta){
  min-height: 82px;
}

.site-header.scrolled .menu-cta{
  height: 58px;
}

@media (max-width: 1280px){
  .nav{
    gap: 12px;
  }

  .horizontal-logo{
    flex-basis: 220px;
    width: 220px;
  }

  .horizontal-logo-mark{
    width: 74px;
    height: 72px;
    flex-basis: 74px;
  }

  .horizontal-logo-mark img{
    width: 78px !important;
    height: 80px !important;
  }

  .horizontal-logo-copy strong{
    font-size: 21px;
  }

  .horizontal-logo-copy small{
    font-size: 5.8px;
  }

  .main-menu > a:not(.menu-cta){
    min-width: 65px;
    padding: 0 7px !important;
    font-size: 10.5px;
  }

  .menu-cta{
    flex-basis: 127px;
    width: 127px;
    margin-left: 8px;
    padding: 0 16px !important;
  }
}

@media (max-width: 1060px){
  .horizontal-logo{
    flex-basis: 200px;
    width: 200px;
  }

  .main-menu > a:not(.menu-cta){
    font-size: 10px;
    min-width: 58px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .menu-cta{
    flex-basis: 112px;
    width: 112px;
  }

  .menu-cta strong{
    font-size: 11px;
  }
}

@media (max-width: 900px){
  .nav{
    height: 78px;
  }

  .horizontal-logo{
    flex: 0 0 214px;
    width: 214px;
    height: 70px;
  }

  .horizontal-logo-mark{
    width: 68px;
    height: 65px;
    flex-basis: 68px;
  }

  .horizontal-logo-mark img{
    width: 72px !important;
    height: 74px !important;
  }

  .horizontal-logo-copy strong{
    font-size: 20px;
  }

  .horizontal-logo-copy small{
    font-size: 5.4px;
  }

  .main-menu{
    top: 78px;
    gap: 0;
  }

  .main-menu > a:not(.menu-cta){
    min-height: auto;
    width: 100%;
    padding: 11px 8px !important;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
  }

  .main-menu > a:not(.menu-cta) br{
    display: none;
  }

  .menu-cta{
    width: 100%;
    height: 52px;
    margin: 8px 0 0;
    flex-basis: auto;
  }
}

@media (max-width: 480px){
  .horizontal-logo{
    flex-basis: 184px;
    width: 184px;
    gap: 5px;
  }

  .horizontal-logo-mark{
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .horizontal-logo-mark img{
    width: 62px !important;
    height: 64px !important;
  }

  .horizontal-logo-copy strong{
    font-size: 17px;
  }

  .horizontal-logo-copy small{
    font-size: 4.7px;
    letter-spacing: .09em;
  }
}

/* V19.3.1 Navbar refinement */
.horizontal-logo-copy{display:none!important;}
.horizontal-logo{width:110px!important;flex:0 0 110px!important;gap:0!important}
.horizontal-logo-mark{width:100px!important;height:92px!important;flex-basis:100px!important}
.horizontal-logo-mark img{width:100px!important;height:100px!important;left:0!important;top:0!important}
.menu-cta{
min-width:122px!important;
width:122px!important;
height:60px!important;
padding:0 16px!important;
border-radius:10px!important;
}
.menu-cta strong{font-size:12px!important}
.menu-cta b{font-size:17px!important}


/* =========================================================
   V20.1 — REFINED PREMIUM
   Sade, kurumsal ve sessiz premium deneyim
   ========================================================= */

:root{
  --refined-navy:#071e3d;
  --refined-text:#12213a;
  --refined-muted:#687385;
  --refined-line:#e5e9ee;
  --refined-gold:#c99038;
  --refined-ease:cubic-bezier(.22,1,.36,1);
}

/* Header and original logo */
.refined-logo{
  flex:0 0 118px !important;
  width:118px !important;
  height:94px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-right:20px !important;
  overflow:visible !important;
}

.refined-logo img{
  width:104px !important;
  height:104px !important;
  max-width:none !important;
  object-fit:contain !important;
  filter:none !important;
}

/* Hide old horizontal logo rules completely */
.horizontal-logo-copy,
.horizontal-logo-mark{
  display:none !important;
}

/* More balanced navigation */
.nav{
  height:104px;
  gap:18px;
}

.main-menu > a:not(.menu-cta){
  color:#152238;
  font-size:11.5px;
  font-weight:750;
  letter-spacing:0;
}

.main-menu > a:not(.menu-cta):hover{
  color:#9b6a24;
}

.main-menu > a:not(.menu-cta)::after{
  height:1px;
  background:#b98537;
  box-shadow:none;
}

.menu-cta{
  width:112px !important;
  min-width:112px !important;
  height:54px !important;
  min-height:54px !important;
  padding:0 15px !important;
  margin-left:8px !important;
  border-radius:8px !important;
  box-shadow:none !important;
}

.menu-cta strong{
  font-size:11px !important;
}

.menu-cta b{
  font-size:15px !important;
}

/* Cleaner hero typography */
.hero-copy{
  max-width:650px;
}

.hero-copy h1{
  letter-spacing:-.035em;
}

.hero-copy p{
  color:#536174;
  max-width:620px;
}

/* Quiet card system */
.quick-grid > a,
.service-card,
.value-grid > article,
.guide-card,
.module-form,
.module-result,
.call-grid > *,
.mistake-grid article,
.related a{
  border-color:var(--refined-line) !important;
  box-shadow:0 8px 28px rgba(17,35,62,.055) !important;
  transition:
    transform .32s var(--refined-ease),
    box-shadow .32s var(--refined-ease),
    border-color .32s ease !important;
}

.quick-grid > a:hover,
.service-card:hover,
.value-grid > article:hover,
.guide-card:hover,
.module-form:hover,
.module-result:hover,
.call-grid > *:hover,
.mistake-grid article:hover,
.related a:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 15px 34px rgba(17,35,62,.09) !important;
  border-color:#d6dce3 !important;
}

/* Images remain calm */
.service-card img,
.guide-card img,
.related img{
  transition:transform .45s var(--refined-ease) !important;
}

.service-card:hover img,
.guide-card:hover img,
.related a:hover img{
  transform:scale(1.015) !important;
}

/* Buttons: no shine, glow, ripple or bounce */
.button,
.menu-cta,
.article-cta a,
.risk-cta a,
.hero-actions a,
.hero-actions button,
.module-form button,
.wizard-actions button,
input[type="submit"]{
  box-shadow:none !important;
  transition:
    transform .22s var(--refined-ease),
    background-color .22s ease,
    border-color .22s ease !important;
}

.button::before,
.menu-cta::before,
.article-cta a::before,
.risk-cta a::before,
.hero-actions a::before,
.hero-actions button::before,
.module-form button::before,
.wizard-actions button::before{
  display:none !important;
}

.button:hover,
.menu-cta:hover,
.article-cta a:hover,
.risk-cta a:hover,
.hero-actions a:hover,
.hero-actions button:hover,
.module-form button:hover,
.wizard-actions button:hover{
  transform:translateY(-1px) !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Minimal section reveal */
.refined-reveal{
  opacity:0;
  transform:translateY(14px);
  transition:
    opacity .56s var(--refined-ease),
    transform .56s var(--refined-ease);
}

.refined-reveal.refined-visible{
  opacity:1;
  transform:translateY(0);
}

/* Soft hero entrance, without blur or lighting */
.hero-copy h1,
.hero-copy p,
.hero-copy .hero-buttons,
.article-hero-content h1,
.article-hero-content > p,
.article-hero-content .article-meta,
.risk-hero-content h1,
.risk-hero-content > p,
.risk-hero-content > div{
  opacity:0;
  transform:translateY(12px);
  animation:refinedHeroIn .62s var(--refined-ease) forwards;
}

.hero-copy p,
.article-hero-content > p,
.risk-hero-content > p{
  animation-delay:.08s;
}

.hero-copy .hero-buttons,
.article-hero-content .article-meta,
.risk-hero-content > div{
  animation-delay:.16s;
}

@keyframes refinedHeroIn{
  to{opacity:1;transform:translateY(0)}
}

/* Slim reading progress without shine */
.refined-progress{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  height:2px;
  pointer-events:none;
}

.refined-progress i{
  display:block;
  width:0;
  height:100%;
  background:#b78437;
  transform-origin:left center;
}

/* Page transitions: clean fade only */
body{
  transition:opacity .22s ease;
}

body.refined-page-leaving{
  opacity:0;
  pointer-events:none;
}

/* Remove any legacy excessive effects if cached styles exist */
.ewa-ripple,
.ewa-scroll-progress{
  display:none !important;
}

.ewa-premium-card::before,
.ewa-premium-card::after{
  display:none !important;
}

.ewa-pulse{
  animation:none !important;
}

/* Accessibility */
:focus-visible{
  outline:2px solid #a87329 !important;
  outline-offset:4px !important;
}

@media(max-width:900px){
  .refined-logo{
    flex-basis:96px !important;
    width:96px !important;
    height:75px !important;
    margin-right:0 !important;
  }

  .refined-logo img{
    width:82px !important;
    height:82px !important;
  }

  .nav{
    height:78px;
  }
}

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

  .refined-reveal{
    opacity:1 !important;
    transform:none !important;
  }

  body.refined-page-leaving{
    opacity:1 !important;
  }
}


/* =========================================================
   V20.1.1 — Logo boyutu ve sticky header taşma düzeltmesi
   ========================================================= */

/* Normal görünüm */
.refined-logo{
  flex:0 0 96px !important;
  width:96px !important;
  min-width:96px !important;
  max-width:96px !important;
  height:82px !important;
  min-height:82px !important;
  max-height:82px !important;
  margin-right:14px !important;
  padding:0 !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:0 !important;
}

.refined-logo img{
  display:block !important;
  width:88px !important;
  max-width:88px !important;
  height:88px !important;
  max-height:88px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

/* Header normal yüksekliği */
.site-header .nav{
  height:94px !important;
  min-height:94px !important;
  transition:height .28s ease, min-height .28s ease !important;
}

/* Scroll sonrası kompakt header */
.site-header.scrolled .nav{
  height:72px !important;
  min-height:72px !important;
}

.site-header.scrolled .refined-logo{
  flex-basis:68px !important;
  width:68px !important;
  min-width:68px !important;
  max-width:68px !important;
  height:64px !important;
  min-height:64px !important;
  max-height:64px !important;
  margin-right:12px !important;
}

.site-header.scrolled .refined-logo img{
  width:60px !important;
  max-width:60px !important;
  height:60px !important;
  max-height:60px !important;
}

/* Menü ve teklif butonu da kompakt header içinde taşmasın */
.site-header.scrolled .main-menu > a:not(.menu-cta){
  min-height:72px !important;
  height:72px !important;
}

.site-header.scrolled .menu-cta{
  width:104px !important;
  min-width:104px !important;
  height:46px !important;
  min-height:46px !important;
  padding:0 13px !important;
}

.site-header.scrolled .menu-cta strong{
  font-size:10.5px !important;
}

.site-header.scrolled .menu-cta b{
  font-size:14px !important;
}

/* Tablet */
@media(max-width:900px){
  .refined-logo{
    flex-basis:80px !important;
    width:80px !important;
    min-width:80px !important;
    max-width:80px !important;
    height:70px !important;
    min-height:70px !important;
    max-height:70px !important;
  }

  .refined-logo img{
    width:72px !important;
    max-width:72px !important;
    height:72px !important;
    max-height:72px !important;
  }

  .site-header .nav{
    height:78px !important;
    min-height:78px !important;
  }

  .site-header.scrolled .nav{
    height:66px !important;
    min-height:66px !important;
  }

  .site-header.scrolled .refined-logo{
    flex-basis:60px !important;
    width:60px !important;
    min-width:60px !important;
    max-width:60px !important;
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
  }

  .site-header.scrolled .refined-logo img{
    width:54px !important;
    max-width:54px !important;
    height:54px !important;
    max-height:54px !important;
  }
}

/* Telefon */
@media(max-width:480px){
  .refined-logo{
    flex-basis:70px !important;
    width:70px !important;
    min-width:70px !important;
    max-width:70px !important;
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;
  }

  .refined-logo img{
    width:62px !important;
    max-width:62px !important;
    height:62px !important;
    max-height:62px !important;
  }

  .site-header.scrolled .refined-logo{
    flex-basis:54px !important;
    width:54px !important;
    min-width:54px !important;
    max-width:54px !important;
    height:52px !important;
    min-height:52px !important;
    max-height:52px !important;
  }

  .site-header.scrolled .refined-logo img{
    width:48px !important;
    max-width:48px !important;
    height:48px !important;
    max-height:48px !important;
  }
}


/* =========================================================
   V20.1.3 — Baştan oluşturulmuş CSS Grid Header
   Logo | Menü | Teklif Al
   ========================================================= */

.site-header .container.nav{
  width:min(1500px, calc(100% - 48px)) !important;
  max-width:1500px !important;
  margin-inline:auto !important;
  display:grid !important;
  grid-template-columns:116px minmax(0, 1fr) 118px !important;
  align-items:center !important;
  column-gap:28px !important;
  height:96px !important;
  min-height:96px !important;
  overflow:visible !important;
}

/* Sol kolon: logo */
.refined-logo{
  grid-column:1 !important;
  justify-self:start !important;
  align-self:center !important;
  width:104px !important;
  min-width:104px !important;
  max-width:104px !important;
  height:86px !important;
  min-height:86px !important;
  max-height:86px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.refined-logo img{
  width:94px !important;
  max-width:94px !important;
  height:94px !important;
  max-height:94px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  transform:none !important;
}

/* Orta kolon: menü */
.main-menu{
  grid-column:2 !important;
  min-width:0 !important;
  width:100% !important;
  height:96px !important;
  display:grid !important;
  grid-template-columns:
    repeat(3, minmax(86px, 1fr))
    minmax(104px, 1.08fr)
    minmax(88px, .92fr)
    minmax(78px, .82fr)
    minmax(98px, 1fr)
    minmax(72px, .8fr) !important;
  align-items:stretch !important;
  justify-content:stretch !important;
  gap:2px !important;
}

.main-menu > a:not(.mobile-quote){
  min-width:0 !important;
  width:auto !important;
  height:96px !important;
  min-height:96px !important;
  padding:0 8px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  white-space:nowrap !important;
  font-size:11px !important;
  line-height:1.45 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
}

.main-menu > a:not(.mobile-quote)::after{
  left:14px !important;
  right:calc(100% - 14px) !important;
  bottom:13px !important;
  height:1px !important;
}

.main-menu > a:not(.mobile-quote):hover::after,
.main-menu > a[data-nav].active::after{
  right:14px !important;
}

/* Sağ kolon: teklif butonu */
.desktop-quote{
  grid-column:3 !important;
  justify-self:end !important;
  align-self:center !important;
  width:118px !important;
  min-width:118px !important;
  height:52px !important;
  min-height:52px !important;
  margin:0 !important;
  padding:0 15px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  border-radius:8px !important;
  background:#071e3d !important;
  color:#fff !important;
  text-decoration:none !important;
}

.desktop-quote strong{
  font-size:11px !important;
  white-space:nowrap !important;
}

.desktop-quote b{
  color:#c99038 !important;
  font-size:15px !important;
  font-weight:400 !important;
}

/* Mobil teklif kopyası masaüstünde görünmez */
.mobile-quote{
  display:none !important;
}

/* Scroll sonrası: tüm grid kompaktlaşır */
.site-header.scrolled .container.nav{
  grid-template-columns:76px minmax(0, 1fr) 108px !important;
  column-gap:20px !important;
  height:72px !important;
  min-height:72px !important;
}

.site-header.scrolled .refined-logo{
  width:66px !important;
  min-width:66px !important;
  max-width:66px !important;
  height:62px !important;
  min-height:62px !important;
  max-height:62px !important;
}

.site-header.scrolled .refined-logo img{
  width:58px !important;
  max-width:58px !important;
  height:58px !important;
  max-height:58px !important;
}

.site-header.scrolled .main-menu{
  height:72px !important;
}

.site-header.scrolled .main-menu > a:not(.mobile-quote){
  height:72px !important;
  min-height:72px !important;
  font-size:10.5px !important;
}

.site-header.scrolled .desktop-quote{
  width:108px !important;
  min-width:108px !important;
  height:44px !important;
  min-height:44px !important;
  padding-inline:13px !important;
}

/* Büyük monitör */
@media(min-width:1700px){
  .site-header .container.nav{
    width:min(1560px, calc(100% - 72px)) !important;
    max-width:1560px !important;
    grid-template-columns:124px minmax(0,1fr) 122px !important;
    column-gap:34px !important;
  }

  .main-menu > a:not(.mobile-quote){
    font-size:11.7px !important;
    padding-inline:10px !important;
  }
}

/* Orta masaüstü */
@media(max-width:1350px){
  .site-header .container.nav{
    width:min(1280px, calc(100% - 30px)) !important;
    grid-template-columns:96px minmax(0,1fr) 106px !important;
    column-gap:14px !important;
  }

  .refined-logo{
    width:88px !important;
    min-width:88px !important;
    max-width:88px !important;
  }

  .refined-logo img{
    width:82px !important;
    max-width:82px !important;
    height:82px !important;
    max-height:82px !important;
  }

  .main-menu{
    grid-template-columns:
      repeat(3, minmax(74px,1fr))
      minmax(92px,1.08fr)
      minmax(78px,.92fr)
      minmax(70px,.82fr)
      minmax(88px,1fr)
      minmax(64px,.8fr) !important;
  }

  .main-menu > a:not(.mobile-quote){
    font-size:10px !important;
    padding-inline:5px !important;
  }

  .desktop-quote{
    width:106px !important;
    min-width:106px !important;
  }
}

/* Mobil kırılım */
@media(max-width:900px){
  .site-header .container.nav{
    width:min(100% - 24px, 1500px) !important;
    display:grid !important;
    grid-template-columns:78px 1fr 42px !important;
    column-gap:10px !important;
    height:76px !important;
    min-height:76px !important;
  }

  .refined-logo{
    grid-column:1 !important;
    width:72px !important;
    min-width:72px !important;
    max-width:72px !important;
    height:68px !important;
    min-height:68px !important;
    max-height:68px !important;
  }

  .refined-logo img{
    width:66px !important;
    max-width:66px !important;
    height:66px !important;
    max-height:66px !important;
  }

  .menu-button{
    grid-column:3 !important;
    justify-self:end !important;
  }

  .desktop-quote{
    display:none !important;
  }

  .main-menu{
    position:absolute !important;
    top:76px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:auto !important;
    display:none !important;
    grid-template-columns:1fr !important;
    padding:14px !important;
    background:#fff !important;
  }

  .main-menu.open{
    display:grid !important;
  }

  .main-menu > a:not(.mobile-quote){
    width:100% !important;
    height:auto !important;
    min-height:auto !important;
    padding:11px 10px !important;
    justify-content:flex-start !important;
    text-align:left !important;
    font-size:12px !important;
  }

  .main-menu > a:not(.mobile-quote) br{
    display:none !important;
  }

  .mobile-quote{
    display:flex !important;
    width:100% !important;
    min-height:48px !important;
    margin-top:7px !important;
    padding:0 14px !important;
    align-items:center !important;
    justify-content:space-between !important;
    border-radius:8px !important;
    background:#071e3d !important;
    color:#fff !important;
  }

  .site-header.scrolled .container.nav{
    grid-template-columns:64px 1fr 42px !important;
    height:66px !important;
    min-height:66px !important;
  }

  .site-header.scrolled .main-menu{
    top:66px !important;
  }
}


/* =========================================================
   V20.1.4 — Logo konumu ve buton final düzeni
   ========================================================= */

/* Header içeriğini tekrar merkezde ve dengeli konuma al */
.site-header .container.nav{
  width:min(1320px, calc(100% - 44px)) !important;
  max-width:1320px !important;
  grid-template-columns:122px minmax(0,1fr) 116px !important;
  column-gap:24px !important;
  margin-inline:auto !important;
}

/* Logo eski, merkezli konuma yakın */
.refined-logo{
  justify-self:start !important;
  width:110px !important;
  min-width:110px !important;
  max-width:110px !important;
  height:88px !important;
  min-height:88px !important;
  max-height:88px !important;
  margin-left:2px !important;
}

.refined-logo img{
  width:98px !important;
  max-width:98px !important;
  height:98px !important;
  max-height:98px !important;
}

/* Menü alanı */
.main-menu{
  grid-template-columns:
    minmax(82px,1fr)
    minmax(88px,1fr)
    minmax(98px,1.08fr)
    minmax(104px,1.1fr)
    minmax(88px,.95fr)
    minmax(78px,.86fr)
    minmax(98px,1fr)
    minmax(74px,.82fr) !important;
  gap:4px !important;
}

.main-menu > a:not(.mobile-quote){
  padding-inline:7px !important;
  font-size:10.8px !important;
}

/* Üst menü teklif butonu */
.desktop-quote{
  width:116px !important;
  min-width:116px !important;
  height:50px !important;
  min-height:50px !important;
  padding:0 16px !important;
  border-radius:8px !important;
  box-shadow:none !important;
}

.desktop-quote strong{
  font-size:10.8px !important;
  letter-spacing:0 !important;
}

.desktop-quote b{
  margin-left:8px !important;
  font-size:15px !important;
}

/* Hero ana butonları */
.hero-buttons{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

.hero-buttons .button{
  min-width:138px !important;
  height:50px !important;
  min-height:50px !important;
  padding:0 18px !important;
  border-radius:8px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  line-height:1 !important;
  box-shadow:none !important;
}

.hero-buttons .button span,
.hero-buttons .button strong{
  font-size:11px !important;
  white-space:nowrap !important;
}

.hero-buttons .button.secondary,
.hero-buttons .button.outline{
  min-width:190px !important;
  background:#fff !important;
  color:#071e3d !important;
  border:1px solid #8fa5bd !important;
}

.hero-buttons .button:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 8px 18px rgba(7,30,61,.08) !important;
}

/* Scroll sonrası */
.site-header.scrolled .container.nav{
  width:min(1320px, calc(100% - 44px)) !important;
  grid-template-columns:76px minmax(0,1fr) 106px !important;
  column-gap:18px !important;
}

.site-header.scrolled .refined-logo{
  width:66px !important;
  min-width:66px !important;
  max-width:66px !important;
  height:60px !important;
  min-height:60px !important;
  max-height:60px !important;
  margin-left:0 !important;
}

.site-header.scrolled .refined-logo img{
  width:56px !important;
  max-width:56px !important;
  height:56px !important;
  max-height:56px !important;
}

.site-header.scrolled .desktop-quote{
  width:106px !important;
  min-width:106px !important;
  height:44px !important;
  min-height:44px !important;
  padding-inline:13px !important;
}

/* 1280–1400 arası */
@media(max-width:1400px){
  .site-header .container.nav{
    width:min(1220px, calc(100% - 32px)) !important;
    grid-template-columns:104px minmax(0,1fr) 108px !important;
    column-gap:14px !important;
  }

  .refined-logo{
    width:94px !important;
    min-width:94px !important;
    max-width:94px !important;
  }

  .refined-logo img{
    width:86px !important;
    max-width:86px !important;
    height:86px !important;
    max-height:86px !important;
  }

  .main-menu > a:not(.mobile-quote){
    font-size:10px !important;
    padding-inline:5px !important;
  }

  .desktop-quote{
    width:108px !important;
    min-width:108px !important;
  }
}

/* Büyük monitörlerde de içerik ortada kalsın */
@media(min-width:1700px){
  .site-header .container.nav{
    width:min(1420px, calc(100% - 80px)) !important;
    max-width:1420px !important;
    grid-template-columns:130px minmax(0,1fr) 120px !important;
    column-gap:30px !important;
  }

  .refined-logo{
    width:116px !important;
    min-width:116px !important;
    max-width:116px !important;
  }

  .refined-logo img{
    width:102px !important;
    max-width:102px !important;
    height:102px !important;
    max-height:102px !important;
  }

  .main-menu > a:not(.mobile-quote){
    font-size:11.5px !important;
    padding-inline:9px !important;
  }
}

/* Mobil */
@media(max-width:900px){
  .site-header .container.nav{
    width:min(100% - 24px,1320px) !important;
    grid-template-columns:76px 1fr 42px !important;
  }

  .refined-logo{
    width:70px !important;
    min-width:70px !important;
    max-width:70px !important;
    height:66px !important;
    min-height:66px !important;
    max-height:66px !important;
    margin-left:0 !important;
  }

  .refined-logo img{
    width:64px !important;
    max-width:64px !important;
    height:64px !important;
    max-height:64px !important;
  }

  .hero-buttons{
    gap:10px !important;
  }

  .hero-buttons .button,
  .hero-buttons .button.secondary,
  .hero-buttons .button.outline{
    width:100% !important;
    min-width:100% !important;
  }
}
