/* =========================================================
   FOVENTRA Landing — cinematic overlay
   Scoped to body.landing. Does not rewrite the rest of the site.
   ========================================================= */

body.landing {
    --land-sky-top: #050910;
    --land-sky-mid: #0c1824;
    --land-horizon: #b56a42;
    --land-horizon-soft: rgba(181, 106, 66, 0.38);
    --land-hill-1: #071018;
    --land-hill-2: #0d1b28;
    --land-hill-3: #142636;
    --land-fog: rgba(180, 198, 214, 0.08);
    --land-card: rgba(8, 14, 22, 0.62);
    --land-card-border: rgba(255, 255, 255, 0.08);
    --land-ink: #f4f1ea;
    --land-mute: rgba(220, 226, 232, 0.72);
    --land-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --land-max: 1180px;

    /* Mat destekçi paleti: nötr, hafif mor, hafif amber. */
    --sup-surface: var(--land-sky-mid);
    --sup-ink: var(--land-ink);
    --sup-muted: color-mix(in srgb, var(--land-ink) 76%, var(--sup-surface));
    --sup-line: color-mix(in srgb, var(--land-ink) 15%, var(--sup-surface));
    --sup-neutral: color-mix(in srgb, var(--land-ink) 82%, var(--sup-surface));
    --sup-special: color-mix(in srgb, var(--sup-neutral) 88%, var(--emphasis-secondary-color, var(--land-hill-3)));
    --sup-hero: color-mix(in srgb, var(--sup-neutral) 82%, var(--land-horizon));
    --sup-neutral-soft: color-mix(in srgb, var(--sup-neutral) 7%, var(--sup-surface));
    --sup-neutral-line: color-mix(in srgb, var(--sup-neutral) 24%, var(--sup-surface));
    --sup-special-soft: color-mix(in srgb, var(--sup-special) 7%, var(--sup-surface));
    --sup-special-line: color-mix(in srgb, var(--sup-special) 24%, var(--sup-surface));
    --sup-hero-soft: color-mix(in srgb, var(--sup-hero) 7%, var(--sup-surface));
    --sup-hero-line: color-mix(in srgb, var(--sup-hero) 24%, var(--sup-surface));
    --sup-shadow: color-mix(in srgb, var(--land-sky-top) 28%, transparent);
    --sup-warning-bg: var(--sup-hero-soft);
    --sup-warning-line: var(--sup-hero-line);
    --sup-warning-icon: var(--sup-hero);
}

:root.light body.landing,
body.landing.light-forced {
    --land-sky-top: #d7e3ee;
    --land-sky-mid: #f3eee6;
    --land-horizon: #e0a06a;
    --land-horizon-soft: rgba(224, 160, 106, 0.42);
    --land-hill-1: #c5d0d8;
    --land-hill-2: #b7c6d1;
    --land-hill-3: #9aafbd;
    --land-fog: rgba(255, 255, 255, 0.35);
    --land-card: rgba(255, 255, 255, 0.62);
    --land-card-border: rgba(20, 28, 36, 0.08);
    --land-ink: #14191f;
    --land-mute: rgba(40, 48, 56, 0.68);

    /* Mat destekçi paleti: nötr, hafif mor, hafif amber. */
    --sup-surface: color-mix(in srgb, var(--land-sky-mid) 36%, var(--title-dark-color, var(--land-sky-mid)));
    --sup-ink: var(--land-ink);
    --sup-muted: color-mix(in srgb, var(--land-ink) 76%, var(--sup-surface));
    --sup-line: color-mix(in srgb, var(--land-ink) 15%, var(--sup-surface));
    --sup-neutral: color-mix(in srgb, var(--land-ink) 82%, var(--sup-surface));
    --sup-special: color-mix(in srgb, var(--sup-neutral) 88%, var(--emphasis-secondary-color, var(--land-hill-3)));
    --sup-hero: color-mix(in srgb, var(--sup-neutral) 82%, var(--land-horizon));
    --sup-neutral-soft: color-mix(in srgb, var(--sup-neutral) 7%, var(--sup-surface));
    --sup-neutral-line: color-mix(in srgb, var(--sup-neutral) 24%, var(--sup-surface));
    --sup-special-soft: color-mix(in srgb, var(--sup-special) 7%, var(--sup-surface));
    --sup-special-line: color-mix(in srgb, var(--sup-special) 24%, var(--sup-surface));
    --sup-hero-soft: color-mix(in srgb, var(--sup-hero) 7%, var(--sup-surface));
    --sup-hero-line: color-mix(in srgb, var(--sup-hero) 24%, var(--sup-surface));
    --sup-shadow: color-mix(in srgb, var(--land-ink) 8%, transparent);
    --sup-warning-bg: var(--sup-hero-soft);
    --sup-warning-line: var(--sup-hero-line);
    --sup-warning-icon: var(--sup-hero);
}

