
:root{
  --blue:#2350e8;
  --blue2:#0b2f75;
  --navy:#061a3a;
  --text:#10213f;
  --muted:#6f7a8b;
  --line:#e7ebf2;
  --bg:#f7f9fc;
  --white:#fff;
  --shadow:0 16px 40px rgba(9,36,82,.10);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.topbar{background:#071b3f;color:#fff;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:9px 0;flex-wrap:wrap}
.topbar-left,.topbar-right{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}
header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:88px}
.brand img{height:58px;width:auto}
.menu{display:flex;gap:28px;align-items:center;font-weight:600;font-size:15px}
.menu a{padding:34px 0 28px;position:relative}
.menu a.active,.menu a:hover{color:var(--blue)}
.menu a.active:after,.menu a:hover:after{content:"";position:absolute;height:3px;border-radius:4px;background:var(--blue);left:0;right:0;bottom:18px}
.cta{display:inline-flex;align-items:center;gap:10px;padding:13px 18px;border-radius:10px;background:var(--blue);color:#fff;font-weight:700;box-shadow:0 8px 20px rgba(35,80,232,.22)}
.cta.secondary{background:#fff;color:var(--blue);border:1px solid #cfd9ff;box-shadow:none}
.mobile-toggle{display:none;border:0;background:#eef3ff;color:var(--blue);font-size:24px;width:44px;height:44px;border-radius:10px}
.hero{background:
 radial-gradient(circle at 75% 30%,rgba(46,97,255,.34),transparent 34%),
 linear-gradient(120deg,#071d44 0%,#0b2b63 48%,#111827 100%);color:#fff;overflow:hidden}
.hero .container{min-height:540px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:70px 0}
.kicker{display:inline-flex;gap:8px;align-items:center;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);font-size:13px}
.hero h1{font-size:58px;line-height:1.03;margin:18px 0 20px;letter-spacing:-1.8px}
.hero h1 span{color:#4f7bff}
.hero p{font-size:19px;color:#dfe8ff;max-width:670px}
.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.hero-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;transform:rotate(-2deg)}
.product-tile{min-height:190px;border-radius:24px;background:linear-gradient(145deg,#ffffff,#dfe7f5);padding:22px;display:flex;align-items:flex-end;justify-content:space-between;color:#0d1d36;box-shadow:0 22px 50px rgba(0,0,0,.25);position:relative;overflow:hidden}
.product-tile:before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(35,80,232,.10);right:-20px;top:-20px}
.product-art{font-size:74px;filter:grayscale(.2)}
.product-tile strong{font-size:17px}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-item{padding:24px 20px;display:flex;gap:13px;align-items:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.section{padding:78px 0}
.section.alt{background:var(--bg)}
.section-head{text-align:center;max-width:760px;margin:0 auto 42px}
.section-head h2{font-size:38px;margin:0 0 12px;letter-spacing:-.6px}
.section-head p{margin:0;color:var(--muted);font-size:17px}
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.brand-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;text-align:center;font-size:30px;font-weight:800;box-shadow:0 8px 24px rgba(18,45,90,.05)}
.brand-card:nth-child(2){font-style:italic}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 26px rgba(20,40,70,.05)}
.card-media{height:175px;display:flex;align-items:center;justify-content:center;font-size:78px;background:linear-gradient(145deg,#f7f9fd,#e9eef7)}
.card-body{padding:23px}
.card h3{margin:0 0 8px;font-size:21px}
.card p{margin:0;color:var(--muted)}
.advantages{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.adv{text-align:center;padding:8px 12px}
.adv .badge{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#eef3ff;color:var(--blue);margin:0 auto 14px;font-size:26px}
.adv h4{margin:0 0 7px}
.adv p{font-size:14px;color:var(--muted);margin:0}
.banner{background:linear-gradient(105deg,#06245b,#0b3f9d);color:#fff;border-radius:22px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:26px;box-shadow:var(--shadow)}
.banner h3{font-size:28px;margin:0 0 6px}
.banner p{margin:0;color:#d8e4ff}
.page-hero{background:linear-gradient(115deg,#071d44,#0b2f75);color:#fff;padding:64px 0}
.page-hero h1{font-size:44px;margin:0 0 10px}
.page-hero p{margin:0;color:#dbe5ff;font-size:18px}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}
.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 30px rgba(20,40,70,.05)}
.contact-list{display:grid;gap:16px}
.contact-row{display:flex;gap:14px;align-items:flex-start}
.contact-row .circle{width:44px;height:44px;border-radius:50%;background:#eef3ff;color:var(--blue);display:grid;place-items:center;flex:0 0 auto}
.map{width:100%;height:430px;border:0;border-radius:14px}
form{display:grid;gap:14px}
input,textarea,select{width:100%;border:1px solid #dfe5ef;border-radius:10px;padding:14px 15px;font:inherit}
textarea{min-height:130px;resize:vertical}
button{font:inherit;cursor:pointer;border:0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.list{display:grid;gap:14px;padding:0;margin:0;list-style:none}
.list li{display:flex;gap:10px;align-items:flex-start}
.list li:before{content:"✓";color:var(--blue);font-weight:800}
footer{background:#061a3a;color:#fff;padding:58px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:38px}
.footer-brand img{height:58px;width:auto;filter:brightness(10)}
.footer-brand p{color:#c7d2e6;max-width:320px}
footer h4{margin:0 0 15px}
footer a,footer p{color:#c7d2e6}
.footer-links{display:grid;gap:9px}
.copyright{border-top:1px solid rgba(255,255,255,.11);margin-top:34px;padding-top:20px;color:#9fb0cb;font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.floating-wa{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 14px 30px rgba(0,0,0,.2);z-index:40}
.note{font-size:13px;color:var(--muted)}
.table-like{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.table-like>div{background:#fff;padding:16px 18px;display:grid;grid-template-columns:180px 1fr;gap:15px}
@media(max-width:980px){
 .menu{display:none;position:absolute;top:88px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:18px 24px;border-top:1px solid var(--line);box-shadow:var(--shadow)}
 .menu.open{display:flex}
 .menu a{padding:9px 0}
 .menu a:after{display:none}
 .mobile-toggle{display:block}
 .nav>.cta{display:none}
 .hero .container{grid-template-columns:1fr;padding:58px 0}
 .hero-visual{transform:none}
 .trust-grid{grid-template-columns:1fr 1fr}
 .brand-grid{grid-template-columns:1fr 1fr}
 .cards{grid-template-columns:1fr 1fr}
 .advantages{grid-template-columns:1fr 1fr 1fr}
 .contact-layout,.two-col{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .container{width:min(100% - 24px,1180px)}
 .topbar-left{display:none}
 .topbar .container{justify-content:center}
 .brand img{height:48px}
 .nav{min-height:74px}
 .menu{top:74px}
 .hero .container{min-height:auto;padding:46px 0}
 .hero h1{font-size:40px}
 .hero p{font-size:16px}
 .hero-visual{grid-template-columns:1fr 1fr;gap:10px}
 .product-tile{min-height:145px;padding:14px}
 .product-art{font-size:52px}
 .trust-grid,.brand-grid,.cards,.advantages,.footer-grid{grid-template-columns:1fr}
 .trust-item{border-right:0;border-bottom:1px solid var(--line)}
 .section{padding:58px 0}
 .section-head h2{font-size:31px}
 .banner{padding:28px 24px;align-items:flex-start;flex-direction:column}
 .page-hero{padding:48px 0}
 .page-hero h1{font-size:36px}
 .map{height:320px}
 .table-like>div{grid-template-columns:1fr}
}

/* V2 professional product & brand presentation */
.hero-v2{background:linear-gradient(110deg,#061b40 0%,#0b2f75 52%,#111827 100%);color:#fff;overflow:hidden}
.hero-v2 .container{min-height:590px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:44px;padding:64px 0}
.hero-copy h1{font-size:58px;line-height:1.04;margin:17px 0 18px;letter-spacing:-1.7px}
.hero-copy h1 span{color:#5f87ff}
.hero-copy p{font-size:18px;color:#dce7ff;max-width:620px}
.hero-products{position:relative;min-height:460px}
.hero-product-main,.hero-product-small{position:absolute;background:#fff;border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.30);overflow:hidden;border:1px solid rgba(255,255,255,.4)}
.hero-product-main{inset:28px 28px 22px 95px}
.hero-product-main img,.hero-product-small img{width:100%;height:100%;object-fit:contain;background:#fff}
.hero-product-small{width:170px;height:170px}
.hero-product-small.a{left:0;top:0}
.hero-product-small.b{right:0;bottom:10px}
.brand-logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.brand-logo-card{height:108px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(18,45,90,.05)}
.brand-logo-card img{max-height:50px;max-width:150px;object-fit:contain}
.brand-wordmark{font-size:28px;font-weight:800;letter-spacing:-1px}
.brand-wordmark.arzum{font-style:italic;color:#d92b2b;font-weight:700}
.brand-wordmark.fakir{font-size:27px;color:#222}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,38,75,.07);display:flex;flex-direction:column}
.product-img{height:285px;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px;border-bottom:1px solid var(--line)}
.product-img img{width:100%;height:100%;object-fit:contain}
.product-img.cover img{object-fit:cover}
.product-info{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.product-brand{font-size:12px;font-weight:800;color:var(--blue);letter-spacing:.9px;text-transform:uppercase}
.product-info h3{margin:0;font-size:20px}
.product-info p{margin:0;color:var(--muted);font-size:14px}
.product-actions{display:flex;gap:10px;margin-top:auto;padding-top:8px}
.product-actions .cta{font-size:14px;padding:11px 13px}
.source-note{font-size:12px;color:#8792a3;margin-top:16px;text-align:center}
@media(max-width:980px){
 .hero-v2 .container{grid-template-columns:1fr}
 .hero-products{min-height:420px}
 .brand-logo-grid{grid-template-columns:repeat(3,1fr)}
 .product-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .hero-copy h1{font-size:40px}
 .hero-products{min-height:340px}
 .hero-product-main{inset:38px 12px 15px 45px}
 .hero-product-small{width:110px;height:110px}
 .brand-logo-grid,.product-grid{grid-template-columns:1fr 1fr}
 .product-img{height:220px}
}

/* V3.1 refinements */
.cta.hepsiburada{
  background:#ff6000 !important;color:#fff !important;border-color:#ff6000 !important;
  box-shadow:0 10px 24px rgba(255,96,0,.22);
}
.cta.hepsiburada:hover{background:#e95700 !important;border-color:#e95700 !important;transform:translateY(-1px)}
.hero-v2 .container{grid-template-columns:1fr 1fr;gap:56px}
.hero-products{min-height:430px}
.hero-product-main,.hero-product-small{
  background:transparent;border:0;box-shadow:none;overflow:visible;
}
.hero-product-main{inset:5px 40px 5px 70px}
.hero-product-main img,.hero-product-small img{
  object-fit:contain;background:transparent;border-radius:22px;
  filter:drop-shadow(0 22px 22px rgba(0,0,0,.22));
}
.hero-product-small.a{left:0;top:25px;width:155px;height:155px}
.hero-product-small.b{right:0;bottom:18px;width:155px;height:155px}
@media(min-width:981px){
  .main-nav{gap:26px}
  .main-nav a{white-space:nowrap}
}
@media(max-width:980px){
  .hero-v2 .container{grid-template-columns:1fr}
}

/* V3.4 supplied Arzum & Fakir logos */
.brand-logo-card img[src*="arzum-logo"]{max-height:58px;max-width:150px;width:auto;height:auto}
.brand-logo-card img[src*="fakir-logo"]{max-height:72px;max-width:155px;width:auto;height:auto}

/* V3.7 transparent hero product presentation */
.hero-products,
.hero-product-main,
.hero-product-small,
.hero-product-main img,
.hero-product-small img{
  background:transparent !important;
}
.hero-product-main,
.hero-product-small{
  border:none !important;
  box-shadow:none !important;
}
.hero-product-main img,
.hero-product-small img{
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.28));
}

/* V3.8 hero product scale harmonization */
.hero-products{
  min-height:430px;
  position:relative;
}
.hero-product-main{
  position:absolute !important;
  inset:auto !important;
  width:360px !important;
  height:360px !important;
  right:72px !important;
  top:32px !important;
}
.hero-product-small.a{
  position:absolute !important;
  width:150px !important;
  height:150px !important;
  left:18px !important;
  top:34px !important;
}
.hero-product-small.b{
  position:absolute !important;
  width:145px !important;
  height:145px !important;
  right:4px !important;
  bottom:28px !important;
}
.hero-product-main img,
.hero-product-small img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}
@media(max-width:980px){
  .hero-products{min-height:360px}
  .hero-product-main{
    width:300px !important;height:300px !important;
    right:50% !important;transform:translateX(50%);top:30px !important;
  }
  .hero-product-small.a{width:120px !important;height:120px !important;left:8% !important;top:30px !important}
  .hero-product-small.b{width:115px !important;height:115px !important;right:8% !important;bottom:20px !important}
}

/* V3.9 approved homepage refinement */
.hero-v2{
  position:relative;
  background:
    radial-gradient(circle at 76% 34%,rgba(43,104,255,.28),transparent 26%),
    radial-gradient(circle at 92% 56%,rgba(20,73,190,.35),transparent 25%),
    linear-gradient(110deg,#06245d 0%,#0a3d9c 58%,#08255d 100%);
}
.hero-v2:after{
  content:"";
  position:absolute;left:0;right:0;bottom:0;height:180px;
  background:linear-gradient(165deg,transparent 52%,rgba(32,99,224,.24) 53%,transparent 78%);
  pointer-events:none;
}
.hero-v2 .container{position:relative;z-index:1}
.hero-copy h1{font-size:56px;max-width:700px}
.hero-copy p{max-width:680px}
.hero-products{min-height:430px}
.hero-product-main{
  width:345px !important;height:345px !important;
  right:92px !important;top:52px !important;
}
.hero-product-small.a{
  width:175px !important;height:175px !important;
  left:0 !important;top:105px !important;
}
.hero-product-small.b{
  width:165px !important;height:165px !important;
  right:0 !important;bottom:34px !important;
}
.hero-delivery-badge{
  position:absolute;right:0;top:6px;
  width:210px;padding:18px 20px;border-radius:22px;
  background:rgba(4,25,76,.72);
  border:1px solid rgba(71,130,255,.55);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
  display:grid;grid-template-columns:auto 1fr;column-gap:12px;
  color:#fff;z-index:4;
}
.hero-delivery-badge span{font-size:28px;grid-row:1/3}
.hero-delivery-badge strong{font-size:17px}
.hero-delivery-badge small{font-size:15px;color:#d9e4ff}
.trust-strip{box-shadow:0 8px 24px rgba(16,38,73,.05)}
.brand-logo-card{
  transition:transform .2s ease, box-shadow .2s ease;
}
.brand-logo-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(20,40,70,.10)}
.floating-wa{
  width:auto !important;height:58px !important;
  padding:0 18px 0 12px !important;
  border-radius:999px !important;
  display:flex !important;gap:10px;align-items:center;
  background:#25D366 !important;color:#fff !important;
  font-weight:800;line-height:1.05;letter-spacing:.2px;
}
.floating-wa .wa-icon{
  width:38px;height:38px;border-radius:50%;
  border:2px solid rgba(255,255,255,.92);
  display:grid;place-items:center;font-size:20px;
}
.floating-wa .wa-label{font-size:12px;text-align:left}
@media(max-width:980px){
  .hero-delivery-badge{right:4%;top:0;width:190px}
}
@media(max-width:640px){
  .hero-copy h1{font-size:39px}
  .hero-products{min-height:330px}
  .hero-product-main{width:245px !important;height:245px !important;top:58px !important}
  .hero-product-small.a{width:105px !important;height:105px !important;top:75px !important}
  .hero-product-small.b{width:100px !important;height:100px !important;bottom:20px !important}
  .hero-delivery-badge{display:none}
  .floating-wa{height:52px !important;padding-right:14px !important}
  .floating-wa .wa-label{font-size:10px}
}


/* V4.0 darker corporate refinement */
:root{
  --blue:#4f74e8;
  --blue2:#173b78;
  --navy:#050d16;
  --text:#edf3f9;
  --muted:#aab7c6;
  --line:#243445;
  --bg:#0a1521;
  --white:#111f2d;
  --shadow:0 18px 42px rgba(0,0,0,.28);
}
body{background:#08131e;color:var(--text)}
.topbar{background:#030a11;color:#eaf0f6;border-bottom:1px solid #142333}
header{background:rgba(6,15,24,.97);border-bottom:1px solid #223244;box-shadow:0 8px 26px rgba(0,0,0,.16)}
.brand img{filter:brightness(1.35) saturate(.9)}
.menu{color:#dbe5ee}.menu a.active,.menu a:hover{color:#8ca7ff}
.menu a.active:after,.menu a:hover:after{background:#6688ef}
.mobile-toggle{background:#142536;color:#dce7f2}
.cta{background:#355fd9;box-shadow:0 8px 20px rgba(0,0,0,.22)}
.cta.secondary{background:#142638;color:#e9eff5;border-color:#38506a}

/* Homepage hero: visual product banners removed, text-led corporate composition */
.hero-v2{
  background:
    radial-gradient(circle at 78% 30%,rgba(49,79,126,.22),transparent 28%),
    radial-gradient(circle at 92% 68%,rgba(20,48,82,.28),transparent 30%),
    linear-gradient(112deg,#050d16 0%,#0a1827 54%,#0d2236 100%);
  border-bottom:1px solid #223244;
}
.hero-v2:after{height:230px;background:linear-gradient(165deg,transparent 53%,rgba(52,86,126,.12) 54%,transparent 79%)}
.hero-v2 .container{grid-template-columns:1fr !important;min-height:500px;padding:72px 0}
.hero-copy{max-width:850px}
.hero-copy h1{font-size:58px;max-width:820px}
.hero-copy h1 span{color:#7394f5}
.hero-copy p{color:#c7d2dc;max-width:760px}
.hero-products{display:none !important}

.trust-strip{background:#0d1a27;border-color:#223244;box-shadow:none}
.trust-item{border-color:#223244;color:#edf3f8}
.section{background:#08131e}
.section.alt{background:#0b1825}
.section-head h2{color:#f3f7fb}.section-head p{color:#aab7c6}
.brand-logo-card{background:#f7f8fa;border-color:#d6dde5;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.brand-card{background:#132334;border-color:#26384b;color:#eef4f8;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.card,.product-card,.panel{background:#102030;border-color:#26384a;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.card-media{background:linear-gradient(145deg,#17293a,#102030)}
.card p,.product-info p,.note{color:#aab7c6}
.product-img{background:#e9edf1;border-color:#304153}
.product-brand{color:#8aa6ff}
.advantages{color:#edf3f8}.adv .badge{background:#172a3d;color:#84a2ff}.adv p{color:#aab7c6}
.banner{background:linear-gradient(105deg,#071521,#10283d);border:1px solid #294057;box-shadow:0 16px 36px rgba(0,0,0,.22)}
.banner p{color:#b9c7d3}
.page-hero{background:linear-gradient(115deg,#050d16,#0d2338);border-bottom:1px solid #223447}.page-hero p{color:#c0ccd7}
.contact-row .circle{background:#172a3d;color:#85a2ff}
input,textarea,select{background:#0c1a28;color:#eef4f8;border-color:#314355}input::placeholder,textarea::placeholder{color:#718195}
.list li:before{color:#7f9df5}
.table-like{background:#27394a;border-color:#27394a}.table-like>div{background:#102030}
footer{background:#030b13;border-top:1px solid #1b2b3b}footer a,footer p,.footer-brand p{color:#aab8c6}
.copyright{border-color:#1e3041;color:#8395a8}
.floating-wa{box-shadow:0 14px 32px rgba(0,0,0,.38)}

@media(max-width:980px){
  .menu{background:#081521;border-color:#223447;color:#e8eef4}
  .hero-v2 .container{padding:60px 0}
}
@media(max-width:640px){
  .hero-v2 .container{min-height:440px;padding:52px 0}
  .hero-copy h1{font-size:40px}
}


/* =========================================================
   V4.1 — ONAYLANAN AÇIK KURUMSAL TEMA
   Orta lacivert + açık mavi + altın vurgu
   ========================================================= */
:root{
  --blue:#d6a23f;
  --blue2:#2f5686;
  --navy:#102b4f;
  --text:#142b49;
  --muted:#65768b;
  --line:#d8e2ed;
  --bg:#eef4fa;
  --white:#ffffff;
  --shadow:0 16px 38px rgba(20,50,90,.13);
}

/* General */
body{
  background:#f6f9fc;
  color:var(--text);
}

/* Top utility bar */
.topbar{
  background:#0b2445;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.10);
}

/* Header */
header{
  background:#17385f;
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 8px 22px rgba(13,39,72,.10);
}
.nav{min-height:92px}
.brand img{
  filter:none;
  height:58px;
}
.menu{
  color:#f5f8fc;
  gap:24px;
  flex-wrap:nowrap;
}
.menu a{
  color:#f5f8fc;
  white-space:nowrap !important;
  flex:0 0 auto;
  padding:34px 0 28px;
}
.menu a.active,.menu a:hover{
  color:#f5c451;
}
.menu a.active:after,.menu a:hover:after{
  background:#f5c451;
}
.nav>.cta,
.cta{
  white-space:nowrap !important;
  flex:0 0 auto;
}
.cta{
  background:linear-gradient(135deg,#f0bb4b,#ffd16c);
  color:#102846;
  box-shadow:0 8px 20px rgba(205,151,44,.18);
}
.cta:hover{filter:brightness(1.03)}
.cta.secondary{
  background:#17375d;
  color:#ffd05f;
  border:1px solid #e0ad43;
  box-shadow:none;
}
.cta.hepsiburada{
  background:#17375d;
  color:#f7c44f;
  border:1px solid #e0ad43;
  box-shadow:none;
}
.mobile-toggle{
  background:#eef4fa;
  color:#17385f;
}

/* Homepage hero - no product banners */
.hero-v2{
  position:relative;
  background:
    radial-gradient(circle at 74% 32%,rgba(190,214,246,.38),transparent 31%),
    radial-gradient(circle at 90% 63%,rgba(142,181,228,.22),transparent 32%),
    linear-gradient(115deg,#2b527e 0%,#537aa7 50%,#8faed1 100%);
  border-bottom:0;
  overflow:hidden;
}
.hero-v2:before{
  content:"";
  position:absolute;
  width:760px;
  height:330px;
  right:-80px;
  bottom:-110px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:50%;
  transform:rotate(-10deg);
  box-shadow:
    0 -22px 0 -21px rgba(255,255,255,.22),
    0 -45px 0 -44px rgba(255,255,255,.18),
    0 -68px 0 -67px rgba(255,255,255,.14);
  pointer-events:none;
}
.hero-v2:after{
  content:"";
  position:absolute;
  right:13%;
  top:17%;
  width:250px;
  height:250px;
  opacity:.10;
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.9) 0 15%,transparent 16%),
    linear-gradient(135deg,transparent 42%,rgba(255,255,255,.9) 43% 57%,transparent 58%);
  border:6px solid rgba(255,255,255,.65);
  border-radius:32% 32% 46% 46%;
  transform:scale(.65);
  pointer-events:none;
}
.hero-v2 .container{
  grid-template-columns:1fr !important;
  min-height:510px;
  padding:62px 0 100px;
}
.hero-copy{
  max-width:790px;
}
.hero-copy h1{
  color:#fff;
  font-size:58px;
  max-width:790px;
  text-shadow:0 3px 18px rgba(20,45,75,.12);
}
.hero-copy h1 span{
  color:#ffd05c;
}
.hero-copy p{
  color:#f5f8fc;
  max-width:710px;
}
.kicker{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.20);
  color:#fff;
}
.hero-products{display:none !important}
.hero-actions{flex-wrap:nowrap}
.hero-actions .cta{white-space:nowrap}

/* Trust strip becomes a floating navy panel */
.trust-strip{
  position:relative;
  z-index:5;
  background:transparent;
  border:0;
  margin-top:-49px;
  box-shadow:none;
}
.trust-grid{
  background:linear-gradient(110deg,#16365d,#234d7c);
  color:#fff;
  border:1px solid rgba(238,193,92,.42);
  border-radius:13px;
  box-shadow:0 15px 32px rgba(18,45,82,.20);
  overflow:hidden;
}
.trust-item{
  min-height:98px;
  border-right:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.trust-item>span{
  width:52px;height:52px;
  border-radius:50%;
  border:1px solid rgba(245,196,79,.55);
  display:grid;
  place-items:center;
  color:#f5c44f;
  font-size:23px;
  flex:0 0 auto;
}
.trust-item small{color:#eef5fc}

/* Light content zones */
.section{
  background:#f7faff;
}
.section.alt{
  background:#eef4fa;
}
.section-head h2{
  color:#17365c;
}
.section-head p{
  color:#65768b;
}

/* Brands area should feel bright */
.section:first-of-type{
  background:#f7faff;
}
.brand-logo-grid{
  gap:16px;
}
.brand-logo-card{
  background:#fff;
  border-color:#d6e0eb;
  box-shadow:0 8px 22px rgba(22,58,96,.07);
}
.brand-logo-card:hover{
  box-shadow:0 14px 28px rgba(22,58,96,.12);
}

/* Cards/products */
.brand-card,.card,.product-card,.panel{
  background:#fff;
  color:#17314f;
  border-color:#d9e3ed;
  box-shadow:0 10px 28px rgba(22,58,96,.07);
}
.card-media{
  background:linear-gradient(145deg,#f7faff,#e7eff7);
}
.card p,.product-info p,.note{
  color:#68788a;
}
.product-img{
  background:#fff;
  border-color:#d7e1eb;
}
.product-brand{
  color:#2e5e96;
}

/* Why us */
.advantages{color:#17314f}
.adv .badge{
  background:#e5eef8;
  color:#c8922d;
  border:1px solid #d5e1ed;
}
.adv p{color:#68788a}

/* Banners */
.banner{
  background:linear-gradient(105deg,#1b416e,#315f91);
  border:1px solid #426d9b;
  color:#fff;
  box-shadow:0 14px 30px rgba(25,60,100,.15);
}
.banner p{color:#e8f0f8}

/* Inner page hero */
.page-hero{
  background:
    radial-gradient(circle at 82% 30%,rgba(186,211,241,.32),transparent 30%),
    linear-gradient(115deg,#234b78,#698db8);
  color:#fff;
  border-bottom:0;
}
.page-hero p{color:#f0f5fa}

/* Forms and tables */
.contact-row .circle{
  background:#e4edf7;
  color:#b37f26;
}
input,textarea,select{
  background:#fff;
  color:#17314f;
  border-color:#cfdbe7;
}
input::placeholder,textarea::placeholder{color:#8797a8}
.table-like{
  background:#d8e2ed;
  border-color:#d8e2ed;
}
.table-like>div{background:#fff}

/* Footer remains corporate but not black */
footer{
  background:#102b4b;
  border-top:1px solid #274b70;
}
footer a,footer p,.footer-brand p{color:#d5e0ea}
.copyright{
  border-color:rgba(255,255,255,.14);
  color:#b3c1ce;
}

/* Floating GSM / WhatsApp */
.floating-wa{
  background:#25D366 !important;
  box-shadow:0 12px 28px rgba(18,45,72,.24);
}

/* Keep desktop navigation and CTAs on one line */
@media(min-width:981px){
  .nav{gap:16px}
  .brand{flex:0 0 auto}
  .menu{gap:22px;flex:0 1 auto}
  .menu a{font-size:14px;white-space:nowrap !important}
  .nav>.cta{padding-left:16px;padding-right:16px;white-space:nowrap !important}
  .hero-actions{display:flex;flex-wrap:nowrap}
  .hero-actions a{white-space:nowrap !important}
}

/* Tablet/mobile */
@media(max-width:980px){
  .menu{
    background:#17385f;
    border-color:rgba(255,255,255,.15);
    color:#fff;
  }
  .menu a{color:#fff}
  .hero-v2 .container{
    padding:58px 0 92px;
  }
  .trust-strip{margin-top:-35px}
  .trust-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .hero-v2 .container{
    min-height:450px;
    padding:50px 0 76px;
  }
  .hero-copy h1{font-size:40px}
  .hero-actions{
    flex-wrap:wrap;
  }
  .trust-strip{margin-top:-24px}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{min-height:auto}
}


/* ==========================================================
   V4.2 — MODERN KURUMSAL TASARIM
   Onaylanan son görsel doğrultusunda:
   - İnce koyu utility bar
   - Beyaz ana header
   - Lacivert / royal blue hero
   - Altın vurgu
   - Beyaz yüzer avantaj paneli
   - Açık içerik alanları
   ========================================================== */

:root{
  --v42-navy:#0b2547;
  --v42-navy-2:#12375f;
  --v42-blue:#255b99;
  --v42-blue-soft:#eaf2fb;
  --v42-gold:#e5aa31;
  --v42-gold-2:#f7c653;
  --v42-ink:#102744;
  --v42-muted:#66778b;
  --v42-line:#d9e3ed;
  --v42-bg:#f4f7fb;
  --v42-white:#ffffff;
  --v42-shadow:0 16px 40px rgba(17,48,84,.12);
}

/* base */
html,body{background:var(--v42-bg)}
body{color:var(--v42-ink)}

/* top bar */
.topbar{
  background:#071b34 !important;
  color:#fff !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.topbar .container{
  min-height:44px;
  padding:8px 0 !important;
}
.topbar-left{
  color:#f5f8fb;
  gap:26px;
}
.topbar-left span{
  opacity:.92;
}
.topbar-right{display:none !important}

/* header */
header{
  background:#fff !important;
  border-bottom:1px solid #e1e8ef !important;
  box-shadow:0 8px 30px rgba(15,43,76,.05) !important;
}
.nav{
  min-height:108px;
  gap:20px;
}
.brand img{
  height:64px;
  filter:none !important;
}
.menu{
  gap:27px;
  flex-wrap:nowrap;
}
.menu a{
  color:#112844 !important;
  white-space:nowrap !important;
  padding:43px 0 36px;
  font-weight:700;
}
.menu a.active,
.menu a:hover{
  color:#142b47 !important;
}
.menu a.active:after,
.menu a:hover:after{
  background:var(--v42-gold) !important;
  height:3px;
}

.nav>.cta,
.cta{
  white-space:nowrap !important;
  border-radius:7px;
  font-weight:800;
}
.cta{
  background:linear-gradient(135deg,var(--v42-gold),var(--v42-gold-2)) !important;
  color:#102846 !important;
  border:1px solid #dfa12c !important;
  box-shadow:0 8px 22px rgba(211,153,43,.20) !important;
}
.cta:hover{
  transform:translateY(-1px);
  filter:brightness(1.02);
}
.cta.secondary,
.cta.hepsiburada{
  background:#fff !important;
  color:#17304e !important;
  border:1px solid var(--v42-gold) !important;
  box-shadow:none !important;
}
.mobile-toggle{
  background:#edf3f9 !important;
  color:#14345a !important;
}

/* HERO */
.hero-v2{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 78% 28%,rgba(55,108,174,.55),transparent 34%),
    linear-gradient(118deg,#071c3b 0%,#103761 45%,#245b9b 100%) !important;
  border:0 !important;
}
.hero-v2:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(132deg,rgba(255,255,255,.025) 0 18%,transparent 18% 37%,rgba(255,255,255,.018) 37% 54%,transparent 54%),
    radial-gradient(circle at 84% 50%,rgba(255,255,255,.08),transparent 26%);
  pointer-events:none;
}
.hero-v2:after{
  content:"";
  position:absolute;
  width:900px;
  height:330px;
  right:-145px;
  bottom:-175px;
  border-radius:50%;
  border:1px solid rgba(232,176,59,.60);
  box-shadow:
    0 -18px 0 -17px rgba(242,193,88,.34),
    0 -39px 0 -38px rgba(255,255,255,.15),
    0 -62px 0 -61px rgba(255,255,255,.11),
    0 -84px 0 -83px rgba(255,255,255,.08);
  transform:rotate(-8deg);
  pointer-events:none;
}
.hero-v2 .container{
  position:relative;
  z-index:2;
  grid-template-columns:1fr !important;
  min-height:530px !important;
  padding:62px 0 118px !important;
}
.hero-copy{
  max-width:790px !important;
}
.hero-copy h1{
  color:#fff !important;
  font-size:58px !important;
  line-height:1.08;
  letter-spacing:-1.6px;
  text-shadow:0 4px 20px rgba(3,16,34,.16);
}
.hero-copy h1 span{
  color:var(--v42-gold-2) !important;
}
.hero-copy p{
  color:#f2f6fb !important;
  max-width:720px;
  line-height:1.72;
}
.kicker{
  color:#fff !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:999px;
  padding:8px 13px;
}
.hero-products{display:none !important}
.hero-actions{
  display:flex;
  flex-wrap:nowrap !important;
  gap:16px;
}
.hero-actions .cta{
  min-width:170px;
  white-space:nowrap !important;
}
.hero-actions .cta.secondary{
  background:rgba(7,27,54,.42) !important;
  color:#fff !important;
  border-color:var(--v42-gold) !important;
}

/* trust strip / floating white panel */
.trust-strip{
  position:relative;
  z-index:7;
  background:transparent !important;
  border:0 !important;
  margin-top:-50px !important;
  box-shadow:none !important;
}
.trust-grid{
  background:#fff !important;
  color:var(--v42-ink) !important;
  border:1px solid #dbe4ed !important;
  border-radius:14px !important;
  box-shadow:0 16px 38px rgba(15,45,82,.15) !important;
  overflow:hidden;
}
.trust-item{
  min-height:112px;
  color:var(--v42-ink) !important;
  border-right:1px solid #e1e8ef !important;
  padding:26px 28px !important;
}
.trust-item:last-child{border-right:0 !important}
.trust-item>span{
  width:54px !important;
  height:54px !important;
  border-radius:50%;
  display:grid !important;
  place-items:center;
  flex:0 0 auto;
  color:var(--v42-gold) !important;
  background:var(--v42-navy) !important;
  border:0 !important;
  font-size:24px !important;
}
.trust-item strong{
  color:#183353 !important;
}
.trust-item small{
  color:#657588 !important;
  line-height:1.55;
}
.trust-item small b{
  color:#c88a1c;
}

/* sections */
.section{
  background:#f7f9fc !important;
}
.section.alt{
  background:#eef3f8 !important;
}
.section-head h2{
  color:#153457 !important;
}
.section-head p{
  color:var(--v42-muted) !important;
}

/* brand section */
.brand-logo-grid{
  gap:18px !important;
}
.brand-logo-card{
  background:#fff !important;
  border:1px solid #dce5ee !important;
  border-radius:9px !important;
  box-shadow:0 8px 24px rgba(23,55,91,.06) !important;
}
.brand-logo-card:hover{
  transform:translateY(-3px);
  border-color:#d6b66b !important;
  box-shadow:0 16px 34px rgba(23,55,91,.11) !important;
}

/* cards */
.brand-card,.card,.product-card,.panel{
  background:#fff !important;
  border:1px solid #dce5ee !important;
  color:var(--v42-ink) !important;
  box-shadow:0 10px 30px rgba(22,54,90,.07) !important;
  border-radius:10px !important;
}
.card-media{
  background:linear-gradient(145deg,#f9fbfd,#eaf1f8) !important;
}
.card p,.product-info p,.note{
  color:#66788c !important;
}
.product-img{
  background:#fff !important;
  border-color:#d9e3ed !important;
}
.product-brand{
  color:#285d97 !important;
}

/* advantages */
.advantages{
  color:var(--v42-ink) !important;
}
.adv .badge{
  background:#eaf1f8 !important;
  color:#bd8422 !important;
  border:1px solid #d8e2ec !important;
}
.adv p{
  color:#697b8e !important;
}

/* banners / inner page headings */
.banner{
  background:linear-gradient(108deg,#12365f,#2a5d95) !important;
  border:1px solid #376895 !important;
  color:#fff !important;
  box-shadow:0 14px 34px rgba(22,55,92,.15) !important;
}
.banner p{color:#e9f0f7 !important}
.page-hero{
  background:
    radial-gradient(circle at 82% 24%,rgba(77,127,187,.40),transparent 32%),
    linear-gradient(118deg,#0c294d,#285f98) !important;
  color:#fff !important;
  border:0 !important;
}
.page-hero p{
  color:#edf4fb !important;
}

/* forms/tables */
.contact-row .circle{
  background:#eaf1f8 !important;
  color:#bd8422 !important;
}
input,textarea,select{
  background:#fff !important;
  color:#17314f !important;
  border-color:#d0dbe6 !important;
}
input:focus,textarea:focus,select:focus{
  border-color:#d8a442 !important;
  box-shadow:0 0 0 3px rgba(216,164,66,.12);
}
.table-like{
  background:#dbe4ed !important;
  border-color:#dbe4ed !important;
}
.table-like>div{
  background:#fff !important;
}

/* footer */
footer{
  background:#0b2748 !important;
  border-top:1px solid #234b72 !important;
}
footer a,footer p,.footer-brand p{
  color:#d6e1ea !important;
}
footer h4{
  color:#fff !important;
}
.copyright{
  border-color:rgba(255,255,255,.13) !important;
  color:#b4c1ce !important;
}

/* floating GSM button */
.floating-wa{
  background:#25d366 !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 12px 30px rgba(16,55,88,.23) !important;
}
.floating-wa .wa-label{
  white-space:nowrap;
}

/* desktop single-line nav / CTAs */
@media(min-width:981px){
  .nav{gap:18px}
  .brand{flex:0 0 auto}
  .menu{
    gap:24px;
    flex:0 1 auto;
  }
  .menu a{
    font-size:14px !important;
    white-space:nowrap !important;
    flex:0 0 auto;
  }
  .nav>.cta{
    white-space:nowrap !important;
    flex:0 0 auto;
    padding-left:16px;
    padding-right:16px;
  }
}

/* responsive */
@media(max-width:980px){
  .menu{
    background:#fff !important;
    color:var(--v42-ink) !important;
    border-color:#dce5ee !important;
    box-shadow:0 14px 28px rgba(15,45,82,.10);
  }
  .menu a{
    color:#17314f !important;
  }
  .hero-v2 .container{
    padding:58px 0 104px !important;
  }
  .trust-strip{
    margin-top:-38px !important;
  }
  .trust-grid{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:640px){
  .topbar-left{
    display:flex !important;
    gap:12px;
    font-size:11px;
  }
  .topbar-left span:nth-child(n+2){
    display:none;
  }
  .hero-v2 .container{
    min-height:460px !important;
    padding:48px 0 82px !important;
  }
  .hero-copy h1{
    font-size:40px !important;
  }
  .hero-actions{
    flex-wrap:wrap !important;
  }
  .trust-strip{
    margin-top:-28px !important;
  }
  .trust-grid{
    grid-template-columns:1fr !important;
  }
  .trust-item{
    min-height:auto !important;
  }
}


/* V4.3 final approved contact styling */
.footer-links a strong{
  color:#f1b73d;
  font-weight:800;
}
.floating-wa{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:190px;
  justify-content:center;
}
.floating-wa .wa-label{
  line-height:1.22;
  text-align:left;
  font-size:11px;
}
.floating-wa .wa-label strong{
  font-size:11px;
  color:#fff;
}
.contact-row strong{
  color:#173452;
}


/* V4.4 direct email form */
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.form-consent{
  display:flex !important;
  align-items:flex-start;
  gap:9px;
  font-size:12px;
  line-height:1.45;
  color:#69798a;
}
.form-consent input{
  width:16px !important;
  height:16px;
  margin-top:1px;
  flex:0 0 auto;
  accent-color:#d8a442;
}


/* ==========================================================
   V4.7 — MODERN GRİ BUTON TEMASI + SADE WHATSAPP
   ========================================================== */

/* Primary CTA buttons: yellow/gold -> modern neutral gray */
.cta,
button.cta,
a.cta,
.hero-actions .cta,
.banner .cta{
  background:linear-gradient(135deg,#d8dadd,#bfc3c8) !important;
  color:#14283f !important;
  border:1px solid #b9bec5 !important;
  box-shadow:0 8px 20px rgba(34,48,64,.10) !important;
}

.cta:hover,
button.cta:hover,
a.cta:hover{
  background:linear-gradient(135deg,#cfd2d6,#b5bac0) !important;
  color:#10243a !important;
  border-color:#aeb4bb !important;
  transform:translateY(-1px);
  filter:none !important;
}

/* Secondary outlined actions */
.cta.secondary,
.cta.hepsiburada,
.hero-actions .cta.secondary{
  background:#f3f4f5 !important;
  color:#14283f !important;
  border:1px solid #c8ccd1 !important;
  box-shadow:none !important;
}
.cta.secondary:hover,
.cta.hepsiburada:hover,
.hero-actions .cta.secondary:hover{
  background:#e5e7ea !important;
  border-color:#bfc4ca !important;
}

/* Product/action buttons and other button-like links */
.product-card .cta,
.card .cta,
.panel .cta,
form .cta{
  background:linear-gradient(135deg,#d8dadd,#bfc3c8) !important;
  color:#14283f !important;
  border-color:#b9bec5 !important;
}

/* Active menu underline: gray instead of gold */
.menu a.active:after,
.menu a:hover:after{
  background:#5f6770 !important;
}

/* Any gold text on buttons becomes dark navy */
.cta *{
  color:inherit !important;
}

/* Floating WhatsApp: dark gray pill, only WhatsApp text */
.floating-wa{
  background:linear-gradient(135deg,#676b70,#4f5358) !important;
  color:#fff !important;
  border:1px solid #5b6065 !important;
  min-width:150px !important;
  padding:13px 20px !important;
  gap:10px !important;
  box-shadow:0 12px 28px rgba(25,36,48,.20) !important;
}
.floating-wa:hover{
  background:linear-gradient(135deg,#5c6065,#474b50) !important;
}
.floating-wa .wa-label{
  color:#fff !important;
  font-weight:800 !important;
  font-size:13px !important;
  white-space:nowrap !important;
  line-height:1 !important;
}
.floating-wa .wa-icon{
  color:#fff !important;
}

/* Keep corporate navy/white content language */
.trust-item small b,
.footer-links a strong{
  color:inherit !important;
}

/* Mobile */
@media(max-width:640px){
  .floating-wa{
    min-width:132px !important;
    padding:11px 15px !important;
  }
  .floating-wa .wa-label{
    font-size:12px !important;
  }
}

/* V4.8 KVKK / legal / cookie */
.legal-footer-links{width:min(1120px,calc(100% - 40px));margin:24px auto 0;padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:18px 28px}
.legal-footer-links a{color:#cbd7e1!important;font-size:12px}.legal-footer-links a:hover{color:#fff!important}
.legal-content{max-width:960px;background:#fff;border:1px solid #dfe6ed;border-radius:12px;padding:42px 46px;box-shadow:0 10px 30px rgba(22,54,90,.06)}
.legal-content h2{color:#142b48;font-size:22px;margin:30px 0 10px}.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{color:#607185;line-height:1.75;font-size:14px}.legal-content a{color:#244f80;text-decoration:underline}
.legal-note{margin-top:34px;padding:16px 18px;background:#f2f4f6;border:1px solid #d9dee4;color:#5f6c79;font-size:12px;line-height:1.6;border-radius:8px}
.form-consent a{color:#284e78;text-decoration:underline}
.cookie-banner{position:fixed;left:24px;right:24px;bottom:24px;z-index:9999;max-width:1120px;margin:auto;background:#fff;color:#14283f;border:1px solid #d7dde3;border-radius:12px;box-shadow:0 20px 55px rgba(17,34,52,.20);padding:18px 20px;display:none;align-items:center;justify-content:space-between;gap:20px}
.cookie-banner.show{display:flex}.cookie-copy{max-width:720px}.cookie-copy strong{font-size:15px}.cookie-copy p{margin:5px 0 0;color:#667584;font-size:12px;line-height:1.55}
.cookie-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}.cookie-link{font-size:12px;color:#394d63;text-decoration:underline;margin-right:4px}
.cookie-btn{border-radius:7px;padding:10px 15px;font-weight:700;cursor:pointer;border:1px solid #c9cdd2}.cookie-reject{background:#f1f2f3;color:#283b50}.cookie-accept{background:#62676c;color:#fff;border-color:#595e63}
@media(max-width:720px){.legal-content{padding:28px 20px}.cookie-banner{left:12px;right:12px;bottom:12px;align-items:stretch;flex-direction:column}.cookie-banner.show{display:flex}.cookie-actions{width:100%;flex-wrap:wrap}.cookie-btn{flex:1}}


/* ==========================================================
   V4.9 — ONAYLANAN KURUMSAL ANA SAYFA + KAYAN HİZMET BANNERLARI
   ========================================================== */
:root{
  --v49-navy:#06254a;
  --v49-navy2:#0b3f78;
  --v49-blue:#1672dc;
  --v49-orange:#ff5b20;
  --v49-orange2:#ff7a24;
  --v49-ink:#102a4b;
  --v49-muted:#617287;
  --v49-soft:#f4f7fb;
}

.topbar-v49{display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar-contact{display:flex;align-items:center;gap:10px;color:#fff;font-size:12px}
.topbar-contact a{color:#fff;opacity:.94}.top-sep{opacity:.35}

/* Hepsiburada only: orange */
.cta.hepsiburada{
  background:linear-gradient(135deg,var(--v49-orange),var(--v49-orange2)) !important;
  color:#fff !important;
  border-color:#ef531d !important;
  box-shadow:0 8px 22px rgba(255,91,32,.18) !important;
}
.cta.hepsiburada:hover{
  background:linear-gradient(135deg,#f4511d,#f9701e) !important;
  color:#fff !important;
}

/* Header wholesale CTA stays dark */
.nav>.cta:not(.hepsiburada){
  background:linear-gradient(135deg,#33495f,#24384d) !important;
  color:#fff !important;
  border-color:#2b4055 !important;
}

/* Hero */
.hero-v49{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 42%,rgba(21,104,190,.44),transparent 30%),
    linear-gradient(118deg,#032143 0%,#073b72 55%,#0e4f91 100%);
  color:#fff;
}
.hero-v49:before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(160deg,transparent 0 52%,rgba(255,255,255,.025) 52% 70%,transparent 70%),
    radial-gradient(circle at 90% 25%,rgba(255,255,255,.05),transparent 30%);
  pointer-events:none;
}
.hero-v49-grid{
  min-height:435px;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:24px;
  position:relative;
  z-index:2;
}
.hero-copy-v49{padding:54px 0 74px}
.kicker-v49{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  font-size:12px;
  margin-bottom:20px;
}
.hero-copy-v49 h1{
  font-size:56px;
  line-height:1.08;
  letter-spacing:-1.7px;
  margin:0 0 20px;
  max-width:760px;
  color:#fff;
}
.hero-copy-v49 h1 span{display:block;color:#2d87f3}
.hero-copy-v49 p{
  max-width:650px;
  color:#eef5fb;
  line-height:1.7;
  font-size:16px;
}
.hero-actions-v49{display:flex;gap:14px;margin-top:26px}
.cta-dark-v49{
  background:linear-gradient(135deg,#344b62,#26394d) !important;
  color:#fff !important;border-color:#3b536a !important;
}
.cta-light-v49{
  background:#fff !important;
  color:#132d4d !important;
  border-color:#e3e9ef !important;
  box-shadow:0 8px 20px rgba(5,26,50,.08) !important;
}
.hero-products-v49{
  position:relative;
  height:390px;
  align-self:end;
}
.hero-prod{
  position:absolute;
  object-fit:contain;
  filter:drop-shadow(0 22px 22px rgba(0,0,0,.32));
}
.hero-prod-mixer{height:315px;left:-40px;bottom:5px;z-index:2}
.hero-prod-vacuum{height:390px;left:145px;bottom:-5px;z-index:3}
.hero-prod-iron{height:250px;right:0;bottom:10px;z-index:4}

/* Sliding service banner */
.service-slider-section{
  position:relative;
  z-index:6;
  margin-top:-60px;
  padding-bottom:34px;
}
.service-slider{position:relative}
.service-viewport{
  overflow:hidden;
  border:1px solid #dce5ee;
  background:#fff;
  border-radius:14px;
  box-shadow:0 16px 40px rgba(14,45,82,.14);
}
.service-track{
  display:flex;
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.service-slide{
  flex:0 0 25%;
  min-width:0;
  padding:28px 26px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  border-right:1px solid #e5ebf1;
  background:#fff;
}
.service-icon{
  width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;
  background:#eef3f8;
  border:1px solid #dce5ed;
  color:#0b3765;font-size:25px;
}
.service-slide h3{margin:0 0 5px;color:#102c4d;font-size:15px}
.service-slide strong{display:block;color:#1269d1;font-size:12px;margin-bottom:9px}
.service-slide p{margin:0;color:#607286;font-size:12px;line-height:1.6}
.service-arrow{
  position:absolute;top:50%;transform:translateY(-60%);
  z-index:8;width:34px;height:34px;border-radius:50%;
  border:1px solid #dbe3eb;background:#fff;color:#24496f;
  box-shadow:0 6px 18px rgba(16,44,76,.10);
  cursor:pointer;font-size:22px;
}
.service-prev{left:-17px}.service-next{right:-17px}
.service-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}
.service-dots span{width:9px;height:5px;border-radius:99px;background:#bcc7d3}
.service-dots span.active{width:18px;background:#2479dc}

/* Corporate lower content */
.corporate-solutions{padding-top:34px !important}
.corporate-grid-v49{
  display:grid;grid-template-columns:1.05fr 1.95fr;
  gap:42px;align-items:start
}
.section-kicker-v49{
  display:block;font-size:11px;font-weight:800;letter-spacing:1.5px;color:#4b6075;margin-bottom:7px
}
.corporate-intro-v49 h2{font-size:31px;color:#0d2c50;margin:0 0 15px}
.corporate-intro-v49 p{font-size:13px;color:#5c6e80;line-height:1.72}
.corporate-link-v49{display:inline-block;margin-top:10px;color:#244f7c;font-size:13px;font-weight:800}
.corporate-benefits-v49{
  display:grid;grid-template-columns:repeat(4,1fr);
  border-left:1px solid #e1e7ed
}
.corporate-benefits-v49 article{padding:6px 22px;border-right:1px solid #e1e7ed}
.corp-icon{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  border:1px solid #d3dde7;color:#0c3562;font-weight:800;font-size:20px;margin-bottom:12px
}
.corporate-benefits-v49 h3{font-size:14px;color:#112d4e;margin:0 0 8px}
.corporate-benefits-v49 p{font-size:12px;color:#647588;line-height:1.65;margin:0}

/* Footer slightly richer */
footer{margin-top:0}
.footer-grid{padding-top:8px}

/* Responsive */
@media(max-width:1100px){
  .hero-copy-v49 h1{font-size:48px}
  .service-slide{flex-basis:33.333%}
  .corporate-grid-v49{grid-template-columns:1fr}
  .corporate-benefits-v49{border-left:0}
}
@media(max-width:850px){
  .topbar-contact{display:none}
  .hero-v49-grid{grid-template-columns:1fr;min-height:auto}
  .hero-copy-v49{padding:50px 0 20px}
  .hero-products-v49{height:315px}
  .hero-prod-mixer{height:250px;left:5%}
  .hero-prod-vacuum{height:315px;left:38%}
  .hero-prod-iron{height:205px;right:5%}
  .service-slider-section{margin-top:-34px}
  .service-slide{flex-basis:50%}
  .corporate-benefits-v49{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .hero-copy-v49 h1{font-size:39px}
  .hero-actions-v49{flex-direction:column;align-items:stretch}
  .hero-products-v49{height:270px}
  .hero-prod-mixer{height:210px;left:-15px}
  .hero-prod-vacuum{height:270px;left:30%}
  .hero-prod-iron{height:170px;right:-10px}
  .service-slide{flex-basis:100%;padding:24px 22px}
  .service-prev{left:-8px}.service-next{right:-8px}
  .corporate-benefits-v49{grid-template-columns:1fr}
  .corporate-benefits-v49 article{border-right:0;border-bottom:1px solid #e3e9ef;padding:18px 0}
}


/* ==========================================================
   V4.9.2 — FOOTER İLETİŞİM + YEŞİL WHATSAPP
   ========================================================== */
.footer-contact-v492{
  min-width:270px;
}
.footer-contact-v492 .footer-contact-row{
  display:flex !important;
  align-items:flex-start;
  gap:10px;
  margin-bottom:11px;
  color:#dce7f0 !important;
  line-height:1.5;
  text-decoration:none;
}
.footer-contact-v492 .footer-contact-row:hover{
  color:#fff !important;
}
.footer-contact-icon{
  width:20px;
  min-width:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:16px;
  line-height:1.2;
  margin-top:1px;
}
.footer-contact-v492 strong{
  color:#fff !important;
}
.footer-address-row span:last-child{
  line-height:1.55;
}
.footer-hours-row{
  margin-top:4px;
  color:#dce7f0;
  font-size:12px;
}

/* WhatsApp floating button */
.floating-wa-v492{
  background:#25D366 !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  min-width:158px !important;
  height:56px;
  padding:0 21px !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  box-shadow:0 14px 30px rgba(18,68,42,.25) !important;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.floating-wa-v492:hover{
  background:#1fbe59 !important;
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(18,68,42,.30) !important;
}
.floating-wa-v492 .wa-svg{
  width:29px;
  height:29px;
  color:#fff;
  flex:0 0 auto;
}
.floating-wa-v492 .wa-label{
  color:#fff !important;
  font-size:14px !important;
  font-weight:800 !important;
  white-space:nowrap;
}
@media(max-width:640px){
  .floating-wa-v492{
    min-width:142px !important;
    height:50px;
    padding:0 17px !important;
  }
  .floating-wa-v492 .wa-svg{
    width:25px;
    height:25px;
  }
}

/* V4.9.3 — footer iletişim okunabilirlik */
.footer-contact-v492 .footer-contact-row{
  gap:12px !important;
  margin-bottom:14px !important;
  line-height:1.65 !important;
}
.footer-contact-v492 .footer-contact-icon{
  width:22px !important;
  min-width:22px !important;
  font-size:17px !important;
  margin-top:0 !important;
}
.footer-contact-v492 h4{
  margin-bottom:18px !important;
}
.footer-contact-v492 .footer-address-row{
  margin-top:4px !important;
}
.footer-contact-v492 .footer-hours-row{
  margin-top:7px !important;
}

/* V4.9.4 — Kurumsal outline iletişim ikonları */
.footer-contact-v492 .footer-contact-icon{
  width:32px !important;
  min-width:32px !important;
  height:32px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:8px;
  background:rgba(255,255,255,.045);
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  margin-top:-3px !important;
  transition:background .18s ease,border-color .18s ease;
}
.footer-contact-v492 a.footer-contact-row:hover .footer-contact-icon{
  background:rgba(255,255,255,.09);
  border-color:rgba(255,255,255,.35);
}
.footer-contact-v492 .footer-contact-icon svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-contact-v492 .footer-contact-row{
  align-items:flex-start !important;
  gap:12px !important;
  margin-bottom:15px !important;
}
.footer-contact-v492 .footer-contact-row > span:last-child{
  padding-top:3px;
}
