﻿/* ═══════════════════════════════════════════════
   VOSSI DİJİTAL — Index Page Styles
   Dosya: wwwroot/css/vossi-index.css
═══════════════════════════════════════════════ */

/* ── GENEL ── */
.section-title {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4A9D8E;
    font-weight: 600;
    margin-bottom: 8px;
}

.section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 40px;
}

/* ── HERO / SLIDER ── */
.slider_section {
    background: linear-gradient(to right, rgba(0,0,0,0.88) 50%, rgba(0,0,0,0.35) 100%), url('/images/hero-bg.jpeg') center / cover no-repeat;
    min-height: 560px;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    padding: 0 !important;
    position: relative;
}

@media (min-width: 992px) {
    .hero_area {
        height: auto !important;
        min-height: 100vh;
    }

    .slider_section {
        min-height: calc(100vh - 84px);
    }
}

.slider-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 40px 0;
}

.slider_section .detail-box {
    max-width: 620px;
    background: transparent !important;
    text-align: center !important;
    padding: 0 !important;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(74, 157, 142, 0.15);
    border: 1px solid rgba(74, 157, 142, 0.45);
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 12px;
    color: #4A9D8E;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
}

.hero-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4A9D8E;
    display: inline-block;
}

.hero-h2 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 6px;
    font-weight: 400;
}

.hero-h1 {
    font-size: 52px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    margin: 0 0 16px !important;
}

    /* ln1/ln2 kesin beyaz — eski generic .hero-h1 span teal kuralına karşı güvenli */
    .hero-h1 .h1-ln1 { color: #ffffff !important; }
    .hero-h1 .h1-ln2 { color: #ffffff !important; }
    .hero-h1 .h1-ln3 {
        color: #4A9D8E !important;
        display: block; /* <br /> yerine geçer; desktop'ta da DAHA İYİ KARARLAR'ı yeni satıra taşır */
    }

.hero-sub--mobile { display: none; }

.hero-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
    margin: 0 0 28px;
}

.hero-btns {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
}

.btn-gold {
    background: #3A8070 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 40px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background 0.2s;
}

    .btn-gold:hover {
        background: #2D6A5F !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.btn-outline-dark {
    background: transparent;
    color: #1a1a2e;
    border: 1.5px solid #1a1a2e;
    padding: 13px 28px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
}

    .btn-outline-dark:hover {
        background: #1a1a2e;
        color: #fff;
        text-decoration: none;
    }

.hero-badges-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px 40px;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.2);
}

.badge-label-dark {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.badge-pill-dark {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none;
    transition: border-color 0.2s;
}

    .badge-pill-dark:hover {
        border-color: #4A9D8E !important;
        color: #fff !important;
        text-decoration: none;
    }

/* ── NEDEN VOSSİ ── */
.who_section {
    padding: 70px 0;
    background: #fff;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .feature-item:last-child {
        border-bottom: none;
    }

    .feature-item.visible {
        opacity: 1;
        transform: translateX(0);
    }

.feature-num {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: #4A9D8E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
}

.feature-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: #E8F5F3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D7068;
    font-size: 16px;
}

/* ── YAKLAŞIM ── */
.approach_section {
    padding: 70px 0;
    background: #fffdf5;
}

.vi-container {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 0 !important;
    margin-top: 40px;
    flex-wrap: nowrap !important;
    overflow-x: auto;
}

.vi-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex: 1 !important;
    max-width: 160px !important;
    min-width: 120px !important;
}

.vi-circle {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    background: #2c2c2c !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 16px !important;
    padding: 14px !important;
    transition: background 0.2s, transform 0.2s;
}

    .vi-circle:hover {
        background: #1a1a2e !important;
        transform: scale(1.05);
    }

    .vi-circle span {
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #4A9D8E !important;
        line-height: 1.35 !important;
        text-align: center !important;
    }