body.landing {
    background: var(--land-sky-top);
}

body.landing #page {
    position: relative;
    isolation: isolate;
    width: 100%;
}

body.landing .navbar__logo {
    width: auto;
    min-width: 148px;
    flex-shrink: 0;
}

body.landing .navbar__logo a img,
body.landing .glass_footer_brand img {
    height: 32px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    object-position: left center;
}

body.landing .navbar__menu__settings__dropdown,
body.landing .navbar__menu__profile__dropdown {
    z-index: 50;
}

body.landing .glass_footer_brand p,
body.landing .glass_footer_col a,
body.landing .glass_footer_bottom {
    color: var(--land-mute);
}

body.landing .glass_footer_col h4 {
    color: var(--land-ink);
}

/* Hide the old neon blob field on this page only */
body.landing .gradient-bg {
    opacity: 0.18;
    filter: saturate(0.45) blur(8px);
    pointer-events: none;
}

:root.light body.landing .gradient-bg {
    opacity: 0.28;
    filter: saturate(0.35) blur(10px);
}

/* ---------------- atmosphere ---------------- */

.landing-sky {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background:
        radial-gradient(120% 70% at 50% 100%, var(--land-horizon-soft) 0%, transparent 46%),
        linear-gradient(180deg, var(--land-sky-top) 0%, var(--land-sky-mid) 58%, var(--land-sky-top) 100%);
}

.landing-stars {
    position: absolute;
    inset: 0 0 42%;
    background-image:
        radial-gradient(1px 1px at 8% 18%, rgba(255, 255, 255, 0.7) 50%, transparent 51%),
        radial-gradient(1px 1px at 22% 36%, rgba(255, 255, 255, 0.45) 50%, transparent 51%),
        radial-gradient(1.4px 1.4px at 41% 12%, rgba(255, 255, 255, 0.8) 50%, transparent 51%),
        radial-gradient(1px 1px at 63% 28%, rgba(255, 255, 255, 0.5) 50%, transparent 51%),
        radial-gradient(1px 1px at 78% 16%, rgba(255, 255, 255, 0.65) 50%, transparent 51%),
        radial-gradient(1.2px 1.2px at 91% 34%, rgba(255, 255, 255, 0.4) 50%, transparent 51%),
        radial-gradient(1px 1px at 14% 8%, rgba(255, 255, 255, 0.35) 50%, transparent 51%),
        radial-gradient(1px 1px at 52% 22%, rgba(255, 255, 255, 0.55) 50%, transparent 51%);
    opacity: 0.55;
    animation: landTwinkle 8s ease-in-out infinite;
}

:root.light body.landing .landing-stars {
    opacity: 0.08;
}

.landing-horizon {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 28%;
    height: 28%;
    background: radial-gradient(60% 80% at 50% 100%, rgba(212, 132, 78, 0.55) 0%, rgba(212, 132, 78, 0.12) 42%, transparent 72%);
    filter: blur(8px);
    animation: landBreath 12s ease-in-out infinite;
}

.landing-hills,
.landing-horizon {
    transition: none !important;
}

.landing-hills {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(46vh, 460px);
}

.landing-hills svg {
    position: absolute;
    left: -4%;
    width: 108%;
    height: 100%;
    display: block;
}

.landing-hills .hill-a path {
    fill: var(--land-hill-3);
}

.landing-hills .hill-b path {
    fill: var(--land-hill-2);
}

.landing-hills .hill-c path {
    fill: var(--land-hill-1);
}

.landing-hills .hill-a {
    bottom: 0;
    opacity: 0.55;
    animation: hillDrift 48s linear infinite;
}

.landing-hills .hill-b {
    bottom: -2%;
    opacity: 0.78;
    animation: hillDrift 64s linear infinite reverse;
}

.landing-hills .hill-c {
    bottom: -6%;
    opacity: 1;
}

.landing-fog {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22%;
    background: linear-gradient(180deg, transparent, var(--land-fog) 40%, rgba(5, 9, 16, 0.35));
}

