/* ==========================================================================
   MARKA PATENT & DANIŞMANLIK - V2.0 (GELİŞTİRİLMİŞ)
   Design: Premium, Trust, Modern Tech
   ========================================================================== */

:root {
    /* --- Renk Paleti (Otoriter & Premium) --- */
    --c-primary: #0f172a;       /* Derin Lacivert (Ana Gövde) */
    --c-primary-light: #1e293b; /* Açık Lacivert (Kartlar) */
    --c-accent: #3b82f6;        /* Elektrik Mavi (Teknoloji/Hız) */
    --c-gold: #d97706;          /* Altın (Tescil/Değer) */
    --c-gold-light: #fcd34d;
    --c-success: #10b981;       /* Onay Yeşili */
    --c-bg: #f8fafc;            /* Ultra Açık Gri (Zemin) */
    --c-text-main: #334155;
    --c-text-light: #64748b;
    --c-white: #ffffff;
    --c-border: #e2e8f0;

    /* --- Tipografi --- */
    --font-display: 'Playfair Display', serif;
    --font-body: 'Manrope', sans-serif;

    /* --- Efektler --- */
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
    --shadow-lg: 0 10px 30px -5px rgba(15, 23, 42, 0.1);
    --shadow-glow: 0 0 20px rgba(59, 130, 246, 0.3);
    --glass: blur(12px) saturate(180%);
    --radius-xl: 24px;
    --radius-lg: 16px;
    --radius-md: 8px;
    
    /* --- Düzen --- */
    --container: 1320px;
    --nav-height: 90px;
}

/* ==========================================================================
   RESET & TEMEL
   ========================================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: var(--font-body);
    background-color: var(--c-bg);
    color: var(--c-text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-display);
    color: var(--c-primary);
    line-height: 1.2;
    font-weight: 700;
}
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }

a { text-decoration: none; color: inherit; transition: 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* Container */
.container {
    width: 90%;
    max-width: var(--container);
    margin: 0 auto;
}

/* ==========================================================================
   BİLEŞENLER (BUTTONS, BADGES)
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    gap: 10px;
    border: none;
}

.btn-primary {
    background: var(--c-primary);
    color: var(--c-white);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.3);
}
.btn-primary:hover {
    background: var(--c-accent);
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow);
}

.btn-gold {
    background: linear-gradient(135deg, var(--c-gold), #b45309);
    color: var(--c-white);
}
.btn-gold:hover {
    filter: brightness(1.1);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(217, 119, 6, 0.3);
}

.btn-outline {
    border: 2px solid var(--c-primary-light);
    color: var(--c-primary);
    background: transparent;
}
.btn-outline:hover {
    border-color: var(--c-primary);
    background: var(--c-primary);
    color: var(--c-white);
}

/* ==========================================================================
   HEADER (GLASSMORPHISM)
   ========================================================================== */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: var(--glass);
    -webkit-backdrop-filter: var(--glass);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}

.main-header.scrolled {
    height: 75px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-sm);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--c-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo svg { width: 32px; height: 32px; color: var(--c-gold); }

.nav-links {
    display: flex;
    gap: 40px;
}
.nav-links a {
    font-weight: 500;
    color: var(--c-primary);
    position: relative;
    padding: 5px 0;
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--c-gold);
    transition: 0.3s;
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--c-primary); }

.header-cta { display: flex; gap: 15px; align-items: center; }
.mobile-toggle { display: none; font-size: 1.5rem; cursor: pointer; border: none; background: none; }

/* ==========================================================================
   HERO SECTION (ASYMMETRICAL)
   ========================================================================== */
.hero {
    padding: calc(var(--nav-height) + 60px) 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    margin-bottom: 20px;
    line-height: 1.1;
}
.hero-content h1 span {
    color: var(--c-accent);
    position: relative;
    z-index: 1;
}
.hero-content h1 span::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    background: rgba(252, 211, 77, 0.4);
    z-index: -1;
    transform: rotate(-2deg);
}

.hero-content p {
    font-size: 1.2rem;
    color: var(--c-text-light);
    margin-bottom: 40px;
    max-width: 600px;
}
.btn-group {
    display: flex;
    gap: 15px;
}

.hero-trust-badges {
    margin-top: 60px;
    display: flex;
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--c-border);
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.trust-item i {
    font-size: 2rem;
    color: var(--c-accent);
}
.trust-item strong { display: block; font-size: 1.5rem; color: var(--c-primary); font-family: var(--font-display); }
.trust-item span { font-size: 0.9rem; color: var(--c-text-light); }

