/*
Theme Name: Mavi Ay Sigorta
Theme URI: https://maviaysigorta.com
Author: Mavi Ay Sigorta Acentesi
Author URI: https://maviaysigorta.com
Description: Mavi Ay Sigorta Acentesi için özel geliştirilmiş, WooCommerce uyumlu profesyonel sigorta teması. Allianz tarzı kurumsal tasarım.
Version: 1.8.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maviay
Tags: insurance, corporate, woocommerce, responsive, blue
WC requires at least: 7.0
WC tested up to: 8.5
*/

/* ============================================================
   MAVI AY SİGORTA — ANA STİL DOSYASI
   ============================================================ */

/* --- GOOGLE FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Outfit:wght@300;400;500;600&display=swap');

/* --- CSS DEĞİŞKENLERİ --- */
:root {
  --ma-navy:      #1A2B5C;
  --ma-blue:      #2E5FC2;
  --ma-mid:       #4A7FD6;
  --ma-light:     #E8EFF9;
  --ma-cream:     #F5F2EC;
  --ma-moon:      #C8D8F0;
  --ma-gold:      #C9A84C;
  --ma-gold-lt:   #F0DFA0;
  --ma-white:     #FAFBFD;
  --ma-dark:      #0D1B3E;
  --ma-text:      #2A3550;
  --ma-muted:     #6A7A9A;
  --ma-border:    rgba(26,43,92,0.12);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Outfit', sans-serif;
  --radius-sm:    6px;
  --radius-md:    10px;
  --radius-lg:    16px;
  --shadow-sm:    0 2px 12px rgba(26,43,92,0.08);
  --shadow-md:    0 6px 28px rgba(26,43,92,0.14);
  --shadow-lg:    0 16px 48px rgba(26,43,92,0.18);
  --transition:   0.25s ease;
}

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--ma-white);
  color: var(--ma-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ma-blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--ma-navy); }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-display);
  color: var(--ma-navy);
  line-height: 1.22;
}

/* --- LAYOUT --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }

/* --- TOPBAR --- */
#topbar {
  background: var(--ma-navy);
  padding: 0.45rem 0;
  font-size: 12.5px;
  color: rgba(255,255,255,0.7);
}

#topbar .topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#topbar a { color: rgba(255,255,255,0.75); }
#topbar a:hover { color: #fff; }

.topbar-contact { display: flex; gap: 1.5rem; }
.topbar-contact span { display: flex; align-items: center; gap: 6px; }

/* --- HEADER / NAV --- */
#site-header {
  background: #fff;
  border-bottom: 1px solid var(--ma-border);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 1rem;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-logo img {
  height: 52px;
  width: auto;
}

.site-logo .logo-text {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--ma-navy);
  line-height: 1.1;
}

.site-logo .logo-sub {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--ma-muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* Main Navigation */
#main-nav {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: flex-end;
}

#main-nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
  margin-right: 1.25rem;
}

#main-nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ma-text);
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
}

#main-nav ul li a:hover,
#main-nav ul li.current-menu-item a {
  color: var(--ma-navy);
  border-bottom-color: var(--ma-gold);
}

.nav-cta {
  background: var(--ma-navy) !important;
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: var(--radius-sm) !important;
  border-bottom: none !important;
  font-weight: 600 !important;
}

.nav-cta:hover {
  background: var(--ma-blue) !important;
  border-bottom: none !important;
}

/* Mobile Hamburger */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

/* --- HERO --- */
#hero {
  background: linear-gradient(135deg, var(--ma-dark) 0%, var(--ma-navy) 55%, var(--ma-blue) 100%);
  position: relative;
  overflow: hidden;
  padding: 6rem 0 5rem;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#hero .hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ma-gold);
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.hero-title .accent { color: var(--ma-gold); }

.hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 2.25rem;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}

.btn-gold {
  background: var(--ma-gold);
  color: var(--ma-navy);
}
.btn-gold:hover { background: var(--ma-gold-lt); color: var(--ma-navy); }

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.75); color: #fff; }

.btn-primary {
  background: var(--ma-navy);
  color: #fff;
}
.btn-primary:hover { background: var(--ma-blue); color: #fff; }

/* Hero stats panel */
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.hero-moon-badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  text-align: center;
  width: 260px;
  backdrop-filter: blur(8px);
}

.hero-moon-badge .badge-icon {
  font-size: 48px;
  margin-bottom: 0.5rem;
}

.hero-moon-badge .badge-title {
  font-family: var(--font-display);
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}

.hero-moon-badge .badge-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