.landing-grain {
    position: fixed;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.055;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

:root.light body.landing .landing-grain {
    opacity: 0.04;
    mix-blend-mode: multiply;
}

@keyframes landTwinkle {
    0%,
    100% {
        opacity: 0.45;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes landBreath {
    0%,
    100% {
        opacity: 0.75;
        transform: scaleX(1);
    }
    50% {
        opacity: 1;
        transform: scaleX(1.06);
    }
}

@keyframes hillDrift {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-1.6%, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

/* ---------------- chrome / nav ---------------- */

body.landing .header {
    position: fixed;
    top: 0;
    z-index: 40;
}

body.landing .navbar {
    width: min(1180px, calc(100% - 32px));
    margin-top: 16px;
    background: color-mix(in srgb, var(--navbar-bg-color) 58%, transparent);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid var(--land-card-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition:
        margin-top 0.35s var(--land-ease),
        background 0.35s var(--land-ease),
        box-shadow 0.35s var(--land-ease);
}

body.landing .header.is-scrolled .navbar {
    margin-top: 8px;
    background: color-mix(in srgb, var(--navbar-bg-color) 78%, transparent);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

/* ---------------- hero ---------------- */

body.landing .home__content {
    z-index: 3;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 120px 24px 80px;
    overflow: visible;
}

body.landing .home__content__container {
    width: min(var(--land-max), 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 56px;
    align-items: center;
}

body.landing .home__content__container__left {
    width: 100%;
    margin-left: 0;
    padding: 0;
    min-height: 0;
}

body.landing .home__content__container__left h1 {
    font-size: clamp(42px, 6.4vw, 84px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    font-weight: 700;
    color: var(--land-ink);
    max-width: 12ch;
}

body.landing .home__content__container__left p {
    margin-top: 22px;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.55;
    color: var(--land-mute);
    max-width: 38ch;
    min-height: 3.2em;
}

body.landing .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 6px 12px 6px 8px;
    border-radius: 999px;
    border: 1px solid var(--land-card-border);
    background: color-mix(in srgb, var(--land-card) 80%, transparent);
    color: var(--land-mute);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.landing .hero-kicker i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6fbf73;
    box-shadow: 0 0 0 4px rgba(111, 191, 115, 0.16);
    animation: livePulse 2.4s ease-out infinite;
}

body.landing .hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

body.landing .hero-note span {
    font-size: 13px;
    color: var(--land-mute);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid var(--land-card-border);
    background: rgba(255, 255, 255, 0.03);
}

body.landing .home__content__container__left__buttons {
    margin-top: 28px;
}

body.landing .glass_btn {
    min-height: 48px;
    padding: 14px 26px;
    border-radius: 14px;
    letter-spacing: 0.01em;
}

body.landing .glass_btn_primary,
body.landing .glass_primary {
    background: #e8e2d6;
    color: #161410;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

body.landing .glass_btn_primary:hover,
body.landing .glass_primary:hover {
    background: #f4efe6;
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

body.landing .glass_btn_secondary,
body.landing .glass_secondary {
    background: transparent;
    color: var(--land-ink);
    border: 1px solid var(--land-card-border);
    box-shadow: none;
}

body.landing .glass_btn_secondary:hover,
body.landing .glass_secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--land-ink);
}

:root.light body.landing .glass_btn_primary,
:root.light body.landing .glass_primary {
    background: #1b2430;
    color: #f6f1e8;
}

:root.light body.landing .glass_btn_primary:hover,
:root.light body.landing .glass_primary:hover {
    background: #111820;
    color: #fff;
}

body.landing .hero-stage {
    position: relative;
    width: 100%;
}

body.landing .hero-card {
    position: relative;
    padding: 22px;
    border-radius: 22px;
    background: var(--land-card);
    border: 1px solid var(--land-card-border);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: translateY(12px);
    animation: cardLift 1.1s var(--land-ease) 0.15s both;
}

body.landing .hero-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

body.landing .hero-card__top strong {
    color: var(--land-ink);
    font-size: 15px;
    font-weight: 650;
}

body.landing .live-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #8fd18f;
}

body.landing .live-pill::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6fbf73;
    box-shadow: 0 0 0 4px rgba(111, 191, 115, 0.14);
    animation: livePulse 2.4s ease-out infinite;
}

body.landing .hero-metric {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: end;
    margin-bottom: 18px;
}

body.landing .hero-metric b {
    display: block;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--land-ink);
}

body.landing .hero-metric small {
    color: var(--land-mute);
    font-size: 13px;
}

body.landing .hero-bars {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 42px;
}

body.landing .hero-bars i {
    display: block;
    width: 6px;
    height: 100%;
    border-radius: 99px;
    background: rgba(111, 191, 115, 0.85);
    transform-origin: center bottom;
    animation: barIdle 2.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    transition: none !important;
    will-change: transform;
}

body.landing .hero-bars i:nth-child(odd) {
    background: rgba(111, 191, 115, 0.5);
}

body.landing .hero-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--land-card-border);
    color: var(--land-mute);
    font-size: 13px;
}

body.landing .hero-row b {
    color: var(--land-ink);
    font-weight: 600;
}

body.landing .hero-row a {
    color: var(--land-ink);
    text-decoration: none;
}

body.landing .hero-row a:hover {
    text-decoration: underline;
}

body.landing .hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

body.landing .hero-chips em {
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: var(--land-mute);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid var(--land-card-border);
}

body.landing .scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--land-mute);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.75;
}

