/* Elycan — Bootstrap + özel stiller */
[data-bs-theme="light"],
:root {
    /* Logo paleti */
    --ely-teal: #33c1c3;
    --ely-logo-purple: #9d77d1;
    --ely-logo-pink: #f06292;
    --bs-primary: var(--ely-teal);
    --bs-primary-rgb: 51, 193, 195;
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: #2aa4a7;
    --ely-primary: var(--ely-teal);
    --ely-green: #10b981;
    --ely-purple: var(--ely-logo-purple);
    --ely-orange: #fb923c;
    --bg-light: #f8fafc;
    --bg-dark: #0f172a;
    --section-mint: #ecfdf5;
    --section-lavender: #f5f3ff;
    --section-sky: #e0f2fe;
    --section-peach: #fff7ed;
}

[data-bs-theme="dark"] {
    --ely-teal: #5edef0;
    --ely-logo-purple: #b794f6;
    --ely-logo-pink: #ff7eb3;
    --bs-primary: #5ececf;
    --bs-primary-rgb: 94, 206, 207;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--bg-light);
    color: #0f172a;
    transition: background-color 0.3s, color 0.3s;
}

[data-bs-theme="dark"] body {
    background-color: var(--bg-dark);
    color: #f1f5f9;
}

/* Slider / kahraman: logo renkleri (turkuaz → mor, hafif pembe vurgu) */
.gradient-bg {
    background:
        radial-gradient(120% 90% at 85% 10%, rgba(240, 98, 146, 0.14) 0%, transparent 55%),
        radial-gradient(90% 80% at 5% 30%, rgba(51, 193, 195, 0.22) 0%, transparent 50%),
        linear-gradient(
            118deg,
            rgba(223, 245, 246, 1) 0%,
            rgba(240, 248, 247, 0.98) 28%,
            rgba(239, 234, 250, 0.98) 62%,
            rgba(247, 234, 244, 0.95) 100%
        ),
        linear-gradient(90deg, rgba(51, 193, 195, 0.18) 0%, rgba(157, 119, 209, 0.2) 100%);
}

