/*
Theme Name:  SEO Takip Optimized
Theme URI:   https://seotakip.com
Author:      SEO Takip
Author URI:  https://seotakip.com
Description: Ultra hafif, premium animasyonlara sahip, Core Web Vitals optimize edilmiş, tam SEO uyumlu WordPress teması. Schema.org, AMP, Open Graph, Breadcrumb ve Elementor desteği ile SEO'nuzu maksimize edin.
Version:     1.1.0
Requires at least: 5.6
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: seotakip-seo
Tags:        seo, premium, lightweight, amp, schema, elementor, responsive, mobile-first, breadcrumbs, animations
*/

/* ─── CSS Reset & Google Fonts ───────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@600;700;800;900&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size:1rem;line-height:1.75;color:#1e293b;background:#f8fafc;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  transition: background-color 0.3s ease, color 0.3s ease;
}
img{max-width:100%;height:auto;display:block;border-radius:8px}
a{color:#4f46e5;text-decoration:none;transition: color 0.2s ease, transform 0.2s ease}
a:hover{color:#4338ca}
ul,ol{padding-left:1.5rem}
p{margin-bottom:1.2rem}

h1,h2,h3,h4,h5,h6{
  font-family:'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight:800;line-height:1.25;margin-bottom:.85rem;color:#0f172a;
  letter-spacing: -0.02em;
}
h1{font-size:clamp(2rem, 5vw, 3.2rem)}
h2{font-size:clamp(1.5rem, 4vw, 2.2rem); position: relative; padding-bottom: 8px;}
h2::after{content:''; position:absolute; bottom:0; left:0; width:50px; height:4px; background: linear-gradient(90deg, #4f46e5, #fbbf24); border-radius:2px;}
h3{font-size:clamp(1.2rem, 3vw, 1.6rem)}
h4{font-size:1.25rem}
h5{font-size:1.1rem}
h6{font-size:.95rem}

/* ─── Premium Glassmorphism & Hover Animations ───────────────────────────── */
.table-card, .widget, .post-card, .related-card, .author-box, .toc {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-card:hover, .related-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 20px 40px rgba(79, 70, 229, 0.1);
  border-color: rgba(79, 70, 229, 0.2);
}

/* ─── Micro Animations ─────────────────────────────────────────────────── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.entry-header, .post-card, .widget {
  animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ─── Layout ─────────────────────────────────────────────────────────────── */
.site-wrapper{display:flex;flex-direction:column;min-height:100vh}
.site-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}
.content-area{max-width:800px;width:100%;margin:0 auto}
.has-sidebar .content-row{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start}
@media(max-width:900px){.has-sidebar .content-row{grid-template-columns:1fr}}