body.landing .scroll-hint span {
    width: 1px;
    height: 42px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent);
    animation: scrollLine 2.2s var(--land-ease) infinite;
}

@keyframes cardLift {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(111, 191, 115, 0.35);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(111, 191, 115, 0);
    }
}

@keyframes barIdle {
    0%,
    100% {
        transform: scaleY(0.28);
    }
    50% {
        transform: scaleY(1);
    }
}

body.landing .hero-bars i:nth-child(1) {
    animation-delay: 0s;
    animation-duration: 2.45s;
}
body.landing .hero-bars i:nth-child(2) {
    animation-delay: -0.4s;
    animation-duration: 2.8s;
}
body.landing .hero-bars i:nth-child(3) {
    animation-delay: -0.85s;
    animation-duration: 2.35s;
}
body.landing .hero-bars i:nth-child(4) {
    animation-delay: -0.2s;
    animation-duration: 2.95s;
}
body.landing .hero-bars i:nth-child(5) {
    animation-delay: -0.65s;
    animation-duration: 2.55s;
}
body.landing .hero-bars i:nth-child(6) {
    animation-delay: -1.05s;
    animation-duration: 2.7s;
}
body.landing .hero-bars i:nth-child(7) {
    animation-delay: -0.3s;
    animation-duration: 2.25s;
}
body.landing .hero-bars i:nth-child(8) {
    animation-delay: -0.75s;
    animation-duration: 2.85s;
}
body.landing .hero-bars i:nth-child(9) {
    animation-delay: -0.5s;
    animation-duration: 2.6s;
}
body.landing .hero-bars i:nth-child(10) {
    animation-delay: -0.95s;
    animation-duration: 2.4s;
}

@keyframes scrollLine {
    0% {
        transform: scaleY(0.35);
        transform-origin: top;
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        transform: scaleY(1);
        transform-origin: top;
        opacity: 0;
    }
}

/* ---------------- sections ---------------- */

body.landing .main_page_items {
    z-index: 3;
    width: min(var(--land-max), calc(100% - 32px));
    margin: 0 auto 80px;
    gap: 120px;
}

body.landing .main_page_items_item {
    width: 100%;
}

body.landing .section-kicker {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--land-mute);
}

body.landing .main_page_items_item_title {
    margin-bottom: 12px;
}

body.landing .main_page_items_item_title h2 {
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -0.035em;
    line-height: 1.1;
}

body.landing .main_page_items_item_text h3 {
    max-width: 52ch;
    margin: 0 auto;
    color: var(--land-mute);
    font-weight: 450;
}

body.landing .shiny-text,
body.landing h2.shiny-text {
    background: none !important;
    background-image: none !important;
    -webkit-text-fill-color: var(--land-ink) !important;
    color: var(--land-ink) !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    animation: none !important;
}

/* ---------------- product cards ---------------- */

body.landing .main_page_items_item_1_cards {
    gap: 16px;
    padding-top: 28px;
}

body.landing .main_page_items_item_1_cards_card {
    width: calc(33.333% - 11px);
    align-items: flex-start;
    text-align: left;
    padding: 26px 22px 24px;
    background: var(--land-card);
    border: 1px solid var(--land-card-border);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    transform: none;
}

body.landing .main_page_items_item_1_cards_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

body.landing .main_page_items_item_1_cards_card_icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--land-card-border);
}

body.landing .main_page_items_item_1_cards_card_icon svg {
    width: 26px;
    height: 26px;
    margin: 0;
    stroke: var(--land-ink);
}

body.landing .main_page_items_item_1_cards_card:hover .main_page_items_item_1_cards_card_icon svg {
    stroke: var(--land-ink);
}

body.landing .main_page_items_item_1_cards_card_body {
    text-align: left;
    width: 100%;
}

body.landing .main_page_items_item_1_cards_card_title {
    font-size: 18px;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
    gap: 6px 8px;
    line-height: 1.4;
}