.hero-stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 260px;
}

.stat-chip {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  text-align: center;
}

.stat-chip .num {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--ma-gold);
  line-height: 1;
}

.stat-chip .lbl {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

/* --- GÜVEN BANDASI --- */
#trust-bar {
  background: var(--ma-cream);
  border-top: 1px solid var(--ma-border);
  border-bottom: 1px solid var(--ma-border);
  padding: 1.25rem 0;
}

.trust-bar-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ma-navy);
}

.trust-icon {
  width: 36px;
  height: 36px;
  background: var(--ma-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ma-gold);
  font-size: 16px;
  flex-shrink: 0;
}

/* --- ÜRÜNLER / HİZMETLER --- */
#products-section {
  background: var(--ma-white);
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ma-blue);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--ma-navy);
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 16px;
  color: var(--ma-muted);
  max-width: 560px;
  margin: 0 auto;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--ma-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ma-navy), var(--ma-blue));
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}

.product-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: transparent;
}

.product-card:hover::before { transform: scaleX(1); }

.product-icon {
  width: 56px;
  height: 56px;
  background: var(--ma-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 1.25rem;
  transition: background var(--transition);
}

.product-card:hover .product-icon {
  background: var(--ma-navy);
}

.product-title {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--ma-navy);
  margin-bottom: 0.65rem;
}

.product-desc {
  font-size: 13.5px;
  color: var(--ma-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.product-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--ma-blue);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.product-link::after { content: '→'; }
.product-link:hover { color: var(--ma-navy); }

/* --- NEDEN MAVİ AY --- */
#why-section {
  background: var(--ma-cream);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.why-visual {
  position: relative;
  text-align: center;
}

.why-visual img {
  max-width: 320px;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(26,43,92,0.2));
}

.why-list { display: flex; flex-direction: column; gap: 1.5rem; }

.why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.why-num {
  font-family: var(--font-display);
  font-size: 42px;
  color: var(--ma-navy);
  opacity: 0.12;
  line-height: 1;
  min-width: 50px;
}

.why-content h4 {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--ma-navy);
  margin-bottom: 4px;
}

.why-content p {
  font-size: 13.5px;
  color: var(--ma-muted);
  line-height: 1.65;
}

/* --- TEKLİF FORMU --- */
#quote-section {
  background: linear-gradient(135deg, var(--ma-navy) 0%, var(--ma-blue) 100%);
  padding: 5rem 0;
}

.quote-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}

.quote-text h2 {
  font-family: var(--font-display);
  font-size: 36px;
  color: #fff;
  margin-bottom: 1rem;
}

.quote-text p {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.7;
}

.quote-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}

.form-title {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--ma-navy);
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-group { margin-bottom: 1rem; }

.form-group label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ma-navy);
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1.5px solid var(--ma-border);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ma-text);
  background: var(--ma-white);
  transition: border-color var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--ma-blue);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* --- YORUMLAR --- */
#testimonials-section { background: var(--ma-white); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--ma-cream);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--ma-border);
}

.testimonial-stars {
  color: var(--ma-gold);
  font-size: 14px;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 14px;
  color: var(--ma-text);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ma-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ma-gold);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
}

.author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ma-navy);
}

.author-city {
  font-size: 12px;
  color: var(--ma-muted);
}

/* --- PARTNER LOGOLARı --- */
#partners-section {
  background: var(--ma-light);
  padding: 3rem 0;
}

.partners-label {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ma-muted);
  margin-bottom: 2rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  align-items: center;
  justify-items: center;
}

.partner-item {
  background: #fff;
  border: 1px solid var(--ma-border);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ma-muted);
  text-align: center;
  width: 100%;
  transition: all var(--transition);
}

.partner-item:hover {
  color: var(--ma-navy);
  border-color: var(--ma-navy);
}

/* --- FOOTER --- */
#site-footer {
  background: var(--ma-dark);
  color: rgba(255,255,255,0.75);
  padding: 4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}

.footer-brand .site-logo { margin-bottom: 1rem; }

.footer-brand .logo-text { color: #fff; }

.footer-brand p {
  font-size: 13.5px;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 1.5rem;
}

.footer-social { display: flex; gap: 10px; }

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  transition: all var(--transition);
}

.social-btn:hover {
  background: var(--ma-gold);
  color: var(--ma-navy);
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ma-gold);
  margin-bottom: 1.25rem;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }

.footer-col ul li a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}

.footer-col ul li a:hover { color: #fff; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.75rem;
}

.footer-contact-item .ico {
  color: var(--ma-gold);
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: rgba(255,255,255,0.4);
}

