/* TURAY SİGORTA — HOME PREMIUM CSS */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Source+Sans+3:wght@400;600;700;800&display=swap');

:root{--premium-green:#2f6b22;--premium-green-dark:#204c18;--premium-gold:#b08d57;--premium-cream:#f8f4ea;--premium-cream2:#fffdf7;--premium-text:#142015;--premium-muted:#5b6357;--premium-border:#e5dac7}

.premium-topbar{min-height:38px;background:#edf0df;gap:34px;font-family:'Source Sans 3',Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.premium-header{height:96px;padding:0 6%;background:rgba(255,253,247,.97)}
.premium-logo img{height:86px;width:auto}
.premium-nav{gap:26px;font-family:'Source Sans 3',Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.premium-nav a{padding:34px 0 29px}
.premium-nav a.active,.premium-nav a:hover{color:var(--premium-green);border-bottom-color:var(--premium-gold)}
.header-whatsapp{background:linear-gradient(135deg,var(--premium-green),#457936);color:#fff!important;border:0!important;border-radius:999px;padding:11px 17px!important;margin-left:4px;box-shadow:0 10px 22px rgba(47,107,34,.16)}
.header-whatsapp:hover{transform:translateY(-1px);border:0!important}

.premium-home-hero{min-height:640px;padding:94px 6% 82px;gap:54px;grid-template-columns:1.02fr .98fr;background:radial-gradient(circle at 92% 18%,rgba(47,107,34,.10),transparent 28%),linear-gradient(90deg,#fffdf7 0%,#fffdf7 54%,#f8f4ea 100%)}
.premium-home-hero .kicker{display:inline-block;color:var(--premium-green);font-family:'Source Sans 3',Arial,sans-serif;font-size:12px!important;font-weight:800!important;letter-spacing:.20em!important;text-transform:uppercase;margin-bottom:18px}
.premium-home-hero h1{font-family:'Playfair Display',Georgia,serif!important;font-size:clamp(40px,4.8vw,62px)!important;line-height:1.08!important;letter-spacing:-.035em!important;color:var(--premium-text);margin-bottom:22px;max-width:720px!important}
.premium-home-hero p{font-family:'Source Sans 3',Arial,sans-serif;color:var(--premium-muted)!important;font-size:19px!important;line-height:1.8!important;max-width:610px!important}
.premium-home-hero .actions{margin-top:30px;gap:14px}
.premium-home-hero .btn{font-family:'Source Sans 3',Arial,sans-serif;border-radius:13px!important;padding:15px 23px!important;min-height:50px;font-size:13px!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase}
.premium-home-hero .btn.green{background:linear-gradient(135deg,var(--premium-green),#457936)!important;color:#fff;box-shadow:0 12px 26px rgba(47,107,34,.18)!important}
.premium-home-hero .btn.white{background:rgba(255,253,247,.88)!important;border:1px solid var(--premium-green)!important;color:var(--premium-green)!important}
.premium-hero-features{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px;max-width:720px}
.premium-hero-features div{background:rgba(255,253,247,.78);border:1px solid rgba(229,218,199,.85);border-radius:18px;padding:16px 14px;font-family:'Source Sans 3',Arial,sans-serif;font-size:13px!important;font-weight:800!important;color:var(--premium-text);box-shadow:0 10px 24px rgba(47,107,34,.06)}
.premium-hero-features span{font-size:22px!important;line-height:1;color:var(--premium-green);margin-bottom:8px!important}
.premium-hero-image img{border-radius:30px;box-shadow:0 24px 56px rgba(47,107,34,.13);border:1px solid rgba(229,218,199,.9)}
.premium-floating-card{border-radius:18px;max-width:315px;font-family:'Source Sans 3',Arial,sans-serif}
.premium-floating-card b{color:var(--premium-green)}

.premium-guide-strip{margin-top:26px;border-radius:20px}
.premium-guide-strip a{font-family:'Source Sans 3',Arial,sans-serif;font-size:13px;font-weight:800}
.about h2,.why .section-title h2,.section-title h2{font-family:'Playfair Display',Georgia,serif!important}
.why-item span{font-weight:900;font-size:30px!important;min-height:42px;display:block}

@media(max-width:980px){
  .premium-header{height:auto;padding:14px 20px}
  .premium-logo img{height:68px}
  .premium-mobile-toggle{display:flex!important;align-items:center;justify-content:center;width:44px!important;height:44px!important;margin-top:12px}
  .premium-nav{left:18px!important;right:18px!important;gap:0!important}
  .header-whatsapp{width:100%;text-align:center!important;justify-content:center;margin-top:8px!important;padding:14px 12px!important;border-radius:14px!important}
  .premium-home-hero{grid-template-columns:1fr;padding:52px 22px 44px;min-height:auto;gap:34px}
  .premium-home-hero h1{font-size:clamp(34px,8vw,44px)!important}
  .premium-home-hero p{font-size:16.8px!important}
  .premium-hero-features{grid-template-columns:repeat(2,1fr)}
  .premium-floating-card{position:static!important;margin-top:14px;max-width:none}
}
@media(max-width:560px){
  .premium-hero-features{grid-template-columns:1fr}
  .premium-home-hero .actions{flex-direction:column}
  .premium-home-hero .btn{width:100%}
}


/* ANDROID MOBILE TEXT OVERFLOW FIX */
@media(max-width:760px){
  body{overflow-x:hidden;}

  .premium-home-hero{
    padding:38px 18px 36px!important;
    gap:28px!important;
  }

  .premium-home-hero .kicker{
    font-size:10px!important;
    letter-spacing:.14em!important;
    line-height:1.35!important;
    max-width:100%;
    overflow-wrap:anywhere;
  }

  .premium-home-hero h1{
    font-size:32px!important;
    line-height:1.14!important;
    letter-spacing:-.025em!important;
    max-width:100%!important;
    overflow-wrap:break-word;
  }

  .premium-home-hero p{
    font-size:15.8px!important;
    line-height:1.68!important;
    max-width:100%!important;
    overflow-wrap:break-word;
  }

  .premium-home-hero .actions{gap:10px!important;}

  .premium-home-hero .btn{
    width:100%;
    min-height:46px!important;
    padding:13px 16px!important;
    font-size:12px!important;
    white-space:normal;
    text-align:center;
  }

  .premium-hero-features{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:26px!important;
  }

  .premium-hero-features div{
    padding:13px 10px!important;
    font-size:12px!important;
    line-height:1.28!important;
    overflow-wrap:break-word;
  }

  .premium-hero-features span{
    font-size:18px!important;
    margin-bottom:6px!important;
  }

  .premium-floating-card{
    font-size:13px!important;
    line-height:1.55!important;
    padding:14px 15px!important;
  }

  .premium-guide-strip a{
    font-size:12px!important;
    line-height:1.35!important;
    padding:16px 8px!important;
    overflow-wrap:break-word;
  }
}

@media(max-width:390px){
  .premium-home-hero h1{font-size:29px!important;}
  .premium-home-hero p{font-size:15px!important;}
  .premium-hero-features{grid-template-columns:1fr!important;}
}
/* ABOUT MOBILE FIX */
@media(max-width:760px){

  .about h2{
    font-size:30px !important;
    line-height:1.15 !important;
    letter-spacing:-0.02em !important;
    max-width:100% !important;
    overflow-wrap:break-word;
  }

  .about p{
    font-size:15px !important;
    line-height:1.7 !important;
  }

  .stats{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .stat{
    padding:20px !important;
  }

}
/* ANDROID GLOBAL OVERFLOW SAFETY */
@media(max-width:760px){

  html,
  body{
    max-width:100%;
    overflow-x:hidden;
  }

  .hero,
  .section,
  .about,
  .why,
  .cta,
  .guide-strip,
  .blog-layout,
  .blog-grid,
  .review-grid,
  .partner-grid,
  .footer-grid{
    max-width:100%;
    overflow-x:hidden;
  }

  h1, h2, h3, p, a, span, div{
    overflow-wrap:break-word;
    word-break:normal;
  }

  .section-title h2,
  .about h2,
  .hero h1{
    max-width:100%;
  }
}
/* PREMIUM PARTNER LOGOS */

.premium-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.partner-logo-box {
  background: #fff;
  border: 1px solid var(--premium-border);
  border-radius: 18px;
  padding: 22px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(47, 107, 34, .06);
  transition: .25s;
}

.partner-logo-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(47, 107, 34, .12);
}

.partner-logo-box img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Sompo logosu geniş/alçak oranlı olduğu için özel kural */
.partner-logo-box img[alt="Sompo Sigorta"] {
  max-height: 80px;
  min-width: 120px;
}

@media (max-width: 1100px) {
  .premium-logo-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .premium-logo-grid { grid-template-columns: repeat(2, 1fr); }
}
