/*
Theme Name: Ecce Danışmanlık v2
Theme URI: https://ecce-danismanlik.com
Author: Ecce Danışmanlık
Description: Elementor uyumlu profesyonel tema
Version: 2.0
*/

:root {
  --teal:       #0B7B6A;
  --teal-dark:  #085C4F;
  --teal-light: #E8F5F2;
  --teal-mid:   #C5E8E1;
  --gold:       #C9973A;
  --navy:       #0D1B2A;
  --navy-mid:   #1E3448;
  --white:      #FFFFFF;
  --gray-50:    #F8F9FA;
  --gray-100:   #F0F2F4;
  --gray-400:   #9CA3AF;
  --gray-600:   #6B7280;
  --gray-800:   #1F2937;
  --shadow-sm:  0 2px 8px rgba(11,123,106,.08);
  --shadow-md:  0 8px 32px rgba(11,123,106,.12);
  --shadow-lg:  0 20px 60px rgba(11,123,106,.15);
  --radius:     12px;
  --radius-lg:  20px;
  --transition: .3s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--gray-800); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* Elementor tam genişlik */
.elementor-section.elementor-section-stretched { width: 100% !important; }

/* ═══ TOPBAR ═══ */
.ecce-topbar { background: var(--teal-dark); padding: 8px 0; font-size: 13px; color: var(--teal-mid); }
.ecce-topbar .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.ecce-topbar a { color: var(--teal-mid); transition: var(--transition); }
.ecce-topbar a:hover { color: var(--white); }

/* ═══ NAVBAR ═══ */
.ecce-nav { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid rgba(11,123,106,.1); box-shadow: 0 2px 20px rgba(0,0,0,.06); }
.ecce-nav .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.ecce-logo-main { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: var(--teal); line-height: 1; }
.ecce-logo-sub { font-size: 10px; font-weight: 500; color: var(--gray-400); letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; }
.ecce-nav-links { display: flex; align-items: center; gap: 4px; }
.ecce-nav-links a { padding: 8px 14px; font-size: 14px; font-weight: 500; color: var(--gray-800); border-radius: 8px; transition: var(--transition); }
.ecce-nav-links a:hover { background: var(--teal-light); color: var(--teal); }
.ecce-nav-cta { display: flex; gap: 10px; }
.ecce-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: var(--radius); font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: var(--transition); text-decoration: none; white-space: nowrap; }
.ecce-btn-wa { background: #25D366; color: var(--white); box-shadow: 0 4px 16px rgba(37,211,102,.3); }
.ecce-btn-wa:hover { background: #1FAF57; transform: translateY(-2px); color: var(--white); }
.ecce-btn-primary { background: var(--teal); color: var(--white); box-shadow: 0 4px 16px rgba(11,123,106,.3); }
.ecce-btn-primary:hover { background: var(--teal-dark); transform: translateY(-2px); color: var(--white); }
.ecce-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.ecce-hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }
.ecce-mobile-menu { display: none; flex-direction: column; padding: 12px 24px 16px; border-top: 1px solid var(--gray-100); background: var(--white); }
.ecce-mobile-menu a { padding: 12px 0; font-size: 15px; font-weight: 500; color: var(--gray-800); border-bottom: 1px solid var(--gray-100); }
.ecce-mobile-menu.open { display: flex; }

/* ═══ ELEMENTOR İÇİN ÖZEL STILLER ═══ */

/* Hero bölümü arka planı */
.ecce-hero-section { 
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, #0B4D42 100%) !important;
  position: relative;
}
.ecce-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 80% 50%, rgba(11,123,106,.25) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.ecce-hero-section .elementor-container { position: relative; z-index: 1; }

/* Hero elementleri */
.ecce-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,151,58,.15); border: 1px solid rgba(201,151,58,.3);
  color: var(--gold); font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 20px; margin-bottom: 8px;
}
.ecce-hero-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(40px,5vw,64px) !important; font-weight: 600 !important; line-height: 1.1 !important; color: var(--white) !important; }
.ecce-hero-title em { font-style: normal; color: var(--gold); }
.ecce-hero-desc { font-size: 18px !important; color: rgba(255,255,255,.72) !important; line-height: 1.7 !important; }
.ecce-trust-wrap { display: flex; gap: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; margin-top: 16px; }
.ecce-trust-item .num { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 700; color: var(--gold); line-height: 1; }
.ecce-trust-item .lbl { font-size: 12px; color: rgba(255,255,255,.55); margin-top: 4px; }

