/**
 * Talepify ana sayfa — ivo.tc ritmi: tam ekran bölüm, yan ray, 3D sahne.
 * Masaüstü: kilitli dikey slayt. Telefon: native scroll-snap (hızlı).
 */

:root {
    --tf-crimson: #dc143c;
    --tf-glow: #ff2a55;
    --tf-ink: #0b1220;
    --tf-muted: #5b6578;
    --tf-paper: #f6f3ef;
    --tf-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html.tf-cinematic-lock,
html.tf-cinematic-lock body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}

body.talepify-home-cinematic {
    margin: 0;
    background: var(--tf-paper);
    color: var(--tf-ink);
    font-family: Inter, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-anchor: none;
}

body.talepify-home-cinematic .up {
    display: none !important;
}

/* --- Sahne --- */
.tf-stage {
    position: relative;
    z-index: 1;
}

.tf-swiper {
    width: 100%;
    height: 100%;
}

html.tf-cinematic-lock .tf-stage,
html.tf-cinematic-lock .tf-swiper,
html.tf-cinematic-lock .tf-swiper .swiper-wrapper,
html.tf-cinematic-lock .tf-slide {
    height: 100%;
    min-height: 0;
}

.tf-slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    overflow-anchor: none;
    min-height: 100svh;
    background:
        radial-gradient(1200px 700px at 88% 12%, var(--tf-wash, rgba(220, 20, 60, 0.16)), transparent 58%),
        radial-gradient(900px 560px at 8% 88%, var(--tf-wash-2, rgba(15, 23, 42, 0.05)), transparent 55%),
        var(--tf-bg, #f6f3ef);
}

.tf-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.tf-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
    transform: translateZ(0);
}

.tf-orb--a {
    width: min(42vw, 420px);
    height: min(42vw, 420px);
    top: -8%;
    right: -6%;
    background: var(--tf-orb, rgba(220, 20, 60, 0.28));
    animation: tfOrb 14s ease-in-out infinite;
}

.tf-orb--b {
    width: min(28vw, 260px);
    height: min(28vw, 260px);
    bottom: 6%;
    left: -4%;
    background: var(--tf-orb-2, rgba(59, 130, 246, 0.16));
    animation: tfOrb 18s ease-in-out infinite reverse;
}

@keyframes tfOrb {
    50% { transform: translate3d(18px, -22px, 0) scale(1.08); }
}

.tf-slide__inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 7.5rem));
    margin: 0 auto;
    padding: 6.5rem 0 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 4.5rem);
    align-items: center;
}

.tf-slide--flip .tf-slide__inner {
    direction: rtl;
}

.tf-slide--flip .tf-copy,
.tf-slide--flip .tf-stage3d {
    direction: ltr;
}

.tf-slide--solo .tf-slide__inner,
.tf-slide--hero .tf-slide__inner {
    grid-template-columns: 1.12fr 0.88fr;
}

.tf-slide--hero {
    --tf-wash: rgba(220, 20, 60, 0.2);
    --tf-orb: rgba(220, 20, 60, 0.32);
}

.tf-hero__title {
    font-size: clamp(2.45rem, 5.4vw, 5.05rem);
    line-height: 0.98;
    margin-bottom: 1.15rem;
}

