/* =============================================================
   NOVEXA HERO — FINAL (v6)
   Split-screen, açık tema, editoryal düzen.
   home-polish.css'teki eski hero-v4 stillerinin üzerine biner.
   ============================================================= */

/* Eski showcase'i gizle (eğer hala DOM'da kalmışsa) */
.hero-v4-conversion .hero-v4-showcase,
.hero-v4-conversion .hero-proof-showcase { display: none !important; }

/* Ana shell — eski radial gradientleri sıfırla, köşeler YUMUŞAK (home-polish.css override) */
.hero-v4.hero-v4-final { padding: 22px 0 28px; }
.hero-v4.hero-v4-final.hero-v4-conversion .hero-v4-shell,
.hero-v4.hero-v4-final .hero-v4-shell {
    position: relative;
    overflow: hidden;
    min-height: auto !important;
    padding: 0 !important;
    border: 1px solid #dbe5ef !important;
    border-radius: 56px !important;
    background: #f8fbfe !important;
    box-shadow: 0 22px 56px rgba(15,23,42,0.06) !important;
}
.hero-v4.hero-v4-final .hero-v4-shell::before,
.hero-v4.hero-v4-final .hero-v4-shell::after { display: none !important; }

/* İki sütunlu grid */
.hero-final-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 580px;
    align-items: stretch;
    overflow: hidden;
    border-radius: inherit;
}


/* =========================  SOL YARI  ========================= */
.hero-final-left {
    position: relative;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6fb 100%);
    border-right: 1px solid #eaf0f6;
    border-radius: 56px 0 0 56px;
}

.hero-final-left::before {
    content: "";
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 85%, rgba(191,228,91,0.14), transparent 42%),
        radial-gradient(circle at 85% 15%, rgba(120,184,255,0.10), transparent 38%);
    pointer-events: none;
}
.hero-final-left::after {
    content: "";
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(13,24,50,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13,24,50,0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 85%);
    pointer-events: none;
}

/* Üst şerit: logo + status */
.hero-final-left-top {
    position: relative; z-index: 2;
    display: flex; align-items: center; justify-content: space-between;
}
.hero-final-logo {
    display: flex; align-items: center; gap: 10px;
    color: #0d1832; font-size: 14px; font-weight: 700;
    letter-spacing: 0.22em;
    position: relative;
    padding-left: 16px;
}
.hero-final-logo::before {
    content: "";
    position: absolute; left: 0; top: 50%;
    width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, #bfe45b, #ddf58a);
    box-shadow: 0 0 0 4px rgba(191,228,91,0.22);
    transform: translateY(-50%);
}
.hero-final-status {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 13px;
    border: 1px solid #dbe5ef; border-radius: 999px;
    background: #fff;
    color: #556881; font-size: 10px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(15,23,42,0.04);
}
.hero-final-status::before {
    content: "";
    width: 6px; height: 6px; border-radius: 50%;
    background: #bfe45b;
    box-shadow: 0 0 0 3px rgba(191,228,91,0.28);
    animation: heroFinalPulse 1.8s ease-in-out infinite;
}

/* Orta alan: showcase */
.hero-final-left-center {
    position: relative; z-index: 3;
    flex: 1;
    display: flex; flex-direction: column; justify-content: center;
    padding: 28px 0;
}