body.landing .main_page_items_item_1_cards_card_title sup {
    margin-left: 0;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    background: rgba(var(--secondary-color-rgb, 75, 92, 246), 0.15);
    border: 1px solid rgba(var(--secondary-color-rgb, 75, 92, 246), 0.35);
    color: var(--secondary-color, #4b5cf6);
}

body.landing .main_page_items_item_1_cards_card_title sup.badge-success {
    background: rgba(40, 199, 111, 0.18) !important;
    color: #28c76f !important;
    border-color: rgba(40, 199, 111, 0.45) !important;
    box-shadow: 0 0 10px rgba(40, 199, 111, 0.15);
}

body.landing .main_page_items_item_1_cards_card_title sup.badge-warning {
    background: rgba(255, 159, 67, 0.18) !important;
    color: #ff9f43 !important;
    border-color: rgba(255, 159, 67, 0.45) !important;
    box-shadow: 0 0 10px rgba(255, 159, 67, 0.15);
}

body.landing .main_page_items_item_1_cards_card_title sup.badge-info {
    background: rgba(75, 92, 246, 0.18) !important;
    color: #5d6eff !important;
    border-color: rgba(75, 92, 246, 0.45) !important;
    box-shadow: 0 0 10px rgba(75, 92, 246, 0.15);
}

body.landing .main_page_items_item_1_cards_card_title sup.badge-primary {
    background: rgba(115, 103, 240, 0.18) !important;
    color: #8a7cfb !important;
    border-color: rgba(115, 103, 240, 0.45) !important;
    box-shadow: 0 0 10px rgba(115, 103, 240, 0.15);
}

:root.light body.landing .main_page_items_item_1_cards_card_title sup.badge-success,
html.light body.landing .main_page_items_item_1_cards_card_title sup.badge-success {
    background: rgba(40, 199, 111, 0.14) !important;
    color: #1f9d55 !important;
    border-color: rgba(40, 199, 111, 0.35) !important;
}

:root.light body.landing .main_page_items_item_1_cards_card_title sup.badge-warning,
html.light body.landing .main_page_items_item_1_cards_card_title sup.badge-warning {
    background: rgba(255, 159, 67, 0.14) !important;
    color: #d97706 !important;
    border-color: rgba(255, 159, 67, 0.35) !important;
}

:root.light body.landing .main_page_items_item_1_cards_card_title sup.badge-info,
html.light body.landing .main_page_items_item_1_cards_card_title sup.badge-info {
    background: rgba(75, 92, 246, 0.12) !important;
    color: #3b4be0 !important;
    border-color: rgba(75, 92, 246, 0.35) !important;
}

:root.light body.landing .main_page_items_item_1_cards_card_title sup.badge-primary,
html.light body.landing .main_page_items_item_1_cards_card_title sup.badge-primary {
    background: rgba(115, 103, 240, 0.14) !important;
    color: #6152e8 !important;
    border-color: rgba(115, 103, 240, 0.35) !important;
}

body.landing .main_page_items_item_1_cards_card_text {
    color: var(--land-mute);
}

/* ---------------- how it works ---------------- */

.landing-steps {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.landing-step {
    padding: 28px 24px 24px;
    border-radius: 20px;
    background: var(--land-card);
    border: 1px solid var(--land-card-border);
    backdrop-filter: blur(16px);
}

.landing-step b {
    display: block;
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: var(--land-mute);
}

.landing-step h3 {
    margin-bottom: 8px;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: var(--land-ink);
}

.landing-step p {
    color: var(--land-mute);
    font-size: 14px;
    line-height: 1.55;
}

/* ---------------- compare / filters ---------------- */

body.landing .foventra_product_filter,
body.landing .billing_toggle {
    background: var(--land-card);
    border: 1px solid var(--land-card-border);
    box-shadow: none;
    padding: 5px;
    border-radius: 999px;
    overflow: hidden;
}

body.landing .foventra_product_filter button,
body.landing .billing_toggle button {
    background: transparent;
    border: 0;
    color: var(--land-mute);
}

body.landing .foventra_product_filter button.active,
body.landing .billing_toggle button.active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--land-ink);
    box-shadow: none;
}

:root.light body.landing .foventra_product_filter button.active,
:root.light body.landing .billing_toggle button.active {
    background: rgba(20, 24, 30, 0.08);
}

body.landing .main_page_items {
    overflow: visible;
}

body.landing .table_compare_wrap {
    overflow-x: auto;
    max-width: 100%;
}

body.landing .table_compare_table {
    background: var(--land-card);
    box-shadow: none;
    border: 1px solid var(--land-card-border);
    min-width: 0;
}

body.landing .table_compare_head,
body.landing .table_compare_row {
    grid-template-columns: minmax(140px, 1.15fr) repeat(var(--cols, 4), minmax(0, 1fr));
}