/* Hero kart */
.ecce-hero-card {
  background: rgba(255,255,255,.07); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg);
  padding: 32px; animation: ecce-float 5s ease-in-out infinite;
}
.ecce-hero-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--white); margin-bottom: 8px; }
.ecce-hero-card p { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 20px; }
.ecce-card-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ecce-card-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.85); }
.ecce-card-list li::before { content: ''; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
@keyframes ecce-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Stats bar */
.ecce-stats-bar { background: var(--teal); }
.ecce-stat { text-align: center; padding: 20px; }
.ecce-stat .num { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 700; color: var(--white); line-height: 1; }
.ecce-stat .suffix { color: var(--gold); }
.ecce-stat .lbl { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 6px; }

/* Hizmet kartları */
.ecce-service-card {
  background: var(--white); border: 1px solid rgba(11,123,106,.1);
  border-radius: var(--radius-lg); padding: 32px 28px;
  transition: var(--transition); position: relative; overflow: hidden;
  height: 100%;
}
.ecce-service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--gold)); transform: scaleX(0); transform-origin: left; transition: var(--transition); }
.ecce-service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.ecce-service-card:hover::before { transform: scaleX(1); }
.ecce-service-icon { font-size: 32px; margin-bottom: 16px; }
.ecce-service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.ecce-service-card p { font-size: 14px; color: var(--gray-600); line-height: 1.7; margin-bottom: 16px; }
.ecce-service-link { font-size: 13px; font-weight: 600; color: var(--teal); }

/* Teşvik kartları */
.ecce-dark-section { background: var(--navy) !important; }
.ecce-tesvik-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg); padding: 28px 24px;
  transition: var(--transition); position: relative; height: 100%;
}
.ecce-tesvik-card:hover { background: rgba(11,123,106,.2); border-color: rgba(11,123,106,.4); transform: translateY(-4px); }
.ecce-tesvik-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 700; color: var(--gold); opacity: .2; line-height: 1; position: absolute; top: 16px; right: 20px; }
.ecce-tesvik-icon { font-size: 28px; margin-bottom: 16px; }
.ecce-tesvik-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--white); margin-bottom: 10px; }
.ecce-tesvik-card p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.65; }
.ecce-badge { display: inline-block; background: rgba(201,151,58,.2); color: var(--gold); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 6px; margin-top: 14px; }

/* Süreç adımları */
.ecce-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 12px; }
.ecce-step-circle { width: 70px; height: 70px; background: var(--white); border: 3px solid var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: var(--teal); margin-bottom: 16px; transition: var(--transition); box-shadow: 0 0 0 6px var(--teal-light); }
.ecce-step:hover .ecce-step-circle { background: var(--teal); color: var(--white); }
.ecce-step h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; line-height: 1.3; }
.ecce-step p { font-size: 12px; color: var(--gray-600); line-height: 1.5; }

/* Referans kartları */
.ecce-ref-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 32px 28px; transition: var(--transition); height: 100%; }
.ecce-ref-card:hover { box-shadow: var(--shadow-md); }
.ecce-stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; margin-bottom: 16px; }
.ecce-ref-text { font-size: 15px; color: var(--gray-600); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.ecce-ref-author { display: flex; align-items: center; gap: 12px; }
.ecce-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 700; color: var(--white); flex-shrink: 0; }
.ecce-ref-name { font-weight: 600; font-size: 14px; color: var(--navy); }
.ecce-ref-title { font-size: 12px; color: var(--gray-400); margin-top: 2px; }

/* CTA band */
.ecce-cta-section { background: linear-gradient(135deg, var(--teal-dark), var(--navy)) !important; }

/* İletişim formu */
.ecce-contact-form { background: var(--white); border: 1px solid rgba(11,123,106,.1); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); }
.ecce-contact-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--navy); margin-bottom: 6px; }
.ecce-form-sub { font-size: 14px; color: var(--gray-600); margin-bottom: 24px; }
.ecce-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ecce-form-group { margin-bottom: 14px; }
.ecce-form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.ecce-form-group input,
.ecce-form-group select,
.ecce-form-group textarea { width: 100%; padding: 12px 16px; font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--gray-800); background: var(--gray-50); border: 1.5px solid var(--gray-100); border-radius: var(--radius); outline: none; transition: var(--transition); }
.ecce-form-group input:focus,
.ecce-form-group select:focus,
.ecce-form-group textarea:focus { border-color: var(--teal); background: var(--white); box-shadow: 0 0 0 3px rgba(11,123,106,.1); }
.ecce-form-group textarea { resize: vertical; min-height: 110px; }
.ecce-form-submit { width: 100%; padding: 16px; background: var(--teal); color: var(--white); border: none; border-radius: var(--radius); font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: var(--transition); }
.ecce-form-submit:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(11,123,106,.3); }
.ecce-form-note { font-size: 12px; color: var(--gray-400); text-align: center; margin-top: 10px; }
.ecce-form-error { background: #FEF2F2; border: 1px solid #FECACA; color: #DC2626; padding: 12px 16px; border-radius: var(--radius); font-size: 14px; margin-bottom: 14px; display: none; }
.ecce-form-loading { display: none; text-align: center; padding: 20px; color: var(--teal); font-size: 15px; }
.ecce-form-success { display: none; text-align: center; padding: 32px 0; }
.ecce-form-success .check { font-size: 56px; margin-bottom: 12px; }
.ecce-form-success h4 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--teal); margin-bottom: 8px; }
.ecce-form-success p { font-size: 14px; color: var(--gray-600); margin-bottom: 20px; }

