/* =================================================================
   SİGORTA TOWER BOZÜYÜK — Public Site Theme (Kurumsal)
   ================================================================= */

:root {
  --brand:        #1d4ed8;
  --brand-dark:   #1e3a8a;
  --brand-light:  #3b82f6;
  --accent:       #f59e0b;
  --accent-dark:  #d97706;
  --dark:         #0f172a;
  --light-bg:     #f8fafc;
  --soft:         #f1f5f9;
  --text:         #1e293b;
  --muted:        #64748b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: #fff;
}
.text-brand { color: var(--brand) !important; }
.bg-brand-dark { background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%) !important; }
.bg-light-soft { background: var(--light-bg); }
.btn-brand { background: var(--brand); color:#fff; border:none; }
.btn-brand:hover { background: var(--brand-dark); color:#fff; }

.lead-sm { font-size: 17px; }
.mission-quote { font-style: italic; line-height: 1.7; font-family: 'Playfair Display', serif; font-size: 17px; }

/* ============== Topbar ============== */
.topbar {
  background: linear-gradient(90deg, var(--brand-dark) 0%, var(--brand) 100%);
  color: #fff;
  padding: 9px 0;
  font-size: 13px;
}
.topbar a { transition: color .15s; color: #fff; }
.topbar a:hover { color: var(--accent) !important; }
@media (max-width: 768px) {
  .topbar { font-size: 12px; }
}

/* ============== Navbar ============== */
.site-navbar {
  background: #fff;
  padding: 14px 0;
  transition: box-shadow .2s, padding .2s;
  border-bottom: 1px solid #eef2f7;
}
.site-navbar.scrolled {
  box-shadow: 0 4px 22px rgba(0,0,0,.1);
  padding: 8px 0;
}
.brand-name { font-size: 17px; font-weight: 800; color: var(--brand-dark); letter-spacing: .5px; }
.brand-sub  { font-size: 9px; font-weight: 600; color: var(--accent); letter-spacing: 1.8px; }
.logo-mark {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(29, 78, 216, .35);
}
.site-navbar .nav-link {
  color: var(--text);
  font-weight: 500;
  padding: 8px 12px !important;
  font-size: 14.5px;
  position: relative;
  transition: color .15s;
}
.site-navbar .nav-link:hover { color: var(--brand); }
.site-navbar .nav-link.active { color: var(--brand); }

/* ============== Hero ============== */
.hero-section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(30,58,138,.93) 0%, rgba(29,78,216,.88) 100%),
    url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=70') center/cover no-repeat;
  padding: 80px 0 130px;
  overflow: hidden;
}
.hero-title { line-height: 1.15; text-shadow: 0 2px 20px rgba(0,0,0,.2); }
.hero-feat {
  background: rgba(255,255,255,.1);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.2);
}
.hero-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 70px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 50%, 0 100%);
}
.stat-mini { padding: 8px 0; }
.stat-mini .num { font-size: 32px; font-weight: 800; color: var(--accent); line-height: 1.1; }
.stat-mini .lbl { font-size: 11px; opacity: .85; text-transform: uppercase; letter-spacing: .8px; margin-top: 4px; }
@media (max-width: 768px) {
  .hero-section { padding: 40px 0 80px; }
  .hero-title { font-size: 32px !important; }
  .stat-mini .num { font-size: 24px; }
}

/* ============== Teklif Card ============== */
.teklif-card {
  border: none;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.teklif-header {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  padding: 18px 24px;
}
.teklif-card .form-control, .teklif-card .form-select {
  border-radius: 8px;
  font-size: 14px;
  padding: 9px 12px;
}
.teklif-card .form-control:focus, .teklif-card .form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 .2rem rgba(29,78,216,.1);
}

/* ============== Trust Strip ============== */
.trust-strip {
  background: #fff;
  border-bottom: 1px solid #eef2f7;
  margin-top: -1px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  justify-content: center;
}
.trust-item > i {
  font-size: 36px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trust-item { justify-content: flex-start; padding-left: 10px; }
}

/* ============== Sections ============== */
.section-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.section-label::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--accent);
  vertical-align: middle;
  margin-left: 10px;
}
.section-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .section-title { font-size: 26px; }
}

/* ============== Feature Boxes ============== */
.feature-box {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 18px;
  transition: all .25s;
}
.feature-box:hover {
  border-color: var(--brand-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(29,78,216,.1);
}

.about-visual { position: relative; padding-top: 30px; }
.badge-circle {
  position: absolute;
  top: -10px; right: 20px;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px;
  box-shadow: 0 10px 22px rgba(245,158,11,.4);
  z-index: 2;
}

/* ============== Services ============== */
.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  border: 1px solid #eef2f7;
  transition: all .3s;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
}
.service-card.reveal-in {
  opacity: 1;
  transform: translateY(0);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(15,23,42,.1);
  border-color: transparent;
}
.service-icon {
  width: 64px; height: 64px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin-bottom: 16px;
}
.link-arrow {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all .15s;
}
.link-arrow:hover {
  color: var(--brand-dark);
  letter-spacing: .5px;
}

