/* ============================================================
   Front page — TS Fling  (hp- prefix)
   ============================================================ */

/* ── Hero ─────────────────────────────────────────────────── */
.hp-hero {
    position: relative; min-height: 100svh; min-height: 100vh;
    display: flex; align-items: flex-end; overflow: hidden; background: #0A0306;
}
.hp-hero__bg {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 30%;
    filter: saturate(1.15) contrast(1.05);
    animation: hp-ken 18s ease-in-out infinite alternate;
}
@keyframes hp-ken { from { transform: scale(1); } to { transform: scale(1.06); } }
@media (prefers-reduced-motion: reduce) { .hp-hero__bg { animation: none; } }
.hp-hero__vignette {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(10,3,6,0.45) 0%, rgba(10,3,6,0.10) 35%, rgba(10,3,6,0.70) 70%, #0A0306 100%),
        linear-gradient(90deg, rgba(10,3,6,0.75) 0%, rgba(10,3,6,0.25) 55%, rgba(10,3,6,0.05) 100%);
}
.hp-hero__glow {
    position: absolute; left: -10%; bottom: -20%; width: 60%; height: 70%;
    background: radial-gradient(closest-side, rgba(255,36,88,0.42), transparent 70%);
    filter: blur(20px); pointer-events: none;
}
.hp-hero::after {
    content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
    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='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
    opacity: 0.10; mix-blend-mode: overlay;
}
.hp-hero__bottom { position: relative; z-index: 2; width: 100%; padding: 24px 0 28px; }
.hp-hero__h1 {
    font-size: clamp(2.6rem, 6.2vw, 5rem); line-height: 1.02; margin: 0 0 16px; max-width: 900px;
    text-shadow: 0 10px 40px rgba(0,0,0,0.55);
}
.hp-hero__sub { font-size: clamp(1.02rem, 1.4vw, 1.25rem); color: #EBD8E4; max-width: 620px; margin-bottom: 30px; text-shadow: 0 2px 14px rgba(0,0,0,0.6); }
.hp-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hp-trust { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; font-size: 0.85rem; color: #D9C3D2; font-weight: 600; }
.hp-trust .hp-dot { opacity: .45; }
.hp-live { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #35F28A; box-shadow: 0 0 0 4px rgba(53,242,138,0.22); margin-right: 6px; vertical-align: middle; animation: hp-pulse 1.6s infinite; }
@keyframes hp-pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(53,242,138,0.25);} 50% { box-shadow: 0 0 0 7px rgba(53,242,138,0.05);} }

/* ── Three promises ──────────────────────────────────────── */
.hp-rules {
    padding: 0 0 8px;
    background: linear-gradient(180deg, #14060B 0%, #0A0306 100%);
    border-top: 1px solid var(--tsf-line);
    border-bottom: 1px solid var(--tsf-line);
}
.hp-rules__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hp-rules__item {
    padding: 42px 36px 46px;
    border-right: 1px solid var(--tsf-line);
    position: relative;
}
.hp-rules__item:last-child { border-right: none; }
.hp-rules__num {
    display: block; font-family: var(--tsf-font-d); font-style: italic;
    font-size: 0.85rem; letter-spacing: 0.18em; color: var(--tsf-gold);
    margin-bottom: 14px;
}
.hp-rules__item h3 { font-size: 1.55rem; margin-bottom: 10px; }
.hp-rules__item p { color: var(--tsf-muted); font-size: 0.98rem; max-width: 340px; }
@media (max-width: 860px) {
    .hp-rules__grid { grid-template-columns: 1fr; }
    .hp-rules__item { border-right: none; border-bottom: 1px solid var(--tsf-line); padding: 32px 8px; }
    .hp-rules__item:last-child { border-bottom: none; }
}

/* ── Find grid ───────────────────────────────────────────── */
.hp-find__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; text-align: left; }
.hp-find__card { padding: 30px 26px; }
.hp-find__icon { font-size: 1.7rem; margin-bottom: 14px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,36,88,0.10); border: 1px solid var(--tsf-line-2); }
.hp-find__card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.hp-find__card p { color: var(--tsf-muted); font-size: 0.95rem; }