[data-bs-theme="dark"] .gradient-bg {
    background:
        radial-gradient(100% 80% at 90% 0%, rgba(240, 98, 146, 0.12) 0%, transparent 50%),
        radial-gradient(80% 70% at 0% 40%, rgba(51, 193, 195, 0.12) 0%, transparent 55%),
        linear-gradient(125deg, #0b2728 0%, #17122a 45%, #1f1520 100%);
}

/* Kahraman — sayfadan ayrı “slider / vitrin” alanı (marka tonları + çerçeve) */
.ely-hero {
    position: relative;
    isolation: isolate;
    margin-top: clamp(0.5rem, 2vw, 1rem);
    margin-inline: 0;
    margin-bottom: clamp(1.75rem, 5vw, 3rem);
    padding-top: clamp(5.5rem, 12vw, 7rem) !important;
    border-radius: clamp(1.25rem, 3.5vw, 2.25rem);
    border: 1px solid rgba(157, 119, 209, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 4px 6px -1px rgba(51, 193, 195, 0.12),
        0 24px 48px -20px rgba(157, 119, 209, 0.28),
        0 32px 64px -36px rgba(240, 98, 146, 0.15);
    overflow: hidden;
}

[data-bs-theme="dark"] .ely-hero {
    border-color: rgba(183, 148, 246, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 8px 40px -12px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(94, 207, 207, 0.12);
}

.ely-hero::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 1;
    background:
        radial-gradient(90% 70% at 0% 0%, rgba(51, 193, 195, 0.2) 0%, transparent 52%),
        radial-gradient(85% 65% at 100% 100%, rgba(157, 119, 209, 0.18) 0%, transparent 52%),
        radial-gradient(60% 50% at 92% 18%, rgba(240, 98, 146, 0.12) 0%, transparent 46%);
    z-index: 0;
}

.ely-hero > .container {
    position: relative;
    z-index: 1;
}

.ely-hero::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 5px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(
        90deg,
        var(--ely-teal),
        var(--ely-logo-purple),
        var(--ely-logo-pink),
        var(--ely-logo-purple),
        var(--ely-teal)
    );
    opacity: 0.92;
    box-shadow: 0 -2px 14px rgba(157, 119, 209, 0.35);
    z-index: 2;
}

[data-bs-theme="dark"] .ely-hero::after {
    opacity: 0.85;
    box-shadow: 0 -2px 18px rgba(183, 148, 246, 0.25);
}

@media (max-width: 575.98px) {
    .ely-hero {
        border-radius: 0;
    }

    .ely-hero::after {
        left: 5%;
        right: 5%;
        height: 4px;
    }
}

.glass-nav {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

[data-bs-theme="dark"] .glass-nav {
    background: rgba(30, 41, 59, 0.75);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.ely-lang-switch .btn {
    line-height: 1.35;
}

.navbar-brand-logo {
    flex-shrink: 0;
    line-height: 0;
}

.navbar-logo-img {
    height: clamp(40px, 5vw, 54px);
    width: auto;
    max-width: min(200px, 46vw);
    object-fit: contain;
    vertical-align: middle;
}

[data-bs-theme="dark"] .navbar-logo-img {
    filter: brightness(1.08) contrast(1.02);
}

.mockup-shadow {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.brand-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--ely-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.section-why {
    background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

[data-bs-theme="dark"] .section-why {
    background: linear-gradient(180deg, #0f172a 0%, #172554 100%);
}

.section-value {
    background: linear-gradient(90deg, var(--section-sky) 0%, #dbeafe 50%, var(--section-mint) 100%);
}

[data-bs-theme="dark"] .section-value {
    background: linear-gradient(90deg, #0c4a6e33 0%, #1e3a5f44 50%, #064e3b33 100%);
}

.section-cta-wrap {
    background: var(--section-lavender);
}

[data-bs-theme="dark"] .section-cta-wrap {
    background: #1e1b4b40;
}

.section-free {
    background: var(--section-peach);
}

[data-bs-theme="dark"] .section-free {
    background: rgba(124, 45, 18, 0.15);
}

.phone-frame {
    width: 300px;
    height: 600px;
    background: #0f172a;
    border-radius: 3rem;
    padding: 0.75rem;
    border: 8px solid #1e293b;
}

.mockup-float-green,
.mockup-float-blue {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    pointer-events: none;
}

.mockup-float-green {
    width: 6rem;
    height: 6rem;
    background: rgba(51, 193, 195, 0.28);
    top: -2.5rem;
    right: -2.5rem;
}

.mockup-float-blue {
    width: 8rem;
    height: 8rem;
    background: rgba(157, 119, 209, 0.28);
    bottom: -2.5rem;
    left: -2.5rem;
}

.vs-badge-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.vs-badge {
    width: 4rem;
    height: 4rem;
    background: var(--ely-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
    border: 4px solid #fff;
}

[data-bs-theme="dark"] .vs-badge {
    border-color: var(--bg-dark);
}

.compare-left {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 1.5rem 0 0 1.5rem;
}

[data-bs-theme="dark"] .compare-left {
    background: rgba(30, 41, 59, 0.55);
    border-color: #334155;
}

.compare-right {
    background: #fff;
    border: 2px solid var(--ely-primary);
    border-radius: 0 1.5rem 1.5rem 0;
    box-shadow: 0 25px 50px -12px rgba(var(--bs-primary-rgb), 0.12);
}

[data-bs-theme="dark"] .compare-right {
    background: rgba(30, 41, 59, 0.9);
    border-color: var(--ely-primary);
}

@media (max-width: 767.98px) {
    .compare-left,
    .compare-right {
        border-radius: 1.5rem;
    }
}

.icon-box-blue {
    background: rgba(var(--bs-primary-rgb), 0.12);
    color: var(--ely-primary);
}

.icon-box-green {
    background: rgba(16, 185, 129, 0.15);
    color: var(--ely-green);
}

.icon-box-purple {
    background: rgba(139, 92, 246, 0.12);
    color: var(--ely-purple);
}

.icon-box-orange {
    background: rgba(251, 146, 60, 0.15);
    color: var(--ely-orange);
}

.feature-tile-blue {
    background: rgba(219, 234, 254, 0.9);
}

[data-bs-theme="dark"] .feature-tile-blue {
    background: rgba(30, 58, 138, 0.35);
}

.feature-tile-green {
    background: rgba(209, 250, 229, 0.85);
}

[data-bs-theme="dark"] .feature-tile-green {
    background: rgba(6, 78, 59, 0.35);
}

.feature-tile-purple {
    background: rgba(237, 233, 254, 0.9);
}

[data-bs-theme="dark"] .feature-tile-purple {
    background: rgba(76, 29, 149, 0.3);
}

.feature-tile-teal {
    background: rgba(204, 251, 241, 0.85);
}

[data-bs-theme="dark"] .feature-tile-teal {
    background: rgba(19, 78, 74, 0.35);
}

.cta-banner {
    background: linear-gradient(
        135deg,
        var(--ely-teal) 0%,
        var(--ely-logo-purple) 52%,
        rgba(240, 98, 146, 0.92) 100%
    );
    border-radius: 2.5rem;
}

.footer-soft {
    background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%);
}

[data-bs-theme="dark"] .footer-soft {
    background: var(--bg-dark);
}

.nav-link-ely:hover {
    color: var(--ely-primary) !important;
}

.store-img {
    height: 3rem;
    cursor: pointer;
    opacity: 0.55;
    filter: grayscale(1);
}

.store-img:hover {
    opacity: 0.85;
    filter: grayscale(0.3);
}

.footer-social:hover {
    background-color: var(--ely-primary) !important;
    color: #fff !important;
}

/* —— Geliştirilmiş düzen ve bileşenler —— */

html {
    scroll-behavior: smooth;
}

.hero-title {
    font-weight: 800;
}

.hero-gradient-text {
    background: linear-gradient(90deg, var(--bs-primary), var(--ely-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.hero-pill {
    color: var(--ely-purple);
    background: rgba(139, 92, 246, 0.14) !important;
}

.hero-lead {
    max-width: 38rem;
    line-height: 1.7;
}

.trust-chips .trust-chip {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), 0.08);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.12);
    color: var(--bs-primary);
    font-weight: 600;
}

[data-bs-theme="dark"] .trust-chips .trust-chip {
    background: rgba(96, 165, 250, 0.1);
    border-color: rgba(96, 165, 250, 0.2);
    color: #e2e8f0;
}

.trust-chip-icon {
    font-size: 1.1rem !important;
    opacity: 0.9;
}

.btn-ely-primary {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-ely-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 1rem 2rem rgba(var(--bs-primary-rgb), 0.35) !important;
}

.btn-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.section-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--ely-primary);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.section-sub {
    max-width: 42rem;
    line-height: 1.7;
}

.section-sub-lg {
    max-width: 40rem;
    line-height: 1.75;
    margin-inline: auto;
}

@media (min-width: 992px) {
    .section-sub-lg {
        margin-inline: 0;
    }
}

.section-features {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 45%, #fff 100%);
}

[data-bs-theme="dark"] .section-features {
    background: linear-gradient(180deg, var(--bg-dark) 0%, #1e293b 50%, var(--bg-dark) 100%);
}

.section-how {
    background: radial-gradient(120% 80% at 50% 0%, rgba(139, 92, 246, 0.08), transparent 55%),
        linear-gradient(180deg, #faf5ff 0%, #f8fafc 100%);
}

[data-bs-theme="dark"] .section-how {
    background: radial-gradient(80% 50% at 50% 0%, rgba(139, 92, 246, 0.12), transparent 50%),
        #0f172a;
}

.step-card {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 10px 30px -18px rgba(15, 23, 42, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

[data-bs-theme="dark"] .step-card {
    background: rgba(30, 41, 59, 0.55);
    border-color: rgba(148, 163, 184, 0.12);
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -20px rgba(var(--bs-primary-rgb), 0.35);
}

.step-num {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.15);
    color: var(--ely-purple);
}

.step-icon-wrap {
    width: 4rem;
    height: 4rem;
}

.feature-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px -28px rgba(15, 23, 42, 0.45) !important;
    border-color: rgba(var(--bs-primary-rgb), 0.25) !important;
}

.feature-card-icon {
    width: 3rem;
    height: 3rem;
}

.letter-spaced {
    letter-spacing: 0.12em;
}

.letter-spaced-wide {
    letter-spacing: 0.2em;
}

.compare-row-minh {
    min-height: 18rem;
}

.compare-pill-muted {
    background: rgba(0, 0, 0, 0.055);
}

[data-bs-theme="dark"] .compare-pill-muted {
    background: rgba(255, 255, 255, 0.06);
}

.highlight-glow {
    position: relative;
}

.highlight-glow::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0.45;
    background: radial-gradient(circle at 20% 0%, rgba(var(--bs-primary-rgb), 0.35), transparent 55%);
}

.compare-check-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.benefit-tile {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.benefit-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px -20px rgba(15, 23, 42, 0.4);
}

.benefit-icon {
    width: 4rem;
    height: 4rem;
}

.cta-circle {
    width: 4rem;
    height: 4rem;
}

.cta-banner {
    box-shadow: 0 28px 60px -32px rgba(var(--bs-primary-rgb), 0.55);
}

.cta-blob {
    width: 16rem;
    height: 16rem;
    right: -5rem;
    bottom: -5rem;
}

.store-link-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-link-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px -24px rgba(15, 23, 42, 0.45) !important;
}

.store-img-enhanced {
    height: 3rem;
    display: block;
    opacity: 0.92;
}

.mockup-card-accent {
    background: linear-gradient(145deg, #eff6ff 0%, #f8fafc 100%);
}

.mockup-fab {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
}

.icon-box-teal {
    background: rgba(20, 184, 166, 0.2);
    color: #14b8a6;
}

/* Telefon görsel hafif hareket */
@keyframes ely-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .float-anim {
        animation: ely-float 5.5s ease-in-out infinite;
    }
}

.ely-mockup-wrap {
    isolation: isolate;
}

.ely-brand-tag {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
}

.brand-icon-lg {
    width: 2.75rem;
    height: 2.75rem;
}

.brand-icon-sm {
    width: 2rem;
    height: 2rem;
}

.brand-icon-sm .material-icons-round {
    font-size: 1.1rem !important;
}

.ely-badge-free {
    background: rgba(16, 185, 129, 0.14) !important;
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: var(--ely-green) !important;
}

.ely-badge-free-icon {
    font-size: 1rem !important;
}

/* FAQ */
.ely-faq .accordion-button {
    font-size: 0.97rem;
    box-shadow: none !important;
    background-color: transparent;
}

[data-bs-theme="dark"] .ely-faq .accordion-button {
    color: #f1f5f9;
    background-color: transparent;
}

.ely-faq .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.06);
}

.ely-faq .accordion-body {
    line-height: 1.75;
}

.section-faq {
    background: linear-gradient(180deg, transparent 0%, rgba(var(--bs-primary-rgb), 0.04) 45%, transparent 100%);
}

[data-bs-theme="dark"] .section-faq {
    background: linear-gradient(180deg, transparent 0%, rgba(var(--bs-primary-rgb), 0.06) 50%, transparent 100%);
}

.footer-mini-pill {
    background: rgba(var(--bs-primary-rgb), 0.06);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

[data-bs-theme="dark"] .footer-mini-pill {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.06);
}

.footer-copy {
    font-size: 0.68rem;
    color: #94a3b8;
}

.footer-link-line:hover {
    text-decoration: underline !important;
}

/* İç sayfalar */
.page-shell.inner-page {
    padding-top: clamp(5.5rem, 10vw, 6.85rem);
    min-height: 60vh;
}

.inner-prose h2:first-of-type {
    margin-top: 0 !important;
}

.inner-prose p {
    line-height: 1.75;
    color: var(--bs-secondary-color);
}

[data-bs-theme="light"] .inner-prose p {
    color: #475569;
}

.breadcrumb-nav a:hover {
    text-decoration: underline !important;
}

.navbar .nav-link-ely.active {
    color: var(--bs-primary) !important;
    background: rgba(var(--bs-primary-rgb), 0.12) !important;
}

.navbar .nav-link-ely:focus-visible:not(.active) {
    background: rgba(var(--bs-primary-rgb), 0.08);
}

.foot-brand-link {
    color: inherit;
}

.foot-brand-link:hover .text-primary {
    text-decoration: underline;
}