body.landing .table_compare_head > div,
body.landing .table_compare_row > div {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.landing .table_compare_row:hover > div {
    background: rgba(255, 255, 255, 0.03);
}

body.landing .table_compare_head > div,
body.landing .table_compare_row > div {
    color: var(--land-ink);
}

body.landing .table_compare_head_best {
    display: inline-flex !important;
    align-items: center;
    margin-left: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4b5cf6, #6a78f8) !important;
    backdrop-filter: blur(6px);
    animation: badgeGlow 2.8s ease-in-out infinite !important;
}

body.landing .table_compare_head_best span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #fff !important;
}

@keyframes badgeGlow {
    0%,
    100% {
        box-shadow:
            0 -6px 18px rgba(75, 92, 246, 0.35),
            inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    }
    50% {
        box-shadow:
            0 6px 22px rgba(75, 92, 246, 0.6),
            inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    }
}

body.landing .icon-success {
    color: #6fbf73;
    font-weight: 600;
}

body.landing .icon-warning {
    color: #d4a017;
    font-weight: 600;
}

body.landing .icon-error {
    color: #e05a5a;
    font-weight: 600;
}

:root.light body.landing .table_compare_head > div,
:root.light body.landing .table_compare_row > div,
html.light body.landing .table_compare_head > div,
html.light body.landing .table_compare_row > div {
    color: #1a1f27;
}

:root.light body.landing .icon-success,
html.light body.landing .icon-success {
    color: #0b7a32 !important;
}

:root.light body.landing .icon-warning,
html.light body.landing .icon-warning {
    color: #9a5a00 !important;
}

:root.light body.landing .icon-error,
html.light body.landing .icon-error {
    color: #b42318 !important;
}

/* ---------------- logos / pricing / cta ---------------- */

body.landing .logo_item {
    background: var(--land-card);
    border-color: var(--land-card-border);
}

body.landing .pricing_card {
    position: relative;
    background: var(--land-card);
    border: 1px solid var(--land-card-border);
    box-shadow: none;
    border-radius: 22px;
}

body.landing .pricing_card.featured {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
    border-color: rgba(232, 226, 214, 0.28);
}

body.landing .pricing_card .badge {
    background: #e8e2d6;
    color: #161410;
}

body.landing .pricing_btn.primary {
    background: #e8e2d6;
    color: #161410;
    border-color: transparent;
}

body.landing .pricing_btn.primary:hover {
    background: #f4efe6;
    color: #111;
}

body.landing .pricing_note {
    background: var(--land-card);
    border-color: var(--land-card-border);
    box-shadow: none;
}

body.landing .main_page_items_item_cta {
    margin-top: 8px;
}

body.landing .glass_footer {
    position: relative;
    z-index: 3;
    margin-top: 40px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.22));
}

/* ---------------- reveal ---------------- */

.has-reveal [data-reveal]:not(.is-in) {
    opacity: 0;
    transform: translateY(28px);
}

.has-reveal [data-reveal].is-in {
    opacity: 1;
    transform: none;
    transition:
        opacity 0.8s var(--land-ease),
        transform 0.8s var(--land-ease);
}

.has-reveal [data-reveal-delay="1"].is-in {
    transition-delay: 0.08s;
}
.has-reveal [data-reveal-delay="2"].is-in {
    transition-delay: 0.16s;
}
.has-reveal [data-reveal-delay="3"].is-in {
    transition-delay: 0.24s;
}
.has-reveal [data-reveal-delay="4"].is-in {
    transition-delay: 0.32s;
}
.has-reveal [data-reveal-delay="5"].is-in {
    transition-delay: 0.4s;
}

/* ---------------- responsive ---------------- */