/* Showcase kartı */
.hero-final-showcase {
    position: relative;
    background: #ffffff;
    border: 1px solid #eaf0f6;
    border-radius: 28px;
    padding: 24px 26px 22px;
    box-shadow:
        0 28px 56px rgba(15,23,42,0.09),
        inset 0 1px 0 rgba(255,255,255,0.9);
    animation: heroFinalFloat 7s ease-in-out infinite;
    will-change: transform;
}
.hero-final-showcase-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 12px;
}
.hero-final-showcase-label {
    display: inline-flex; align-items: center; gap: 8px;
    color: #5d7a14; font-size: 10px; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase;
}
.hero-final-showcase-label::before {
    content: ""; width: 18px; height: 1px; background: #bfe45b;
}
.hero-final-showcase-tag {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #f6fbdf; border: 1px solid #dde9a8;
    color: #5d7a14; font-size: 9px; font-weight: 800;
    letter-spacing: 0.06em;
}
.hero-final-showcase-tag::before {
    content: "";
    width: 5px; height: 5px; border-radius: 50%;
    background: #bfe45b;
    animation: heroFinalPulse 1.6s ease-in-out infinite;
}
.hero-final-showcase h3 {
    margin: 10px 0 8px;
    color: #0d1832 !important;
    font-size: 22px; line-height: 1.16;
    letter-spacing: -0.022em; font-weight: 800;
    max-width: 340px;
}
.hero-final-showcase h3 em {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400; font-style: italic;
    color: #556881;
}
.hero-final-showcase-desc {
    margin: 0 0 16px;
    color: #7a8aa0; font-size: 12px; line-height: 1.55;
    max-width: 320px;
}