.vi-connector {
    flex: 0 0 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-bottom: 48px !important;
    width: 60px !important;
    overflow: hidden !important;
}

    .vi-connector svg {
        width: 60px !important;
        height: 40px !important;
        max-width: 60px !important;
        overflow: hidden !important;
    }

.vi-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 !important;
}

.vi-desc {
    font-size: 11px !important;
    color: #888 !important;
    margin: 6px 0 0 !important;
    line-height: 1.5 !important;
}

/* ── HİZMETLER ── */
.do_section {
    padding: 70px 0;
    background: #fff;
}

.hizmet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.hizmet-card {
    background: #fff;
    border: 1px solid #f0e8d0;
    border-radius: 12px;
    padding: 28px 20px;
    transition: border-color 0.2s, transform 0.2s;
}

    .hizmet-card:hover {
        border-color: #4A9D8E;
        transform: translateY(-4px);
    }

.hizmet-icon {
    width: 48px;
    height: 48px;
    background: #E8F5F3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .hizmet-icon img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

.hizmet-card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.hizmet-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 2;
}

    .hizmet-card ul li::before {
        content: "-> ";
        color: #4A9D8E;
        font-weight: 700;
    }

/* ── DO BAND ── */
.do-band {
    background: #fffdf5;
    padding: 32px 0;
    border-top: 1px solid #f0e8d0;
    border-bottom: 1px solid #f0e8d0;
}

    .do-band .do-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .do-band .do-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        border: 1px solid #f0e8d0;
        border-radius: 12px;
        padding: 18px 20px;
        min-width: 130px;
        text-align: center;
        transition: border-color 0.2s, transform 0.2s;
    }

        .do-band .do-box:hover {
            border-color: #4A9D8E;
            transform: translateY(-3px);
        }

    .do-band .do-img-b {
        width: 52px;
        height: 52px;
        background: #E8F5F3;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .do-band .do-img-b img {
            width: 30px;
            height: 30px;
            object-fit: contain;
        }

    .do-band .do-box h6 {
        font-size: 12px;
        font-weight: 700;
        color: #1a1a2e;
        margin: 0;
        line-height: 1.4;
    }

    .do-band .do-arrow {
        font-size: 16px;
        color: #4A9D8E;
        padding: 0 4px;
    }

/* ── FARK ── */
.fark_section {
    padding: 70px 0;
    background: #fffdf5;
}

.fark-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.fark-card {
    background: #fff;
    border: 1px solid #f0e8d0;
    border-radius: 12px;
    padding: 24px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: border-color 0.2s, transform 0.2s;
}

    .fark-card:hover {
        border-color: #4A9D8E;
        transform: translateY(-3px);
    }

.fark-num {
    font-size: 24px;
    font-weight: 800;
    color: #4A9D8E;
    line-height: 1;
    min-width: 28px;
}

.fark-card p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* ── İLETİŞİM ── */
.contact_section .contact-form textarea {
    width: 100%;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    resize: none;
    font-family: inherit;
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
    .vi-connector {
        display: none !important;
    }

    .vi-container {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .slider_section {
        min-height: 0;
        padding: 0 !important;
    }

    .hero-h1 {
        font-size: 30px !important;
    }

    .section-heading {
        font-size: 22px;
    }

    .hero-badges-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        padding: 16px 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(4px);
        position: relative;
        z-index: 2;
        width: 100%;
        margin-top: auto;
    }

    .do-band .do-arrow {
        display: none;
    }

    .btn-gold {
        text-align: center;
        width: 100%;
    }
}