/* ─── Header & Navigation ────────────────────────────────────────────────── */
.site-header{
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  position: sticky; top:0; z-index:100;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
  transition: background 0.3s;
}
.site-header-inner{max-width:1200px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.site-title{font-size:1.5rem;font-weight:900;letter-spacing:-0.03em;color:#0f172a}
.site-title a{color:inherit;}
.site-title a:hover{color:#4f46e5; text-decoration: none}
.site-description{font-size:.78rem;color:#64748b;margin-top:2px}

.main-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:.5rem;flex-wrap:wrap}
.main-nav a{
  padding:.55rem 1.1rem; border-radius:99px; font-size:.9rem; font-weight:600;
  color:#475569; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.main-nav a:hover, .main-nav .current-menu-item a{
  background: linear-gradient(90deg, #4f46e5 0%, #6366f1 100%);
  color:#fff; text-decoration:none;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
  transform: translateY(-1px);
}
.nav-toggle{display:none;background:none;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem;cursor:pointer;font-size:.9rem;font-weight:600;color:#0f172a}

@media(max-width:768px){
  .nav-toggle{display:block}
  .main-nav ul{display:none;flex-direction:column;gap:0.25rem;position:absolute;top:100%;left:0;width:100%;background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem;box-shadow:0 10px 15px rgba(0,0,0,0.05)}
  .main-nav ul.open{display:flex}
}

/* ─── Breadcrumbs ─────────────────────────────────────────────────────────── */
.breadcrumbs{font-size:.85rem;color:#64748b;padding:.5rem 0;margin-bottom:2rem}
.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}
.breadcrumbs li+li::before{content:'→';margin-right:.35rem;color:#94a3b8}
.breadcrumbs a{color:#4f46e5;font-weight:500}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs [aria-current]{color:#0f172a;font-weight:600}

/* ─── Post/Page Entry ─────────────────────────────────────────────────────── */
.entry-header{margin:1.5rem 0 2rem}
.entry-title{font-size:clamp(2rem, 5vw, 3rem);font-weight:900;line-height:1.2;color:#0f172a;letter-spacing:-0.03em}
.entry-meta{font-size:.85rem;color:#64748b;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:1rem}
.entry-meta a{color:#4f46e5;font-weight:600}
.entry-meta .reading-time{background:rgba(79, 70, 229, 0.08);padding:.2rem .65rem;border-radius:99px;color:#4f46e5;font-size:.8rem;font-weight:700}
.entry-categories a{background:rgba(79, 70, 229, 0.08);color:#4f46e5;padding:.25rem .85rem;border-radius:99px;font-size:.8rem;font-weight:700;margin-right:.35rem;text-decoration:none;transition:all 0.2s}
.entry-categories a:hover{background:#4f46e5;color:#fff;transform:translateY(-1px)}

.post-thumbnail{margin:0 0 2.5rem;border-radius:16px;overflow:hidden;aspect-ratio:16/9;box-shadow: 0 20px 40px rgba(0,0,0,0.08)}
.post-thumbnail img{width:100%;height:100%;object-fit:cover;transition: transform 0.5s}
.post-thumbnail:hover img{transform: scale(1.02)}

/* ─── Article Content ────────────────────────────────────────────────────── */
.entry-content{font-size:1.1rem;line-height:1.85;color:#334155}
.entry-content h2,.entry-content h3,.entry-content h4{margin-top:2.5rem;color:#0f172a}
.entry-content a{color:#4f46e5;text-decoration:underline;text-underline-offset:3px;font-weight:600}
.entry-content img{border-radius:12px;margin:2rem 0;box-shadow: 0 10px 25px rgba(0,0,0,0.05)}

/* ─── Table of Contents ──────────────────────────────────────────────────── */
.toc{background:rgba(248, 250, 252, 0.8);border-left:4px solid #4f46e5;padding:1.25rem 1.5rem;margin:2rem 0}
.toc-title{font-weight:800;font-size:1rem;margin-bottom:.75rem;color:#0f172a}
.toc ol{padding-left:1.5rem}
.toc li{margin:.4rem 0}
.toc a{color:#334155;font-weight:500}
.toc a:hover{color:#4f46e5}

/* ─── Author Box ─────────────────────────────────────────────────────────── */
.author-box{padding:1.5rem;display:flex;gap:1.25rem;align-items:center;margin:3rem 0;background:rgba(79, 70, 229, 0.02)}
.author-avatar img{border-radius:50%;width:80px;height:80px;border: 3px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,0.08)}
.author-info h4{font-size:1.1rem;margin-bottom:.35rem;font-weight:800}
.author-info p{font-size:.9rem;color:#475569}

/* ─── Related Posts ──────────────────────────────────────────────────────── */
.related-posts{margin:4rem 0}
.related-posts h3{font-size:1.3rem;font-weight:900;margin-bottom:1.5rem;display:inline-block}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}
.related-card{overflow:hidden}
.related-card img{width:100%;height:150px;object-fit:cover}
.related-card-body{padding:1.2rem}
.related-card-body h4{font-size:.95rem;font-weight:700;line-height:1.45;margin-bottom:6px}
.related-card-body h4 a{color:#0f172a}
.related-card-body h4 a:hover{color:#4f46e5}
.related-card-date{font-size:.8rem;color:#64748b}

/* ─── Archive / Blog List ────────────────────────────────────────────────── */
.archive-header{margin:2rem 0;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}
.archive-title{font-size:2rem;font-weight:900}
.archive-description{font-size:1rem;color:#475569;margin-top:.5rem}

.posts-list{display:flex;flex-direction:column;gap:2rem}
.post-card{display:grid;grid-template-columns:300px 1fr;gap:0;overflow:hidden}
.post-card-thumb{height:220px;overflow:hidden}
.post-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}
.post-card:hover .post-card-thumb img{transform:scale(1.05)}
.post-card-body{padding:1.5rem;display:flex;flex-direction:column;justify-content:center}
.post-card-cat{font-size:.8rem;font-weight:700;color:#4f46e5;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:0.05em}
.post-card-title{font-size:1.3rem;font-weight:800;line-height:1.3;margin-bottom:.75rem}
.post-card-title a{color:#0f172a}
.post-card-title a:hover{color:#4f46e5}
.post-card-excerpt{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:1rem}
.post-card-meta{font-size:.8rem;color:#64748b;display:flex;gap:1rem}

@media(max-width:640px){
  .post-card{grid-template-columns:1fr}
  .post-card-thumb{height:180px}
}

/* ─── Search & Pagination ────────────────────────────────────────────────── */
.pagination{margin:3rem 0;display:flex;justify-content:center;gap:.5rem}
.pagination a,.pagination span{padding:.6rem 1.1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-weight:600;color:#475569;background:#fff;transition:all 0.2s}
.pagination .current,.pagination a:hover{background:#4f46e5;color:#fff;border-color:#4f46e5;box-shadow: 0 4px 10px rgba(79, 70, 229, 0.2)}

.search-form{display:flex;gap:.5rem;max-width:400px;margin:1.5rem 0}
.search-field{flex:1;padding:.65rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;outline:none;background:#fff;transition:border-color 0.2s}
.search-field:focus{border-color:#4f46e5}
.search-submit{padding:.65rem 1.25rem;background:#4f46e5;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background 0.2s}
.search-submit:hover{background:#4338ca}

/* ─── Footer ─────────────────────────────────────────────────────────────── */
.site-footer{background:#0f172a;color:#94a3b8;margin-top:5rem;padding:4rem 1rem 2rem;border-top: 1px solid rgba(255,255,255,0.05)}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-widgets{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2.5rem;margin-bottom:3rem}
.footer-widget h4{color:#fff;font-size:1.1rem;font-weight:800;margin-bottom:1rem;font-family:'Outfit',sans-serif}
.footer-widget ul{list-style:none;padding:0;margin:0;font-size:.9rem;line-height:2}
.footer-widget a, .site-footer a{color:#94a3b8 !important; transition: color 0.2s;}
.footer-widget a:hover, .site-footer a:hover{color:#fff !important; text-decoration: none !important;}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#64748b}
.footer-bottom a{color:#94a3b8}

/* Elementor footer margin reset to prevent empty gaps */
.elementor-page .site-footer {
  margin-top: 0 !important;
}

/* ─── Dark Mode System ───────────────────────────────────────────────────── */
@media(prefers-color-scheme:dark){
  /* Dark mode applies to all pages including Elementor */
  body { background:#0b0f19 !important; color:#cbd5e1 !important; }
  
  /* Header */
  .site-header {
    background: rgba(15, 23, 42, 0.95) !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
  }
  .site-title a { color: #f8fafc !important; }
  .site-description { color: #94a3b8 !important; }
  .main-nav a { color: #cbd5e1 !important; }
  .main-nav a:hover, .main-nav .current-menu-item a { color: #fff !important; }
  .nav-toggle { border-color: rgba(255,255,255,0.1) !important; color: #fff !important; }
  @media(max-width:768px){
    .main-nav ul { background: #0f172a !important; border-color: rgba(255,255,255,0.05) !important; }
  }

  .content-area h1,
  .content-area h2,
  .content-area h3,
  .content-area h4,
  .content-area h5,
  .content-area h6,
  .entry-title,
  .post-card-title a,
  .related-card-body h4 a {
    color: #f8fafc !important;
  }
  
  .breadcrumbs [aria-current] { color: #f8fafc !important; }
  .breadcrumbs li+li::before { color: #64748b !important; }
  
  .table-card, .widget, .post-card, .related-card, .author-box, .toc {
    background: rgba(15, 23, 42, 0.7) !important;
    border-color: rgba(255,255,255,0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  }
  .post-card:hover, .related-card:hover {
    box-shadow: 0 20px 40px rgba(79, 70, 229, 0.2) !important;
  }
  
  .entry-categories a, .entry-meta .reading-time {
    background: rgba(79, 70, 229, 0.15) !important;
    color: #818cf8 !important;
  }
  .toc { background: rgba(15, 23, 42, 0.4) !important; }
  .search-field { background: #0f172a !important; border-color: rgba(255,255,255,0.05) !important; color: #fff !important; }
  .pagination a { background: #0f172a !important; border-color: rgba(255,255,255,0.05) !important; color: #cbd5e1 !important; }

  /* Inner pages readability */
  .entry-content, .entry-content p, .faq-page-content p {
    color: #cbd5e1 !important;
  }
  .entry-content a {
    color: #818cf8 !important;
  }
  .post-card-excerpt, .post-card-meta {
    color: #94a3b8 !important;
  }

  /* Elementor Page background overrides for dark mode */
  .elementor-page .site-wrapper,
  .elementor-page .site-content,
  .elementor-page .content-area {
    background: #0b0f19 !important;
  }
  .elementor-section {
    background-color: #0b0f19 !important;
  }
  .elementor-section[data-elementor-id] {
    background-color: #0b0f19 !important;
  }
  
  /* Specific home sections background */
  #sec_features, #sec_faq {
    background-color: #0b0f19 !important;
  }
  #sec_about {
    background-color: #0f172a !important;
  }
  #sec_cta {
    background-color: #4f46e5 !important; /* Keep purple CTA */
  }

  /* Heading color inside Elementor sections in dark mode */
  .elementor-widget-heading .elementor-heading-title,
  .elementor-widget-heading h2.elementor-heading-title,
  #sec_features .elementor-heading-title,
  #sec_about .elementor-heading-title,
  #sec_faq .elementor-heading-title {
    color: #f8fafc !important;
  }

  /* Text editors color inside Elementor sections in dark mode */
  .elementor-text-editor,
  .elementor-text-editor p,
  #sec_about .elementor-text-editor div[style] {
    color: #cbd5e1 !important;
  }
}

/* ─── Feature Box (Emoji-Free SVG Icons) ────────────────────────────────── */
.feature-box {
  text-align: center;
  padding: 2.5rem 2rem;
  background: #ffffff !important;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(79, 70, 229, 0.12);
  border-color: rgba(79, 70, 229, 0.25);
}
.feature-icon-wrapper {
  width: 68px;
  height: 68px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-box:hover .feature-icon-wrapper {
  background: #4f46e5;
  color: #fff;
  transform: scale(1.1);
}
.feature-svg-icon {
  width: 30px;
  height: 30px;
}
.feature-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a !important;
  margin-bottom: 0.75rem;
  font-family: 'Outfit', sans-serif;
}
.feature-desc {
  color: #475569 !important;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ─── Elementor Sayfası Genel Düzeltmeler ────────────────────────────────── */
.elementor-section {
  position: relative;
}
.elementor-widget-heading .elementor-heading-title {
  word-break: break-word;
}

/* Center and style decorative headers on Elementor pages */
.elementor-page h2::after {
  display: none !important; /* Disable standard theme h2 lines for Elementor headings */
}
.elementor-page .elementor-widget-heading .elementor-heading-title {
  position: relative;
  padding-bottom: 16px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-page .elementor-widget-heading .elementor-heading-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #4f46e5, #fbbf24);
  border-radius: 2px;
}

/* Elementor Accordion (SSS) - Premium Modern Card Layout */
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  margin-bottom: 1rem !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: #ffffff !important;
}
.elementor-accordion .elementor-accordion-item:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.08) !important;
  border-color: rgba(79, 70, 229, 0.2) !important;
}
.elementor-accordion .elementor-tab-title {
  background-color: #f8fafc !important;
  padding: 1.25rem 1.5rem !important;
  border-bottom: none !important;
  transition: background-color 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
}
.elementor-accordion .elementor-tab-title a,
.elementor-accordion .elementor-tab-title .elementor-accordion-title {
  color: #1e293b !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  text-decoration: none !important;
}
.elementor-accordion .elementor-tab-title.elementor-active {
  background-color: #eef2ff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.elementor-accordion .elementor-tab-title.elementor-active a,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: #4f46e5 !important;
}
.elementor-accordion .elementor-tab-content {
  color: #475569 !important;
  font-size: 0.98rem !important;
  line-height: 1.75 !important;
  background: #ffffff !important;
  padding: 1.25rem 1.5rem !important;
  border-top: none !important;
}
.elementor-accordion .elementor-accordion-icon {
  color: #4f46e5 !important;
  margin-right: 10px !important;
}

/* ─── Elementor Sayfa Beyaz Zemin ──────────────────────────────────────── */
.elementor-page .site-wrapper,
.elementor-page .site-content,
.elementor-page .content-area {
  background: #ffffff;
}
/* Elementor page başlık renkleri */
.elementor-page h1,
.elementor-page h2,
.elementor-page h3,
.elementor-page h4 {
  color: #0f172a;
}

/* ─── Footer Okunabilirlik Düzeltmesi ───────────────────────────────────── */
.site-footer { color: #94a3b8; }
.site-footer p { color: #94a3b8 !important; }
.site-footer h4 {
  color: #f1f5f9 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.footer-widget p { color: #94a3b8 !important; line-height: 1.7; font-size: 0.9rem; }
.footer-widget ul li a {
  color: #94a3b8 !important;
  display: inline-block;
  transition: color 0.2s, transform 0.2s;
  font-size: 0.9rem;
}
.footer-widget ul li a:hover {
  color: #f1f5f9 !important;
  transform: translateX(3px);
}
.footer-widget ul li { margin-bottom: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.5rem;
  color: #64748b;
  font-size: 0.85rem;
}
.footer-bottom a { color: #94a3b8 !important; }
.footer-bottom a:hover { color: #f1f5f9 !important; }

/* ─── Dark Mode Feature Box & Accordion Override ────────────────────────── */
@media(prefers-color-scheme:dark){
  .feature-box {
    background: #1e293b !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
  }
  .feature-title { color: #f8fafc !important; }
  .feature-desc { color: #94a3b8 !important; }
  .feature-icon-wrapper { background: rgba(79, 70, 229, 0.2); color: #818cf8; }
  
  .elementor-accordion .elementor-accordion-item {
    border-color: rgba(255, 255, 255, 0.08) !important;
    background: #1e293b !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
  }
  .elementor-accordion .elementor-tab-title {
    background: #1e293b !important;
    border-bottom: none !important;
  }
  .elementor-accordion .elementor-tab-title a,
  .elementor-accordion .elementor-tab-title .elementor-accordion-title {
    color: #e2e8f0 !important;
  }
  .elementor-accordion .elementor-tab-title.elementor-active {
    background-color: rgba(79, 70, 229, 0.15) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }
  .elementor-accordion .elementor-tab-title.elementor-active a,
  .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
    color: #818cf8 !important;
  }
  .elementor-accordion .elementor-tab-content {
    background: #0f172a !important;
    color: #cbd5e1 !important;
    border-top: none !important;
  }
}

/* ─── Premium Scroll & Hover Animations ────────────────────────────────── */
/* Fade-in up entrance animation for all Elementor sections on the page */
.elementor-page .elementor-section {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Glowing hover effects for the CTA Button */
#sec_cta .elementor-button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
}
#sec_cta .elementor-button:hover {
  transform: scale(1.05) translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25) !important;
  background-color: #fbbf24 !important;
  color: #000000 !important;
}

/* Hover effects for trust badges */
.cta-trust-badges span {
  transition: all 0.3s ease !important;
}
.cta-trust-badges span:hover {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.4) !important;
}