/* Abstract Hero Visual */
.hero-visual {
    position: relative;
    height: 500px;
}
.visual-card {
    background: var(--c-white);
    border-radius: var(--radius-xl);
    padding: 30px;
    box-shadow: var(--shadow-lg);
    position: absolute;
    transition: transform 0.5s ease;
}
.vc-main {
    top: 0; right: 0; bottom: 0; left: 40px;
    background: linear-gradient(135deg, var(--c-primary), #000);
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.vc-main svg { width: 80px; height: 80px; color: var(--c-gold); margin-bottom: 20px; }

.vc-float {
    width: 200px;
    padding: 20px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,0.5);
}
.vc-1 { top: 40px; left: 0; animation: float 6s ease-in-out infinite; }
.vc-2 { bottom: 40px; right: -20px; animation: float 7s ease-in-out infinite reverse; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* ==========================================================================
   SERVICES (BENTO GRID)
   ========================================================================== */
.section-padding { padding: 100px 0; }

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}
.section-header p {
    font-size: 1.1rem;
    color: var(--c-text-light);
    margin-top: 15px;
}

.tag {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(59, 130, 246, 0.1);
    color: var(--c-accent);
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 320px);
    gap: 24px;
}

.bento-item {
    background: var(--c-white);
    border-radius: var(--radius-xl);
    padding: 40px;
    transition: all 0.4s ease;
    border: 1px solid var(--c-border);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.bento-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(59, 130, 246, 0.2);
}

/* Grid Spans */
.span-2 { grid-column: span 2; }
.span-row-2 { grid-row: span 2; }

.bento-item.dark {
    background: var(--c-primary);
    color: var(--c-white);
    border-color: var(--c-primary);
}
.bento-item.gold {
    background: linear-gradient(135deg, #fff, #fffbeb);
    border: 1px solid rgba(217, 119, 6, 0.1);
}

.b-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--c-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-primary);
    margin-bottom: 20px;
}
.b-icon svg {
    width: 32px;
    height: 32px;
}
.dark .b-icon { background: rgba(255,255,255,0.1); color: var(--c-white); }
.gold .b-icon { background: rgba(217, 119, 6, 0.1); color: var(--c-gold); }

.bento-item h3 { font-size: 1.75rem; margin-bottom: 15px; }
.dark h3 { color: var(--c-white); }
.bento-item p { color: var(--c-text-light); font-size: 1rem; }
.dark p { color: rgba(255,255,255,0.7); }

.b-link {
    margin-top: auto;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--c-primary);
}
.dark .b-link { color: var(--c-white); }
.gold .b-link { color: var(--c-gold); }
.b-link:hover { gap: 15px; }
.b-link svg { transition: 0.3s; }
.b-link:hover svg { transform: translateX(5px); }


/* ==========================================================================
   YENİ BÖLÜM: NEDEN BİZ?
   ========================================================================== */
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}
.why-card {
    background: var(--c-bg);
    padding: 30px;
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid var(--c-border);
    transition: 0.3s ease;
}
.why-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    background: var(--c-white);
}
.why-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--c-primary);
    color: var(--c-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
}
.why-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

/* ==========================================================================
   YENİ BÖLÜM: REFERANSLAR
   ========================================================================== */
.testimonial-slider {
    position: relative;
    overflow: hidden;
}
.testimonial-wrapper {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}
.testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    background: var(--c-white);
    border: 1px solid var(--c-border);
    padding: 40px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
}
.testimonial-card p {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--c-text-main);
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.testimonial-card p::before {
    content: '“';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: var(--c-gold);
    font-family: var(--font-display);
}
.t-author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.t-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.t-author strong {
    display: block;
    color: var(--c-primary);
    font-family: var(--font-display);
}
.t-author span {
    font-size: 0.9rem;
    color: var(--c-text-light);
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}
.slider-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--c-border);
    background: var(--c-white);
    color: var(--c-primary);
    cursor: pointer;
    transition: 0.3s;
}
.slider-nav button:hover {
    background: var(--c-primary);
    color: var(--c-white);
}

/* ==========================================================================
   YENİ BÖLÜM: İLETİŞİM (ANA SAYFA)
   ========================================================================== */