/* İletişim bilgileri */
.ecce-contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--gray-100); }
.ecce-contact-item:last-child { border-bottom: none; }
.ecce-contact-icon { width: 44px; height: 44px; background: var(--teal-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.ecce-contact-detail strong { display: block; font-size: 11px; font-weight: 700; color: var(--gray-400); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.ecce-contact-detail a, .ecce-contact-detail span { font-size: 15px; color: var(--navy); font-weight: 500; }
.ecce-contact-detail a:hover { color: var(--teal); }
.ecce-wa-btn { display: flex; align-items: center; gap: 12px; background: #25D366; color: var(--white); padding: 15px 22px; border-radius: var(--radius); font-weight: 600; font-size: 15px; margin-top: 20px; transition: var(--transition); text-decoration: none; box-shadow: 0 4px 16px rgba(37,211,102,.3); }
.ecce-wa-btn:hover { background: #1FAF57; transform: translateY(-2px); color: var(--white); }

/* Tag */
.ecce-tag { display: inline-block; background: var(--teal-light); color: var(--teal); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; }
.ecce-tag-gold { background: rgba(201,151,58,.15); color: var(--gold); }

/* Footer */
.ecce-footer { background: var(--navy); color: rgba(255,255,255,.65); }
.ecce-footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--white); margin-bottom: 12px; }
.ecce-footer h4 { font-size: 12px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.ecce-footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ecce-footer ul li a { font-size: 13px; color: rgba(255,255,255,.55); transition: var(--transition); text-decoration: none; }
.ecce-footer ul li a:hover { color: var(--teal-mid); }
.ecce-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 10px; }
.ecce-footer-bottom a { color: rgba(255,255,255,.4); text-decoration: none; }
.ecce-social-btn { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; font-size: 16px; transition: var(--transition); text-decoration: none; }
.ecce-social-btn:hover { background: var(--teal); }

/* Floating WA */
.ecce-float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 9999; }
.ecce-float-wa a { display: flex; align-items: center; gap: 10px; background: #25D366; color: var(--white); padding: 13px 20px; border-radius: 50px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 4px 24px rgba(37,211,102,.4); transition: var(--transition); }
.ecce-float-wa a:hover { transform: scale(1.05); color: var(--white); }
.ecce-wa-dot { width: 10px; height: 10px; background: var(--white); border-radius: 50%; animation: wapulse 2s infinite; flex-shrink: 0; }
@keyframes wapulse { 0%,100% { opacity: 1; } 50% { opacity: .4; transform: scale(1.3); } }

/* Fade animasyonu */
.ecce-fade { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.ecce-fade.visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 768px) {
  .ecce-nav-links, .ecce-nav-cta { display: none; }
  .ecce-hamburger { display: flex; }
  .ecce-form-row { grid-template-columns: 1fr; }
  .ecce-trust-wrap { gap: 20px; }
  .ecce-float-wa a span { display: none; }
  .ecce-float-wa a { padding: 14px; border-radius: 50%; }
  .ecce-topbar .wrap > div:first-child { display: none; }
}
/* DROPDOWN MENÜ */
.ecce-dropdown { position: relative; }
.ecce-dropdown-toggle { cursor: pointer; }
.ecce-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--white);
  border: 1px solid rgba(11,123,106,.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  min-width: 220px;
  z-index: 999;
  overflow: hidden;
}
.ecce-dropdown-menu a {
  display: block !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  color: var(--gray-800) !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--gray-100);
  transition: var(--transition);
}
.ecce-dropdown-menu a:last-child { border-bottom: none; }
.ecce-dropdown-menu a:hover { background: var(--teal-light) !important; color: var(--teal) !important; }
.ecce-dropdown:hover .ecce-dropdown-menu { display: block; }
.ecce-dropdown { position: relative; display: inline-block; }
.ecce-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgba(11,123,106,.1);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(11,123,106,.12);
  min-width: 230px;
  z-index: 9999;
  padding: 8px 0;
  margin-top: 8px;
}
.ecce-dropdown:hover .ecce-dropdown-menu { display: block; }
.ecce-dropdown-menu a {
  display: block !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1F2937 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #F0F2F4;
  transition: .3s;
}
.ecce-dropdown-menu a:last-child { border-bottom: none !important; }
.ecce-dropdown-menu a:hover {
  background: #E8F5F2 !important;
  color: #0B7B6A !important;
  padding-left: 24px !important;
}
.ecce-contact-form {
  min-height: 600px;
}
.ecce-form-success {
  min-height: 500px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}