/* ── HERO MOBILE ≤991px ─────────────────────────────────────────────
   Sadece hero bileşenlerini kapsar; unrelated selector yok.
   .cl-toggle global style.css'te → tüm public sayfalar tutarlı.
──────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {

    /* Arka plan: dikey gradient — mobilde daha güçlü overlay, metin öncelikli */
    .slider_section {
        background:
            linear-gradient(to bottom, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.72) 100%),
            url('/images/hero-bg.jpeg') center / cover no-repeat;
        min-height: 0;
        padding: 0 !important;
    }

    /* İçerik alanı — premium nefes boşluğu */
    .slider-inner {
        padding: 68px 28px 60px;
    }

    .slider_section .detail-box {
        max-width: 100%;
    }

    /* Eyebrow tag */
    .hero-tag {
        font-size: 11px;
        margin-bottom: 16px;
    }

    /* H1 — güçlü, kontrollü 3 satır kırılımı */
    .hero-h1 {
        font-size: 32px !important;
        line-height: 1.1 !important;
        margin-bottom: 28px !important;
    }

    .hero-h1 .h1-ln1 { display: block !important; }
    .hero-h1 .h1-ln2 { display: block !important; }
    /* .h1-ln3 zaten display:block — base tanımda */

    /* Noktalama yalnızca mobilde */
    .hero-h1 .h1-ln2::after { content: "."; }
    .hero-h1 .h1-ln3::after { content: "."; }

    /* Subtext — mobil varyantı göster, desktop'u gizle */
    .hero-sub--desktop { display: none !important; }
    .hero-sub--mobile {
        display: block !important;
        font-size: 15px;
        line-height: 1.58;
        color: rgba(255, 255, 255, 0.72);
        margin: 0 auto 36px;
        max-width: 330px;
    }

    /* CTA — max-width kısıtlı, ekran genişliğini doldurmasın */
    .hero-btns {
        justify-content: center !important;
    }

    .btn-gold {
        width: calc(100% - 48px) !important;
        max-width: 300px !important;
        min-height: 52px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        line-height: 1 !important;
        font-size: 14px !important;
        text-align: center;
        display: block !important;
    }

    /* Sertifika trust row — kompakt, label gizli
       flex-wrap:wrap → pills doğal olarak sığdığında tek satır,
       sığmadığında kontrollü iki satıra geçer; overflow yok */
    .hero-badges-bar {
        padding: 12px 10px;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        background: rgba(0,0,0,0.62) !important;
    }

    .hero-badges-bar .badge-label-dark {
        display: none;
    }

    .badge-pill-dark {
        font-size: 10px !important;
        padding: 5px 9px !important;
        gap: 4px !important;
        white-space: nowrap;
    }
}

/* 375–389px: "DAHA İYİ KARARLAR." 32px'te wrap ediyor → 29px'e indir */
@media (max-width: 389px) and (min-width: 341px) {
    .hero-h1 {
        font-size: 29px !important;
    }
}