/* SVG line chart */
.hero-final-chart {
    position: relative;
    margin-top: 6px;
    background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 100%);
    border: 1px solid #eef3f8;
    border-radius: 18px;
    padding: 16px 16px 12px;
}
.hero-final-chart-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 10px;
}
.hero-final-chart-head strong {
    color: #0d1832; font-size: 12px; font-weight: 800;
    letter-spacing: 0.02em;
}
.hero-final-chart-head span {
    display: inline-flex; align-items: center; gap: 5px;
    color: #7a8aa0; font-size: 10px; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
}
.hero-final-chart-head span::before {
    content: ""; width: 8px; height: 2px; border-radius: 1px;
    background: #bfe45b;
}
.hero-final-chart-svg {
    display: block;
    width: 100%;
    height: 84px;
    overflow: visible;
}
.hero-final-chart-grid line {
    stroke: #e4ebf2;
    stroke-width: 1;
    stroke-dasharray: 2 4;
}
.hero-final-chart-area {
    fill: url(#heroFinalAreaGradient);
    opacity: 0;
    animation: heroFinalAreaIn 3.4s ease-out 0.5s forwards;
}
.hero-final-chart-line {
    fill: none;
    stroke: #bfe45b;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 3px 6px rgba(191,228,91,0.35));
    stroke-dasharray: 480;
    stroke-dashoffset: 480;
    animation: heroFinalLineDraw 3.2s cubic-bezier(.22,.8,.28,1) 0.5s forwards;
}
.hero-final-chart-dot {
    fill: #ffffff;
    stroke: #bfe45b;
    stroke-width: 2.5;
    opacity: 0;
    animation: heroFinalDotIn 0.4s ease-out 3.2s forwards;
    filter: drop-shadow(0 4px 8px rgba(191,228,91,0.4));
}
.hero-final-chart-dot-pulse {
    fill: #bfe45b;
    opacity: 0;
    transform-origin: center;
    animation: heroFinalDotPulse 2s ease-out 3.4s infinite;
}
.hero-final-chart-labels {
    display: flex; justify-content: space-between;
    margin-top: 8px;
    color: #9aa8bd; font-size: 9px; font-weight: 700;
    letter-spacing: 0.04em; text-transform: uppercase;
}

.hero-final-showcase-foot {
    display: flex; align-items: center; justify-content: space-between;
    gap: 10px;
    margin-top: 18px; padding-top: 14px;
    border-top: 1px solid #eaf0f6;
}
.hero-final-showcase-foot-label {
    color: #7a8aa0; font-size: 11px; font-weight: 600;
}
.hero-final-showcase-foot-right {
    display: flex; align-items: center; gap: 10px;
}
.hero-final-num-visits {
    color: #0d1832; font-size: 17px; font-weight: 800;
    letter-spacing: -0.02em;
    min-width: 54px; text-align: right;
    font-variant-numeric: tabular-nums;
}
.hero-final-num-up {
    display: inline-flex; align-items: center; gap: 3px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f6fbdf; border: 1px solid #dde9a8;
    color: #5d7a14; font-size: 10px; font-weight: 800;
    font-variant-numeric: tabular-nums;
}

/* Alt şerit: sosyal kanıt */
.hero-final-left-bottom {
    position: relative; z-index: 2;
    display: flex; align-items: center; gap: 14px;
    padding-top: 22px;
    border-top: 1px solid #eaf0f6;
}
.hero-final-avatars { display: flex; }
.hero-final-avatar {
    width: 32px; height: 32px; border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 800;
    box-shadow: 0 4px 10px rgba(15,23,42,0.08);
    transform-origin: 50% 100% !important;
    animation: heroFinalWiggle 5.8s ease-in-out infinite !important;
    will-change: transform;
}
.hero-final-avatar:first-child {
    margin-left: 0;
    background: linear-gradient(135deg, #bfe45b, #ddf58a);
    color: #1a2e05;
    animation-delay: 0s !important;
    z-index: 4;
}
.hero-final-avatar:nth-child(2) {
    background: #eaf0f6; color: #556881;
    animation-delay: 0.2s !important;
    z-index: 3;
}
.hero-final-avatar:nth-child(3) {
    background: #dbe5ef; color: #556881;
    animation-delay: 0.4s !important;
    z-index: 2;
}
.hero-final-avatar:nth-child(4) {
    background: #cfdbe7; color: #556881;
    animation-delay: 0.6s !important;
    z-index: 1;
}

.hero-final-left-bottom-text {
    color: #556881; font-size: 12px; line-height: 1.5;
}
.hero-final-left-bottom-text b {
    color: #0d1832; font-weight: 700;
}

/* =========================  SAĞ YARI  ========================= */
.hero-final-right {
    position: relative;
    background: #f8fbfe;
    padding: 44px 48px;
    display: flex; flex-direction: column; justify-content: center;
    border-radius: 0 56px 56px 0;
}

.hero-final-index-row {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 28px;
}
.hero-final-index,
.hero-final-version {
    color: #7a8aa0; font-size: 10px; font-weight: 700;
    letter-spacing: 0.2em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
.hero-final-index b { color: #0d1832; font-weight: 800; }

.hero-final-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    margin-bottom: 24px;
    color: #556881; font-size: 11px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    flex-wrap: wrap;
}
.hero-final-eyebrow::before {
    content: ""; width: 24px; height: 1px; background: #bfe45b;
    flex: 0 0 auto;
}
.hero-final-eyebrow-tag {
    padding: 5px 11px;
    border: 1px solid #dbe5ef; border-radius: 999px;
    background: #fff;
    color: #0d1832; font-size: 10px; font-weight: 700;
    letter-spacing: 0.08em;
}

/* H1 — editoryal oversized */
.hero-v4.hero-v4-final h1 {
    margin: 0 !important;
    color: #0d1832 !important;
    font-size: clamp(40px, 5vw, 62px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.042em !important;
    font-weight: 800 !important;
    max-width: none !important;
}
.hero-final-h1-strike {
    position: relative; display: inline-block;
    color: #7a8aa0;
}
.hero-final-h1-strike::after {
    content: "";
    position: absolute; left: -4px; right: -4px; top: 54%;
    height: 3px; background: #0d1832;
    transform: rotate(-2deg);
}
.hero-final-h1-new {
    position: relative; display: inline-block;
    color: #0d1832;
}
.hero-final-h1-new::before {
    content: "";
    position: absolute; left: -4px; right: -4px; bottom: 4px;
    height: 14px; background: #bfe45b;
    border-radius: 2px; z-index: -1;
}

.hero-v4.hero-v4-final .hero-final-lead {
    margin: 24px 0 0 !important;
    color: #556881 !important;
    font-size: 15px !important; line-height: 1.7 !important;
    max-width: 460px;
}

/* CTA grubu */
.hero-final-cta-group {
    display: flex; align-items: center; gap: 20px;
    margin-top: 34px;
    flex-wrap: wrap;
}
.hero-final-btn-main {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 8px 10px 8px 26px !important;
    min-height: 52px !important;
    border-radius: 999px !important;
    background: #0d1832 !important;
    color: #ffffff !important;
    font-size: 14px !important; font-weight: 700 !important;
    border: 1px solid #0d1832 !important;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(13,24,50,0.16) !important;
    transition: transform .22s ease, box-shadow .22s ease;
}
.hero-final-btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(13,24,50,0.22) !important;
    background: #0d1832 !important;
    color: #ffffff !important;
}
.hero-final-btn-main-arrow {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%;
    background: #bfe45b;
    color: #0d1832;
    font-size: 15px; font-weight: 800;
    transition: transform .22s ease;
}
.hero-final-btn-main:hover .hero-final-btn-main-arrow {
    transform: translateX(3px);
}

.hero-final-btn-play {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 8px 4px;
    background: transparent;
    border: none;
    color: #0d1832 !important;
    font-size: 14px; font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    cursor: pointer;
}
.hero-final-play-circle {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%;
    border: 1px solid #0d1832;
    overflow: hidden;
    transition: border-color .3s ease;
}
.hero-final-play-circle::before {
    content: "";
    position: absolute; inset: 0; border-radius: 50%;
    background: #bfe45b;
    transform: scale(0);
    transition: transform .42s cubic-bezier(.2,.8,.2,1);
}
.hero-final-play-circle::after {
    content: "";
    position: absolute; inset: -4px; border-radius: 50%;
    border: 1px solid #bfe45b;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity .4s ease, transform .4s ease;
}
.hero-final-play-circle svg {
    position: relative; z-index: 1;
    width: 11px; height: 11px;
    transition: transform .3s ease;
}
.hero-final-btn-play:hover .hero-final-play-circle { border-color: #bfe45b; }
.hero-final-btn-play:hover .hero-final-play-circle::before { transform: scale(1); }
.hero-final-btn-play:hover .hero-final-play-circle::after {
    opacity: 1;
    animation: heroFinalRing 1.2s ease-out infinite;
}
.hero-final-btn-play:hover .hero-final-play-circle svg {
    transform: translateX(1.5px) scale(1.18);
}

/* Facts alt şerit — kart stili */
.hero-final-facts {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 46px 0 0;
    padding-top: 28px;
    border-top: 1px solid #eaf0f6;
}
.hero-final-facts > div { margin: 0; }
.hero-final-facts dt,
.hero-final-facts dd { margin: 0; }
.hero-final-fact {
    position: relative;
    padding: 16px 18px 14px;
    background: rgba(255,255,255,0.7);
    border: 1px solid #eaf0f6;
    border-radius: 18px;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.hero-final-fact:hover {
    transform: translateY(-3px);
    background: #ffffff;
    border-color: #dde9a8;
    box-shadow: 0 14px 28px rgba(15,23,42,0.06);
}
.hero-final-fact::before {
    content: "";
    position: absolute; top: 14px; right: 16px;
    width: 6px; height: 6px; border-radius: 50%;
    background: #eaf0f6;
    transition: background .22s ease, box-shadow .22s ease;
}
.hero-final-fact:hover::before {
    background: #bfe45b;
    box-shadow: 0 0 0 3px rgba(191,228,91,0.22);
}
.hero-final-fact-label {
    display: block;
    color: #7a8aa0; font-size: 9px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 10px;
}
.hero-final-fact-num {
    display: block;
    margin: 0;
    color: #0d1832;
    font-size: 28px; font-weight: 800;
    line-height: 1; letter-spacing: -0.025em;
    font-variant-numeric: tabular-nums;
}
.hero-final-fact-num em {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400; font-style: italic;
    color: #7a8aa0;
    font-size: 17px;
    margin-left: 1px;
}

/* Animasyonlar */
@keyframes heroFinalFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}
@keyframes heroFinalPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.5; transform: scale(1.3); }
}
@keyframes heroFinalRing {
    0%   { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.4); }
}
@keyframes heroFinalWiggle {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
}
    75%           { transform: rotate(-10deg) translateY(-2px); }
    80%           { transform: rotate(8deg) translateY(-2px); }
    85%           { transform: rotate(-6deg) translateY(-1px); }
    90%           { transform: rotate(4deg) translateY(0); }
}
@keyframes heroFinalLineDraw {
    to { stroke-dashoffset: 0; }
}
@keyframes heroFinalAreaIn {
    0%        { opacity: 0; }
    60%, 100% { opacity: 1; }
}
@keyframes heroFinalDotIn {
    0%   { opacity: 0; transform: scale(0.2); }
    100% { opacity: 1; transform: scale(1); }
}
@keyframes heroFinalDotPulse {
    0%   { opacity: 0.55; transform: scale(1); }
    100% { opacity: 0;    transform: scale(3.4); }
}