.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--c-primary-light);
    padding: 40px;
    border-radius: var(--radius-xl);
}
.form-group-inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; font-size: 0.9rem; }
.form-input { 
    width: 100%; 
    padding: 18px 20px; 
    border: 2px solid var(--c-border); 
    border-radius: var(--radius-md); 
    font-family: inherit; 
    font-size: 1rem;
    background: var(--c-white);
    color: var(--c-text-main);
}
.form-input:focus { 
    border-color: var(--c-accent); 
    outline: none; 
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.contact-form-container .form-input {
    background: #fff;
    border-color: var(--c-primary-light);
}

/* ==========================================================================
   DYNAMIC CONTENT & ARTICLE
   ========================================================================== */
.dynamic-header {
    background: var(--c-primary);
    color: white;
    padding: 120px 0 80px;
    margin-bottom: 60px;
}
.dynamic-header h1 { color: white; font-size: 3rem; }
.breadcrumb { color: rgba(255,255,255,0.6); margin-bottom: 20px; font-size: 0.9rem; }
.breadcrumb a { color: white; border-bottom: 1px solid rgba(255,255,255,0.3); }
.breadcrumb a:hover { color: var(--c-gold-light); }

.content-wrapper {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 60px;
}

.article-body {
    background: var(--c-white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.article-body p { margin-bottom: 20px; font-size: 1.1rem; color: var(--c-text-main); line-height: 1.7; }
.article-body h2 { font-size: 2rem; margin: 40px 0 20px; position: relative; padding-left: 20px; }
.article-body h2::before {
    content: ''; position: absolute; left: 0; top: 5px; bottom: 5px; width: 4px; background: var(--c-gold); border-radius: 4px;
}
.article-body h3 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
}
.article-body ul, .article-body ol {
    margin-bottom: 20px;
    padding-left: 20px;
}
.article-body ul li {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 10px;
}

/* Makale içindeki özel listeler */
.step-list-article {
    list-style: none;
    padding-left: 0;
    counter-reset: step;
}
.step-item-article {
    position: relative;
    padding: 20px 20px 20px 50px;
    background: var(--c-bg);
    border-radius: var(--radius-md);
    margin-bottom: 15px;
    list-style-type: none !important;
}
.step-item-article::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: var(--c-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Makale içi SSS */
.accordion-article .faq-item-article {
    border: 1px solid var(--c-border);
    border-radius: var(--radius-md);
    margin-bottom: 10px;
    overflow: hidden;
}
.accordion-article .faq-q {
    padding: 20px;
    font-weight: 700;
    background: var(--c-bg);
}
.accordion-article .faq-a {
    padding: 20px;
    border-top: 1px solid var(--c-border);
}

/* --- DÜZELTME: Kayma hatası için sticky-sidebar class'ı eklendi --- */
.sticky-sidebar {
    position: sticky;
    top: 120px;
}

/* Sticky Sidebar */
.sidebar-card {
    background: var(--c-white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    /* position: sticky; */ /* <-- BU SATIRI SİLDİK (veya yorum yaptık) */
    /* top: 120px; */      /* <-- BU SATIRI SİLDİK (veya yorum yaptık) */
    border-top: 5px solid var(--c-accent);
    margin-bottom: 30px;
}
.sidebar-card h3 { margin-bottom: 10px; }
.sidebar-card p { font-size: 0.95rem; color: var(--c-text-light); margin-bottom: 20px; }

.whatsapp-link {
    margin-top: 20px; 
    padding-top: 20px; 
    border-top: 1px solid var(--c-border);
    text-align: center;
}
.whatsapp-link a {
    display:flex; 
    align-items:center; 
    justify-content:center; 
    gap:10px; 
    font-weight:700; 
    color:#25d366;
    font-size: 1.1rem;
}
.whatsapp-link a i { font-size: 1.5rem; }

/* Sidebar Diğer Hizmetler */
.sidebar-servicelist {
    list-style: none;
    padding-left: 0;
}
.sidebar-servicelist li {
    margin-bottom: 10px;
}
.sidebar-servicelist a {
    display: block;
    padding: 10px 15px;
    background: var(--c-bg);
    border-radius: var(--radius-md);
    font-weight: 600;
    color: var(--c-text-main);
}
.sidebar-servicelist a:hover {
    background: var(--c-accent);
    color: var(--c-white);
}

/* Lokasyonlar (Ana Sayfa & Alt Sayfa) */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
}
.loc-card {
    background: var(--c-white);
    padding: 15px 20px;
    border-radius: var(--radius-md);
    border: 1px solid var(--c-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: var(--c-text-main);
}
.loc-card:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
    background: #eff6ff;
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

/* Alt Lokasyonlar (İlçe/Mahalle Listesi) */
.location-sub-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--c-border);
}
.locations-grid.sub-locations {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
    background: var(--c-primary);
    color: rgba(255,255,255,0.7);
    padding: 80px 0 30px;
    margin-top: 100px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.f-title { color: white; font-size: 1.2rem; margin-bottom: 25px; font-family: var(--font-display); }
.f-links li { margin-bottom: 12px; }
.f-links a:hover { color: var(--c-gold); padding-left: 5px; }
.footer-bottom { padding-top: 30px; display: flex; justify-content: space-between; font-size: 0.9rem; color: rgba(255,255,255,0.5); }
.social-icons { display: flex; gap: 15px; margin-top: 20px; }
.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: white;
}
.social-icons a:hover { background: var(--c-accent); border-color: var(--c-accent); }
.contact-links li { display: flex; gap: 10px; align-items: center; }
.contact-links i { color: var(--c-gold); }

/* ==========================================================================
   RESPONSIVE (TABLET & MOBILE)
   ========================================================================== */
@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .span-2 { grid-column: span 1; } 
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-visual { display: none; }
    .hero-trust-badges { justify-content: center; }
    .btn-group { justify-content: center; }
    .content-wrapper { grid-template-columns: 1fr; }
    .sidebar-card { position: static; margin-top: 40px; }
    .why-us-grid { grid-template-columns: 1fr 1fr; }
    .testimonial-card { flex: 0 0 calc(50% - 15px); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    h2 { font-size: 2rem; }
    .nav-links, .header-cta .btn { display: none; }
    .mobile-toggle { display: block; color: var(--c-primary); }
    
    /* Mobile Menu */
    body.menu-open .nav-links {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: var(--nav-height);
        left: 0;
        width: 100%;
        height: calc(100vh - var(--nav-height));
        background: var(--c-white);
        padding: 40px;
        z-index: 999;
        animation: slideIn 0.3s ease;
        gap: 20px;
        text-align: center;
    }
    body.menu-open .nav-links a { font-size: 1.5rem; }
    @keyframes slideIn { from { transform: translateX(100%); } to { transform: translateX(0); } }
    
    .bento-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .span-row-2 { grid-row: span 1; }
    
    .hero-content h1 { font-size: 2.5rem; }
    .hero-trust-badges { flex-direction: column; align-items: center; gap: 20px; }
    .btn-group { flex-direction: column; }
    
    .why-us-grid { grid-template-columns: 1fr; }
    .testimonial-card { flex: 0 0 100%; }
    
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
    
    .form-group-inline { grid-template-columns: 1fr; }
    .article-body { padding: 20px; }
    .content-wrapper { gap: 30px; }
}

/* ==========================================================================
   POPUP & FLOAT - "ŞAH ŞAHLI" VERSİYON
   ========================================================================== */
.float-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #25d366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
    z-index: 990;
    transition: 0.3s;
    font-size: 2rem;
}
.float-btn:hover { transform: scale(1.1) rotate(15deg); }

.modal-overlay {
    position: fixed; inset: 0; 
    background: rgba(15, 23, 42, 0.9); 
    backdrop-filter: blur(8px);
    z-index: 2000; display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: all 0.4s ease;
}
.modal-overlay.visible { opacity: 1; pointer-events: all; }

.modal-box {
    background: var(--c-white); 
    padding: 40px; 
    border-radius: var(--radius-xl);
    width: 90%; max-width: 500px; 
    position: relative;
    transform: scale(0.9) translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    border-top: 5px solid var(--c-gold);
    text-align: center;
}
.modal-overlay.visible .modal-box { 
    transform: scale(1) translateY(0); 
    opacity: 1;
}

.modal-close-btn {
    position:absolute; 
    top: 10px; right: 10px; 
    border: none; 
    background: none; 
    font-size: 2.2rem; 
    cursor: pointer;
    color: var(--c-text-light);
    transition: 0.3s;
}
.modal-close-btn:hover { color: var(--c-primary); transform: rotate(90deg); }

.modal-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--c-gold), var(--c-gold-light));
    color: white;
    border-radius: 50%;
    font-size: 2.5rem;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(217, 119, 6, 0.3);
}
.modal-box h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.modal-box p {
    color: var(--c-text-light);
    margin-bottom: 30px;
    font-size: 1.1rem;
}
.modal-box .form-group {
    margin-bottom: 20px;
    text-align: left;
}
.modal-box .form-group label {
    font-weight: 700;
    color: var(--c-primary);
    font-size: 0.9rem;
    margin-bottom: 8px;
}
.input-icon-wrapper {
    position: relative;
}
.input-icon-wrapper i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--c-text-light);
}
.modal-box .form-input {
    padding-left: 50px;
    font-size: 1.1rem;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: var(--radius-lg);
}
.modal-box .form-input:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.modal-submit-btn {
    width: 100%;
    padding: 20px;
    font-size: 1.2rem;
    background: var(--c-primary);
}
.modal-submit-btn:hover {
    background: var(--c-accent);
    box-shadow: var(--shadow-glow);
}