/* 320–340px: H1 üçüncü satır kesinlikle wrap etmesin → 25px */
@media (max-width: 340px) {
    .hero-h1 {
        font-size: 25px !important;
    }
}
/* Trust row: launcher overlap koruması — pills right sınırını launcher sol kenarının gerisinde tut */
@media (max-width: 430px) {
    .hero-badges-bar {
        /* Launcher: right:28px + width:46px(mobil) = 74px sağ boşluk; pills bu alana taşmaz */
        padding-right: 74px;
    }
}
/* ── CTA BUTTON MOBİL ≤430px ──────────────────────────────────────
   Root cause: base padding 40px×2=80px + width:calc(100%-48px)
   → içerik alanı çok dar, metin 2 satıra düşüyor.
   Fix: width:auto (içeriğe göre) + padding küçültme + nowrap.
─────────────────────────────────────────────────────────────────── */
@media (max-width: 576px) {
    .hero-btns {
        justify-content: center !important;
    }

    .hero-btns .btn-gold {
        width: auto !important;
        min-width: 0 !important;
        max-width: 300px !important;
        padding: 15px 22px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 320px fallback: nowrap sığmıyorsa kontrollü wrap */
@media (max-width: 320px) {
    .hero-btns .btn-gold {
        width: calc(100% - 32px) !important;
        white-space: normal;
    }
}

/* ══ 2026 SIGNAL AUDIT HERO ══
   Ana sayfaya özeldir. Eski finans görselini kullanmaz; arayüz tamamen HTML/CSS'tir. */
.hero_area.home-hero {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    background-color: #06111f !important;
    background-image:
        radial-gradient(circle at 76% 34%, rgba(45, 206, 187, 0.13), transparent 28%),
        radial-gradient(circle at 18% 15%, rgba(32, 108, 153, 0.12), transparent 30%),
        linear-gradient(rgba(49, 208, 190, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 208, 190, 0.025) 1px, transparent 1px) !important;
    background-size: auto, auto, 56px 56px, 56px 56px !important;
}

.home-hero .header_section {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(139, 202, 211, 0.09);
    background: rgba(5, 15, 27, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.home-hero .header_section .container-fluid {
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px;
}

.home-hero .custom_nav-container {
    min-height: 88px;
    padding: 8px 0 !important;
}

.home-hero .navbar-brand img {
    width: 190px !important;
    height: auto;
}

.home-hero .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    margin: 10px 22px;
    color: rgba(239, 248, 250, 0.88);
    font-size: 15px;
    transition: color .2s ease;
}

.home-hero .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
    width: 5px;
    height: 5px;
    background-color: #4ed7c5;
    opacity: .52;
}

.home-hero .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover,
.home-hero .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:focus { color: #ffffff; }

.home-hero .slider_section {
    min-height: calc(100vh - 104px) !important;
    height: auto !important;
    padding: 0 !important;
    overflow: hidden;
    background: transparent !important;
    background-image: none !important;
    color: #eff8fa;
}

.home-hero .slider-inner {
    width: 100%;
    max-width: 1280px;
    min-height: 555px;
    margin: 0 auto;
    padding: 54px 24px 44px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
    align-items: center;
    gap: clamp(44px, 6vw, 96px);
    text-align: left;
}

.home-hero .slider_section .detail-box {
    width: 100%;
    max-width: 570px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.home-hero .hero-tag {
    margin-bottom: 20px;
    padding: 7px 14px;
    border-color: rgba(78, 215, 197, .42);
    background: rgba(78, 215, 197, .08);
    color: #70ddce;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-hero .hero-dot {
    background: #54ddca;
    box-shadow: 0 0 0 5px rgba(84, 221, 202, .09), 0 0 16px rgba(84, 221, 202, .8);
}

.home-hero .hero-h1 {
    max-width: 570px;
    margin: 0 0 24px !important;
    font-size: clamp(42px, 3.25vw, 52px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.035em;
    text-align: left;
}

.home-hero .hero-h1 span { display: block; }
.home-hero .hero-h1 .h1-ln3 { color: #55d6c3 !important; }

.home-hero .hero-sub {
    max-width: 535px;
    margin: 0 0 30px;
    color: rgba(218, 233, 238, .72);
    font-size: 15px;
    line-height: 1.75;
}

.home-hero .hero-btns { justify-content: flex-start !important; }

.home-hero .hero-btns .btn-gold {
    min-height: 50px;
    margin: 0 !important;
    padding: 16px 26px !important;
    border: 1px solid rgba(102, 230, 211, .18) !important;
    border-radius: 7px !important;
    background: #318d7f !important;
    box-shadow: 0 16px 38px rgba(16, 104, 93, .22);
}

.home-hero .hero-btns .btn-gold:hover,
.home-hero .hero-btns .btn-gold:focus {
    background: #3aa493 !important;
    transform: translateY(-1px);
}

.home-hero .hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 22px;
    color: rgba(197, 217, 222, .52);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.home-hero .slider_section .detail-box .hero-trust-row a,
.home-hero .hero-trust-row span {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 0 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(197, 217, 222, .52) !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: 1.4;
}

.home-hero .hero-trust-row a::before,
.home-hero .hero-trust-row span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ed7c5;
}

.signal-audit-visual {
    position: relative;
    width: 100%;
    max-width: 560px;
    min-height: 430px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.signal-audit-visual::before,
.signal-audit-visual::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 50% auto auto 50%;
    width: 80%;
    height: 80%;
    border: 1px solid rgba(73, 211, 193, .11);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.signal-audit-visual::after {
    width: 103%;
    height: 103%;
    border-color: rgba(73, 211, 193, .055);
}

.signal-audit-card {
    position: relative;
    z-index: 3;
    width: min(100%, 475px);
    padding: 25px;
    overflow: hidden;
    border: 1px solid rgba(79, 218, 199, .6);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(15, 37, 54, .97), rgba(8, 24, 39, .98));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38), 0 0 45px rgba(55, 212, 191, .08), inset 0 1px rgba(255, 255, 255, .03);
}

.signal-audit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #69e4d2, transparent);
    box-shadow: 0 0 20px rgba(105, 228, 210, .75);
}

.audit-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 2px 2px 21px;
    border-bottom: 1px solid rgba(151, 193, 204, .1);
}

.audit-kicker {
    display: block;
    margin-bottom: 2px;
    color: #4ed7c5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}

.audit-card-header h2 {
    margin: 0;
    color: #f4fbfc;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.audit-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
    color: rgba(205, 226, 231, .58);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.audit-live i,
.audit-ready-row i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #51ddc8;
    box-shadow: 0 0 10px rgba(81, 221, 200, .9);
}

.audit-signal-list {
    display: grid;
    gap: 10px;
    padding: 20px 0;
}

.audit-signal-row {
    display: grid;
    grid-template-columns: 34px 58px minmax(0, 1fr) 24px;
    align-items: center;
    min-height: 58px;
    padding: 0 13px;
    border: 1px solid rgba(123, 177, 191, .16);
    border-radius: 9px;
    background: rgba(24, 51, 70, .52);
}

.audit-signal-icon {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(87, 213, 196, .35);
    border-radius: 7px;
    background: rgba(61, 196, 179, .09);
}

.audit-signal-icon::before,
.audit-signal-icon::after,
.audit-signal-icon i {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 3px;
    border-radius: 2px;
    background: #59d6c4;
}

.audit-signal-icon::before { left: 5px; height: 6px; opacity: .58; }
.audit-signal-icon i { left: 10px; height: 11px; }
.audit-signal-icon::after { left: 15px; height: 15px; opacity: .78; }
.audit-signal-icon--measure::before { height: 14px; }
.audit-signal-icon--measure i { height: 8px; }
.audit-signal-icon--measure::after { height: 12px; }
.audit-signal-icon--behavior::before { height: 9px; }
.audit-signal-icon--behavior i { height: 14px; }
.audit-signal-icon--behavior::after { height: 7px; }

.audit-signal-label {
    color: rgba(160, 190, 199, .6);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.audit-signal-row strong {
    min-width: 0;
    color: #dcecef;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.audit-check {
    color: #53ddca;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.audit-ready-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    border: 1px solid rgba(79, 218, 199, .38);
    border-radius: 9px;
    background: rgba(50, 181, 163, .08);
}

.audit-ready-row::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #5ce1cf;
    box-shadow: 0 0 16px #5ce1cf;
}

.audit-ready-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(192, 217, 222, .6);
    font-size: 10px;
}

.audit-ready-row strong {
    color: #61e2d0;
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.signal-source {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(76, 219, 199, .38);
    border-radius: 10px;
    background: #0c2133;
    color: #70e3d2;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 0 28px rgba(64, 214, 194, .16);
}

.signal-source::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, rgba(77, 218, 199, .42), transparent);
    transform-origin: left center;
}

.signal-source--google { top: 8%; left: 0; width: 38px; height: 38px; color: #f2c24f; }
.signal-source--google::after { left: 30px; top: 28px; transform: rotate(28deg); }
.signal-source--meta { top: 10%; right: 0; width: 38px; height: 38px; color: #5b9ff8; }
.signal-source--meta::after { right: 30px; top: 28px; transform: rotate(152deg); }
.signal-source--ga4 { bottom: 8%; left: 1%; width: 42px; height: 35px; color: #efb44b; }
.signal-source--ga4::after { left: 33px; top: 7px; transform: rotate(-24deg); }
.signal-source--clarity { bottom: 9%; right: 1%; width: 38px; height: 38px; color: #66d8ee; }
.signal-source--clarity::after { right: 31px; top: 8px; transform: rotate(204deg); }

.hero-process-bar {
    width: 100%;
    min-height: 134px;
    padding: 23px max(24px, calc((100vw - 1232px) / 2));
    display: grid;
    grid-template-columns: auto auto 30px minmax(190px, .9fr) 30px minmax(220px, 1fr);
    align-items: center;
    gap: 18px;
    border-top: 1px solid rgba(111, 193, 201, .12);
    background: rgba(5, 17, 30, .9);
    box-shadow: 0 -22px 50px rgba(0, 0, 0, .14);
}

.process-intro {
    padding-right: 20px;
    border-right: 1px solid rgba(143, 192, 201, .13);
}

.process-eyebrow,
.process-complete small {
    display: block;
    margin-bottom: 4px;
    color: rgba(148, 183, 192, .48);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
}

.process-intro strong {
    color: #f0f8fa;
    font-size: 16px;
    white-space: nowrap;
}

.process-models { display: flex; gap: 8px; }

.model-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid rgba(126, 175, 186, .18);
    border-radius: 8px;
    background: rgba(21, 45, 63, .66);
    color: #d7e7eb;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.model-chip i {
    color: #6bdcca;
    font-size: 15px;
    font-style: normal;
}

.model-chip--claude i { color: #dc8062; }
.model-chip--gemini i { color: #9c85f5; }

.process-arrow {
    color: rgba(87, 216, 199, .46);
    font-size: 20px;
    text-align: center;
}

.cross-review,
.process-complete {
    min-height: 64px;
    padding: 12px 15px;
    border: 1px solid rgba(81, 216, 198, .26);
    border-radius: 10px;
    background: rgba(22, 48, 66, .54);
}

.cross-review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.cross-review > span {
    color: #61ddcb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cross-review small {
    color: rgba(205, 225, 230, .58);
    font-size: 9px;
    white-space: nowrap;
}

.cross-review b { margin: 0 5px 0 2px; color: #59dac8; }

.process-complete {
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: rgba(93, 224, 206, .52);
    background: rgba(46, 154, 141, .1);
}

.complete-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(83, 218, 200, .15);
    color: #63e3d1;
    font-weight: 800;
}

.process-complete strong {
    display: block;
    color: #eaf8f7;
    font-size: 11px;
    line-height: 1.35;
    text-transform: uppercase;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .home-hero .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 14px;
        margin-right: 14px;
    }

    .home-hero .slider-inner {
        grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
        gap: 36px;
    }

    .home-hero .hero-h1 { font-size: 44px !important; }

    .hero-process-bar {
        grid-template-columns: auto auto 20px minmax(175px, .9fr) 20px minmax(205px, 1fr);
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .hero_area.home-hero {
        min-height: 0;
        overflow: hidden;
    }

    .home-hero .header_section { background: rgba(5, 15, 27, .94); }

    .home-hero .header_section .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-hero .custom_nav-container { min-height: 70px; }
    .home-hero .navbar-brand img { width: 156px !important; }

    .home-hero .custom_nav-container .navbar-brand {
        top: 13px;
    }

    .home-hero .navbar-collapse {
        width: calc(100% + 36px);
        margin: 62px -18px -8px;
        padding: 10px 18px 18px;
        border-top: 1px solid rgba(139, 202, 211, .09);
        background: #071522;
    }

    .home-hero .custom_nav-container .navbar-nav .nav-link {
        padding: 9px 16px;
        color: rgba(239, 248, 250, .9);
    }

    .home-hero .slider_section {
        min-height: 0 !important;
        background: transparent !important;
        background-image: none !important;
    }

    .home-hero .slider-inner {
        min-height: 0;
        padding: 60px 24px 46px;
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
    }

    .home-hero .slider_section .detail-box {
        max-width: 620px;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .home-hero .hero-h1 {
        max-width: 610px;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 40px !important;
        text-align: center;
    }

    .home-hero .hero-sub--desktop { display: none !important; }

    .home-hero .hero-sub--mobile {
        display: block !important;
        max-width: 420px;
        margin: 0 auto 30px;
        color: rgba(218, 233, 238, .72);
    }

    .home-hero .hero-btns { justify-content: center !important; }

    .home-hero .hero-btns .btn-gold {
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .home-hero .hero-trust-row { justify-content: center; }

    .signal-audit-visual {
        min-height: 400px;
        margin: 0 auto;
    }

    .hero-process-bar {
        padding: 24px;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .process-intro {
        padding: 0 0 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(143, 192, 201, .13);
        text-align: center;
    }

    .process-models { justify-content: center; }

    .process-arrow {
        line-height: 1;
        transform: rotate(90deg);
    }

    .cross-review,
    .process-complete {
        width: min(100%, 520px);
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .home-hero .slider-inner {
        padding: 44px 16px 38px;
        gap: 40px;
    }

    .home-hero .hero-tag {
        margin-bottom: 16px;
        font-size: 9px;
    }

    .home-hero .hero-h1 {
        margin-bottom: 22px !important;
        font-size: 33px !important;
        line-height: 1.06 !important;
    }

    .home-hero .hero-h1 .h1-ln2::after,
    .home-hero .hero-h1 .h1-ln3::after { content: ""; }

    .home-hero .hero-sub--mobile {
        max-width: 350px;
        margin-bottom: 28px;
        font-size: 14px;
    }

    .home-hero .hero-btns .btn-gold {
        min-height: 48px !important;
        padding: 15px 18px !important;
        white-space: normal;
    }

    .home-hero .hero-trust-row {
        gap: 8px 15px;
        margin-top: 19px;
        font-size: 8px;
    }

    .signal-audit-visual { min-height: 0; }

    .signal-audit-visual::before,
    .signal-audit-visual::after,
    .signal-source { display: none; }

    .signal-audit-card {
        width: 100%;
        padding: 18px;
        border-radius: 14px;
    }

    .audit-card-header { padding-bottom: 17px; }
    .audit-card-header h2 { font-size: 19px; }
    .audit-live { font-size: 8px; }

    .audit-signal-list {
        padding: 16px 0;
        gap: 8px;
    }

    .audit-signal-row {
        grid-template-columns: 30px 50px minmax(0, 1fr) 18px;
        min-height: 52px;
        padding: 0 9px;
    }

    .audit-signal-row strong {
        overflow: hidden;
        font-size: 11px;
        text-overflow: ellipsis;
    }

    .audit-ready-row { padding: 0 11px; }
    .audit-ready-row span { font-size: 8px; }

    .audit-ready-row strong {
        font-size: 10px;
        white-space: nowrap;
    }

    .hero-process-bar { padding: 22px 16px 26px; }

    .process-models {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 6px;
    }

    .model-chip {
        min-width: 0;
        padding: 0 6px;
        justify-content: center;
        font-size: 9px;
    }

    .cross-review small {
        display: flex;
        flex-wrap: wrap;
        gap: 2px 0;
        white-space: normal;
    }

    .process-complete strong { font-size: 10px; }
}

@media (max-width: 389px) {
    .home-hero .hero-h1 { font-size: 29px !important; }
    .audit-live { display: none; }

    .audit-signal-row {
        grid-template-columns: 28px 46px minmax(0, 1fr) 16px;
    }

    .audit-ready-row span { max-width: 102px; }
}

@media (prefers-reduced-motion: no-preference) {
    .audit-live i,
    .audit-ready-row i { animation: signal-pulse 2.2s ease-in-out infinite; }
}

@keyframes signal-pulse {
    0%, 100% { opacity: .6; transform: scale(.9); }
    50% { opacity: 1; transform: scale(1.15); }
}
/* ── END HERO MOBILE ─────────────────────────────────────────────── */