.tf-slide--hero .tf-lead {
    max-width: 30rem;
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.tf-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 1.35rem 2rem;
    margin: 1.85rem 0 0;
    padding: 1.2rem 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.tf-hero__proof div {
    min-width: 5.5rem;
}

.tf-hero__proof dt {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.045em;
    color: var(--tf-ink);
    line-height: 1;
}

.tf-hero__proof dd {
    margin: 0.28rem 0 0;
    color: var(--tf-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.tf-hero__visual {
    min-height: 32rem;
}

.tf-hero__visual .tf-phone {
    width: min(100%, 390px);
    filter: drop-shadow(0 28px 48px rgba(15, 23, 42, 0.16));
}

.tf-hero__glow {
    position: absolute;
    left: 50%;
    bottom: 6%;
    width: 78%;
    height: 42%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(220, 20, 60, 0.3), transparent 68%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.tf-hero__next {
    position: absolute;
    left: 50%;
    bottom: 4.6rem;
    z-index: 5;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.28rem;
    transform: translateX(-50%);
    border: 0;
    background: none;
    color: var(--tf-muted);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
}

.tf-hero__next i {
    animation: tfHint 1.6s var(--tf-ease) infinite;
}

@keyframes tfHint {
    50% { transform: translateY(5px); opacity: 0.45; }
}

.tf-slide--dark {
    --tf-bg: #070b14;
    --tf-wash: rgba(220, 20, 60, 0.22);
    --tf-wash-2: rgba(56, 189, 248, 0.08);
    color: #e8edf7;
}

.tf-slide--dark .tf-kicker,
.tf-slide--dark .tf-title,
.tf-slide--dark .tf-lead,
.tf-slide--dark .tf-list li {
    color: inherit;
}

.tf-slide--dark .tf-lead,
.tf-slide--dark .tf-list span {
    color: #9aa6bd;
}

.tf-slide--match { --tf-wash: rgba(220, 20, 60, 0.18); --tf-orb: rgba(220, 20, 60, 0.3); --tf-accent: #dc143c; }
.tf-slide--sync { --tf-wash: rgba(37, 99, 235, 0.16); --tf-orb: rgba(37, 99, 235, 0.26); --tf-orb-2: rgba(220, 20, 60, 0.12); --tf-accent: #2563eb; }
.tf-slide--share { --tf-wash: rgba(5, 150, 105, 0.16); --tf-orb: rgba(16, 185, 129, 0.24); --tf-accent: #059669; }
.tf-slide--world { --tf-wash: rgba(13, 148, 136, 0.2); --tf-orb: rgba(20, 184, 166, 0.28); --tf-accent: #0f766e; }
.tf-slide--value { --tf-wash: rgba(168, 85, 247, 0.16); --tf-orb: rgba(192, 38, 211, 0.24); --tf-accent: #c026d3; }

/* --- Tipografi --- */
.tf-kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0 0 1.15rem;
    padding: 0;
    border: 0;
    background: none;
    color: var(--tf-accent, var(--tf-crimson));
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
}

.tf-kicker__idx {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    font-variant-numeric: tabular-nums;
}

.tf-kicker__line {
    display: block;
    width: 0;
    height: 1.5px;
    background: currentColor;
    border-radius: 2px;
    transform-origin: left center;
    transition: width 0.85s var(--tf-ease) 0.18s;
}

.tf-slide.is-on .tf-kicker__line {
    width: 2.35rem;
}

.tf-kicker__label {
    color: var(--tf-ink);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.tf-kicker__meta {
    color: var(--tf-muted);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.tf-kicker__meta::before {
    content: "·";
    margin-right: 0.55rem;
    color: currentColor;
    opacity: 0.45;
}

.tf-slide--dark .tf-kicker {
    color: #ff6b86;
}

.tf-slide--dark .tf-kicker__label {
    color: #f3f6fb;
}

.tf-slide--dark .tf-kicker__meta {
    color: #9aa6bd;
}

.tf-title {
    margin: 0 0 1rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.15rem, 4.6vw, 4.35rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
    color: var(--tf-ink);
}

.tf-grad {
    background: linear-gradient(120deg, #ff2a55 0%, #dc143c 42%, #ff7a93 100%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: tfShine 7s linear infinite;
}

.tf-grad--teal {
    background: linear-gradient(120deg, #14b8a6, #0d9488 50%, #2dd4bf);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes tfShine {
    to { background-position: 220% center; }
}

.tf-lead {
    margin: 0 0 1.6rem;
    max-width: 34rem;
    color: var(--tf-muted);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.65;
}

.tf-list {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
}

.tf-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.7rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tf-list i {
    margin-top: 0.18rem;
    color: var(--tf-accent, var(--tf-crimson));
}

.tf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
}

.tf-btn {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.55rem;
    border-radius: 999px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform 0.28s var(--tf-ease), box-shadow 0.28s ease;
}

.tf-btn--solid {
    background: linear-gradient(135deg, #dc143c, #ff2a55);
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(220, 20, 60, 0.32);
}

.tf-btn--ghost {
    background: rgba(255, 255, 255, 0.72);
    color: var(--tf-ink) !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.tf-slide--dark .tf-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.14);
}

.tf-btn:hover {
    transform: translateY(-2px);
}

.tf-btn--solid:hover {
    box-shadow: 0 18px 40px rgba(220, 20, 60, 0.42);
}

/* --- 3D sahne --- */
.tf-stage3d {
    position: relative;
    perspective: 1400px;
    min-height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-phone {
    position: relative;
    width: min(100%, 340px);
}

.tf-phone img {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.tf-chip {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(16px);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--tf-ink);
    transform: translateZ(80px);
}

.tf-chip small {
    display: block;
    margin-top: 0.1rem;
    color: var(--tf-muted);
    font-size: 0.7rem;
    font-weight: 600;
}

.tf-chip i {
    color: var(--tf-crimson);
    font-size: 1.05rem;
}

.tf-chip--1 { top: 8%; left: -8%; }
.tf-chip--2 { bottom: 14%; right: -10%; }
.tf-chip--3 { top: 42%; right: -16%; }

.tf-laptop {
    width: min(100%, 540px);
    transform: rotateX(12deg) rotateY(14deg);
    transition: transform 0.7s var(--tf-ease);
    filter: drop-shadow(-24px 28px 40px rgba(0, 0, 0, 0.45));
}

.tf-slide.is-on .tf-laptop {
    transform: rotateX(6deg) rotateY(8deg);
}

.tf-laptop img {
    width: 100%;
    height: auto;
    display: block;
}

.tf-brand-card {
    width: min(100%, 420px);
    padding: 2rem 1.6rem;
    border-radius: 28px;
    background: linear-gradient(165deg, #fff, #ecfdf5);
    border: 1px solid rgba(45, 212, 191, 0.35);
    box-shadow: 0 24px 50px rgba(13, 148, 136, 0.14);
    text-align: center;
    transform: rotateY(-12deg) rotateX(6deg);
    transition: transform 0.7s var(--tf-ease);
}

.tf-slide.is-on .tf-brand-card {
    transform: none;
}

.tf-brand-card img {
    width: min(100%, 320px);
    height: auto;
}

/* --- Ivo giriş animasyonu --- */
.tf-fly {
    opacity: 0;
    filter: blur(8px);
    transition:
        opacity 0.85s var(--tf-ease),
        transform 0.95s var(--tf-ease),
        filter 0.85s var(--tf-ease);
    transition-delay: var(--d, 0s);
}

.tf-fly-l { transform: translate3d(-16vw, 6vh, -60px) rotateY(16deg); }
.tf-fly-r { transform: translate3d(16vw, 4vh, -60px) rotateY(-16deg); }
.tf-fly-b { transform: translate3d(0, 18vh, -40px) rotateX(12deg); }
.tf-fly-t { transform: translate3d(0, -14vh, -40px); }

.tf-slide.is-on .tf-fly,
.tf-slide.is-seen .tf-fly {
    opacity: 1;
    filter: blur(0);
    transform: none;
}

/* --- Yan ray (ivo) --- */
.tf-rail {
    position: fixed;
    top: 50%;
    right: 18px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.7rem 0.45rem;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(18px);
}

.tf-slide--dark ~ * .tf-rail,
html.tf-on-dark .tf-rail {
    background: rgba(10, 14, 24, 0.62);
    border-color: rgba(255, 255, 255, 0.1);
}

.tf-rail__nav {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--tf-crimson);
    cursor: pointer;
}

.tf-rail__nav:disabled {
    opacity: 0.28;
    cursor: default;
}

.tf-rail__dots {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.35rem 0;
}

.tf-rail__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.22);
    cursor: pointer;
    transition: height 0.35s var(--tf-ease), background 0.25s ease, transform 0.25s ease;
}

html.tf-on-dark .tf-rail__dot {
    background: rgba(255, 255, 255, 0.28);
}

.tf-rail__dot.is-active {
    height: 22px;
    background: var(--tf-crimson);
    box-shadow: 0 0 0 4px rgba(220, 20, 60, 0.16);
}

/* --- Marka şeridi --- */
.tf-brands {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    padding: 0.7rem 0 0.85rem;
    background: linear-gradient(180deg, transparent, rgba(246, 243, 239, 0.92));
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.tf-brands__track {
    display: flex;
    width: max-content;
    animation: tfMarquee 38s linear infinite;
}

.tf-brands__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 2.4rem;
    padding-right: 2.4rem;
}

.tf-brands img {
    height: 28px;
    width: auto;
    flex-shrink: 0;
    opacity: 0.55;
    filter: grayscale(1);
}

.tf-brands--end {
    display: none;
}

@keyframes tfMarquee {
    to { transform: translateX(var(--tf-marquee, -50%)); }
}

/* --- Mağaza --- */
.tf-stores {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.tf-store {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 1rem;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    text-decoration: none;
}

.tf-store img {
    height: 24px;
    filter: brightness(0) invert(1);
}

.tf-store img[src*="huawei"] {
    filter: none;
}

.tf-store small {
    display: block;
    font-size: 0.68rem;
    opacity: 0.7;
}

.tf-store strong {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.92rem;
}

.tf-hand {
    width: min(100%, 280px);
    margin-left: auto;
    filter: drop-shadow(-16px 24px 36px rgba(0, 0, 0, 0.45));
    transform: translateY(8%) rotate(-4deg);
    transition: transform 0.7s var(--tf-ease);
}

.tf-slide.is-on .tf-hand {
    transform: translateY(0) rotate(-2deg);
}

.tf-hand img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- Footer slayt içi --- */
.tf-mini-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    margin-top: 1.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #8b95a8;
    font-size: 0.78rem;
}

.tf-mini-foot a {
    color: inherit;
    text-decoration: none;
    margin-right: 0.85rem;
}

.tf-mini-foot a:hover { color: #fff; }

body.talepify-home-cinematic .tf-mini-foot__social {
    display: flex;
    gap: 0.55rem;
    margin: 0.65rem 0 0.15rem;
}

body.talepify-home-cinematic .tf-mini-foot__social a {
    width: 34px;
    height: 34px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
}

/* --- Mobil snap --- */
@media (max-width: 991.98px) {
    html {
        scroll-snap-type: y mandatory;
        scroll-padding-top: 0;
    }

    html.tf-snap-off {
        scroll-snap-type: none !important;
    }

    body.talepify-home-cinematic {
        overflow-x: hidden;
    }

    .tf-swiper,
    .tf-swiper.swiper-container {
        overflow: visible;
        height: auto !important;
    }

    .tf-swiper .swiper-wrapper {
        display: block !important;
        height: auto !important;
        transform: none !important;
    }

    .tf-slide.swiper-slide {
        width: 100% !important;
        height: auto !important;
    }

    .tf-slide {
        min-height: 100lvh;
        align-items: flex-start;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        overflow: hidden;
        box-sizing: border-box;
        padding-left: max(1.5rem, env(safe-area-inset-left));
        padding-right: max(1.5rem, env(safe-area-inset-right));
    }

    .tf-slide__inner,
    .tf-slide--solo .tf-slide__inner,
    .tf-slide--hero .tf-slide__inner,
    .tf-slide--flip .tf-slide__inner {
        width: 100%;
        max-width: 24.5rem;
        min-height: 100dvh;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.1rem;
        padding: 5.4rem 0 3.2rem;
        text-align: center;
        direction: ltr;
    }

    .tf-copy {
        width: 100%;
        max-width: 19rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .tf-lead {
        margin-left: auto;
        margin-right: auto;
        max-width: 22rem;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .tf-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 22rem;
        margin: 0 auto 0.4rem;
        text-align: center;
    }

    .tf-list li {
        justify-content: center;
        width: fit-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .tf-actions {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: stretch;
        align-self: stretch;
        width: 100%;
        max-width: none;
        margin: 0;
        gap: 0.6rem;
        box-sizing: border-box;
    }

    .tf-btn {
        width: 100%;
        max-width: 100%;
        padding: 0.88rem 1.15rem;
        box-sizing: border-box;
    }

    .tf-kicker {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 0.5rem;
        margin-bottom: 0.85rem;
    }

    .tf-kicker__meta { display: none; }

    .tf-slide.is-on .tf-kicker__line {
        width: 1.55rem;
    }

    .tf-title {
        font-size: clamp(1.7rem, 7vw, 2.3rem);
        letter-spacing: -0.035em;
        margin-bottom: 0.8rem;
        text-align: center;
    }

    .tf-stage3d {
        min-height: 0;
        order: -1;
        perspective: none;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tf-phone,
    .tf-laptop,
    .tf-brand-card,
    .tf-hand,
    .tf-slide.is-on .tf-laptop,
    .tf-slide.is-on .tf-brand-card,
    .tf-slide.is-on .tf-hand {
        margin-left: auto;
        margin-right: auto;
        transform: none;
    }

    .tf-phone {
        width: min(42vw, 176px);
    }

    .tf-chip {
        display: none;
    }

    .tf-laptop,
    .tf-brand-card {
        width: min(82vw, 280px);
        filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.16));
    }

    .tf-hand {
        width: min(46vw, 168px);
        filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.35));
    }

    .tf-stores {
        flex-direction: column;
        align-items: stretch;
        align-self: center;
        width: min(100%, 20rem);
        margin-left: auto;
        margin-right: auto;
    }

    .tf-store {
        justify-content: center;
    }

    .tf-rail {
        display: flex;
        right: max(6px, env(safe-area-inset-right));
        padding: 0.45rem 0.28rem;
        gap: 0.12rem;
    }

    .tf-rail__nav { display: none; }

    .tf-rail__dots { gap: 0.42rem; padding: 0.2rem 0; }

    .tf-rail__dot { width: 7px; height: 7px; }

    .tf-rail__dot.is-active { height: 18px; }

    .tf-slide--hero > .tf-brands { display: none; }

    .tf-brands--end {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 2;
        width: 100vw;
        max-width: none;
        margin: 0.85rem 0 0.15rem;
        margin-left: calc(50% - 50vw);
        padding: 0.55rem 0;
        background: none;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
        mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
        pointer-events: none;
    }

    .tf-brands--end .tf-brands__track {
        animation-duration: 28s;
    }

    .tf-brands--end .tf-brands__group {
        gap: 1.55rem;
        padding-right: 1.55rem;
    }

    .tf-brands--end img {
        height: 24px;
        opacity: 1;
        filter: brightness(0) invert(1);
    }

    .tf-hero__title {
        font-size: clamp(1.85rem, 8vw, 2.55rem);
    }

    .tf-hero__proof {
        justify-content: center;
        gap: 1rem 1.4rem;
        margin-top: 1.15rem;
        padding-top: 0.95rem;
        width: 100%;
    }

    .tf-hero__proof dt { font-size: 1.15rem; }

    .tf-hero__visual {
        min-height: 0;
    }

    .tf-hero__visual .tf-phone {
        width: min(44vw, 188px);
    }

    .tf-hero__next {
        bottom: 1.15rem;
    }

    .tf-fly-l,
    .tf-fly-r,
    .tf-fly-b,
    .tf-fly-t {
        transform: translate3d(0, 14px, 0);
    }

    .tf-mini-foot {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .tf-mini-foot nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35rem 0.75rem;
    }

    .tf-mini-foot a {
        margin-right: 0;
    }

    .tf-mini-foot__social {
        justify-content: center;
    }
}

@media (max-width: 430px) {
    .tf-list li:nth-child(n+3) { display: none; }
    .tf-phone { width: min(40vw, 150px); }
    .tf-hand { width: min(42vw, 148px); }
    .tf-title { font-size: clamp(1.58rem, 7.4vw, 2.05rem); }
}

.tf-slide--demo {
    --tf-wash: rgba(37, 211, 102, 0.12);
    --tf-orb: rgba(220, 20, 60, 0.28);
    --tf-orb-2: rgba(37, 211, 102, 0.16);
    --tf-accent: #25d366;
}

.tf-demo-invite {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.65rem;
    margin: 0.1rem 0 0.55rem;
    max-width: 28rem;
}

.tf-demo-invite__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 3.2rem;
    margin: 0;
    padding: 0 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    color-scheme: dark;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-text-fill-color: #fff;
}

.tf-demo-invite__input::placeholder {
    color: rgba(255, 255, 255, 0.48);
    line-height: normal;
}

.tf-demo-invite__input:focus {
    border-color: rgba(37, 211, 102, 0.55);
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.14);
}

.tf-demo-invite__wa {
    flex: 0 0 auto;
    height: 3.2rem;
    padding: 0 1.35rem;
    gap: 0.55rem;
    background: linear-gradient(135deg, #1ebe57, #25d366) !important;
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.32) !important;
}

.tf-demo-invite__wa:hover {
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45) !important;
}

.tf-demo-invite__note {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
}

.tf-demo-panel {
    width: min(100%, 380px);
    padding: 1.6rem 1.5rem 1.4rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.tf-demo-panel__kicker {
    margin: 0 0 1.15rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.tf-demo-panel__steps {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.tf-demo-panel__steps li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.tf-demo-panel__steps span {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(145deg, #dc143c, #ff2a55);
}

.tf-demo-panel__steps strong {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}

.tf-demo-panel__steps em {
    display: block;
    margin-top: 0.12rem;
    font-style: normal;
    font-size: 0.84rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.58);
}

.tf-demo-panel__chip {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: rgba(37, 211, 102, 0.14);
    border: 1px solid rgba(37, 211, 102, 0.22);
}

.tf-demo-panel__chip i {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    font-size: 1.05rem;
}

.tf-demo-panel__chip div {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.tf-demo-panel__chip small {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 991.98px) {
    .tf-demo-invite {
        width: 100%;
        max-width: 22rem;
        flex-direction: column;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
    }

    .tf-demo-invite__input,
    .tf-demo-invite__wa {
        width: 100%;
        height: 3.15rem;
        line-height: 1.25;
        box-sizing: border-box;
    }

    .tf-demo-panel {
        width: min(100%, 22rem);
        margin: 0.4rem auto 0;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tf-fly,
    .tf-phone,
    .tf-laptop,
    .tf-brand-card,
    .tf-hand,
    .tf-orb,
    .tf-grad,
    .tf-brands__track {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
    }

    .tf-kicker__line {
        width: 2.35rem !important;
        transition: none !important;
    }

    html,
    body.talepify-home-cinematic,
    .tf-stage,
    .tf-slide {
        scroll-snap-type: none;
    }
}