/* ============== Why Cards ============== */
.why-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  padding: 30px 26px;
  position: relative;
  transition: all .3s;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
}
.why-card.reveal-in {
  opacity: 1;
  transform: translateY(0);
}
.why-card:hover {
  border-color: var(--brand);
  box-shadow: 0 12px 28px rgba(29,78,216,.12);
  transform: translateY(-4px);
}
.why-num {
  position: absolute;
  top: 18px; right: 24px;
  font-size: 44px;
  font-weight: 800;
  color: var(--accent);
  opacity: .15;
  font-family: 'Playfair Display', serif;
}
.why-icon {
  font-size: 36px;
  color: var(--brand);
  margin-bottom: 16px;
}

/* ============== Process Steps ============== */
.process-section {
  background:
    linear-gradient(135deg, rgba(15,23,42,.95) 0%, rgba(29,78,216,.95) 100%),
    url('https://images.unsplash.com/photo-1554224155-1696413565d3?auto=format&fit=crop&w=1600&q=70') center/cover no-repeat fixed;
}
.step-card {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all .4s;
}
.step-card.reveal-in {
  opacity: 1;
  transform: translateY(0);
}
.step-num {
  width: 56px; height: 56px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  box-shadow: 0 8px 18px rgba(245,158,11,.4);
}
.step-icon { font-size: 28px; color: var(--accent); margin-bottom: 12px; opacity: .9; }

/* ============== Reviews ============== */
.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  height: 100%;
  border: 1px solid #eef2f7;
  transition: all .25s;
  opacity: 0;
  transform: translateY(20px);
}
.review-card.reveal-in {
  opacity: 1;
  transform: translateY(0);
}
.review-card:hover {
  box-shadow: 0 14px 28px rgba(15,23,42,.08);
  transform: translateY(-3px);
}
.review-stars { font-size: 14px; letter-spacing: 2px; }
.review-text {
  color: var(--text);
  font-style: italic;
  line-height: 1.7;
  margin: 10px 0;
}
.reviewer-avatar {
  width: 46px; height: 46px;
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
}

/* ============== FAQ ============== */
.accordion-item {
  border: 1px solid #eef2f7 !important;
  border-radius: 12px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  color: var(--dark);
  padding: 18px 22px;
}
.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, rgba(29,78,216,.05) 0%, rgba(29,78,216,.02) 100%);
  color: var(--brand);
  box-shadow: none;
}
.accordion-button:focus { box-shadow: none; }
.accordion-body { padding: 0 22px 22px; line-height: 1.7; }

/* ============== Şirket Rozetleri ============== */
.company-badge {
  background: #fff;
  border: 2px solid #eef2f7;
  border-radius: 12px;
  padding: 18px 8px;
  text-align: center;
  transition: all .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.company-badge i {
  font-size: 26px;
  color: var(--brand);
}
.company-badge span {
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}
.company-badge:hover {
  border-color: var(--brand);
  transform: scale(1.05);
  background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
  box-shadow: 0 8px 18px rgba(29,78,216,.1);
}

/* ============== CTA Band ============== */
.cta-band {
  background:
    linear-gradient(135deg, rgba(245,158,11,.95) 0%, rgba(217,119,6,.95) 100%);
  color: #fff;
}
.cta-band h2 { font-size: 36px; }
.cta-band .btn-light { color: var(--brand-dark); }
@media (max-width: 768px) {
  .cta-band h2 { font-size: 24px; }
}

/* ============== İletişim ============== */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.contact-item:last-child { border-bottom: none; }
.contact-icon {
  width: 46px; height: 46px;
  background: rgba(245,158,11,.15);
  color: var(--accent);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}

/* ============== Footer ============== */
.site-footer {
  background: #0b1220;
  color: #94a3b8;
  padding-top: 30px;
}
.site-footer .brand-name { color: #fff; }
.site-footer .brand-sub { color: var(--accent); }
.site-footer a:hover { color: var(--accent) !important; }
.site-footer hr { border-color: rgba(255,255,255,.1); }
.site-footer .text-white { color: #fff !important; }

.social-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  transition: all .2s;
  text-decoration: none;
}
.social-icon:hover {
  background: var(--accent);
  transform: translateY(-3px);
}

/* ============== WhatsApp Float ============== */
.whatsapp-float {
  position: fixed;
  bottom: 25px; right: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  border-radius: 36px;
  padding: 14px 18px;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(37,211,102,.4);
  z-index: 999;
  transition: all .2s;
  animation: wapulse 2.2s infinite;
  font-weight: 600;
}
.whatsapp-float i { font-size: 28px; }
.wa-tip { font-size: 14px; }
.whatsapp-float:hover {
  transform: scale(1.05);
  color: #fff;
  background: #1ebe5d;
  text-decoration: none;
}
@keyframes wapulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 576px) {
  .whatsapp-float { padding: 12px 14px; }
  .whatsapp-float .wa-tip { display: none !important; }
}

/* ============== Buttons ============== */
.btn-warning {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff !important;
  font-weight: 600;
}
.btn-warning:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(245,158,11,.4);
}
.btn-success { font-weight: 600; }
.btn-success:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(37,211,102,.4); }
.btn-outline-light:hover { color: var(--brand-dark) !important; }
.btn-light:hover { transform: translateY(-2px); }

/* ============== Reveal on scroll ============== */
.reveal-in { animation: revealUp .6s ease forwards; }
@keyframes revealUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