/* Erişilebilirlik: reduced-motion desteği */
@media (prefers-reduced-motion: reduce) {
    .hero-final-showcase,
    .hero-final-status::before,
    .hero-final-showcase-tag::before,
    .hero-final-logo::before,
    .hero-final-avatar,
    .hero-final-chart-area,
    .hero-final-chart-line,
    .hero-final-chart-dot,
    .hero-final-chart-dot-pulse,
    .hero-final-play-circle::after {
        animation: none !important;
    }
    .hero-final-chart-line {
        stroke-dashoffset: 0 !important;
    }
    .hero-final-chart-area,
    .hero-final-chart-dot {
        opacity: 1 !important;
    }
}

/* =========================  RESPONSIVE  ========================= */
@media (max-width: 1100px) {
    .hero-final-grid { grid-template-columns: 0.95fr 1.05fr; }
    .hero-final-left, .hero-final-right { padding: 36px 32px; }
    .hero-v4.hero-v4-final h1 { font-size: clamp(36px, 5vw, 52px) !important; }
}

@media (max-width: 860px) {
    .hero-final-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .hero-final-left {
        padding: 32px 24px;
        border-right: none;
        border-bottom: 1px solid #eaf0f6;
    }
    .hero-final-right { padding: 34px 24px; }
    .hero-v4.hero-v4-final.hero-v4-conversion .hero-v4-shell,
    .hero-v4.hero-v4-final .hero-v4-shell { border-radius: 36px !important; }
    .hero-v4.hero-v4-final h1 { font-size: 40px !important; }
    .hero-final-index-row { margin-bottom: 22px; }
    .hero-final-facts { margin-top: 34px; padding-top: 22px; }
    .hero-final-fact-num { font-size: 24px; }
    .hero-final-fact-num em { font-size: 15px; }
}

@media (max-width: 520px) {
    .hero-v4.hero-v4-final { padding: 14px 0 22px; }
    .hero-v4.hero-v4-final.hero-v4-conversion .hero-v4-shell,
    .hero-v4.hero-v4-final .hero-v4-shell { border-radius: 30px !important; }
    .hero-final-left, .hero-final-right { padding: 26px 20px; }
    .hero-v4.hero-v4-final h1 { font-size: 34px !important; line-height: 0.98 !important; }
    .hero-final-showcase { padding: 20px 18px; border-radius: 22px; }
    .hero-final-showcase h3 { font-size: 19px; }
    .hero-final-chart { padding: 12px 12px 10px; border-radius: 14px; }
    .hero-final-chart-svg { height: 70px; }
    .hero-final-cta-group { gap: 14px; }
    .hero-final-btn-main { padding: 6px 8px 6px 20px !important; min-height: 48px !important; font-size: 13px !important; }
    .hero-final-btn-main-arrow { width: 32px; height: 32px; }
    .hero-final-facts {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .hero-final-fact:nth-child(3) { grid-column: 1 / -1; }
    .hero-final-fact-num { font-size: 24px; }
    .hero-final-fact-num em { font-size: 15px; }
}