@media (max-width: 768px) {
    body.landing .table_compare_head,
    body.landing .table_compare_row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    body.landing .navbar {
        width: calc(100% - 20px);
        margin-top: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    body.landing .navbar__logo {
        min-width: 0;
        margin-right: auto;
        justify-content: flex-start;
    }

    body.landing .navbar__logo a {
        justify-content: flex-start;
    }

    body.landing .navbar__logo a img {
        object-position: left center;
    }

    body.landing .home__content {
        height: auto;
        min-height: 0;
        padding: 132px 18px 56px;
    }

    body.landing .home__content__container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    body.landing .home__content__container__left {
        align-items: flex-start;
    }

    body.landing .home__content__container__left h1,
    body.landing .home__content__container__left p {
        text-align: left;
    }

    body.landing .hero-card {
        transform: none;
    }

    body.landing .landing-steps {
        grid-template-columns: 1fr;
    }

    body.landing .main_page_items {
        margin-top: 28px;
    }

    body.landing .main_page_items_item_1_cards_card {
        width: calc(50% - 8px);
    }

    body.landing .scroll-hint {
        display: none;
    }
}

@media (max-width: 640px) {
    body.landing .navbar {
        width: calc(100% - 16px);
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.landing .home__content {
        padding: 148px 16px 72px;
    }

    body.landing .main_page_items {
        margin-top: 36px;
        gap: 84px;
    }

    body.landing .main_page_items_item_1_cards_card {
        width: 100%;
    }

    body.landing .pricing_card.featured {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing .landing-stars,
    body.landing .landing-horizon,
    body.landing .landing-hills .hill-a,
    body.landing .landing-hills .hill-b,
    body.landing .hero-card,
    body.landing .hero-bars i,
    body.landing .live-pill::before,
    body.landing .hero-kicker i,
    body.landing .scroll-hint span {
        animation: none !important;
    }

    .has-reveal [data-reveal]:not(.is-in),
    .has-reveal [data-reveal].is-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ---------------- theme-aware notice & info boxes ---------------- */
.landing_notice_box {
    margin-top: 25px;
    padding: 16px 20px;
    background: rgba(255, 159, 67, 0.08);
    border: 1px solid rgba(255, 159, 67, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
}

.landing_notice_box .notice_icon {
    flex-shrink: 0;
    color: #ff9f43;
    margin-top: 2px;
    display: flex;
}

.landing_notice_box .notice_text {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--land-mute, rgba(255, 255, 255, 0.78));
}

.landing_notice_box .notice_text strong {
    color: var(--land-ink, #ffffff);
}

:root.light .landing_notice_box,
html.light .landing_notice_box {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.3);
}

:root.light .landing_notice_box .notice_icon,
html.light .landing_notice_box .notice_icon {
    color: #d97706;
}

.landing_infra_card {
    background: var(--land-card, rgba(255, 255, 255, 0.03));
    border: 1px solid var(--land-card-border, rgba(255, 255, 255, 0.08));
    border-radius: 18px;
    padding: 2.5rem 2rem;
    margin-top: 2rem;
}

.landing_infra_card h3 {
    font-size: 1.5rem;
    color: var(--land-ink, #ffffff) !important;
    margin-bottom: 1rem;
    font-weight: 700;
}

.landing_infra_card p {
    color: var(--land-mute, rgba(255, 255, 255, 0.72));
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.landing_infra_card .btn-outline {
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--land-card-border, rgba(255, 255, 255, 0.2));
    color: var(--land-ink, #ffffff);
    background: transparent;
    transition: all 0.2s ease;
}

.landing_infra_card .btn-outline:hover {
    background: var(--ui-hover-bg, rgba(255, 255, 255, 0.08));
}
/* ---------------- destekçi (supporter) paketleri ---------------- */
.supporter_section {
    --sup-toned: var(--sup-neutral);
    --sup-tone-soft: var(--sup-neutral-soft);
    --sup-tone-line: var(--sup-neutral-line);
    margin-top: 56px;
    padding-top: 44px;
    border-top: 1px solid var(--sup-line);
    scroll-margin-top: 100px;
}

.supporter_section .tone-supporter {
    --sup-toned: var(--sup-neutral);
    --sup-tone-soft: var(--sup-neutral-soft);
    --sup-tone-line: var(--sup-neutral-line);
}

.supporter_section .tone-special {
    --sup-toned: var(--sup-special);
    --sup-tone-soft: var(--sup-special-soft);
    --sup-tone-line: var(--sup-special-line);
}

.supporter_section .tone-hero {
    --sup-toned: var(--sup-hero);
    --sup-tone-soft: var(--sup-hero-soft);
    --sup-tone-line: var(--sup-hero-line);
}

.supporter_section .supporter_head {
    text-align: center;
    margin-bottom: 32px;
}

.supporter_section .section-kicker {
    color: var(--sup-muted);
}

.supporter_section .supporter_head h2 {
    font-size: 2rem;
    margin: 10px 0 8px;
    color: var(--sup-ink);
}

.supporter_section .supporter_head p {
    color: var(--sup-muted);
    font-size: 1rem;
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.6;
}

.supporter_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 8px;
}

.supporter_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--sup-surface);
    border: 1px solid var(--sup-tone-line);
    border-radius: 18px;
    padding: 28px 24px;
    text-align: left;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.supporter_card:hover,
.supporter_card:focus-within {
    border-color: color-mix(in srgb, var(--sup-toned) 45%, var(--sup-surface));
    box-shadow: 0 6px 18px var(--sup-shadow);
}

/* Hero'nun farkı parlaklık değil, ince bir üst şerit. */
.supporter_card.tone-hero::before {
    content: "";
    position: absolute;
    inset: 0 24px auto;
    height: 2px;
    background: var(--sup-tone-line);
}

.supporter_card .supporter_badge {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 6px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid var(--sup-tone-line);
    border-radius: 999px;
    margin-bottom: 14px;
    background: var(--sup-tone-soft);
    color: var(--sup-toned);
}

.supporter_card h3 {
    font-size: 1.32rem;
    font-weight: 700;
    color: var(--sup-ink);
    margin: 0 0 6px;
    overflow-wrap: anywhere;
}

.supporter_card .supporter_duration {
    font-size: .88rem;
    line-height: 1.5;
    color: var(--sup-muted);
    margin-bottom: 16px;
}

.supporter_card .supporter_price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 4px;
    color: var(--sup-ink);
    font-variant-numeric: tabular-nums;
}

.supporter_card .supporter_price .cur {
    font-size: 1.1rem;
    font-weight: 600;
}

.supporter_card .supporter_price .val {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.supporter_card .supporter_price_note {
    font-size: .8rem;
    color: var(--sup-muted);
    margin-bottom: 18px;
}

.supporter_features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex-grow: 1;
}

.supporter_features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .92rem;
    line-height: 1.5;
    color: var(--sup-muted);
    padding: 8px 0;
    border-bottom: 1px solid var(--sup-line);
    overflow-wrap: anywhere;
}

.supporter_features li:last-child { border-bottom: none; }

.supporter_features li svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    color: var(--sup-toned);
}

.supporter_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 12px;
    border-radius: 10px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    background: var(--sup-tone-soft);
    color: var(--sup-toned);
    border: 1px solid var(--sup-tone-line);
    transition: background-color .2s ease, border-color .2s ease;
}