.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a {
  color: rgba(255,255,255,0.45);
  font-size: 12.5px;
}
.footer-bottom-links a:hover { color: #fff; }

/* ============================================================
   WOOCOMMERCe STİLLERİ
   ============================================================ */

/* Ürün sayfası */
.woocommerce #primary { max-width: 1200px; margin: 0 auto; padding: 2rem; }

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid var(--ma-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem !important;
  margin: 0 !important;
  transition: all var(--transition);
}

.woocommerce ul.products li.product:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-display) !important;
  font-size: 17px !important;
  color: var(--ma-navy) !important;
  padding: 0 !important;
  margin: 0.75rem 0 0.5rem !important;
}

.woocommerce ul.products li.product .price {
  color: var(--ma-blue) !important;
  font-weight: 600;
  font-size: 18px !important;
}

.woocommerce ul.products li.product a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--ma-navy) !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: var(--radius-sm) !important;
  padding: 10px 20px !important;
  border: none !important;
  transition: all var(--transition) !important;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: var(--ma-blue) !important;
}

/* Sepet & Ödeme */
.woocommerce table.shop_table {
  border: 1px solid var(--ma-border) !important;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: var(--ma-gold) !important;
  color: var(--ma-navy) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  border-radius: var(--radius-sm) !important;
  width: 100%;
}

/* Bildirimler */
.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--ma-navy) !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .products-grid,
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 32px; }
  #hero .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { align-items: flex-start; }
  .hero-stats-row, .hero-moon-badge { width: 100%; }
  #main-nav { display: none; }
  #main-nav.open { display: block; }
  .menu-toggle { display: block; }
  .products-grid,
  .testimonials-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .quote-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
}

/* ============================================================
   LOGO GÖRSELI — BAYKUŞ + HİLAL
   ============================================================ */

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.site-logo-img {
  height: 62px;
  width: 62px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid rgba(26,43,92,0.12);
  background: #fff;
  flex-shrink: 0;
  display: block;
  transition: transform var(--transition);
}

.site-logo:hover .site-logo-img {
  transform: scale(1.06);
}

.logo-textbox {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.logo-text {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--ma-navy);
  line-height: 1.1;
}

.logo-gold {
  color: var(--ma-gold);
}

.logo-sub {
  font-family: var(--font-body);
  font-size: 10.5px;
  color: var(--ma-muted);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* Footer logo */
#site-footer .site-logo-img {
  height: 56px;
  width: 56px;
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
}

#site-footer .logo-text {
  color: #fff;
}

#site-footer .logo-sub {
  color: rgba(255,255,255,0.45);
}

/* Hero bölümü rozet görseli */
.hero-owl-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  display: block;
  margin: 0 auto 0.75rem;
}

/* Scrolled header */
#site-header.scrolled {
  box-shadow: 0 2px 20px rgba(26,43,92,0.12);
}

/* ============================================================
   TEKLİF FORMU — GENİŞLETİLMİŞ STİLLER
   ============================================================ */

/* TC & Doğum tarihi satırı */
.quote-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Sağlık soruları alanı */
#saglik-sorulari {
  background: rgba(46,95,194,0.06);
  border: 1.5px solid rgba(46,95,194,0.25);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  animation: saglikFadeIn 0.3s ease;
}

@keyframes saglikFadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.saglik-sorular-baslik {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--ma-navy);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Radio buton grubu */
.radio-group {
  display: flex;
  gap: 1rem;
  margin-top: 6px;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 14px;
  color: var(--ma-text);
  padding: 8px 16px;
  border: 1.5px solid var(--ma-border);
  border-radius: var(--radius-sm);
  background: #fff;
  transition: all var(--transition);
  user-select: none;
}

.radio-label:hover {
  border-color: var(--ma-blue);
  background: var(--ma-light);
}

.radio-label input[type="radio"] {
  accent-color: var(--ma-navy);
  width: 15px;
  height: 15px;
  margin: 0;
  flex-shrink: 0;
}

.radio-label:has(input:checked) {
  border-color: var(--ma-navy);
  background: var(--ma-light);
  color: var(--ma-navy);
  font-weight: 600;
}

/* TC kimlik input - sadece rakam görsel */
input[name="tc_kimlik"] {
  letter-spacing: 1.5px;
  font-family: var(--font-body);
}

/* Doğum tarihi */
input[type="date"] {
  color: var(--ma-text);
}

@media (max-width: 600px) {
  .quote-form .form-row { grid-template-columns: 1fr; }
  .radio-group { flex-direction: column; gap: 8px; }
}

