/* ===== Codega Sigorta — Genel Site Stili ===== */
:root{
  --primary:#102a56; --primary-600:#1f56c2; --primary-700:#173f8f;
  --accent:#1675d1; --dark:#0b172a; --gray:#5d6b7e; --light:#f6f8fb;
  --border:#dfe5ed; --success:#168354; --danger:#c9363e; --warning:#b9690e;
  --radius:12px; --shadow:0 16px 40px rgba(15,31,55,.09);
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Aptos,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--dark);
  line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased}
a{color:var(--primary-600);text-decoration:none}
img{max-width:100%}
.container{max-width:1240px;margin:0 auto;padding:0 28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 22px;border-radius:8px;
  font-weight:700;border:none;cursor:pointer;transition:.2s;font-size:14px;letter-spacing:.01em}
.btn-primary{background:var(--primary-600);color:#fff}
.btn-primary:hover{background:var(--primary-700)}
.btn-light{background:#fff;color:var(--primary);border:1px solid var(--border)}
.btn-accent{background:#fff;color:var(--primary);box-shadow:0 8px 24px rgba(4,15,35,.16)}
.btn-accent:hover{background:#eef5ff;transform:translateY(-1px)}
.btn-lg{padding:15px 30px;font-size:16px}
.btn-block{width:100%;justify-content:center}

/* Header */
.utility-bar{background:#0b1e3b;color:#d7e2ef;font-size:12px;letter-spacing:.02em}
.utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.utility-inner>div{display:flex;align-items:center;gap:14px}
.utility-inner a{color:#edf4fb}
.utility-separator{width:1px;height:12px;background:rgba(255,255,255,.25)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);border-bottom:1px solid #e8edf3}
.nav{display:flex;align-items:center;justify-content:space-between;height:78px;gap:28px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;color:var(--primary)}
.logo .dot{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--primary),var(--accent));
  display:grid;place-items:center;color:#fff;font-size:18px}
.brand-logo{display:flex;line-height:0;flex-shrink:0}
.brand-logo img{display:block;width:196px!important;height:auto!important;max-height:55px!important;max-width:196px!important;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:30px;list-style:none;margin-left:auto}
.nav-links a{color:#26364c;font-weight:650;font-size:14px;position:relative;padding:28px 0}
.nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;background:var(--primary-600);transform:scaleX(0);transition:.2s}
.nav-links a:hover,.nav-links a.active{color:var(--primary-600)}
.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}
.story-nav-link{display:flex!important;align-items:center;gap:8px;color:#8a5706!important}
.nav-lantern{width:13px;height:14px;border:1.5px solid #b77812;border-radius:2px;display:inline-block;position:relative;background:linear-gradient(135deg,#fff8dd,#f7c85a)}
.nav-lantern::before{content:"";position:absolute;left:3px;right:3px;top:-5px;height:4px;border:1.5px solid #b77812;border-bottom:0;border-radius:5px 5px 0 0}
.nav-lantern::after{content:"";position:absolute;left:2px;right:2px;bottom:-4px;height:2px;background:#b77812;border-radius:2px}
.nav-cta{display:flex;gap:10px}
.burger{display:none;background:none;border:none;font-size:26px;cursor:pointer}

/* Hero */
.hero{background:linear-gradient(120deg,#09182f 0%,#102d5c 58%,#164b99 100%);color:#fff;
  padding:96px 0 92px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1)}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to right,transparent,black 60%,transparent)}
.hero::after{content:"";position:absolute;right:-160px;top:-220px;width:620px;height:620px;
  background:radial-gradient(circle,rgba(35,119,218,.26),transparent 68%);border-radius:50%}
.hero h1{font-size:clamp(38px,4.2vw,58px);line-height:1.08;font-weight:760;letter-spacing:-.035em;max-width:680px}
.hero h1 span{color:#79b9ff}
.hero p{font-size:18px;line-height:1.72;color:#d5e1f0;opacity:1;margin:24px 0 30px;max-width:620px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero .btn-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.hero .btn-light:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.65)}
.hero-eyebrow{background:transparent!important;color:#9fcaff!important;border:1px solid rgba(147,197,253,.35);text-transform:uppercase;letter-spacing:.12em;font-size:11px!important;padding:7px 12px!important}
.hero-assurances{display:flex;align-items:center;gap:20px;margin-top:28px;color:#c6d6ea;font-size:12px;font-weight:600;flex-wrap:wrap}
.hero-assurances span{display:flex;align-items:center;gap:8px}
.hero-assurances span::before{content:"";width:5px;height:5px;border-radius:50%;background:#64b5ff}
.hero-stats{display:flex;gap:40px;margin-top:56px;flex-wrap:wrap}
.hero-stats .num{font-size:34px;font-weight:800}
.hero-stats .lbl{opacity:.8;font-size:14px}

/* Sections */
.section{padding:88px 0}
.section-head{text-align:center;max-width:640px;margin:0 auto 50px}
.section-head h2{font-size:36px;line-height:1.22;font-weight:740;letter-spacing:-.025em;color:var(--dark)}
.section-head p{color:var(--gray);margin-top:12px;font-size:17px}
.pill{display:inline-block;background:#eaf2fb;color:var(--primary-700);font-weight:750;
  padding:6px 13px;border-radius:6px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}

/* Cards grid */
.grid{display:grid;gap:24px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:.2s}
.card:hover{box-shadow:var(--shadow);border-color:#c9d5e5;transform:translateY(-2px)}
.card .ico{width:52px;height:52px;border-radius:12px;background:#eff6ff;color:var(--primary-600);
  display:grid;place-items:center;font-size:12px;letter-spacing:.05em;font-weight:800;margin-bottom:18px;border:1px solid #dbeafe}
.card h3{font-size:19px;margin-bottom:8px}
.card p{color:var(--gray);font-size:15px}

/* Types chips */
.chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.chip{background:#fff;border:1px solid var(--border);border-radius:8px;
  padding:13px 20px;font-weight:650;color:#35445a;font-size:14px}

/* CTA band */
.cta-band{background:linear-gradient(135deg,var(--primary),var(--primary-600));color:#fff;
  border-radius:20px;padding:56px;text-align:center}
.cta-band h2{font-size:32px;margin-bottom:12px}
.cta-band p{opacity:.9;margin-bottom:26px;font-size:18px}

/* Contact */
.form-row{display:grid;gap:16px;grid-template-columns:1fr 1fr}
.field{margin-bottom:16px}
.field label{display:block;font-weight:600;margin-bottom:6px;font-size:14px}
.field input,.field textarea,.field select{width:100%;padding:12px 14px;border:1px solid var(--border);
  border-radius:10px;font-size:15px;font-family:inherit}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--primary-600);
  box-shadow:0 0 0 3px rgba(29,78,216,.12)}

/* Footer */
.site-footer{background:var(--dark);color:#cbd5e1;padding:56px 0 28px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:36px}
.footer-grid.has-legal{grid-template-columns:1.6fr .75fr 1fr 1.15fr}
.site-footer h4{color:#fff;margin-bottom:16px;font-size:16px}
.site-footer a{color:#cbd5e1;display:block;margin-bottom:8px}
.site-footer a:hover{color:#fff}
.footer-brand{display:inline-flex!important;background:rgba(255,255,255,.96);padding:9px 13px;border-radius:10px;margin-bottom:16px!important}
.footer-brand img{height:42px;max-width:210px}
.footer-bottom{border-top:1px solid #1e293b;padding-top:20px;text-align:center;font-size:14px;color:#94a3b8}
.legal-info p{margin-bottom:9px;font-size:13px;line-height:1.35;color:#cbd5e1;word-break:break-word}
.legal-info p span{display:block;color:#64748b;font-size:11px;margin-bottom:2px}

/* Alerts */
.alert{padding:14px 18px;border-radius:10px;margin-bottom:20px;font-weight:500}
.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}
.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}

/* ===== Geliştirilmiş Ana Sayfa ===== */

/* Hero düzeni: metin + poliçe yönetimi özeti */
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:78px;align-items:center;position:relative;z-index:2}

/* Hero görsel kartı (poliçe takip mockup) */
.hero-visual{position:relative;z-index:2}
.policy-card{background:#fff;border:1px solid rgba(255,255,255,.55);border-radius:14px;padding:24px;color:var(--dark);
  box-shadow:0 28px 70px rgba(1,10,28,.3)}
.policy-card .pc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.policy-card .pc-head b{font-size:15px}
.pc-badge{background:#dcfce7;color:#166534;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px}
.pc-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-top:1px solid var(--border)}
.pc-ico{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;font-size:10px;font-weight:850;letter-spacing:.04em;flex-shrink:0}
.pc-row .t{font-weight:600;font-size:14px}
.pc-row .s{color:var(--gray);font-size:12px}
.pc-row .d{margin-left:auto;text-align:right}
.pc-row .d .days{font-weight:800;font-size:15px}
.pc-row .d .lbl{font-size:11px;color:var(--gray)}
.hero-visual .floater{position:absolute;background:#fff;border:1px solid #e6ebf2;border-radius:9px;padding:11px 14px;
  box-shadow:0 14px 34px rgba(2,6,23,.18);font-weight:750;font-size:12px;display:flex;align-items:center;gap:8px}
.hero-visual .f1{top:-22px;right:18px;color:var(--success)}
.hero-visual .f2{bottom:-20px;left:-12px;color:var(--primary-600)}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(22,131,84,.12)}
.status-dot.blue{background:var(--primary-600);box-shadow:0 0 0 4px rgba(31,86,194,.12)}

/* Süreç adımları */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;counter-reset:step}
.step{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:34px 28px}
.step::before{counter-increment:step;content:counter(step);position:absolute;top:-18px;left:26px;
  width:40px;height:40px;border-radius:8px;background:var(--primary);
  color:#fff;font-weight:800;display:grid;place-items:center;font-size:14px;box-shadow:0 8px 20px rgba(16,42,86,.2)}
.step h3{margin:14px 0 8px;font-size:18px}
.step p{color:var(--gray);font-size:15px}

/* Öne çıkan istatistik şeridi */
.trust-band{background:#fff;color:var(--dark);border:1px solid var(--border);border-radius:12px;padding:30px 20px;display:grid;
  grid-template-columns:repeat(4,1fr);gap:0;text-align:center;box-shadow:0 14px 40px rgba(15,31,55,.07)}
.trust-band>div{padding:0 20px;border-right:1px solid var(--border)}
.trust-band>div:last-child{border-right:none}
.trust-band .num{font-size:32px;line-height:1.1;font-weight:780;color:var(--primary-600);letter-spacing:-.03em}
.trust-band .lbl{color:var(--gray);font-size:12px;margin-top:7px;text-transform:uppercase;letter-spacing:.05em;font-weight:650}

/* Yorumlar */
.testi{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:26px}
.testi .stars{color:#f59e0b;font-size:16px;margin-bottom:10px}
.testi p{color:#334155;font-style:italic;margin-bottom:18px}
.testi .who{display:flex;align-items:center;gap:12px}
.testi .av{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;display:grid;place-items:center;font-weight:700}
.testi .who b{display:block;font-size:14px}
.testi .who span{color:var(--gray);font-size:13px}

/* Hizmet standartları */
.promise-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px}
.promise-icon{width:44px;height:44px;border-radius:8px;background:#edf3fa;color:var(--primary-600);border:1px solid #dce6f2;display:grid;place-items:center;font-size:11px;font-weight:850;letter-spacing:.05em;margin-bottom:18px}
.promise-card h3{font-size:19px;margin-bottom:8px}
.promise-card p{color:var(--gray);font-size:15px}

/* SSS */
.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq details{background:#fff;border:1px solid var(--border);border-radius:12px;padding:0 20px;transition:.2s}
.faq details[open]{box-shadow:var(--shadow)}
.faq summary{cursor:pointer;font-weight:600;padding:18px 0;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:22px;color:var(--primary-600);font-weight:400}
.faq details[open] summary::after{content:"–"}
.faq details p{color:var(--gray);padding:0 0 18px;font-size:15px}

/* WhatsApp yüzen buton */
.wa-float{position:fixed;bottom:24px;left:24px;z-index:60;width:58px;height:58px;border-radius:50%;
  background:#25d366;color:#fff;display:grid;place-items:center;font-size:30px;text-decoration:none;
  box-shadow:0 10px 26px rgba(37,211,102,.5);transition:.2s}
.wa-float:hover{transform:scale(1.08)}
.scroll-top{position:fixed;right:24px;bottom:24px;z-index:60;width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#102a56;color:#fff;display:grid;place-items:center;font-family:inherit;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 12px 28px rgba(15,31,55,.28);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:opacity .2s,transform .2s,visibility .2s,background .2s}
.scroll-top.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.scroll-top:hover{background:#1f56c2;transform:translateY(-2px)}
.scroll-top:focus-visible{outline:3px solid rgba(31,86,194,.3);outline-offset:3px}

/* Bölüm arka plan varyantı */
.section.alt{background:#f5f7fa;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}
.hero + .section{position:relative;z-index:3;margin-top:-38px;padding-top:0!important;padding-bottom:32px!important}

/* Danışmanlık ve aracılık anlatımı */
.advisory-section{padding-top:70px}
.advisory-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.advisory-copy h2{font-size:38px;line-height:1.2;letter-spacing:-.025em;font-weight:740;margin-bottom:18px}
.advisory-copy p{color:var(--gray);font-size:17px;margin-bottom:22px}
.text-link{font-weight:700;display:inline-flex;gap:8px;align-items:center}
.advisory-list{display:flex;flex-direction:column}
.advisory-list article{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--border)}
.advisory-list article:first-child{padding-top:0}
.advisory-list article>span{width:42px;height:42px;border-radius:8px;background:#edf3fa;color:var(--primary-700);border:1px solid #dce6f2;display:grid;place-items:center;font-weight:800;font-size:11px;letter-spacing:.05em}
.advisory-list h3{font-size:18px;margin-bottom:4px}
.advisory-list p{color:var(--gray);font-size:14px}

/* Bireysel / kurumsal hizmet alanları */
.service-split{background:#f8fafc}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.audience-card{border-radius:14px;padding:40px;overflow:hidden;position:relative;border:1px solid var(--border);background:#fff}
.audience-card::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;top:-80px;background:rgba(14,165,233,.1)}
.audience-card.corporate{background:#0d2244;color:#fff;border-color:#0d2244}
.audience-card.corporate::after{background:rgba(56,189,248,.14)}
.audience-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--primary-600);font-weight:800}
.corporate .audience-label{color:#7dd3fc}
.audience-card h3{font-size:25px;line-height:1.25;max-width:390px;margin:12px 0 22px}
.check-list{list-style:none;display:grid;gap:12px;margin-bottom:28px}
.check-list li{display:flex;gap:10px;align-items:flex-start;color:#475569}
.corporate .check-list li{color:#cbd5e1}
.check-list li::before{content:"✓";width:22px;height:22px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;flex:0 0 auto;font-size:12px;font-weight:900}

/* Anasayfa teklif formu */
.quote-panel{background:linear-gradient(125deg,#0b1e3b,#163e7a);color:#fff;border-radius:16px;padding:58px;display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center;box-shadow:0 22px 55px rgba(15,31,55,.16)}
.quote-copy h2{font-size:36px;line-height:1.18;margin-bottom:16px}
.quote-copy>p{color:#dbeafe;font-size:17px;margin-bottom:24px}
.privacy-note{border-left:3px solid #38bdf8;padding-left:14px;color:#bfdbfe;font-size:13px}
.home-quote-form{background:#fff;color:var(--dark);border-radius:12px;padding:30px;box-shadow:0 18px 45px rgba(4,15,35,.18)}
.home-quote-form .field:last-of-type{margin-bottom:14px}
.consent{display:flex;gap:10px;align-items:flex-start;color:var(--gray);font-size:12px;line-height:1.45;margin-bottom:18px;cursor:pointer}
.consent input{margin-top:3px;accent-color:var(--primary-600)}
.footer-disclaimer{display:block;margin-top:8px;font-size:12px;color:#64748b}

/* Bilgi merkezi, blog ve SSS */
.page-hero{background:linear-gradient(120deg,#09182f,#12396f);color:#fff;padding:72px 0;position:relative;overflow:hidden}
.page-hero::after{content:"";position:absolute;right:-120px;top:-180px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(69,144,232,.23),transparent 68%)}
.page-hero-inner{display:flex;justify-content:space-between;align-items:center;gap:40px;position:relative;z-index:1}
.page-hero h1{font-size:clamp(36px,4vw,54px);line-height:1.1;letter-spacing:-.035em;margin-bottom:18px;max-width:820px}
.page-hero p{max-width:760px;color:#cfdded;font-size:18px;line-height:1.7}
.page-hero-mark{font-size:58px;line-height:1;font-weight:850;letter-spacing:.1em;color:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);padding:34px 28px;border-radius:12px}
.category-nav{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:78px;z-index:30}
.category-nav-inner{display:flex;gap:8px;overflow-x:auto;padding-top:13px;padding-bottom:13px;scrollbar-width:none}
.category-nav-inner::-webkit-scrollbar{display:none}
.category-nav a{white-space:nowrap;padding:8px 13px;border-radius:6px;color:#425269;font-size:13px;font-weight:700}
.category-nav a:hover{background:#edf3fa;color:var(--primary-600)}
.content-narrow{max-width:980px}
.faq-category{scroll-margin-top:150px;margin-bottom:58px}
.faq-category:last-of-type{margin-bottom:30px}
.faq-category-head{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.faq-category-head span{background:#edf3fa;color:var(--primary-600);border:1px solid #dce6f2;padding:6px 10px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.faq-category-head h2{font-size:28px;letter-spacing:-.02em}
.faq-wide{max-width:none}
.faq-wide details{border-radius:9px;padding:0 24px}
.faq-wide summary{font-size:16px;padding:20px 0}
.faq-wide details p{max-width:820px;line-height:1.75}
.content-disclaimer{margin-top:28px;padding:18px 20px;border:1px solid #dbe4ef;border-left:3px solid var(--primary-600);background:#f8fafc;border-radius:8px;color:#64748b;font-size:13px;line-height:1.65}
.compact-cta-section{padding-top:0}
.compact-cta{background:#0d2244;color:#fff;border-radius:14px;padding:38px 42px;display:flex;justify-content:space-between;align-items:center;gap:32px}
.compact-cta>div>span{color:#8dbbf1;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800}
.compact-cta h2{font-size:27px;margin-top:5px}
.section-head-row{max-width:none;text-align:left;display:flex;align-items:flex-end;justify-content:space-between;gap:32px}
.section-head-row>div{max-width:680px}
.section-action{text-align:center;margin-top:28px}
.article-grid{align-items:stretch}
.article-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}
.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c8d5e5}
.article-visual{height:150px;background:linear-gradient(135deg,#0d2244,#1f56c2);padding:24px;color:#fff;display:flex;justify-content:space-between;align-items:flex-end;position:relative;overflow:hidden}
.article-visual::after{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-35px;top:-55px}
.article-visual>span{font-size:35px;font-weight:850;letter-spacing:-.04em;position:relative;z-index:1}
.article-visual>small{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:750;color:#c9ddf5;position:relative;z-index:1}
.article-card-body{padding:24px;display:flex;flex-direction:column;flex:1}
.article-meta{display:flex;gap:16px;align-items:center;color:#738196;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.045em;margin-bottom:13px;flex-wrap:wrap}
.article-meta span+span::before{content:"";display:inline-block;width:3px;height:3px;background:#a8b2c0;border-radius:50%;vertical-align:middle;margin-right:13px}
.article-card h3{font-size:20px;line-height:1.35;letter-spacing:-.015em;margin-bottom:11px}
.article-card h3 a,.featured-copy h2 a{color:var(--dark)}
.article-card p{font-size:14px;line-height:1.7;color:var(--gray);margin-bottom:20px}
.article-link{margin-top:auto;font-size:13px;font-weight:800;color:var(--primary-600)}
.featured-article{display:grid;grid-template-columns:.75fr 1.25fr;min-height:390px;border:1px solid var(--border);border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(15,31,55,.08);margin-bottom:72px}
.featured-visual{background:linear-gradient(135deg,#09182f,#1f56c2);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:42px;position:relative;overflow:hidden}
.featured-visual::before,.featured-visual::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}
.featured-visual::before{width:320px;height:320px;right:-100px;top:-130px}.featured-visual::after{width:180px;height:180px;left:-70px;bottom:-80px}
.featured-visual span{font-size:64px;font-weight:850;letter-spacing:-.05em;position:relative;z-index:1}.featured-visual small{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#b9d6f6;position:relative;z-index:1}
.featured-copy{padding:54px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.featured-copy h2{font-size:36px;line-height:1.2;letter-spacing:-.03em;margin-bottom:16px}.featured-copy p{color:var(--gray);font-size:17px;line-height:1.75;margin-bottom:26px}
.blog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.blog-toolbar h2{font-size:32px}.blog-toolbar>p{color:var(--gray);font-size:13px}
.article-header{background:linear-gradient(120deg,#09182f,#12396f);color:#fff;padding:68px 0 92px}
.article-header-inner{max-width:980px}.back-link{color:#9fcaff;font-size:13px;font-weight:700;display:inline-block;margin-bottom:38px}.article-meta-light{color:#b5c9df}.article-header h1{font-size:clamp(38px,5vw,62px);line-height:1.08;letter-spacing:-.04em;max-width:940px;margin-bottom:22px}.article-header p{font-size:19px;line-height:1.7;color:#d3e0ef;max-width:800px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:64px;align-items:start;padding-top:72px;padding-bottom:72px}
.article-content{max-width:760px}.article-lead{font-size:21px!important;color:#273a53!important;line-height:1.7!important;border-bottom:1px solid var(--border);padding-bottom:30px;margin-bottom:38px!important}.article-content section{margin-bottom:34px}.article-content h2{font-size:27px;letter-spacing:-.02em;margin-bottom:12px}.article-content p{color:#526277;font-size:17px;line-height:1.82}
.source-box{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px;background:#edf3fa;border-radius:9px;margin-top:42px}.source-box span{display:block;color:#718096;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.source-box strong{font-size:14px}.source-box a{font-size:13px;font-weight:800;white-space:nowrap}
.article-aside{position:sticky;top:120px;background:#f5f7fa;border:1px solid var(--border);border-radius:12px;padding:28px}.aside-label{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--primary-600);font-weight:850}.article-aside h3{font-size:22px;line-height:1.3;margin:10px 0}.article-aside p{color:var(--gray);font-size:14px;margin-bottom:20px}.related-section{background:#f5f7fa;border-top:1px solid var(--border)}.article-card.compact .article-card-body{min-height:205px}

/* CODEGA marka hikâyesi */
.story-hero{background:#fbfcfe;padding:86px 0 94px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.story-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(16,42,86,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,42,86,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to right,transparent,black 70%,transparent)}
.story-grid{display:grid;grid-template-columns:1fr .92fr;gap:84px;align-items:center;position:relative;z-index:1}
.story-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;background:#fff3d6;border:1px solid #f0ddb2;border-radius:8px;color:#97610d;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;margin-bottom:26px}
.mini-lantern{width:11px;height:13px;border:1.5px solid currentColor;border-radius:2px;position:relative;background:#ffd775}.mini-lantern::before{content:"";position:absolute;left:2px;right:2px;top:-4px;height:3px;border:1.5px solid currentColor;border-bottom:0;border-radius:4px 4px 0 0}
.story-copy h1{font-size:clamp(40px,4.8vw,64px);line-height:1.07;letter-spacing:-.045em;margin-bottom:24px;max-width:720px}.story-copy h1 span{color:#1766bc}
.story-lead{font-size:20px!important;color:#33455d!important;line-height:1.7!important;margin-bottom:26px!important}.story-copy>p{color:#526277;font-size:16px;line-height:1.82;margin-top:26px}
.story-origin{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center;background:#fff5dd;border:1px solid #f0deb7;border-left:4px solid #c8891c;border-radius:10px;padding:20px 22px;color:#5b4b32}.story-origin strong{font-size:21px;color:#9b6208;font-style:italic}.story-origin span{font-size:14px;line-height:1.65}
.story-visual{height:530px;border-radius:18px;background:radial-gradient(circle at 50% 43%,#234f87 0,#112d52 34%,#08192f 72%);position:relative;overflow:hidden;box-shadow:0 28px 70px rgba(15,31,55,.2);border:1px solid rgba(16,42,86,.12)}
.story-visual::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(circle at center,black,transparent 72%)}
.story-orbit{position:absolute;left:50%;top:43%;border:1px solid rgba(123,184,247,.18);border-radius:50%;transform:translate(-50%,-50%)}.orbit-one{width:330px;height:330px}.orbit-two{width:430px;height:430px}
.lantern-illustration{position:absolute;left:50%;top:43%;width:118px;height:170px;transform:translate(-50%,-50%);filter:drop-shadow(0 0 30px rgba(255,190,63,.38))}.lantern-handle{position:absolute;width:58px;height:42px;left:30px;top:-20px;border:5px solid #e7b650;border-bottom:0;border-radius:34px 34px 0 0}.lantern-top,.lantern-base{position:absolute;left:17px;width:84px;height:18px;background:#e4ad3d;border-radius:6px}.lantern-top{top:17px}.lantern-base{bottom:5px}.lantern-light{position:absolute;left:27px;top:34px;width:64px;height:113px;background:radial-gradient(circle,#fff9c7 0,#ffd363 42%,#d88b13 100%);clip-path:polygon(13% 0,87% 0,100% 100%,0 100%);border:4px solid #d9a43b;box-shadow:0 0 55px rgba(255,197,70,.58)}
.story-route{position:absolute;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.8);border-radius:8px;padding:10px 13px;display:flex;align-items:center;gap:9px;color:#183252;box-shadow:0 12px 30px rgba(1,10,28,.18);font-size:12px}.story-route span{width:22px;height:22px;border-radius:5px;background:#eaf2fb;color:#1f56c2;display:grid;place-items:center;font-size:9px;font-weight:850}.story-route b{font-weight:750}.route-risk{left:28px;top:70px}.route-cover{right:25px;top:190px}.route-follow{left:48px;bottom:98px}
.visual-caption{position:absolute;left:0;right:0;bottom:0;padding:25px 30px;background:linear-gradient(transparent,rgba(2,10,23,.84));color:#fff}.visual-caption small{display:block;color:#9fcaff;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:800}.visual-caption strong{display:block;font-size:21px;margin-top:3px}
.story-bridge-section{background:#0d2244;color:#fff}.story-bridge{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.story-bridge-title h2{font-size:39px;line-height:1.2;letter-spacing:-.03em}.story-bridge-copy p{font-size:18px;line-height:1.82;color:#cbd9e9;margin-bottom:18px}.story-bridge-copy strong{color:#fff}
.story-principles-section{background:#f5f7fa}.story-principles article{background:#fff;border:1px solid var(--border);border-radius:12px;padding:28px}.story-principles article>span{display:grid;place-items:center;width:40px;height:40px;background:#edf3fa;border:1px solid #dce6f2;border-radius:7px;color:#1f56c2;font-size:10px;font-weight:850;margin-bottom:20px}.story-principles h3{font-size:19px;line-height:1.35;margin-bottom:10px}.story-principles p{color:var(--gray);font-size:14px;line-height:1.7}
.story-promise-section{padding-top:0;background:#f5f7fa}.story-promise{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:30px;background:linear-gradient(120deg,#0b1e3b,#164b8e);color:#fff;border-radius:16px;padding:44px 50px}.story-promise small{color:#8dbbf1;letter-spacing:.12em;font-size:10px;font-weight:850}.story-promise h2{font-size:30px;line-height:1.3;margin-top:5px}.promise-lantern{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}.promise-lantern span{width:28px;height:38px;border:3px solid #ffd46a;border-radius:4px;background:radial-gradient(circle,#fff6bd,#e6a72b);box-shadow:0 0 25px rgba(255,205,83,.42);position:relative}.promise-lantern span::before{content:"";position:absolute;left:5px;right:5px;top:-12px;height:9px;border:3px solid #ffd46a;border-bottom:0;border-radius:8px 8px 0 0}

@media(max-width:1080px){
  .nav-links,.nav-cta{display:none}
  .burger{display:block}
  .nav-links.open{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;gap:16px;border-bottom:1px solid var(--border)}
  .nav-links.open a{padding:6px 0}
  .nav-links.open a::after{bottom:0}
}

@media(max-width:880px){
  .grid-3,.grid-4,.footer-grid,.form-row{grid-template-columns:1fr}
  .hero-grid{grid-template-columns:1fr;gap:60px}
  .hero-visual{max-width:380px;margin:0 auto}
  .steps{grid-template-columns:1fr;gap:34px}
  .trust-band{grid-template-columns:1fr 1fr;gap:28px;padding:30px}
  .advisory-grid,.audience-grid,.quote-panel{grid-template-columns:1fr}
  .advisory-grid{gap:42px}
  .quote-panel{padding:32px;gap:32px}
  .utility-inner>span{display:none}
  .utility-inner{justify-content:center}
  .page-hero-mark{display:none}
  .featured-article,.article-layout{grid-template-columns:1fr}
  .featured-visual{min-height:260px}
  .featured-copy{padding:38px}
  .article-aside{position:static}
  .section-head-row,.compact-cta{align-items:flex-start;flex-direction:column}
  .story-grid,.story-bridge{grid-template-columns:1fr;gap:52px}.story-visual{max-width:620px;width:100%;margin:0 auto}.story-promise{grid-template-columns:70px 1fr}.story-promise>.btn{grid-column:1/-1;justify-self:start}
}

@media(max-width:560px){
  .container{padding-left:20px;padding-right:20px}
  .utility-inner{font-size:10px;gap:8px;padding-left:12px;padding-right:12px}
  .utility-inner>div{gap:8px}
  .brand-logo img{width:168px!important;max-width:168px!important;max-height:47px!important}
  .hero{padding:64px 0 78px}
  .section{padding:62px 0}
  .section-head h2,.advisory-copy h2,.quote-copy h2{font-size:29px}
  .trust-band{grid-template-columns:1fr 1fr;padding:24px 14px}
  .trust-band>div{padding:16px 8px;border-right:none;border-bottom:1px solid var(--border)}
  .trust-band>div:nth-last-child(-n+2){border-bottom:none}
  .trust-band .num{font-size:29px}
  .audience-card{padding:28px 24px}
  .quote-panel{padding:24px 16px;border-radius:18px}
  .home-quote-form{padding:22px 18px}
  .hero-visual .floater{font-size:11px;padding:9px 11px}
  .page-hero{padding:54px 0}.page-hero h1{font-size:36px}.page-hero p{font-size:16px}
  .category-nav{top:78px}
  .faq-category-head{align-items:flex-start;flex-direction:column;gap:8px}.faq-category-head h2{font-size:25px}
  .featured-copy{padding:28px 22px}.featured-copy h2{font-size:28px}.featured-visual{min-height:210px;padding:28px}.featured-visual span{font-size:48px}
  .article-header{padding:50px 0 70px}.article-header h1{font-size:36px}.article-header p{font-size:16px}.article-layout{padding-top:50px;padding-bottom:50px;gap:40px}.article-lead{font-size:18px!important}.article-content h2{font-size:24px}.article-content p{font-size:16px}.source-box{align-items:flex-start;flex-direction:column}
  .compact-cta{padding:30px 24px}.compact-cta h2{font-size:24px}
  .story-hero{padding:58px 0}.story-copy h1{font-size:40px}.story-origin{grid-template-columns:1fr;gap:7px}.story-visual{height:440px}.story-route{font-size:10px;padding:8px}.route-risk{left:14px;top:48px}.route-cover{right:12px;top:165px}.route-follow{left:22px;bottom:84px}.story-bridge{gap:32px}.story-bridge-title h2{font-size:31px}.story-bridge-copy p{font-size:16px}.story-promise{grid-template-columns:1fr;padding:32px 24px}.story-promise h2{font-size:25px}.promise-lantern{display:none}
  .wa-float{left:18px;bottom:18px;width:54px;height:54px}.scroll-top{right:18px;bottom:18px;width:50px;height:50px}
}

/* İletişim sayfası ve branşa özel teklif penceresi */
.nav-mobile-quote{display:none}.nav-mobile-quote button{width:100%;border:0;background:#1f56c2;color:#fff;border-radius:8px;padding:12px;font:inherit;font-weight:750;cursor:pointer}
.contact-hero{background:linear-gradient(120deg,#f7f9fc,#eef4fb);padding:78px 0 84px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.contact-hero::after{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(31,86,194,.1);border-radius:50%;right:-220px;top:-310px}
.contact-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center;position:relative;z-index:1}.contact-hero h1{font-size:clamp(43px,5vw,65px);line-height:1.06;letter-spacing:-.048em}.contact-hero h1 span{color:#1f56c2}.contact-hero-grid>div:first-child>p{font-size:18px;color:#526277;line-height:1.78;max-width:680px;margin-top:24px}
.contact-hero-note{background:#0d2244;color:#fff;border-radius:14px;padding:34px 36px;border-left:4px solid #2c7dde;box-shadow:0 20px 50px rgba(15,31,55,.13)}.contact-hero-note>span{font-size:9px;color:#8dbbf1;letter-spacing:.13em;font-weight:850}.contact-hero-note strong{display:block;font-size:25px;letter-spacing:-.02em;margin:7px 0 9px}.contact-hero-note p{color:#c6d4e4;font-size:14px;line-height:1.72}
.contact-channel-section{background:#fff;border-bottom:1px solid var(--border)}.contact-channels{display:grid;grid-template-columns:repeat(3,1fr)}.contact-channel{display:flex;gap:16px;align-items:center;padding:26px 30px;border-right:1px solid var(--border);color:var(--dark);transition:.2s}.contact-channel:first-child{border-left:1px solid var(--border)}.contact-channel:hover{background:#f7f9fc}.contact-channel-icon{width:44px;height:44px;border-radius:9px;display:grid;place-items:center;background:#edf4fc;color:#1f56c2;font-size:10px;font-weight:850;flex-shrink:0}.contact-channel-icon.whatsapp{background:#e8f8ef;color:#168354}.contact-channel small,.contact-channel strong,.contact-channel em{display:block}.contact-channel small{font-size:9px;color:#7a8798;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.contact-channel strong{font-size:14px;color:#20324a;margin:2px 0}.contact-channel em{font-size:10px;color:#8a96a5;font-style:normal}
.contact-main-section{background:#f6f8fb}.contact-main-grid{display:grid;grid-template-columns:.73fr 1.27fr;gap:70px;align-items:start}.contact-side{position:sticky;top:135px}.contact-side h2{font-size:36px;line-height:1.25;letter-spacing:-.03em}.contact-side>p{color:#5b6b7f;font-size:16px;line-height:1.75;margin:18px 0 32px}.contact-steps{list-style:none}.contact-steps li{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:0 0 24px}.contact-steps li>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#102a56;color:#fff;font-size:9px;font-weight:850}.contact-steps strong{font-size:14px}.contact-steps p{font-size:12px;color:#748196;line-height:1.55;margin-top:3px}.contact-address{margin-top:12px;padding:20px 22px;background:#fff;border:1px solid var(--border);border-left:3px solid #1f56c2;border-radius:9px}.contact-address small{color:#1f56c2;font-size:9px;font-weight:850;letter-spacing:.11em}.contact-address p{font-size:13px;color:#526277;line-height:1.65;margin-top:5px}
.contact-form-card{background:#fff;border:1px solid var(--border);border-radius:15px;padding:42px;box-shadow:0 18px 55px rgba(15,31,55,.08)}.contact-form-top{border-bottom:1px solid var(--border);padding-bottom:25px;margin-bottom:28px}.contact-form-top>span{color:#1f56c2;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:850}.contact-form-top h2{font-size:30px;margin:4px 0}.contact-form-top p{font-size:14px;color:#718096}
.quote-form-heading{margin:28px 0 15px}.quote-form-heading:first-of-type{margin-top:0}.quote-form-heading span{color:#1f56c2;font-size:9px;font-weight:850;letter-spacing:.1em}.quote-form-heading h3{font-size:18px;margin-top:2px}.detailed-quote-form .field input,.detailed-quote-form .field textarea,.detailed-quote-form .field select{background:#fbfcfe;border-color:#d8e0ea}.detailed-quote-form .field select:focus{outline:none;border-color:var(--primary-600);box-shadow:0 0 0 3px rgba(29,78,216,.12)}
.quote-dynamic-fields{border:1px solid #dce5ef;background:#f7f9fc;border-radius:10px;padding:20px 20px 4px;margin:7px 0 18px}.quote-dynamic-fields[hidden]{display:none}.quote-dynamic-fields legend{padding:0 8px;color:#1f56c2;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.quote-data-note{display:grid;grid-template-columns:28px 1fr;gap:10px;background:#edf4fc;border:1px solid #d9e7f6;border-radius:8px;padding:13px 15px;margin:3px 0 17px}.quote-data-note>span{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#1f56c2;color:#fff;font-family:Georgia,serif;font-weight:700;font-size:12px}.quote-data-note p{color:#52677f;font-size:11px;line-height:1.55}.quote-required-note{text-align:center;color:#8490a0;font-size:10px;margin-top:10px}
.contact-trust-section{padding-top:0;background:#f6f8fb}.contact-trust{display:grid;grid-template-columns:repeat(3,1fr);background:#0d2244;color:#fff;border-radius:14px;overflow:hidden}.contact-trust>div{padding:32px;border-right:1px solid rgba(255,255,255,.12)}.contact-trust>div:last-child{border-right:0}.contact-trust span{color:#70b2f7;font-size:10px;font-weight:850}.contact-trust h3{font-size:18px;margin:7px 0}.contact-trust p{color:#bfcfe1;font-size:13px;line-height:1.65}
body.modal-open{overflow:hidden}.quote-modal{width:min(1120px,calc(100% - 36px));max-width:none;height:min(90vh,850px);max-height:none;padding:0;border:0;border-radius:18px;background:#fff;box-shadow:0 35px 100px rgba(2,10,23,.42);overflow:hidden}.quote-modal::backdrop{background:rgba(4,13,27,.72);backdrop-filter:blur(5px)}.quote-modal-shell{display:grid;grid-template-columns:.76fr 1.24fr;height:100%}.quote-modal-intro{background:linear-gradient(150deg,#091a33,#164b8e);color:#fff;padding:54px 42px;position:relative;overflow:hidden}.quote-modal-intro::after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.12);border-radius:50%;left:-170px;bottom:-190px}.quote-modal-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;font-size:25px;line-height:1;cursor:pointer}.quote-modal-kicker{color:#8fc5ff;font-size:9px;font-weight:850;letter-spacing:.13em}.quote-modal-intro h2{font-size:34px;line-height:1.2;letter-spacing:-.035em;margin:15px 0 16px}.quote-modal-intro>p{color:#c7d6e7;font-size:14px;line-height:1.75}.quote-modal-points{display:flex;flex-direction:column;gap:12px;margin-top:35px}.quote-modal-points span{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700;color:#d7e5f5}.quote-modal-points span::before{content:"";width:7px;height:7px;border-radius:50%;background:#60aef9;box-shadow:0 0 0 4px rgba(96,174,249,.13)}.quote-modal-form{padding:42px 44px;overflow-y:auto}.quote-modal-form .quote-form-heading:first-of-type{padding-right:30px}

@media(max-width:1080px){.nav-links.open .nav-mobile-quote{display:block}.nav-mobile-quote button{display:block}.quote-modal{height:92vh}.quote-modal-shell{grid-template-columns:.65fr 1.35fr}.quote-modal-intro{padding:45px 30px}.quote-modal-form{padding:36px 32px}}
@media(max-width:880px){.contact-hero-grid,.contact-main-grid{grid-template-columns:1fr;gap:45px}.contact-channels{grid-template-columns:1fr}.contact-channel,.contact-channel:first-child{border-left:1px solid var(--border);border-bottom:1px solid var(--border)}.contact-side{position:static}.contact-trust{grid-template-columns:1fr}.contact-trust>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.quote-modal{overflow-y:auto}.quote-modal-shell{grid-template-columns:1fr;height:auto}.quote-modal-intro{padding:36px 30px}.quote-modal-intro h2{font-size:27px;max-width:540px}.quote-modal-points{flex-direction:row;flex-wrap:wrap;margin-top:24px}.quote-modal-form{overflow:visible}}
@media(max-width:560px){.contact-hero{padding:54px 0 60px}.contact-hero h1{font-size:39px}.contact-hero-grid>div:first-child>p{font-size:16px}.contact-hero-note{padding:27px 24px}.contact-channel{padding:20px}.contact-main-grid{gap:35px}.contact-side h2{font-size:30px}.contact-form-card{padding:27px 18px;border-radius:12px}.contact-trust>div{padding:26px 23px}.quote-modal{width:calc(100% - 16px);height:calc(100vh - 16px);border-radius:13px}.quote-modal-intro{padding:31px 22px}.quote-modal-intro h2{font-size:24px}.quote-modal-points{display:none}.quote-modal-form{padding:28px 18px}.quote-dynamic-fields{padding:17px 13px 2px}}

/* CODEGA kurumsal marka hikâyesi */
.brand-story-hero{background:linear-gradient(120deg,#07172d 0%,#0d2b53 58%,#154785 100%);color:#fff;padding:88px 0 92px;position:relative;overflow:hidden}.brand-story-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:50px 50px;mask-image:linear-gradient(to right,transparent,black 72%,transparent)}
.brand-story-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center;position:relative;z-index:1}.brand-story-kicker{display:inline-flex;align-items:center;gap:11px;color:#e6b957;background:rgba(255,204,91,.08);border:1px solid rgba(255,207,99,.2);border-radius:7px;padding:8px 13px;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;margin-bottom:26px}.brand-story-kicker .mini-lantern{background:#eec454}.brand-story-copy h1{font-size:clamp(45px,5.2vw,70px);line-height:1.02;letter-spacing:-.052em;max-width:680px}.brand-story-copy h1 span{color:#79b9ff}.brand-story-copy>p{font-size:18px;line-height:1.78;color:#d0deed;max-width:650px;margin:25px 0 31px}.brand-story-actions{display:flex;gap:13px;flex-wrap:wrap}.brand-story-actions .btn-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.3)}.brand-story-actions .btn-light:hover{background:rgba(255,255,255,.08)}
.brand-story-image{margin:0;border-radius:16px;overflow:hidden;background:#08172b;border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 75px rgba(1,8,20,.38);position:relative}.brand-story-image::before{content:"";position:absolute;inset:0 0 66px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);pointer-events:none;z-index:1}.brand-story-image img{display:block;width:100%;height:auto;aspect-ratio:1200/848;object-fit:contain;background:#d7c4a0}.brand-story-image figcaption{min-height:66px;padding:14px 18px 15px;background:linear-gradient(90deg,#07172d,#102f58);display:flex;flex-direction:column;justify-content:center}.brand-story-image figcaption span{color:#e0b856;font-size:8px;font-weight:850;letter-spacing:.13em}.brand-story-image figcaption strong{color:#e5edf6;font-size:12px;line-height:1.45;margin-top:2px}
.brand-beacon{height:530px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(5,17,34,.35);position:relative;overflow:hidden;box-shadow:0 32px 75px rgba(1,8,20,.34)}.beacon-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle at 50% 42%,black,transparent 72%)}.beacon-orbit{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);border:1px solid rgba(116,184,253,.18);border-radius:50%}.beacon-orbit.orbit-a{width:290px;height:290px}.beacon-orbit.orbit-b{width:410px;height:410px;border-style:dashed}
.beacon-mark{position:absolute;left:50%;top:42%;width:112px;height:145px;transform:translate(-50%,-50%);filter:drop-shadow(0 0 38px rgba(255,194,58,.28))}.beacon-handle{position:absolute;left:30px;top:-16px;width:52px;height:38px;border:4px solid #dfb349;border-bottom:0;border-radius:30px 30px 0 0}.beacon-light{position:absolute;inset:19px 13px 0;background:radial-gradient(circle at 50% 45%,#fff8ca,#f3c85c 52%,#be7912);clip-path:polygon(20% 0,80% 0,100% 100%,0 100%);border:5px solid #d4a33d;box-shadow:0 0 60px rgba(255,199,65,.42)}
.beacon-point{position:absolute;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.96);color:#16304f;border-radius:8px;padding:10px 13px;min-width:145px;box-shadow:0 14px 32px rgba(1,8,20,.3)}.beacon-point small{width:26px;height:26px;border-radius:6px;background:#eaf2fb;color:#1f56c2;display:grid;place-items:center;font-size:9px;font-weight:850}.beacon-point b,.beacon-point span{display:block}.beacon-point b{font-size:9px;letter-spacing:.08em}.beacon-point span{font-size:10px;color:#718096}.point-risk{left:24px;top:62px}.point-choice{right:21px;top:195px}.point-trust{left:42px;bottom:88px}.beacon-signature{position:absolute;left:0;right:0;bottom:0;padding:25px 29px;background:linear-gradient(transparent,rgba(2,9,20,.92))}.beacon-signature span,.beacon-signature small{display:block}.beacon-signature span{font-size:18px;font-weight:850;letter-spacing:.16em}.beacon-signature small{color:#8fb9e8;font-size:10px;letter-spacing:.09em;margin-top:2px}
.brand-origin-band{background:#fff;border-bottom:1px solid var(--border)}.brand-origin-grid{display:grid;grid-template-columns:.55fr 1.25fr .75fr;gap:45px;align-items:center;padding-top:29px;padding-bottom:29px}.origin-word,.origin-principle{display:flex;flex-direction:column}.origin-word span,.origin-principle span{color:#8390a1;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.origin-word strong{font-family:Georgia,serif;color:#9b6208;font-size:25px;font-style:italic}.brand-origin-grid>p{color:#536379;font-size:13px;line-height:1.65;padding-left:38px;border-left:1px solid var(--border)}.origin-principle{padding-left:32px;border-left:1px solid var(--border)}.origin-principle strong{color:#102a56;font-size:14px;margin-top:3px}
.brand-standard-section{padding-top:108px;padding-bottom:108px}.brand-standard-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:105px;align-items:start}.brand-standard-heading{position:sticky;top:140px}.brand-standard-heading h2{font-size:40px;line-height:1.23;letter-spacing:-.035em}.brand-standard-copy p{color:#526277;font-size:17px;line-height:1.85;margin-bottom:23px}.brand-standard-copy .brand-standard-lead{font-size:23px;line-height:1.65;color:#1a2f49;font-weight:600;border-left:3px solid #c8891c;padding-left:25px;margin-bottom:30px}
.brand-pillars-section{background:#f5f7fa;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.brand-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.brand-pillar-grid article{background:#fff;border:1px solid var(--border);border-radius:12px;padding:34px;display:flex;flex-direction:column;min-height:330px;transition:.2s}.brand-pillar-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c7d4e3}.pillar-code{color:#1f56c2;font-size:9px;font-weight:850;letter-spacing:.11em}.brand-pillar-grid h3{font-size:23px;line-height:1.35;letter-spacing:-.02em;margin:20px 0 13px}.brand-pillar-grid p{color:#617085;font-size:14px;line-height:1.73}.brand-pillar-grid strong{display:block;margin-top:auto;padding-top:25px;border-top:1px solid var(--border);color:#173f8f;font-size:12px}
.brand-method-section{background:#0c213f;color:#fff}.brand-method-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:95px;align-items:start}.brand-method-copy{position:sticky;top:140px}.brand-method-copy .pill{background:rgba(110,176,246,.1);border:1px solid rgba(133,188,245,.2);color:#96c9ff}.brand-method-copy h2{font-size:39px;line-height:1.23;letter-spacing:-.035em}.brand-method-copy>p{color:#bdcde0;font-size:16px;line-height:1.75;margin:18px 0 29px}.method-quote{display:grid;grid-template-columns:32px 1fr;gap:7px;border-top:1px solid rgba(255,255,255,.14);padding-top:25px}.method-quote>span{font-family:Georgia,serif;color:#e1b956;font-size:36px;line-height:1}.method-quote p{color:#d4e0ee;font-family:Georgia,serif;font-size:15px;font-style:italic;line-height:1.65}
.brand-method-list{list-style:none}.brand-method-list li{display:grid;grid-template-columns:64px 1fr;gap:24px;padding:0 0 35px;position:relative}.brand-method-list li:not(:last-child)::before{content:"";position:absolute;left:31px;top:61px;bottom:5px;width:1px;background:rgba(147,194,243,.2)}.brand-method-list li>span{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#15365f;border:1px solid rgba(149,196,244,.23);color:#8fc5ff;font-size:10px;font-weight:850}.brand-method-list small{color:#e0b856;font-size:8px;font-weight:850;letter-spacing:.13em}.brand-method-list h3{font-size:21px;margin:3px 0 7px}.brand-method-list p{color:#bfcfe1;font-size:14px;line-height:1.7;max-width:580px}
.brand-role-section{background:#f7f9fc}.brand-role-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:14px;padding:45px 49px}.brand-role-title{display:grid;grid-template-columns:72px 1fr;gap:23px;align-items:start}.brand-role-icon{width:68px;height:68px;border-radius:50%;background:#edf4fc;position:relative}.brand-role-icon::before{content:"";position:absolute;left:21px;top:15px;width:27px;height:34px;background:#1f56c2;clip-path:polygon(50% 0,95% 17%,88% 72%,50% 100%,12% 72%,5% 17%)}.brand-role-title small{color:#1f56c2;font-size:9px;font-weight:850;letter-spacing:.12em}.brand-role-title h2{font-size:28px;line-height:1.3;margin-top:5px}.brand-role-copy{padding-left:44px;border-left:1px solid var(--border)}.brand-role-copy p{color:#5b6b7e;font-size:14px;line-height:1.78;margin-bottom:13px}.brand-role-copy p:last-child{margin-bottom:0}.brand-role-copy strong{color:#1c314b}
.brand-manifesto-section{padding-top:0;background:#f7f9fc}.brand-manifesto{display:grid;grid-template-columns:78px 1fr auto;gap:30px;align-items:center;background:linear-gradient(120deg,#091a33,#174a8c);color:#fff;border-radius:16px;padding:47px 50px;position:relative;overflow:hidden}.brand-manifesto::after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-90px;top:-170px}.manifesto-mark{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}.manifesto-mark .mini-lantern{width:22px;height:29px;background:#f2c65d;color:#dca93f;box-shadow:0 0 25px rgba(255,205,83,.36)}.brand-manifesto>div,.brand-manifesto>.btn{position:relative;z-index:1}.brand-manifesto>div>span{color:#8fc5ff;font-size:9px;font-weight:850;letter-spacing:.13em}.brand-manifesto h2{font-size:29px;line-height:1.3;margin:5px 0}.brand-manifesto p{color:#c6d5e6;font-size:14px}

@media(max-width:880px){.brand-story-hero-grid,.brand-standard-grid,.brand-method-grid,.brand-role-grid{grid-template-columns:1fr;gap:52px}.brand-story-image{max-width:680px;width:100%;margin:0 auto}.brand-origin-grid{grid-template-columns:1fr 1.4fr}.origin-principle{grid-column:1/-1;padding:20px 0 0;border-left:0;border-top:1px solid var(--border)}.brand-standard-heading,.brand-method-copy{position:static}.brand-pillar-grid{grid-template-columns:1fr}.brand-pillar-grid article{min-height:0}.brand-role-copy{padding:28px 0 0;border-left:0;border-top:1px solid var(--border)}.brand-manifesto{grid-template-columns:70px 1fr}.brand-manifesto>.btn{grid-column:1/-1;justify-self:start}}
@media(max-width:560px){.brand-story-hero{padding:57px 0 64px}.brand-story-copy h1{font-size:41px}.brand-story-copy>p{font-size:16px}.brand-story-actions{flex-direction:column}.brand-story-actions .btn{width:100%}.brand-story-image{border-radius:11px}.brand-story-image figcaption{padding:12px 14px}.brand-origin-grid{grid-template-columns:1fr;gap:17px}.brand-origin-grid>p{padding:17px 0;border-left:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.origin-principle{grid-column:auto;padding:0;border-top:0}.brand-standard-section{padding-top:65px;padding-bottom:65px}.brand-standard-grid{gap:29px}.brand-standard-heading h2{font-size:31px}.brand-standard-copy .brand-standard-lead{font-size:19px;padding-left:18px}.brand-pillar-grid article{padding:28px 23px}.brand-pillar-grid h3{font-size:21px}.brand-method-grid{gap:40px}.brand-method-copy h2{font-size:30px}.brand-method-list li{grid-template-columns:48px 1fr;gap:15px}.brand-method-list li>span{width:47px;height:47px}.brand-method-list li:not(:last-child)::before{left:23px;top:47px}.brand-role-grid{padding:30px 23px}.brand-role-title{grid-template-columns:1fr}.brand-role-title h2{font-size:24px}.brand-manifesto{grid-template-columns:1fr;padding:34px 24px}.manifesto-mark{display:none}.brand-manifesto h2{font-size:24px}.brand-manifesto>.btn{grid-column:auto;width:100%}}

/* Kompakt iki adımlı teklif penceresi */
.quote-modal.quote-modal-v2{width:min(790px,calc(100% - 32px));height:auto;max-height:min(90vh,760px);border-radius:15px;overflow:hidden;background:#fff}.quote-modal-v2-shell{display:block}.quote-modal-v2-head{background:linear-gradient(120deg,#091a33,#154a8b);color:#fff;padding:27px 34px 52px;position:relative}.quote-modal-v2-head::after{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-100px;top:-150px}.quote-modal-v2-head>div:first-child{position:relative;z-index:1;padding-right:50px}.quote-modal-v2-head h2{font-size:25px;line-height:1.25;letter-spacing:-.025em;margin:5px 0}.quote-modal-v2-head p{color:#c9d8e8;font-size:12px}.quote-modal-v2 .quote-modal-close{right:20px;top:20px;width:35px;height:35px;font-size:21px;z-index:3}
.quote-modal-progress{position:absolute;left:34px;right:34px;bottom:14px;display:flex;align-items:center;gap:12px;z-index:2}.quote-modal-progress span{display:flex;align-items:center;gap:7px;color:#93a9c2;font-size:10px;font-weight:750;white-space:nowrap}.quote-modal-progress span b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.17);font-size:9px;color:#b8cbe0}.quote-modal-progress span.active{color:#fff}.quote-modal-progress span.active b{background:#fff;color:#1f56c2;border-color:#fff}.quote-modal-progress span.complete b{background:#2d81df;color:#fff;border-color:#5ba1ec}.quote-modal-progress i{height:1px;background:rgba(255,255,255,.18);flex:1}
.quote-modal-v2-form{padding:25px 34px 28px;max-height:calc(min(90vh,760px) - 148px);overflow-y:auto}.quote-wizard-form .quote-form-heading{margin:16px 0 10px}.quote-wizard-form .quote-form-heading:first-child{margin-top:0}.quote-wizard-form .quote-form-heading span{display:none}.quote-wizard-form .quote-form-heading h3{font-size:15px;color:#26384f}.quote-wizard-form .field{margin-bottom:12px}.quote-wizard-form .field label{font-size:12px;margin-bottom:4px}.quote-wizard-form .field input,.quote-wizard-form .field select,.quote-wizard-form .field textarea{padding:10px 12px;border-radius:8px;font-size:13px}.quote-wizard-form .quote-wizard-next{margin-top:6px;padding:12px 20px;font-size:14px}.quote-wizard-hint{text-align:center;color:#8290a2;font-size:10px;margin-top:8px}
.quote-wizard-summary{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;background:#edf4fc;border:1px solid #dbe8f6;border-radius:9px;padding:10px 12px;margin-bottom:15px}.quote-wizard-summary button{width:34px;height:34px;border:1px solid #ccdaea;background:#fff;border-radius:7px;color:#1f56c2;font-size:17px;cursor:pointer}.quote-wizard-summary span,.quote-wizard-summary strong{display:block}.quote-wizard-summary span{color:#718096;font-size:9px;text-transform:uppercase;letter-spacing:.07em}.quote-wizard-summary strong{color:#193656;font-size:13px}.quote-wizard-summary small{color:#1f56c2;font-size:10px;font-weight:850}.quote-wizard-form .quote-dynamic-fields{padding:16px 16px 2px;margin:0 0 13px}.quote-wizard-form .quote-dynamic-fields legend{font-size:9px}.quote-wizard-form .quote-extra-note{display:none}.quote-wizard-form .quote-data-note{grid-template-columns:22px 1fr;padding:9px 11px;margin-bottom:11px}.quote-wizard-form .quote-data-note>span{width:19px;height:19px;font-size:10px}.quote-wizard-form .quote-data-note p{font-size:9px;line-height:1.45}.quote-wizard-form .consent{font-size:10px;line-height:1.45;margin-bottom:12px}.quote-wizard-form .quote-required-note{display:none}.quote-wizard-form [type="submit"]{padding:12px 20px;font-size:14px}.quote-modal-v2.wizard-second-step .quote-modal-v2-head h2{font-size:22px}
@media(max-width:560px){.quote-modal.quote-modal-v2{width:calc(100% - 14px);max-height:calc(100vh - 14px);border-radius:12px}.quote-modal-v2-head{padding:23px 19px 51px}.quote-modal-v2-head>div:first-child{padding-right:37px}.quote-modal-v2-head h2{font-size:20px}.quote-modal-v2-head p{font-size:10px;max-width:290px}.quote-modal-v2 .quote-modal-close{right:14px;top:14px}.quote-modal-progress{left:19px;right:19px;gap:7px}.quote-modal-progress span{font-size:9px}.quote-modal-progress span b{width:20px;height:20px}.quote-modal-v2-form{padding:19px 16px 22px;max-height:calc(100vh - 151px)}.quote-wizard-form .form-row{grid-template-columns:1fr 1fr;gap:10px}.quote-wizard-form .field input,.quote-wizard-form .field select{min-height:42px}.quote-wizard-form .quote-dynamic-fields .form-row{grid-template-columns:1fr}.quote-wizard-summary{grid-template-columns:36px 1fr auto}.quote-wizard-form .quote-data-note{display:none}}

  /* Kurumsal üç adımlı teklif merkezi */
  .quote-modal.quote-modal-v2{width:min(1000px,calc(100% - 36px));max-height:min(92vh,900px);border-radius:20px;box-shadow:0 38px 110px rgba(2,10,23,.48)}
  .quote-modal-v2-head{padding:30px 42px 62px;background:linear-gradient(118deg,#071a36 0%,#103d78 58%,#1e63bd 100%);overflow:hidden}
  .quote-modal-v2-head::before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-118px;top:-270px}
  .quote-modal-v2-head::after{width:210px;height:210px;right:70px;top:-165px;border-color:rgba(255,255,255,.07)}
  .quote-modal-v2-head h2{font-size:28px;margin:6px 0 5px;max-width:650px}.quote-modal-v2-head p{font-size:13px;max-width:700px}.quote-modal-kicker{color:#83c5ff;letter-spacing:.16em}
  .quote-modal-progress{left:42px;right:42px;bottom:16px;gap:12px}.quote-modal-progress span{font-size:10px}.quote-modal-progress span b{width:24px;height:24px}.quote-modal-progress span.complete{color:#b9d9fa}.quote-modal-progress span.complete b{background:#38a0ff;border-color:#6ab8ff}
  .quote-modal-v2-form{padding:30px 42px 32px;max-height:calc(min(92vh,900px) - 164px);background:#fff}.quote-form-step[hidden]{display:none!important}
  .quote-step-heading{margin-bottom:22px}.quote-step-heading>span{display:block;color:#1f63bc;font-size:9px;line-height:1;font-weight:900;letter-spacing:.14em;margin-bottom:7px}.quote-step-heading h3{font-size:22px;line-height:1.25;color:#142b49;letter-spacing:-.02em}.quote-step-heading p{color:#718096;font-size:12px;margin-top:5px}.quote-step-heading.compact{margin-bottom:15px}
  .quote-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.quote-type-card{display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;text-align:left;min-height:82px;padding:14px;border:1px solid #dce5ef;border-radius:12px;background:#fff;color:#172b49;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.quote-type-card:hover{border-color:#8eb9ec;box-shadow:0 8px 24px rgba(18,65,119,.1);transform:translateY(-1px)}.quote-type-card.selected{border-color:#2266c7;background:#f3f8ff;box-shadow:0 0 0 2px rgba(34,102,199,.13)}.quote-type-card:focus-visible{outline:3px solid rgba(37,109,202,.25);outline-offset:2px}.quote-type-card strong{align-self:end;font-size:12px;line-height:1.25}.quote-type-card small{align-self:start;color:#8491a2;font-size:9px;margin-top:2px}.quote-type-badge{grid-row:1/3;width:44px;height:44px;border-radius:11px;display:grid;place-items:center;background:#e9f2ff;color:#1d5fb8;font-size:11px;font-weight:900;letter-spacing:.02em}.quote-type-badge.property{background:#e7f8ef;color:#147d4c}.quote-type-badge.health{background:#fff0f3;color:#cf3454}.quote-type-badge.travel{background:#f2edff;color:#7047bd}.quote-type-badge.business{background:#fff5e5;color:#a8640b}
  .quote-native-select{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.quote-wizard-actions{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid #e5ebf2;margin-top:20px;padding-top:17px}.quote-wizard-actions.single{justify-content:flex-end}.quote-wizard-actions .btn{min-width:250px;padding:12px 19px;font-size:13px}.quote-wizard-actions .btn:disabled{opacity:.48;cursor:not-allowed}.quote-back-button{border:0;background:transparent;color:#52677f;font-size:12px;font-weight:750;padding:10px;cursor:pointer}.quote-back-button:hover{color:#1f56c2}
  .quote-selected-product{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;background:#edf5ff;border:1px solid #d4e5f8;border-radius:10px;padding:10px 13px;margin-bottom:18px}.quote-selected-product>span{color:#718096;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.quote-selected-product>strong{color:#183d6b;font-size:12px}.quote-selected-product>button{border:0;background:transparent;color:#1e62b9;font-size:10px;font-weight:800;cursor:pointer}.quote-wizard-form .field{margin-bottom:14px}.quote-wizard-form .field label{font-size:11px;margin-bottom:5px}.quote-wizard-form .field input,.quote-wizard-form .field select,.quote-wizard-form .field textarea{min-height:45px;padding:11px 13px;border-radius:9px;font-size:13px;background:#fbfcfe}.quote-wizard-form .quote-dynamic-fields{padding:18px 18px 3px;margin:0 0 13px}.quote-wizard-form .quote-extra-note{display:block}.quote-wizard-form .quote-extra-note textarea{min-height:60px}.quote-wizard-form .quote-data-note{margin:2px 0 12px}.quote-wizard-form .consent{margin-bottom:0}
  @media(max-width:760px){.quote-modal.quote-modal-v2{width:calc(100% - 18px);max-height:calc(100vh - 18px);border-radius:15px}.quote-modal-v2-head{padding:25px 22px 58px}.quote-modal-v2-head h2{font-size:22px;padding-right:35px}.quote-modal-v2-head p{font-size:11px;padding-right:30px}.quote-modal-progress{left:22px;right:22px;gap:7px}.quote-modal-progress span{font-size:9px}.quote-modal-progress span b{width:21px;height:21px}.quote-modal-v2-form{padding:24px 20px 26px;max-height:calc(100vh - 166px)}.quote-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.quote-type-card{grid-template-columns:38px 1fr;min-height:72px;padding:10px;column-gap:9px}.quote-type-badge{width:37px;height:37px;border-radius:9px}.quote-wizard-actions .btn{min-width:0;flex:1}.quote-step-heading h3{font-size:19px}}
  @media(max-width:480px){.quote-modal-v2-head{padding-left:17px;padding-right:17px}.quote-modal-v2-head p{display:none}.quote-modal-progress{left:17px;right:17px}.quote-modal-progress span{font-size:0}.quote-modal-progress span b{font-size:9px}.quote-modal-v2-form{padding:20px 14px 23px}.quote-type-card small{display:none}.quote-type-card strong{align-self:center;font-size:11px}.quote-type-card{grid-template-rows:1fr}.quote-wizard-form .form-row{grid-template-columns:1fr}.quote-wizard-actions{position:sticky;bottom:-23px;background:#fff;margin-left:-14px;margin-right:-14px;padding:13px 14px;z-index:3}.quote-wizard-actions .btn{font-size:11px;padding:11px}.quote-back-button{font-size:11px}.quote-selected-product{grid-template-columns:1fr auto}.quote-selected-product>span{display:none}}

  @media(prefers-reduced-motion:reduce){.scroll-top,.wa-float,.quote-type-card{transition:none}.scroll-top:hover,.quote-type-card:hover{transform:none}}

/* Kurumsal hakkımızda sayfası */
.about-hero{background:#f7f9fc;padding:82px 0 88px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.about-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(16,42,86,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,42,86,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to right,black,transparent 72%)}
.about-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:84px;align-items:center;position:relative;z-index:1}
.about-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--primary-700);font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase;margin-bottom:24px}
.about-kicker-mark{width:25px;height:2px;background:var(--primary-600);position:relative}.about-kicker-mark::after{content:"";position:absolute;right:0;top:-3px;width:8px;height:8px;background:#fff;border:2px solid var(--primary-600);border-radius:50%}
.about-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.06;letter-spacing:-.048em;color:#0c1b30;max-width:700px}.about-hero h1 span{color:#1f56c2}
.about-hero-copy>p{color:#526277;font-size:18px;line-height:1.78;max-width:680px;margin:25px 0 30px}
.about-actions{display:flex;gap:12px;flex-wrap:wrap}.about-actions .btn-light{background:#fff}.about-actions .nav-lantern{margin-right:3px}
.about-assurances{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:30px;color:#516174;font-size:12px;font-weight:700}.about-assurances span{display:flex;align-items:center;gap:8px}.about-assurances span::before{content:"";width:6px;height:6px;border-radius:50%;background:#1f56c2;box-shadow:0 0 0 4px rgba(31,86,194,.1)}
.about-visual{height:510px;background:linear-gradient(145deg,#08182e,#123b73);border-radius:18px;position:relative;overflow:hidden;box-shadow:0 28px 70px rgba(15,31,55,.2);border:1px solid rgba(16,42,86,.16)}
.about-visual::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle at 50% 43%,black,transparent 70%)}
.about-visual-glow{position:absolute;width:310px;height:310px;left:50%;top:42%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(39,128,231,.28),rgba(31,86,194,.08) 50%,transparent 72%)}
.about-compass{position:absolute;width:250px;height:250px;left:50%;top:42%;transform:translate(-50%,-50%);border:1px solid rgba(140,195,255,.24);border-radius:50%;display:grid;place-items:center}.about-compass::before,.about-compass::after{content:"";position:absolute;background:rgba(141,191,246,.2)}.about-compass::before{width:1px;height:310px}.about-compass::after{width:310px;height:1px}
.compass-ring{position:absolute;inset:26px;border:1px dashed rgba(151,201,255,.24);border-radius:50%;transform:rotate(18deg)}
.compass-core{width:104px;height:104px;border-radius:28px 28px 28px 8px;transform:rotate(45deg);display:grid;place-items:center;background:linear-gradient(145deg,#2e7ee0,#164b98);border:1px solid rgba(255,255,255,.25);box-shadow:0 20px 50px rgba(1,10,28,.34)}.compass-core b{transform:rotate(-45deg);font-size:45px;line-height:1;color:#fff;letter-spacing:-.08em}
.about-route{position:absolute;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.75);border-radius:9px;padding:11px 14px;display:flex;align-items:center;gap:11px;color:#183252;box-shadow:0 13px 32px rgba(1,10,28,.25);min-width:170px}.about-route small{width:26px;height:26px;border-radius:6px;background:#eaf2fb;display:grid;place-items:center;color:#1f56c2;font-size:9px;font-weight:850}.about-route b,.about-route span{display:block}.about-route b{font-size:12px}.about-route span{font-size:10px;color:#718096}.about-route.route-one{left:24px;top:55px}.about-route.route-two{right:22px;top:185px}.about-route.route-three{left:38px;bottom:90px}
.about-visual-caption{position:absolute;left:0;right:0;bottom:0;padding:26px 30px;background:linear-gradient(transparent,rgba(2,10,23,.9));color:#fff;font-size:15px;font-weight:700}.about-visual-caption span{display:block;color:#8dbbf1;font-size:9px;letter-spacing:.12em;margin-bottom:3px}
.about-stat-section{background:#fff;border-bottom:1px solid var(--border)}.about-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:30px;padding-bottom:30px}.about-stat-grid>div{padding:8px 26px;border-right:1px solid var(--border)}.about-stat-grid>div:first-child{padding-left:0}.about-stat-grid>div:last-child{border-right:0}.about-stat-grid strong,.about-stat-grid span{display:block}.about-stat-grid strong{font-size:25px;line-height:1.2;color:#102a56;letter-spacing:-.03em}.about-stat-grid span{color:#718096;font-size:12px;margin-top:5px}
.about-intro-section{padding-top:108px;padding-bottom:108px}.about-intro-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:110px;align-items:start}.about-intro-title{position:sticky;top:140px}.about-intro-title h2{font-size:42px;line-height:1.18;letter-spacing:-.035em;max-width:430px}.about-intro-copy p{color:#526277;font-size:17px;line-height:1.85;margin-bottom:22px}.about-intro-copy .about-lead{font-size:23px;color:#1b2f49;line-height:1.65;font-weight:600;border-left:3px solid #1f56c2;padding-left:26px;margin-bottom:30px}
.about-principles-section{background:#f5f7fa;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-principles article{background:#fff;border:1px solid var(--border);border-radius:12px;padding:30px;transition:.2s}.about-principles article:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c8d5e5}.about-principles article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:#edf3fa;color:#1f56c2;font-size:10px;font-weight:850;margin-bottom:23px}.about-principles h3{font-size:19px;margin-bottom:10px}.about-principles p{color:var(--gray);font-size:14px;line-height:1.72}
.about-process-section{background:#0d2244;color:#fff}.about-process-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:100px;align-items:start}.about-process-copy{position:sticky;top:140px}.about-process-copy .pill{background:rgba(105,168,239,.12);color:#9fcaff;border:1px solid rgba(143,192,246,.18)}.about-process-copy h2{font-size:39px;line-height:1.22;letter-spacing:-.032em}.about-process-copy>p{color:#bfcfe1;font-size:16px;line-height:1.78;margin:19px 0 25px}.about-text-link{display:inline-flex;gap:8px;align-items:center;color:#8fc5ff;font-size:13px;font-weight:800}.about-text-link:hover{color:#fff}
.about-timeline{list-style:none;counter-reset:none}.about-timeline li{display:grid;grid-template-columns:58px 1fr;gap:22px;padding:0 0 34px;position:relative}.about-timeline li:not(:last-child)::before{content:"";position:absolute;left:27px;top:54px;bottom:3px;width:1px;background:rgba(157,198,241,.22)}.about-timeline li>span{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#163764;border:1px solid rgba(154,199,245,.25);color:#8fc5ff;font-size:10px;font-weight:850}.about-timeline h3{font-size:21px;margin:4px 0 7px}.about-timeline p{color:#bfcfe1;font-size:15px;line-height:1.7;max-width:570px}
.about-audience-section{background:#f7f9fc}.about-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.about-audience-card{background:#fff;border:1px solid var(--border);border-top:4px solid #1f56c2;border-radius:12px;padding:38px;position:relative;overflow:hidden}.about-audience-card::after{content:"";position:absolute;width:220px;height:220px;border:1px solid #e6edf5;border-radius:50%;right:-110px;top:-110px}.about-audience-card.corporate{border-top-color:#102a56}.audience-index{color:#1f56c2;font-size:10px;font-weight:850;letter-spacing:.13em}.about-audience-card h3{font-size:25px;line-height:1.3;margin:10px 0 12px;max-width:410px}.about-audience-card p{color:var(--gray);font-size:15px;line-height:1.72;max-width:510px}.about-audience-card ul{display:flex;gap:9px;flex-wrap:wrap;list-style:none;margin-top:25px}.about-audience-card li{background:#f0f4f9;border:1px solid #e0e7ef;color:#405168;border-radius:6px;padding:7px 10px;font-size:11px;font-weight:700}
.about-role-section{padding-top:0;background:#f7f9fc}.about-role{display:grid;grid-template-columns:110px 1fr;gap:34px;align-items:center;background:#fff;border:1px solid var(--border);border-left:4px solid #1f56c2;border-radius:13px;padding:38px 44px}.about-role-badge{width:88px;height:88px;border-radius:50%;background:#edf4fc;display:grid;place-items:center}.about-role-badge span{width:38px;height:45px;background:#1f56c2;clip-path:polygon(50% 0,93% 15%,88% 70%,50% 100%,12% 70%,7% 15%);position:relative}.about-role-badge span::after{content:"";position:absolute;left:13px;top:14px;width:12px;height:7px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg)}.role-label{color:#1f56c2;font-size:10px;font-weight:850;letter-spacing:.12em}.about-role h2{font-size:27px;margin:5px 0 9px}.about-role p{color:#5e6e81;font-size:14px;line-height:1.75;max-width:900px}
.about-cta-section{padding-top:0;background:#f7f9fc}.about-cta{background:linear-gradient(120deg,#091a33,#174b8f);color:#fff;border-radius:16px;padding:50px 54px;display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;overflow:hidden}.about-cta::after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-80px;top:-150px}.about-cta>div,.about-cta>.btn{position:relative;z-index:1}.about-cta>div>span{color:#8dbbf1;font-size:10px;font-weight:850;letter-spacing:.12em}.about-cta h2{font-size:31px;margin:6px 0 7px}.about-cta p{color:#c9d7e7;font-size:15px}

@media(max-width:880px){
  .about-hero-grid,.about-intro-grid,.about-process-grid{grid-template-columns:1fr;gap:54px}.about-visual{max-width:620px;width:100%;margin:0 auto}.about-intro-title,.about-process-copy{position:static}.about-intro-section{padding-top:82px;padding-bottom:82px}.about-stat-grid{grid-template-columns:1fr 1fr}.about-stat-grid>div:nth-child(2){border-right:0}.about-stat-grid>div{padding:18px 24px}.about-stat-grid>div:first-child{padding-left:24px}.about-audience-grid{grid-template-columns:1fr}.about-cta{align-items:flex-start;flex-direction:column}
}

@media(max-width:560px){
  .about-hero{padding:56px 0 64px}.about-hero-grid{gap:42px}.about-hero h1{font-size:40px}.about-hero-copy>p{font-size:16px}.about-actions{align-items:stretch;flex-direction:column}.about-actions .btn{width:100%}.about-assurances{gap:14px}.about-visual{height:430px}.about-compass{width:210px;height:210px}.about-route{min-width:145px;padding:8px 10px}.about-route b{font-size:10px}.about-route span{font-size:9px}.about-route.route-one{left:12px;top:40px}.about-route.route-two{right:10px;top:155px}.about-route.route-three{left:19px;bottom:81px}.about-stat-grid>div{padding:16px 12px!important}.about-stat-grid strong{font-size:20px}.about-stat-grid span{font-size:10px}.about-intro-section{padding-top:62px;padding-bottom:62px}.about-intro-grid{gap:30px}.about-intro-title h2{font-size:31px}.about-intro-copy .about-lead{font-size:19px;padding-left:18px}.about-process-grid{gap:40px}.about-process-copy h2{font-size:30px}.about-timeline li{grid-template-columns:48px 1fr;gap:15px}.about-timeline li>span{width:46px;height:46px}.about-timeline li:not(:last-child)::before{left:22px;top:45px}.about-audience-card{padding:28px 22px}.about-audience-card h3{font-size:22px}.about-role{grid-template-columns:1fr;padding:30px 24px}.about-role-badge{width:68px;height:68px}.about-cta{padding:34px 24px;gap:28px}.about-cta h2{font-size:25px}
}

/* Bağımsız hizmetler sayfası */
.home-service-card{display:block;color:var(--dark);transition:transform .2s,box-shadow .2s,border-color .2s}.home-service-card:hover{color:var(--dark);transform:translateY(-3px);border-color:#b8cce3;box-shadow:0 16px 38px rgba(15,42,76,.1)}.home-service-link{display:block;color:#1f5fb4;font-size:11px;font-weight:750;margin-top:16px}
.services-hero{background:linear-gradient(120deg,#07172d 0%,#0d2d59 58%,#1554a0 100%);color:#fff;padding:84px 0 86px;position:relative;overflow:hidden}.services-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to right,transparent,black 50%,black)}.services-hero::after{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-220px;top:-310px}.services-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:76px;align-items:center;position:relative;z-index:1}.services-eyebrow{color:#80bdf8;font-size:10px;font-weight:850;letter-spacing:.15em}.services-hero-copy h1{font-size:clamp(43px,4.5vw,65px);line-height:1.08;letter-spacing:-.045em;margin:14px 0 20px;max-width:780px}.services-hero-copy h1 em{font-style:normal;color:#7fc4ff}.services-hero-copy>p{color:#c7d6e7;font-size:17px;line-height:1.72;max-width:720px}.services-hero-actions{display:flex;gap:11px;margin:29px 0 24px}.services-hero-actions .btn-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff}.services-hero-trust{display:flex;gap:22px;flex-wrap:wrap}.services-hero-trust span{color:#b8cce2;font-size:11px;font-weight:650;display:flex;align-items:center;gap:7px}.services-hero-trust span::before{content:"";width:6px;height:6px;border-radius:50%;background:#55aaf9;box-shadow:0 0 0 4px rgba(85,170,249,.11)}.services-map{background:rgba(5,20,42,.68);border:1px solid rgba(157,202,247,.18);border-radius:17px;padding:25px;backdrop-filter:blur(12px);box-shadow:0 30px 70px rgba(1,8,20,.25)}.services-map-head span,.services-map-head strong{display:block}.services-map-head span{color:#74b8f8;font-size:8px;font-weight:850;letter-spacing:.14em}.services-map-head strong{font-size:17px;margin-top:5px}.services-map-core{width:180px;height:180px;border-radius:50%;border:1px solid rgba(120,188,250,.25);margin:25px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle,rgba(47,126,207,.25),transparent 68%)}.services-map-core::before{content:"";position:absolute;inset:18px;border:1px dashed rgba(126,190,251,.2);border-radius:50%}.services-map-core span,.services-map-core strong,.services-map-core small{position:relative;z-index:1}.services-map-core span{font-size:8px;color:#82bdf4;letter-spacing:.13em}.services-map-core strong{font-size:22px;letter-spacing:.08em;margin:5px 0}.services-map-core small{font-size:8px;color:#9fb9d3}.services-map-branches{display:grid;grid-template-columns:1fr 1fr;gap:9px}.services-map-branches a{border:1px solid rgba(255,255,255,.11);border-radius:9px;padding:12px;color:#fff}.services-map-branches b,.services-map-branches span{display:block}.services-map-branches b{font-size:9px;letter-spacing:.08em}.services-map-branches span{color:#91aac4;font-size:8px;margin-top:4px}.services-map-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.1);margin-top:19px;padding-top:17px}.services-map-stats>div:last-child{border-left:1px solid rgba(255,255,255,.1);padding-left:18px}.services-map-stats strong,.services-map-stats span{display:block}.services-map-stats strong{font-size:21px}.services-map-stats span{font-size:8px;color:#91aac4;margin-top:2px}.services-anchor-nav{position:sticky;top:78px;z-index:28;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 5px 18px rgba(15,42,76,.035)}.services-anchor-nav .container{display:flex;gap:5px;overflow-x:auto;padding-top:10px;padding-bottom:10px;scrollbar-width:none}.services-anchor-nav a{white-space:nowrap;color:#536479;padding:8px 12px;border-radius:7px;font-size:10px;font-weight:750}.services-anchor-nav a:hover{background:#edf4fc;color:#1f5fb4}
.services-intro{background:#fff}.services-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.services-section-no,.services-section-head>div>span{color:#1e60b7;font-size:9px;font-weight:850;letter-spacing:.14em}.services-intro h2{font-size:39px;line-height:1.2;letter-spacing:-.03em;margin-top:8px;max-width:560px}.services-intro-grid>div:last-child{border-left:3px solid #2367be;padding-left:30px}.services-intro-grid p{color:#64758a;font-size:15px;line-height:1.75;margin-bottom:13px}.services-intro-grid .services-lead{color:#243d5c;font-size:20px;line-height:1.55}.services-catalog{background:#f6f8fb;scroll-margin-top:130px}.services-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:34px}.services-section-head h2{font-size:37px;letter-spacing:-.03em;margin:7px 0 8px}.services-section-head p{color:#6a7a8e;font-size:14px;max-width:700px}.services-category-mark{color:#e7ecf2;font-size:44px;font-weight:900;letter-spacing:.06em}.services-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.service-detail-card{background:#fff;border:1px solid #dce5ef;border-radius:13px;padding:25px;scroll-margin-top:145px;display:flex;flex-direction:column;min-height:430px;position:relative;overflow:hidden}.service-detail-card::after{content:"";position:absolute;width:130px;height:130px;border:1px solid #edf1f5;border-radius:50%;right:-65px;top:-65px}.service-detail-card.featured{border-top:4px solid #1f61b7;padding-top:22px}.service-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.service-code{width:44px;height:44px;border-radius:10px;background:#e9f2ff;color:#1e60b7;display:grid;place-items:center;font-size:11px;font-weight:900}.service-code.green{background:#e6f8ee;color:#188052}.service-code.red{background:#fff0f2;color:#c93c58}.service-code.violet{background:#f1edff;color:#6e4ab2}.service-code.amber{background:#fff4dc;color:#a46606}.service-card-top small{color:#8795a6;font-size:8px;font-weight:800;letter-spacing:.1em}.service-detail-card h3{font-size:21px;margin-bottom:10px}.service-detail-card>p{color:#66778b;font-size:13px;line-height:1.65}.service-detail-card ul{list-style:none;display:grid;gap:8px;margin:20px 0 24px}.service-detail-card li{color:#40536a;font-size:11px;display:flex;align-items:flex-start;gap:8px}.service-detail-card li::before{content:"";width:5px;height:5px;border-radius:50%;background:#2974c9;margin-top:5px;flex:none}.service-detail-card>button{margin-top:auto;border:0;border-top:1px solid #e5ebf2;background:transparent;padding:15px 0 0;color:#1e60b7;text-align:left;font-size:10px;font-weight:800;cursor:pointer;display:flex;justify-content:space-between}.service-consult-card{background:linear-gradient(145deg,#0a203e,#174b8c);color:#fff;border:0;justify-content:center}.service-consult-card::after{border-color:rgba(255,255,255,.09)}.service-consult-card>span{color:#78b8f4;font-size:8px;font-weight:850;letter-spacing:.12em}.service-consult-card h3{font-size:27px;line-height:1.25;margin:10px 0}.service-consult-card p{color:#c0d0e1}.service-consult-card .btn{margin-top:24px;border:1px solid rgba(255,255,255,.22);padding:10px 15px;color:#173d6d;background:#fff;display:inline-flex;align-self:flex-start}
.services-corporate{background:#071a34;color:#fff;scroll-margin-top:130px;position:relative;overflow:hidden}.services-corporate::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:50px 50px}.services-corporate>.container{position:relative;z-index:1}.services-section-head.light>div>span{color:#70b2f2}.services-section-head.light h2{color:#fff}.services-section-head.light p{color:#b7c9dc}.services-section-head.light .services-category-mark{color:rgba(255,255,255,.06)}.corporate-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.corporate-service-grid>article{display:grid;grid-template-columns:47px 1fr;gap:17px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.035);border-radius:11px;padding:21px;scroll-margin-top:145px}.corporate-service-grid>article>span{width:44px;height:44px;border-radius:9px;background:rgba(79,157,236,.13);color:#74b5f2;display:grid;place-items:center;font-size:9px;font-weight:850}.corporate-service-grid h3{font-size:18px;margin-bottom:6px}.corporate-service-grid p{color:#aec1d5;font-size:12px;line-height:1.6}.corporate-service-grid small{display:block;color:#6fa8df;font-size:8px;margin-top:10px}.corporate-service-grid .corporate-contact{background:linear-gradient(120deg,#174f91,#1e68bc);border-color:#2e72bd}.corporate-contact>span{background:rgba(255,255,255,.13)!important;color:#fff!important}.corporate-contact button{border:0;background:transparent;color:#fff;font-size:10px;font-weight:850;margin-top:13px;cursor:pointer}.services-process{background:#fff;scroll-margin-top:130px}.services-process-grid{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);counter-reset:none}.services-process-grid li{padding:27px;border:1px solid var(--border);border-right:0;min-height:230px}.services-process-grid li:first-child{border-radius:12px 0 0 12px}.services-process-grid li:last-child{border-right:1px solid var(--border);border-radius:0 12px 12px 0}.services-process-grid li>span{color:#1e60b7;font-size:10px;font-weight:850}.services-process-grid h3{font-size:18px;margin:30px 0 9px}.services-process-grid p{color:#6c7c8f;font-size:12px;line-height:1.65}.services-clarity-section{background:#f6f8fb;padding-top:30px}.services-clarity{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;background:#fff;border:1px solid var(--border);border-radius:15px;padding:42px 45px}.services-clarity>div>span,.services-cta>div>span{color:#1e60b7;font-size:9px;font-weight:850;letter-spacing:.13em}.services-clarity h2{font-size:28px;line-height:1.3;margin-top:7px}.services-clarity ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:9px}.services-clarity li{background:#f3f6fa;border-radius:8px;padding:12px}.services-clarity b,.services-clarity li span{display:block}.services-clarity b{font-size:11px}.services-clarity li span{font-size:9px;color:#718096;margin-top:3px}.services-final-cta{padding-top:20px;background:#f6f8fb}.services-cta{display:flex;align-items:center;justify-content:space-between;gap:50px;background:linear-gradient(120deg,#0a203e,#174c8e);color:#fff;border-radius:16px;padding:45px 50px;position:relative;overflow:hidden}.services-cta::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(255,255,255,.1);right:-90px;top:-130px}.services-cta>div,.services-cta>.btn{position:relative;z-index:1}.services-cta>div>span{color:#78b9f6}.services-cta h2{font-size:31px;margin:6px 0}.services-cta p{color:#c0d1e3;font-size:13px}.services-disclaimer{text-align:center;color:#8895a5;font-size:9px;line-height:1.55;max-width:900px;margin:17px auto 0}
@media(max-width:980px){.services-hero-grid,.services-intro-grid,.services-clarity{grid-template-columns:1fr}.services-hero-grid{gap:48px}.services-map{max-width:700px}.services-intro-grid{gap:30px}.services-intro-grid>div:last-child{border-left:0;border-top:3px solid #2367be;padding:25px 0 0}.services-card-grid{grid-template-columns:1fr 1fr}.services-process-grid{grid-template-columns:1fr 1fr;gap:10px}.services-process-grid li,.services-process-grid li:last-child{border:1px solid var(--border);border-radius:10px}.services-clarity{gap:30px}.services-category-mark{display:none}}
@media(max-width:680px){.services-hero{padding:58px 0 62px}.services-hero-copy h1{font-size:41px}.services-hero-copy>p{font-size:15px}.services-hero-actions{align-items:stretch;flex-direction:column}.services-hero-actions .btn{justify-content:center}.services-map{padding:20px}.services-map-core{width:150px;height:150px}.services-anchor-nav{top:78px}.services-section-head h2,.services-intro h2{font-size:29px}.services-card-grid,.corporate-service-grid,.services-process-grid,.services-clarity ul{grid-template-columns:1fr}.service-detail-card{min-height:auto}.service-detail-card ul{margin-bottom:24px}.corporate-service-grid>article{grid-template-columns:40px 1fr;padding:17px}.corporate-service-grid>article>span{width:38px;height:38px}.services-process-grid li{min-height:auto}.services-process-grid h3{margin-top:18px}.services-clarity{padding:29px 23px}.services-cta{align-items:flex-start;flex-direction:column;padding:34px 25px}.services-cta h2{font-size:25px}}

/* Teklif merkezini ortalama ve simetrik branş kartları */
.quote-modal.quote-modal-v2{position:fixed;inset:0;margin:auto;width:min(1120px,calc(100% - 40px));max-height:min(92vh,880px)}
.quote-modal-v2-form{max-height:calc(min(92vh,880px) - 164px)}
.quote-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.quote-type-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:7px;min-height:122px;padding:17px 12px;column-gap:0}
.quote-type-card.selected::after{content:"✓";position:absolute;right:9px;top:8px;width:20px;height:20px;border-radius:50%;background:#2266c7;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}
.quote-type-card strong{align-self:auto;font-size:12px;line-height:1.3}.quote-type-card small{align-self:auto;margin-top:0;font-size:9px}
.quote-type-badge{grid-row:auto;width:52px;height:52px;border-radius:14px;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;font-size:25px;font-weight:400;letter-spacing:0;line-height:1;background:#eaf3ff;color:#1d5fb8}
.quote-type-badge.property{background:#e9f8f0}.quote-type-badge.health{background:#fff0f3}.quote-type-badge.travel{background:#f2edff}.quote-type-badge.business{background:#fff5e5}
.quote-wizard-actions.single{justify-content:center}.quote-wizard-actions.single .btn{min-width:330px}
@media(max-width:920px){.quote-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-type-card{min-height:110px}.quote-modal.quote-modal-v2{width:calc(100% - 24px)}}
@media(max-width:680px){.quote-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.quote-type-card{min-height:98px;padding:12px 8px}.quote-type-badge{width:43px;height:43px;border-radius:11px;font-size:21px}.quote-wizard-actions.single .btn{min-width:0;width:100%}}

/* Yasal sayfalar, site haritası ve çerez merkezi */
.legal-page{background:#f6f8fb;color:#13243b}.legal-hero{background:linear-gradient(120deg,#07172d,#123f78);color:#fff;padding:72px 0 68px;position:relative;overflow:hidden}.legal-hero::after{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-120px;top:-260px}.legal-hero .container{position:relative;z-index:1}.legal-hero .container>span{color:#7ebbf4;font-size:10px;font-weight:850;letter-spacing:.15em}.legal-hero h1{font-size:clamp(39px,4.5vw,59px);letter-spacing:-.04em;margin:12px 0 14px}.legal-hero p{color:#c7d7e9;font-size:16px;line-height:1.7;max-width:760px}.legal-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#aebfd3;font-size:10px;margin-top:23px}.legal-meta b{color:#fff}.legal-meta i{width:3px;height:3px;background:#6daeea;border-radius:50%}.legal-layout{display:grid;grid-template-columns:230px minmax(0,820px);gap:70px;align-items:start;padding-top:65px;padding-bottom:90px}.legal-toc{position:sticky;top:115px;background:#fff;border:1px solid #dce5ef;border-radius:12px;padding:20px;display:grid;gap:3px}.legal-toc strong{font-size:11px;letter-spacing:.08em;margin-bottom:8px}.legal-toc a{color:#617287;font-size:11px;padding:8px;border-radius:6px}.legal-toc a:hover{color:#1d5fb8;background:#edf4fc}.legal-content{background:#fff;border:1px solid #dce5ef;border-radius:14px;padding:48px 54px;box-shadow:0 18px 50px rgba(17,42,74,.05)}.legal-content section{scroll-margin-top:120px;padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid #e5ebf2}.legal-content section:last-of-type{border-bottom:0;margin-bottom:12px}.legal-number{display:inline-block;color:#1d61b8;background:#edf4fc;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:850;letter-spacing:.08em}.legal-content h2{font-size:26px;letter-spacing:-.025em;margin:11px 0 15px}.legal-content p,.legal-content li{color:#5b6c80;font-size:14px;line-height:1.78}.legal-content p+p{margin-top:14px}.legal-content ul{padding-left:20px;display:grid;gap:7px}.legal-content a{color:#155db5;text-decoration:underline;text-underline-offset:2px}.legal-notice,.legal-callout{background:#edf5ff;border-left:3px solid #2367be;border-radius:7px;padding:16px 18px;color:#39536f!important}.legal-notice{font-size:13px;line-height:1.6;margin-bottom:36px}.legal-callout{margin-top:19px}.legal-company{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.legal-company>div{background:#f5f7fa;border-radius:8px;padding:13px}.legal-company dt{color:#8290a2;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.legal-company dd{font-size:12px;margin-top:4px}.legal-related{display:grid;grid-template-columns:1fr 1fr;gap:10px}.legal-related a{display:flex;justify-content:space-between;border:1px solid #dce5ef;border-radius:8px;padding:15px;color:#183d69;text-decoration:none;font-size:11px;font-weight:750}.legal-table{border-collapse:collapse;width:100%;font-size:11px}.legal-table th,.legal-table td{border:1px solid #dce5ef;padding:12px;text-align:left;vertical-align:top}.legal-table th{background:#eef3f9;color:#314b68}.legal-table td{color:#5d6e82;line-height:1.55}.legal-table code{color:#155db5;background:#edf4fc;padding:3px 5px;border-radius:4px}.cookie-table-wrap{overflow-x:auto}.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;padding-top:60px;padding-bottom:90px}.sitemap-grid article{background:#fff;border:1px solid #dce5ef;border-radius:12px;padding:28px;display:flex;flex-direction:column;align-items:flex-start}.sitemap-grid article>span{color:#1f61b7;font-size:9px;font-weight:850}.sitemap-grid h2{font-size:21px;margin:8px 0 17px}.sitemap-grid a,.sitemap-grid button{color:#53667d;background:transparent;border:0;border-bottom:1px solid #edf1f5;width:100%;padding:10px 0;text-align:left;font:inherit;font-size:12px;cursor:pointer}.sitemap-grid a:hover,.sitemap-grid button:hover{color:#1d60b8}.sitemap-articles{grid-column:span 2}.footer-legal-links{display:flex;gap:8px 22px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.09);padding:20px 0 5px}.footer-legal-links a,.footer-legal-links button{color:#9fb0c3;background:transparent;border:0;padding:0;font:inherit;font-size:10px;cursor:pointer}.footer-legal-links a:hover,.footer-legal-links button:hover{color:#fff}.consent a,.privacy-note a{color:inherit;text-decoration:underline;text-underline-offset:2px}.cookie-banner[hidden]{display:none}.cookie-banner{position:fixed;z-index:120;left:50%;bottom:22px;transform:translateX(-50%);width:min(1120px,calc(100% - 32px));background:#fff;border:1px solid #d6e0eb;border-radius:14px;box-shadow:0 24px 70px rgba(4,20,43,.25);padding:17px 19px;display:grid;grid-template-columns:42px 1fr auto;gap:16px;align-items:center}.cookie-banner-mark{width:40px;height:40px;border-radius:10px;background:#eaf3ff;color:#1d60b8;display:grid;place-items:center;font-weight:900}.cookie-banner-copy strong{font-size:13px}.cookie-banner-copy p{color:#66778b;font-size:10px;line-height:1.55;margin-top:3px}.cookie-banner-copy a{color:#175db4;text-decoration:underline}.cookie-banner-actions{display:flex;gap:7px}.cookie-banner-actions button{border:1px solid #cbd7e4;background:#fff;color:#24415f;border-radius:7px;padding:9px 13px;font-size:10px;font-weight:750;cursor:pointer}.cookie-banner-actions button:hover{border-color:#1e62ba;color:#1e62ba}.cookie-preferences{width:min(560px,calc(100% - 28px));border:0;border-radius:14px;padding:0;box-shadow:0 30px 100px rgba(3,17,38,.35)}.cookie-preferences::backdrop{background:rgba(4,18,38,.72);backdrop-filter:blur(3px)}.cookie-preferences form{padding:28px}.cookie-preferences header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.cookie-preferences header span{color:#1e62ba;font-size:8px;font-weight:850;letter-spacing:.14em}.cookie-preferences h2{font-size:27px;margin-top:5px}.cookie-dialog-close{border:1px solid #dbe3ec;background:#fff;width:34px;height:34px;border-radius:50%;font-size:20px;cursor:pointer}.cookie-preferences form>p{color:#65768a;font-size:12px;line-height:1.6;margin:14px 0 20px}.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #dfe6ee;border-radius:9px;padding:14px;margin-top:8px}.cookie-category strong,.cookie-category small{display:block}.cookie-category strong{font-size:12px}.cookie-category small{color:#78889b;font-size:9px;margin-top:3px}.cookie-status{background:#f1f4f7;color:#738195;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800;white-space:nowrap}.cookie-status.active{background:#e5f7ed;color:#16804d}.cookie-preferences footer{display:flex;align-items:center;justify-content:space-between;margin-top:22px}.cookie-preferences footer>a{color:#175db4;font-size:10px}
@media(max-width:820px){.legal-layout{grid-template-columns:1fr;gap:25px}.legal-toc{position:static;grid-template-columns:repeat(2,1fr)}.legal-toc strong{grid-column:1/-1}.sitemap-grid{grid-template-columns:1fr 1fr}.sitemap-articles{grid-column:auto}.cookie-banner{grid-template-columns:40px 1fr}.cookie-banner-actions{grid-column:1/-1;justify-content:flex-end}}
@media(max-width:560px){.legal-hero{padding:52px 0}.legal-hero h1{font-size:38px}.legal-layout{padding-top:32px;padding-bottom:58px}.legal-content{padding:28px 20px}.legal-content h2{font-size:22px}.legal-company,.legal-related,.sitemap-grid{grid-template-columns:1fr}.legal-toc{grid-template-columns:1fr}.legal-toc strong{grid-column:auto}.sitemap-grid{padding-top:32px;padding-bottom:58px}.cookie-banner{bottom:10px;grid-template-columns:1fr;padding:15px}.cookie-banner-mark{display:none}.cookie-banner-actions{display:grid;grid-template-columns:repeat(3,1fr)}.cookie-banner-actions button{padding:9px 5px}.cookie-preferences form{padding:22px 18px}.cookie-category{align-items:flex-start}.cookie-preferences footer{align-items:stretch;flex-direction:column;gap:14px}.cookie-preferences footer .btn{justify-content:center}}

/* Branşa özel kapsamlı teklif alanları */
.quote-common-fields{background:#eef5fd;border-color:#cfdef0}.quote-common-fields legend{color:#174f96}.quote-field-hint{display:block;color:#7b899a;font-size:9px;line-height:1.45;margin-top:5px}.quote-section-note,.quote-sensitive-note{border-radius:8px;padding:10px 12px;margin:0 0 14px;font-size:10px;line-height:1.55}.quote-section-note{background:#e9f3ff;color:#315a88;border:1px solid #d3e5f8}.quote-sensitive-note{background:#fff8e8;color:#78591e;border:1px solid #f0dfb9}.quote-condition[hidden]{display:none!important}.quote-condition{border-left:3px solid #2b6fc1;padding-left:12px;margin-bottom:4px}.quote-type-badge.dask,.quote-type-badge.home{background:#e9f8f0}.quote-type-badge.health_tss,.quote-type-badge.health_private,.quote-type-badge.life,.quote-type-badge.accident{background:#fff0f3}.quote-type-badge.travel_full{background:#f2edff}.quote-type-badge.workplace,.quote-type-badge.cargo,.quote-type-badge.liability{background:#fff5e5}
@media(max-width:560px){.quote-field-hint{font-size:8px}.quote-section-note,.quote-sensitive-note{font-size:9px}.quote-common-fields{padding-left:13px!important;padding-right:13px!important}}

/* Mobil deneyim — telefon öncelikli gezinme, teklif ve içerik akışı */
.mobile-quick-start,.mobile-action-bar{display:none}
@media(max-width:680px){
  html{scroll-padding-top:74px}
  body{padding-bottom:72px;overflow-x:hidden}
  button,a,input,select,textarea{touch-action:manipulation}
  .container{padding-left:16px;padding-right:16px}
  .utility-bar{display:none}
  .site-header{top:0}
  .nav{height:68px;gap:12px}
  .brand-logo img{width:154px!important;max-width:154px!important;max-height:46px!important}
  .burger{display:grid;width:44px;height:44px;place-items:center;border:1px solid #dce5ef;border-radius:12px;color:#102a56;font-size:0;background:#fff;box-shadow:0 5px 15px rgba(15,31,55,.06)}
  .burger::before{content:"☰";font-size:23px;line-height:1}
  .nav-links.open{top:68px;left:12px;right:12px;padding:12px;gap:2px;border:1px solid #dce5ef;border-radius:0 0 16px 16px;box-shadow:0 24px 50px rgba(5,20,43,.2);max-height:calc(100dvh - 86px);overflow-y:auto}
  .nav-links.open li{width:100%}
  .nav-links.open a,.nav-mobile-quote button{display:flex;width:100%;min-height:46px;align-items:center;padding:10px 12px;border-radius:9px;font-size:14px;text-align:left}
  .nav-links.open a:hover,.nav-links.open a.active{background:#edf4fc}
  .nav-links.open a::after{display:none}
  .nav-mobile-quote button{justify-content:center;margin-top:6px;background:#1f56c2;color:#fff;border:0;font-weight:800}
  .hero{padding:42px 0 36px;min-height:auto}
  .hero-grid{display:block}
  .hero h1{font-size:clamp(34px,10.2vw,42px);line-height:1.08;letter-spacing:-.04em}
  .hero p{font-size:15px;line-height:1.62;margin:19px 0 22px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .btn{width:100%;min-height:50px;padding:13px 16px;font-size:15px}
  .hero-visual{display:none}
  .hero-assurances{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-top:22px;font-size:11px}
  .hero-assurances span:last-child{grid-column:1/-1}
  .mobile-quick-start{display:block;background:#f4f7fb;padding:24px 0 8px;border-bottom:1px solid #e2e9f1}
  .mobile-quick-kicker{color:#1f61b8;font-size:10px;font-weight:850;letter-spacing:.13em}
  .mobile-quick-start h2{font-size:24px;letter-spacing:-.025em;margin:5px 0 3px}
  .mobile-quick-start>div>p{color:#68798d;font-size:13px;margin-bottom:14px}
  .mobile-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .mobile-product-grid button{min-height:116px;border:1px solid #dce5ef;border-radius:14px;background:#fff;padding:14px 11px;text-align:left;color:#10233d;box-shadow:0 8px 22px rgba(14,42,77,.045)}
  .mobile-product-grid button>span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#eaf3ff;font-size:19px;margin-bottom:10px}
  .mobile-product-grid strong,.mobile-product-grid small{display:block}
  .mobile-product-grid strong{font-size:14px}
  .mobile-product-grid small{color:#758599;font-size:10px;line-height:1.35;margin-top:2px}
  .mobile-all-products{width:100%;min-height:46px;margin-top:9px;border:0;background:transparent;color:#1e5fb5;font-weight:800;text-align:left;display:flex;align-items:center;justify-content:space-between;padding:0 3px}
  .section{padding:50px 0}
  .section-head{margin-bottom:28px;text-align:left}
  .section-head h2,.advisory-copy h2,.quote-copy h2{font-size:27px;line-height:1.22}
  .section-head p{font-size:14px;line-height:1.6}
  .section-head-row{gap:12px}
  .section-head-row .text-link{min-height:42px;display:flex;align-items:center}
  .grid-4{grid-template-columns:1fr 1fr;gap:10px}
  .grid-4>.card{padding:18px 15px}
  .grid-4>.card h3{font-size:15px}
  .grid-4>.card p{font-size:12px}
  .home-service-card{padding:21px 18px;min-height:0}
  .home-service-card .ico{margin-bottom:14px}
  .home-service-card h3{font-size:18px}
  .trust-band{gap:0;border-radius:14px;padding:8px}
  .trust-band>div{padding:17px 8px}
  .trust-band .num{font-size:25px}
  .trust-band .lbl{font-size:9px;line-height:1.35}
  .advisory-grid{gap:30px}
  .advisory-list article{grid-template-columns:42px 1fr;gap:13px;padding:18px 0}
  .advisory-list article>span{width:40px;height:40px}
  .article-grid{display:grid;grid-auto-flow:column;grid-auto-columns:84%;grid-template-columns:none;gap:12px;overflow-x:auto;padding:2px 2px 18px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .article-grid::-webkit-scrollbar{display:none}
  .article-grid>.article-card{scroll-snap-align:start}
  .steps{gap:10px}
  .step{padding:22px 20px 22px 70px;min-height:0}
  .step::before{left:18px;top:20px}
  .audience-grid{gap:12px}
  .audience-card{padding:25px 20px}
  .audience-card .btn{width:100%}
  .chips{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x proximity}
  .chip{white-space:nowrap;scroll-snap-align:start}
  .faq details{padding:0 16px}
  .faq summary{min-height:58px;font-size:14px;line-height:1.4;gap:12px}
  .quote-panel{padding:21px 14px;gap:20px}
  .home-quote-form{padding:20px 15px}
  .home-quote-form .form-row{grid-template-columns:1fr}
  .field input,.field select,.field textarea{font-size:16px;min-height:48px}
  .site-footer{padding-bottom:24px}
  .footer-grid{gap:28px}
  .footer-grid>div:not(:first-child){display:grid;gap:2px}
  .footer-grid a{min-height:39px;display:flex;align-items:center}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:9px;padding-bottom:10px}
  .footer-legal-links{display:grid;grid-template-columns:1fr 1fr;gap:0}
  .footer-legal-links a,.footer-legal-links button{min-height:40px;text-align:left}
  .mobile-action-bar{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:110;grid-template-columns:1fr 1.35fr 1fr;padding:7px max(10px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid #dce5ef;box-shadow:0 -10px 30px rgba(7,27,55,.12);backdrop-filter:blur(14px)}
  .mobile-action-bar a,.mobile-action-bar button{min-height:52px;border:0;background:transparent;color:#52657c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit}
  .mobile-action-bar span{font-size:18px;line-height:1}
  .mobile-action-bar strong{font-size:10px}
  .mobile-action-bar button{border-radius:12px;background:#1e5bc4;color:#fff;box-shadow:0 7px 18px rgba(30,91,196,.25)}
  .wa-float{left:14px;bottom:88px;width:48px;height:48px}
  .wa-float svg{width:25px;height:25px}
  .scroll-top{right:14px;bottom:88px;width:46px;height:46px}
  .cookie-banner{bottom:82px;width:calc(100% - 20px);max-height:calc(100dvh - 105px);overflow-y:auto}
  .quote-modal.quote-modal-v2{width:100%;height:100dvh;max-height:100dvh;border-radius:0;margin:0}
  .quote-modal-v2-shell{height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}
  .quote-modal-v2-head{padding:19px 17px 50px;position:relative;flex:0 0 auto;z-index:5}
  .quote-modal-v2-head h2{font-size:20px;padding-right:34px}
  .quote-modal-v2-head p{font-size:11px;line-height:1.45;padding-right:28px}
  .quote-modal-progress{left:17px;right:17px;bottom:12px}
  .quote-modal-progress span{font-size:0;gap:0}
  .quote-modal-progress span b{width:24px;height:24px;font-size:10px}
  .quote-modal-progress span.active{font-size:9px;gap:6px}
  .quote-modal-v2-form{flex:1 1 auto;min-height:0;padding:18px 14px 96px;max-height:none;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
  .quote-step-heading h3{font-size:20px;line-height:1.28}
  .quote-step-heading p{font-size:11px}
  .quote-type-grid{gap:8px}
  .quote-type-card{min-height:105px;padding:12px 7px;border-radius:12px}
  .quote-type-card strong{font-size:11px}
  .quote-type-card small{display:none}
  .quote-type-badge{width:42px;height:42px;font-size:20px}
  .quote-wizard-form .form-row{grid-template-columns:1fr}
  .quote-wizard-form .field input,.quote-wizard-form .field select,.quote-wizard-form .field textarea{min-height:48px;font-size:16px}
  .quote-wizard-actions{position:sticky;bottom:0;z-index:4;background:#fff;padding:12px 0 calc(6px + env(safe-area-inset-bottom));box-shadow:0 -10px 18px rgba(255,255,255,.95)}
  .quote-wizard-actions .btn{min-height:50px;width:100%;justify-content:center}
  .quote-wizard-form[data-selection-ready="1"] [data-wizard-next="2"]{opacity:1;cursor:pointer;background:#1f56c2;color:#fff}
  .legal-hero h1,.contact-hero h1,.services-hero-copy h1,.brand-story-copy h1,.story-copy h1{font-size:34px}
  .legal-content p,.legal-content li,.article-content p{font-size:15px}
}
@media(max-width:390px){
  .hero h1{font-size:33px}.mobile-product-grid button{min-height:108px}.grid-4{grid-template-columns:1fr}.quote-type-card{min-height:98px}.portal-kpi-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