/* ── Steps ───────────────────────────────────────────────── */
.hp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.hp-step { position: relative; padding: 42px 28px 34px; text-align: center; }
.hp-step__num {
    position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
    width: 34px; height: 34px; border-radius: 50%; background: var(--tsf-grad); color: #fff;
    font-weight: 800; font-size: 0.9rem; display: grid; place-items: center; box-shadow: var(--tsf-glow);
}
.hp-step img { width: 72px; height: 72px; object-fit: contain; margin: 0 auto 18px; display: block; filter: drop-shadow(0 6px 18px rgba(255,36,88,0.35)); }
.hp-step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.hp-step p { color: var(--tsf-muted); font-size: 0.95rem; }

/* ── Split layouts ──────────────────────────────────────── */
.hp-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.hp-split--reverse .hp-split__image { order: -1; }
.hp-split__text p { color: var(--tsf-muted); font-size: 1.05rem; margin: 0 0 22px; }
.hp-split__image { aspect-ratio: 1 / 1; }
.hp-split__image::before {
    content: ''; position: absolute; inset: -14px; border-radius: 26px; z-index: -1;
    background: var(--tsf-grad); opacity: .28; filter: blur(30px);
}
.hp-features { list-style: none; margin: 0 0 28px; }
.hp-features li { position: relative; padding-left: 34px; margin-bottom: 12px; color: var(--tsf-text); }
.hp-features li::before {
    content: '✓'; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%;
    background: rgba(255,36,88,0.15); color: var(--tsf-pink-2); font-size: 0.8rem; font-weight: 800;
    display: grid; place-items: center; border: 1px solid var(--tsf-line-2);
}
.hp-inline-link { margin-left: 18px; font-weight: 700; font-size: 0.9rem; }

/* ── Compare ─────────────────────────────────────────────── */
.hp-compare__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 26px; margin-top: 48px; align-items: stretch; }
.hp-compare__col { padding: 36px 32px; position: relative; }
.hp-compare__col h3 { font-size: 1.35rem; margin-bottom: 20px; }
.hp-compare__col--them { opacity: .78; }
.hp-compare__col--them:hover { transform: none; box-shadow: none; }
.hp-compare__col--us { border-color: var(--tsf-line-2); background: linear-gradient(180deg, rgba(255,36,88,0.09), rgba(155,27,74,0.06)); box-shadow: var(--tsf-glow-lg); }
.hp-compare__badge {
    position: absolute; top: -14px; left: 32px; padding: 5px 14px; border-radius: 999px;
    background: var(--tsf-grad); color: #fff; font-size: 0.72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.hp-compare__list { list-style: none; margin: 0 0 26px; }
.hp-compare__list li { position: relative; padding-left: 30px; margin-bottom: 12px; color: var(--tsf-muted); }
.hp-compare__list li::before { position: absolute; left: 0; top: 1px; font-weight: 800; }
.hp-compare__list--no li::before { content: '✕'; color: #8F7A8B; }
.hp-compare__list--yes li { color: var(--tsf-text); }
.hp-compare__list--yes li::before { content: '✓'; color: var(--tsf-pink-2); }

/* ── Categories teaser ───────────────────────────────────── */
.hp-cats__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.hp-cats__text .tsf-lead { margin-bottom: 26px; }
.hp-cats__pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.hp-cats__pills .tsf-pill { font-size: 0.92rem; padding: .6rem 1.15rem; }

/* ── Trust ───────────────────────────────────────────────── */
.hp-trust-sec { background: radial-gradient(900px 400px at 50% 0%, rgba(155,27,74,0.16), transparent 70%); }
.hp-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 48px 0 40px; text-align: left; }
.hp-trust__card { padding: 28px 24px; }
.hp-trust__icon { font-size: 1.6rem; margin-bottom: 12px; }
.hp-trust__card h3 { font-size: 1.12rem; margin-bottom: 6px; }
.hp-trust__card p { color: var(--tsf-muted); font-size: 0.92rem; }

/* ── Stories carousel ────────────────────────────────────── */
.hp-privacy-note { color: var(--tsf-dim); font-size: 0.85rem; margin-top: 6px; }
.hp-carousel { position: relative; max-width: 1240px; margin: 44px auto 0; padding: 0 5%; }
.hp-carousel__wrap { overflow: hidden; padding: 20px 0; }
.hp-carousel__track { display: flex; gap: 24px; transition: transform .5s cubic-bezier(.4,0,.2,1); will-change: transform; }
.hp-story { flex: 0 0 calc((100% - 48px) / 3); padding: 28px 26px; margin: 0; text-align: left; font-style: normal; }
.hp-story__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.hp-story__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; filter: blur(2px) saturate(1.1); border: 2px solid var(--tsf-line-2); }
.hp-story__stars { color: var(--tsf-gold); letter-spacing: 2px; font-size: 0.9rem; }
.hp-story p { color: var(--tsf-text); font-size: 0.98rem; line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.hp-story cite { font-style: normal; font-size: 0.85rem; color: var(--tsf-muted); }
.hp-story cite strong { color: var(--tsf-pink-2); }
.hp-carousel__btn {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--tsf-line-2);
    background: rgba(20,10,26,0.9); color: #fff; font-size: 1.1rem; cursor: pointer; transition: background .2s, opacity .2s;
}
.hp-carousel__btn:hover:not(:disabled) { background: var(--tsf-pink); }
.hp-carousel__btn:disabled { opacity: .25; cursor: default; }
.hp-carousel__btn--prev { left: 0.5%; }
.hp-carousel__btn--next { right: 0.5%; }
.hp-carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 10px; }
.hp-carousel__dot { width: 8px; height: 8px; border-radius: 50%; border: none; background: rgba(255,255,255,0.18); cursor: pointer; transition: background .2s, width .2s; }
.hp-carousel__dot.is-active { background: var(--tsf-pink); width: 22px; border-radius: 4px; }