/* ============================================================
   KVKK ONAY KUTUSU
   ============================================================ */
.kvkk-group {
  background: rgba(26,43,92,0.04);
  border: 1.5px solid rgba(26,43,92,0.15);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-bottom: 14px;
}

.kvkk-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  font-weight: 400;
}

.kvkk-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--ma-gold);
  cursor: pointer;
  border-radius: 3px;
}

.kvkk-text {
  flex: 1;
}

.kvkk-text a {
  color: var(--ma-gold);
  text-decoration: underline;
  font-weight: 600;
  transition: opacity var(--transition);
}

.kvkk-text a:hover {
  opacity: 0.8;
  color: var(--ma-gold);
}

.kvkk-error {
  margin-top: 8px;
  font-size: 12px;
  color: #FF8A80;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.kvkk-error::before {
  content: '⚠';
}

/* Onaylanmış hali */
.kvkk-label:has(input:checked) {
  border-color: rgba(201,168,76,0.4);
}

.kvkk-group:has(input:checked) {
  border-color: rgba(201,168,76,0.5);
  background: rgba(201,168,76,0.06);
}

/* Submit butonu — KVKK onaylanmadan soluk görünsün */
#quote-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ============================================================
   ONLİNE HİZMETLER DROPDOWN MENÜSÜ
   ============================================================ */

/* ── Ana buton ── */
.online-hizmetler {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.online-hizmetler-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ma-navy);
  background: var(--ma-light);
  border: 1.5px solid rgba(26,43,92,0.18);
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  line-height: 1;
}

.online-hizmetler-btn:hover,
.online-hizmetler-btn[aria-expanded="true"] {
  background: var(--ma-navy);
  color: #fff;
  border-color: var(--ma-navy);
}

.oh-chevron {
  transition: transform var(--transition);
  flex-shrink: 0;
  opacity: .6;
}

.online-hizmetler-btn[aria-expanded="true"] .oh-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* ── Dropdown paneli ── */
.oh-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 300px;
  background: #fff;
  border: 1px solid rgba(26,43,92,0.12);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(26,43,92,0.18);
  z-index: 9999;
  overflow: hidden;
  animation: ohSlideDown 0.22s ease;
}

.oh-dropdown.open { display: block; }

@keyframes ohSlideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Kullanıcı satırı ── */
.oh-section { padding: 14px 18px 10px; }

.oh-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.oh-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ma-navy);
  color: var(--ma-gold);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oh-user-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ma-navy);
  line-height: 1.2;
}

.oh-user-email {
  font-size: 11px;
  color: var(--ma-muted);
  margin-top: 2px;
}

/* ── Bölüm başlığı ── */
.oh-section-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ma-muted);
  padding: 10px 18px 4px;
}

/* ── Ayırıcı çizgi ── */
.oh-divider {
  height: 1px;
  background: rgba(26,43,92,0.07);
  margin: 2px 0;
}

/* ── Menü öğeleri ── */
.oh-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  text-decoration: none;
  transition: background var(--transition);
  cursor: pointer;
}

.oh-item:hover {
  background: var(--ma-light);
  text-decoration: none;
}

.oh-item-ico {
  font-size: 18px;
  width: 32px;
  height: 32px;
  background: var(--ma-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--transition);
}

.oh-item:hover .oh-item-ico {
  background: rgba(26,43,92,0.12);
}

.oh-item-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.oh-item-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ma-navy);
  line-height: 1.2;
}

.oh-item-sub {
  font-size: 11px;
  color: var(--ma-muted);
  line-height: 1.3;
}

/* Ana hesabım satırı */
.oh-item-main {
  background: rgba(26,43,92,0.03);
  padding: 12px 18px;
}

.oh-item-main:hover { background: var(--ma-light); }

.oh-item-main .oh-item-ico {
  background: var(--ma-navy);
  font-size: 16px;
}

.oh-item-main .oh-item-title { color: var(--ma-navy); font-size: 14px; }

/* Çıkış yap */
.oh-item-logout .oh-item-title { color: #B71C1C; }
.oh-item-logout .oh-item-ico   { background: #FFEBEE; }
.oh-item-logout:hover           { background: #FFEBEE; }

/* ── Mobil ── */
@media (max-width: 768px) {
  .online-hizmetler { width: 100%; margin-top: 8px; }
  .online-hizmetler-btn { width: 100%; justify-content: center; }
  .oh-dropdown { position: static; width: 100%; border-radius: 10px; box-shadow: var(--shadow-sm); margin-top: 4px; }
}