.supporter_cta svg { flex-shrink: 0; }

.supporter_cta:hover {
    background: color-mix(in srgb, var(--sup-toned) 12%, var(--sup-surface));
    border-color: var(--sup-toned);
    color: var(--sup-toned);
}

.supporter_cta:focus-visible {
    outline: 2px solid var(--sup-toned);
    outline-offset: 3px;
}

.supporter_warning {
    margin-top: 26px;
    padding: 14px 18px;
    border-radius: 12px;
    background: var(--sup-warning-bg);
    border: 1px solid var(--sup-warning-line);
    font-size: .9rem;
    line-height: 1.6;
    color: var(--sup-muted);
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.supporter_head + .supporter_warning { margin: 0 0 24px; }
.supporter_warning svg { flex-shrink: 0; color: var(--sup-warning-icon); margin-top: 2px; }
.supporter_warning strong { color: var(--sup-ink); }

@media (max-width: 991px) {
    .supporter_cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .supporter_cards { grid-template-columns: 1fr; }
    .supporter_card { padding: 24px 18px; }
    .supporter_section .supporter_head h2 { font-size: 1.65rem; }
}

@media (prefers-reduced-motion: reduce) {
    .supporter_card,
    .supporter_cta { transition: none; }
}

/* ---------------- destekçi vitrini (supporter wall) ---------------- */
.supporter_wall {
    margin-top: 44px;
    padding-top: 32px;
    border-top: 1px solid var(--sup-line);
}

.supporter_wall_head {
    text-align: center;
    margin-bottom: 26px;
}

.supporter_wall_head h3 {
    font-size: 1.5rem;
    margin: 0 0 6px;
    color: var(--sup-ink);
}

.supporter_wall_head p {
    color: var(--sup-muted);
    font-size: .95rem;
    margin: 0;
}

.supporter_wall_groups {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.supporter_wall_group_title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--sup-ink);
    margin-bottom: 12px;
}

.supporter_wall_group_title .count {
    font-size: .78rem;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 999px;
    background: var(--sup-neutral-soft);
    color: var(--sup-muted);
}

.supporter_section .tone-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    background: var(--sup-toned);
}

.supporter_wall_names {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.supporter_chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    min-width: 0;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 600;
    background: var(--sup-tone-soft);
    border: 1px solid var(--sup-tone-line);
    color: var(--sup-toned);
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

a.supporter_chip:hover {
    transform: translateY(-2px) scale(1.03);
    border-color: var(--sup-toned);
    box-shadow: 0 4px 14px var(--sup-shadow);
    color: var(--sup-toned);
}

a.supporter_chip:active {
    transform: translateY(0) scale(0.98);
}

a.supporter_chip.tone-hero:hover {
    box-shadow: 0 4px 18px rgba(245, 158, 11, 0.35);
}

a.supporter_chip.tone-special:hover {
    box-shadow: 0 4px 18px rgba(168, 85, 247, 0.35);
}

a.supporter_chip.tone-supporter:hover {
    box-shadow: 0 4px 18px rgba(59, 130, 246, 0.35);
}

.supporter_chip img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    background: var(--sup-surface);
}

.supporter_chip_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supporter_chip.more {
    color: var(--sup-muted);
    cursor: default;
}