/* ── FAQ ─────────────────────────────────────────────────── */
.hp-faq__list { max-width: 820px; margin: 40px auto 0; }
.hp-faq__item { border: 1px solid var(--tsf-line); border-radius: 14px; margin-bottom: 12px; background: var(--tsf-card); transition: border-color .2s; }
.hp-faq__item[open] { border-color: var(--tsf-line-2); background: var(--tsf-card-2); }
.hp-faq__item summary {
    list-style: none; cursor: pointer; padding: 18px 54px 18px 22px; position: relative;
    font-weight: 700; font-size: 1.02rem; color: #fff;
}
.hp-faq__item summary::-webkit-details-marker { display: none; }
.hp-faq__item summary::after {
    content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
    width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
    background: rgba(255,36,88,0.14); color: var(--tsf-pink-2); font-weight: 800; transition: transform .25s, background .2s;
}
.hp-faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--tsf-pink); color: #fff; }
.hp-faq__answer { padding: 0 22px 20px; color: var(--tsf-muted); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hp-find__grid { grid-template-columns: repeat(2, 1fr); }
    .hp-trust__grid { grid-template-columns: repeat(2, 1fr); }
    .hp-split, .hp-cats__inner { grid-template-columns: 1fr; gap: 40px; }
    .hp-split--reverse .hp-split__image { order: 0; }
    .hp-cats__pills { justify-content: flex-start; }
}
@media (max-width: 860px) {
    .hp-steps, .hp-compare__grid { grid-template-columns: 1fr; }
    .hp-story { flex: 0 0 100%; }
    .hp-carousel__btn--prev { left: 2%; } .hp-carousel__btn--next { right: 2%; }
    .hp-hero__bottom { padding: 16px 0 20px; }
    .hp-hero__bg { object-position: 65% 20%; }
}
@media (max-width: 600px) {
    .hp-find__grid { grid-template-columns: 1fr; }
    .hp-trust__grid { grid-template-columns: 1fr; }
    .hp-hero__actions .tsf-btn { width: 100%; }
    .hp-inline-link { display: block; margin: 14px 0 0; }
}
