/* ==========================================================================
   Tours & Travel ERP — FRESH full-page bespoke design ("Wanderlust")
   Every section (except FAQ) gets a travel-native treatment: boarding-pass
   hero, ticket feature cards, flight-path implementation timeline, night-sky
   technical band. Coral + tropical-teal + sunshine-gold on warm sand.
   Scoped under .tv-scope (+ page-only .tv-header-bg). FAQ left untouched.
   ========================================================================== */
.tv-scope {
    --tv-ink: #23243f;
    --tv: #ff5a5f;            /* travel coral primary */
    --tv-2: #ff7e82;
    --tv-3: #e23b52;          /* deep rose */
    --tv-teal: #0fb5ae;       /* tropical teal */
    --tv-teal-2: #14cec4;
    --tv-gold: #ffb020;       /* sunshine gold */
    --tv-soft: #ffece9;
    --tv-soft-2: #fff7f3;
    --tv-sand: #fdf3ea;
    --tv-line: #f1e6de;
    --tv-muted: #6c6a7d;
    --tv-grad: linear-gradient(120deg, #ff7e82 0%, #ff5a5f 55%, #e23b52 100%);
    --tv-grad-teal: linear-gradient(120deg, #14cec4 0%, #0fb5ae 100%);
    --tv-grad-gold: linear-gradient(120deg, #ffc558 0%, #ffb020 100%);
    color: #3a3850;
}
.tv-scope section { overflow: hidden; }

/* page-only header background so the navbar blends into the hero */
.tv-header-bg {
    background:
        radial-gradient(1100px 320px at 86% 130%, #ffe3d8 0%, rgba(255,227,216,0) 70%),
        #fdf4ec;
}

/* ---- shared bits ---- */
.tv-kicker {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
    color: var(--tv-3); background: var(--tv-soft);
    padding: .45rem .95rem; border-radius: 2rem; border: 1px solid #ffdcd6;
}
.tv-kicker.teal { color: #0a8a84; background: #e2f7f5; border-color: #c7efec; }
.tv-kicker.on-dark { color: #ffc9c9; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.tv-h { font-weight: 800; letter-spacing: -.02em; color: var(--tv-ink); line-height: 1.12; }
.tv-grad-txt { background: var(--tv-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.tv-teal-txt { background: var(--tv-grad-teal); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.tv-lead { color: var(--tv-muted); font-size: 1.075rem; line-height: 1.7; }
.tv-head { max-width: 760px; margin: 0 auto 3.2rem; text-align: center; }
.tv-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.tv-head p { margin-top: 1rem; }

/* buttons */
.tv-btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; padding: .9rem 1.55rem; border-radius: .85rem; border: 0; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; text-decoration: none; }
.tv-btn i { transition: transform .25s ease; }
.tv-btn:hover i { transform: translate(2px,-2px); }
.tv-btn-primary { background: var(--tv-grad); color: #fff; box-shadow: 0 .8rem 1.8rem rgba(255,90,95,.34); }
.tv-btn-primary:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 1.2rem 2.4rem rgba(255,90,95,.46); }
.tv-btn-ghost { background: #fff; color: var(--tv-3); border: 1.5px solid var(--tv-line); }
.tv-btn-ghost:hover { color: var(--tv-3); transform: translateY(-3px); border-color: var(--tv); box-shadow: 0 1rem 2rem rgba(255,90,95,.14); }
.tv-btn-teal { background: var(--tv-grad-teal); color: #fff; box-shadow: 0 .8rem 1.8rem rgba(15,181,174,.32); }
.tv-btn-teal:hover { color: #fff; transform: translateY(-3px); }
.tv-btn-light { background: #fff; color: var(--tv-3); box-shadow: 0 .8rem 1.6rem rgba(24,20,40,.22); }
.tv-btn-light:hover { color: var(--tv-3); transform: translateY(-3px); }

/* ==========================================================================
   HERO — split copy + BOARDING PASS
   ========================================================================== */
.tv-hero {
    position: relative;
    background:
        radial-gradient(900px 480px at 86% -12%, #ffe0d6 0%, rgba(255,224,214,0) 60%),
        radial-gradient(780px 440px at 4% 110%, #d9f6f3 0%, rgba(217,246,243,0) 55%),
        #fdf4ec;
}
/* dotted flight-path arc */
.tv-hero::before {
    content: ""; position: absolute; top: 16%; left: 8%; right: 8%; height: 40%;
    border-top: 2px dashed rgba(255,90,95,.22); border-radius: 50%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
}
.tv-hero .container { position: relative; z-index: 2; }
.tv-hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
.tv-hero-trust { display: flex; flex-wrap: wrap; gap: 1.3rem 1.9rem; }
.tv-hero-trust .t { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--tv-ink); font-size: .95rem; }
.tv-hero-trust .t i { color: var(--tv); font-size: 1.15rem; }

/* boarding pass */
.tv-board-wrap { position: relative; }
.tv-board { position: relative; z-index: 2; background: #fff; border-radius: 1.3rem; border: 1px solid var(--tv-line); box-shadow: 0 2.4rem 5rem rgba(35,36,63,.18); overflow: hidden; }
.tv-board__air { background: var(--tv-grad); color: #fff; display: flex; align-items: center; gap: .6rem; padding: .85rem 1.2rem; }
.tv-board__air .lg { width: 1.9rem; height: 1.9rem; border-radius: 50%; background: rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.tv-board__air b { font-weight: 800; font-size: .95rem; }
.tv-board__air span { margin-left: auto; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .92; }
.tv-board__route { display: flex; align-items: center; gap: .6rem; padding: 1.3rem 1.2rem .6rem; }
.tv-city { text-align: center; flex: none; }
.tv-city .iata { display: block; font-size: 1.7rem; font-weight: 800; color: var(--tv-ink); line-height: 1; }
.tv-city .name { display: block; font-size: .72rem; color: var(--tv-muted); margin-top: .2rem; }
.tv-fly { flex: 1; position: relative; height: 2rem; }
.tv-fly::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 2px dashed var(--tv-line); }
.tv-fly .pl { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(90deg); width: 2rem; height: 2rem; border-radius: 50%; background: var(--tv-grad-teal); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1rem; box-shadow: 0 .4rem .9rem rgba(15,181,174,.4); }
.tv-board__meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; padding: .4rem 1.2rem 1.1rem; }
.tv-board__meta div span { display: block; font-size: .6rem; text-transform: uppercase; letter-spacing: .06em; color: var(--tv-muted); font-weight: 700; }
.tv-board__meta div b { font-size: .82rem; color: var(--tv-ink); font-weight: 800; }
.tv-perf { position: relative; border-top: 2px dashed var(--tv-line); margin: 0 1rem; }
.tv-perf::before, .tv-perf::after { content: ""; position: absolute; top: 50%; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: #fdf3ea; transform: translateY(-50%); }
.tv-perf::before { left: -1.65rem; box-shadow: inset -2px 0 0 rgba(0,0,0,.03); }
.tv-perf::after { right: -1.65rem; box-shadow: inset 2px 0 0 rgba(0,0,0,.03); }
.tv-board__stub { display: flex; align-items: center; gap: .8rem; background: var(--tv-soft-2); padding: 1rem 1.2rem; }
.tv-board__stub .ic { width: 2.4rem; height: 2.4rem; border-radius: .6rem; background: var(--tv-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex: none; }
.tv-board__stub b { display: block; font-size: .88rem; font-weight: 800; color: var(--tv-ink); }
.tv-board__stub small { font-size: .72rem; color: var(--tv-muted); }
.tv-barcode { margin-left: auto; width: 4.4rem; height: 2rem; background: repeating-linear-gradient(90deg, var(--tv-ink) 0 2px, transparent 2px 4px, var(--tv-ink) 4px 5px, transparent 5px 8px); opacity: .82; border-radius: 2px; }

/* floating chips */
.tv-chip { position: absolute; z-index: 3; background: #fff; border-radius: .9rem; box-shadow: 0 1rem 2.4rem rgba(35,36,63,.16); padding: .65rem .9rem; display: flex; align-items: center; gap: .55rem; border: 1px solid var(--tv-line); animation: tvfloat 5s ease-in-out infinite; }
.tv-chip .ic { width: 2rem; height: 2rem; border-radius: .55rem; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; flex: none; }
.tv-chip .ic--ok { background: var(--tv-grad-teal); }
.tv-chip .ic--star { background: var(--tv-grad-gold); }
.tv-chip b { display: block; font-size: .82rem; color: var(--tv-ink); line-height: 1.05; }
.tv-chip span { font-size: .68rem; color: var(--tv-muted); }
.tv-chip--tl { top: -1.9rem; left: -1.5rem; }
.tv-chip--br { bottom: -1.7rem; right: -1.2rem; animation-delay: 1.4s; }
@keyframes tvfloat { 50% { transform: translateY(-10px); } }

/* ==========================================================================
   STAT STRIP (coral gradient band)
   ========================================================================== */
.tv-strip { background: var(--tv-grad); }
.tv-strip .s { text-align: center; padding: .4rem; color: #fff; }
.tv-strip .s i { font-size: 1.2rem; opacity: .9; }
.tv-strip .s b { display: block; font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; line-height: 1; margin-top: .3rem; }
.tv-strip .s span { display: block; margin-top: .35rem; font-size: .82rem; color: rgba(255,255,255,.85); }
.tv-strip .col + .col .s { border-left: 1px solid rgba(255,255,255,.18); }
@media (max-width: 767px){ .tv-strip .col + .col .s { border-left: 0; } }

/* ==========================================================================
   FEATURES — ticket cards
   ========================================================================== */
.tv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.tv-tik {
    position: relative; background: #fff; border: 1px solid var(--tv-line); border-radius: 1.1rem;
    padding: 1.5rem; height: 100%; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.tv-tik:hover { transform: translateY(-.5rem); box-shadow: 0 1.6rem 3.2rem rgba(35,36,63,.12); border-color: transparent; }
.tv-tik__hd { display: flex; align-items: center; gap: .8rem; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 2px dashed var(--tv-line); position: relative; }
.tv-tik__hd::before, .tv-tik__hd::after { content: ""; position: absolute; bottom: -.65rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: #fff; border: 1px solid var(--tv-line); }
.tv-tik__hd::before { left: -1.9rem; } .tv-tik__hd::after { right: -1.9rem; }
.tv-tik__hd .ic { width: 3rem; height: 3rem; border-radius: .85rem; display: flex; align-items: center; justify-content: center; flex: none; }
.tv-tik__hd .ic img, .tv-tik__hd .ic svg { width: 1.6rem; height: 1.6rem; }
.tv-tik__hd .ic svg [fill]:not([fill="none"]) { fill: currentColor; }
.tv-tik__hd .ic svg [stroke]:not([stroke="none"]) { stroke: currentColor; }
.tv-tik__hd h3 { margin: 0; font-size: 1.02rem; font-weight: 800; color: var(--tv-ink); }
.tv-tik > p { font-size: .88rem; color: var(--tv-muted); margin-bottom: .9rem; line-height: 1.5; }
.tv-ticks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
.tv-ticks li { position: relative; padding-left: 1.5rem; font-size: .84rem; color: #4a4860; line-height: 1.45; }
.tv-ticks li::before { content: "\2713"; position: absolute; left: 0; top: 0; font-size: .7rem; font-weight: 700; color: var(--tv-3); width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--tv-soft); display: flex; align-items: center; justify-content: center; }
/* icon chips */
.tv-c1 { background: #ffece9; color: #ff5a5f; } .tv-c2 { background: #e2f7f5; color: #0fb5ae; }
.tv-c3 { background: #fff2d9; color: #d69100; } .tv-c4 { background: #eae9fb; color: #6d5bd0; }
.tv-c5 { background: #e7f1ff; color: #2b7fff; } .tv-c6 { background: #e6f6ee; color: #0e9c6e; }
.tv-c7 { background: #fdeaf0; color: #d6407e; } .tv-c8 { background: #e0f5f8; color: #0e93a8; }
.tv-c9 { background: #fdeede; color: #d9730d; }

/* ==========================================================================
   BENEFITS — image collage + benefit tiles
   ========================================================================== */
.tv-benefits { background: linear-gradient(180deg, #fff, var(--tv-soft-2)); }
.tv-collage { position: relative; padding-bottom: 2rem; }
.tv-collage img { border-radius: 1.2rem; display: block; box-shadow: 0 1.4rem 3rem rgba(35,36,63,.16); }
.tv-collage .big { width: 82%; }
.tv-collage .small { position: absolute; right: 0; bottom: 0; width: 46%; border: 5px solid #fff; }
.tv-collage .rate { position: absolute; left: 1rem; top: 1rem; background: rgba(255,255,255,.95); backdrop-filter: blur(6px); border-radius: .8rem; padding: .55rem .8rem; box-shadow: 0 .8rem 1.8rem rgba(0,0,0,.12); display: flex; align-items: center; gap: .5rem; }
.tv-collage .rate b { color: var(--tv-ink); font-weight: 800; }
.tv-collage .rate .st { color: var(--tv-gold); font-size: .8rem; }
.tv-blob { position: absolute; width: 12rem; height: 12rem; border-radius: 50%; background: radial-gradient(circle, rgba(15,181,174,.32), transparent 70%); filter: blur(8px); bottom: -1rem; right: -1rem; z-index: 0; }
.tv-btile { display: flex; gap: .8rem; align-items: flex-start; background: #fff; border: 1px solid var(--tv-line); border-radius: 1rem; padding: 1rem 1.1rem; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.tv-btile:hover { transform: translateY(-.35rem); box-shadow: 0 1.2rem 2.6rem rgba(35,36,63,.1); }
.tv-btile .ic { width: 2.6rem; height: 2.6rem; border-radius: .7rem; flex: none; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; color: #fff; background: var(--tv-grad); }
.tv-btile:nth-child(2n) .ic { background: var(--tv-grad-teal); }
.tv-btile h3 { font-size: .96rem; font-weight: 800; color: var(--tv-ink); margin: .15rem 0 .2rem; }
.tv-btile p { font-size: .78rem; color: var(--tv-muted); margin: 0; line-height: 1.45; }

/* ==========================================================================
   WHY US — split image + numbered stamp rows
   ========================================================================== */
.tv-why__img { position: relative; border-radius: 1.4rem; overflow: hidden; box-shadow: 0 1.8rem 4rem rgba(35,36,63,.16); }
.tv-why__img img { width: 100%; display: block; }
.tv-vrow { display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--tv-line); }
.tv-vrow:last-child { border-bottom: 0; }
.tv-vrow .n { flex: none; width: 2.7rem; height: 2.7rem; border-radius: .8rem; background: var(--tv-soft); color: var(--tv-3); display: flex; align-items: center; justify-content: center; font-weight: 800; }
.tv-vrow h3 { font-size: 1.05rem; font-weight: 800; color: var(--tv-ink); margin-bottom: .25rem; }
.tv-vrow p { font-size: .88rem; color: var(--tv-muted); margin: 0; line-height: 1.55; }

/* ==========================================================================
   CONSIDERATIONS — honest cards + teal solve bar
   ========================================================================== */
.tv-honest { background: var(--tv-soft-2); }
.tv-note { background: #fff; border: 1px solid var(--tv-line); border-radius: 1.1rem; padding: 1.4rem; height: 100%; border-top: 3px solid var(--tv-gold); transition: transform .3s ease, box-shadow .3s ease; }
.tv-note:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.6rem rgba(35,36,63,.1); }
.tv-note .ic { width: 2.9rem; height: 2.9rem; border-radius: .8rem; background: #fff5e0; color: var(--tv-gold); display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
.tv-note .ic img, .tv-note .ic svg { width: 1.5rem; height: 1.5rem; }
.tv-note .ic svg [fill]:not([fill="none"]) { fill: currentColor; }
.tv-note .ic svg [stroke]:not([stroke="none"]) { stroke: currentColor; }
.tv-note h3 { font-size: 1.02rem; font-weight: 800; color: var(--tv-ink); margin-bottom: .45rem; }
.tv-note p { font-size: .86rem; color: var(--tv-muted); margin: 0; line-height: 1.55; }
.tv-solve { background: var(--tv-grad-teal); color: #fff; border-radius: 1.3rem; padding: 2rem; display: flex; gap: 1.3rem; align-items: center; box-shadow: 0 1.6rem 3.4rem rgba(15,181,174,.3); }
.tv-solve .ic { flex: none; width: 4rem; height: 4rem; border-radius: 1rem; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; }
.tv-solve h3 { color: #fff; font-weight: 800; margin-bottom: .35rem; font-size: 1.25rem; }
.tv-solve p { color: rgba(255,255,255,.92); margin: 0; font-size: .92rem; line-height: 1.6; }

/* ==========================================================================
   TECHNICAL — night-sky dark band
   ========================================================================== */
.tv-tech { position: relative; background: #171a2e; color: #c7c9e0; }
.tv-tech::before {
    content: ""; position: absolute; inset: 0;
    background-image:
        radial-gradient(1.5px 1.5px at 12% 18%, rgba(255,255,255,.7), transparent),
        radial-gradient(1.5px 1.5px at 28% 62%, rgba(255,255,255,.5), transparent),
        radial-gradient(1.5px 1.5px at 46% 30%, rgba(255,255,255,.6), transparent),
        radial-gradient(1.5px 1.5px at 68% 72%, rgba(255,255,255,.5), transparent),
        radial-gradient(1.5px 1.5px at 82% 22%, rgba(255,255,255,.7), transparent),
        radial-gradient(1.5px 1.5px at 92% 56%, rgba(255,255,255,.45), transparent),
        radial-gradient(1.5px 1.5px at 58% 12%, rgba(255,255,255,.5), transparent);
}
.tv-tech::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(760px 380px at 88% -10%, rgba(255,90,95,.24), transparent 60%),
                radial-gradient(680px 400px at 8% 110%, rgba(15,181,174,.24), transparent 60%);
}
.tv-tech .container { position: relative; z-index: 2; }
.tv-tech .tv-head h2 { color: #fff; }
.tv-tech .tv-head p { color: #9fa2c4; }
.tv-tile { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; padding: 1.5rem 1rem; text-align: center; transition: transform .3s ease, border-color .3s ease; }
.tv-tile:hover { transform: translateY(-.4rem); border-color: rgba(255,90,95,.5); }
.tv-tile b { display: block; font-size: 2rem; font-weight: 800; background: linear-gradient(120deg,#ff8a8f,#14cec4); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.tv-tile span { display: block; margin-top: .35rem; font-size: .86rem; color: #9fa2c4; }
.tv-trow { display: flex; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.tv-trow:last-child { border-bottom: 0; }
.tv-trow .ic { flex: none; width: 2.9rem; height: 2.9rem; border-radius: .75rem; background: #fff; display: flex; align-items: center; justify-content: center; }
.tv-trow .ic img, .tv-trow .ic svg { width: 1.45rem; height: 1.45rem; }
.tv-trow h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: .2rem; }
.tv-trow p { color: #9fa2c4; font-size: .85rem; margin: 0; line-height: 1.5; }
.tv-tech-sub { color: #fff; font-weight: 800; font-size: 1.15rem; margin-bottom: .4rem; }

/* ==========================================================================
   IMPLEMENTATION — flight-path timeline + support cards
   ========================================================================== */
.tv-route { position: relative; }
.tv-route__line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
.tv-route__line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 1.6rem; border-top: 2px dashed var(--tv-line); z-index: 0; }
.tv-mile { position: relative; z-index: 1; text-align: center; padding: 0 .4rem; }
.tv-mile .pin { width: 3.3rem; height: 3.3rem; border-radius: 50%; margin: 0 auto 1rem; background: var(--tv-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; box-shadow: 0 .6rem 1.4rem rgba(255,90,95,.34); position: relative; }
.tv-mile:nth-child(2) .pin { background: var(--tv-grad-teal); box-shadow: 0 .6rem 1.4rem rgba(15,181,174,.34); }
.tv-mile:nth-child(3) .pin { background: var(--tv-grad-gold); box-shadow: 0 .6rem 1.4rem rgba(255,176,32,.34); }
.tv-mile:nth-child(4) .pin { background: linear-gradient(120deg,#6d5bd0,#4f46e5); box-shadow: 0 .6rem 1.4rem rgba(79,70,229,.34); }
.tv-mile .step { position: absolute; top: -.4rem; right: -.4rem; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: #fff; color: var(--tv-ink); font-size: .7rem; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 .2rem .5rem rgba(0,0,0,.15); }
.tv-mile h4 { font-size: 1.02rem; font-weight: 800; color: var(--tv-ink); margin-bottom: .35rem; }
.tv-mile p { font-size: .82rem; color: var(--tv-muted); margin: 0; line-height: 1.5; }
.tv-support { background: #fff; border: 1px solid var(--tv-line); border-radius: 1.1rem; padding: 1.5rem; text-align: center; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.tv-support:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.6rem rgba(35,36,63,.1); }
.tv-support .ic { width: 3.4rem; height: 3.4rem; border-radius: 1rem; background: var(--tv-soft); color: var(--tv-3); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.tv-support .ic img, .tv-support .ic svg { width: 1.7rem; height: 1.7rem; }
.tv-support .ic svg [fill]:not([fill="none"]) { fill: currentColor; }
.tv-support .ic svg [stroke]:not([stroke="none"]) { stroke: currentColor; }
.tv-support h3 { font-size: 1.05rem; font-weight: 800; color: var(--tv-ink); margin-bottom: .4rem; }
.tv-support p { font-size: .85rem; color: var(--tv-muted); margin: 0; line-height: 1.55; }

/* ==========================================================================
   INTEGRATION ECOSYSTEM
   ========================================================================== */
.tv-integ { background: linear-gradient(180deg, var(--tv-soft-2), #fff); }
.tv-cat { background: #fff; border: 1px solid var(--tv-line); border-radius: 1.2rem; padding: 1.3rem 1.4rem; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.tv-cat:hover { transform: translateY(-.4rem); box-shadow: 0 1.4rem 3rem rgba(35,36,63,.1); }
.tv-cat__t { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; color: var(--tv-ink); font-size: 1rem; margin-bottom: 1rem; }
.tv-cat__t .d { width: .6rem; height: .6rem; border-radius: 50%; background: var(--tv-grad); }
.tv-cat--teal .tv-cat__t .d { background: var(--tv-grad-teal); }
.tv-cat--gold .tv-cat__t .d { background: var(--tv-grad-gold); }
.tv-cat--purple .tv-cat__t .d { background: linear-gradient(120deg,#6d5bd0,#4f46e5); }
.tv-logos { display: flex; flex-wrap: wrap; gap: .6rem; }
.tv-logo { display: inline-flex; align-items: center; gap: .5rem; background: var(--tv-soft-2); border: 1px solid var(--tv-line); border-radius: 2rem; padding: .45rem .9rem .45rem .55rem; font-weight: 700; font-size: .84rem; color: var(--tv-ink); }
.tv-logo img { width: 1.4rem; height: 1.4rem; }
.tv-ib { text-align: center; padding: .5rem; }
.tv-ib .ic { width: 3.2rem; height: 3.2rem; border-radius: 1rem; background: var(--tv-soft); color: var(--tv-3); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.tv-ib .ic img, .tv-ib .ic svg { width: 1.6rem; height: 1.6rem; }
.tv-ib .ic svg [fill]:not([fill="none"]) { fill: currentColor; }
.tv-ib .ic svg [stroke]:not([stroke="none"]) { stroke: currentColor; }
.tv-ib h3 { font-size: 1rem; font-weight: 800; color: var(--tv-ink); margin-bottom: .35rem; }
.tv-ib p { font-size: .82rem; color: var(--tv-muted); margin: 0; line-height: 1.5; }
.tv-more { display: inline-flex; align-items: center; gap: .4rem; font-weight: 800; color: var(--tv-3); text-decoration: none; }
.tv-more:hover { color: var(--tv-3); gap: .6rem; }

/* ==========================================================================
   PRICING
   ========================================================================== */
.tv-price { background: var(--tv-soft-2); }
.tv-plan { background: #fff; border: 1px solid var(--tv-line); border-radius: 1.4rem; padding: 2rem; height: 100%; display: flex; flex-direction: column; }
.tv-plan__tag { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--tv-3); margin-bottom: .8rem; display: inline-flex; align-items: center; gap: .4rem; }
.tv-plan__price { font-size: 3rem; font-weight: 800; color: var(--tv-ink); line-height: 1; }
.tv-plan__price small { font-size: .95rem; font-weight: 600; color: var(--tv-muted); }
.tv-plan p.sub { color: var(--tv-muted); font-size: .9rem; margin: .6rem 0 1.3rem; }
.tv-plan .tv-ticks { margin-bottom: 1.6rem; }
.tv-plan--feature { background: var(--tv-ink); color: #c7c9e0; border-color: transparent; position: relative; overflow: hidden; }
.tv-plan--feature::before { content: ""; position: absolute; top: -40%; right: -20%; width: 60%; height: 120%; background: radial-gradient(circle, rgba(255,90,95,.4), transparent 62%); }
.tv-plan--feature h3, .tv-plan--feature .tv-h { color: #fff; position: relative; z-index: 2; }
.tv-plan--feature .tv-plan__tag { color: #ff9a9e; }
.tv-plan--feature .sub { color: #9fa2c4; }
.tv-custom { display: flex; gap: .8rem; padding: .85rem 0; position: relative; z-index: 2; }
.tv-custom .ic { flex: none; width: 2.5rem; height: 2.5rem; border-radius: .7rem; background: #fff; display: flex; align-items: center; justify-content: center; }
.tv-custom .ic img, .tv-custom .ic svg { width: 1.3rem; height: 1.3rem; }
.tv-custom h4 { color: #fff; font-size: .98rem; font-weight: 700; margin-bottom: .15rem; }
.tv-custom p { font-size: .82rem; margin: 0; color: #9fa2c4; line-height: 1.45; }

/* ==========================================================================
   TESTIMONIALS + counters
   ========================================================================== */
.tv-quote { background: #fff; border: 1px solid var(--tv-line); border-radius: 1.3rem; padding: 2rem; box-shadow: 0 1.2rem 3rem rgba(35,36,63,.08); height: 100%; display: flex; flex-direction: column; }
.tv-quote .stars { color: var(--tv-gold); font-size: .95rem; margin-bottom: 1rem; letter-spacing: .1em; }
.tv-quote p.tx { font-size: 1rem; color: #40405c; line-height: 1.65; flex: 1; }
.tv-quote .who { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; }
.tv-quote .who .av { width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--tv-grad); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.tv-quote .who h6 { margin: 0; font-weight: 800; color: var(--tv-ink); font-size: .95rem; }
.tv-quote .who span { font-size: .8rem; color: var(--tv-muted); }
.tv-counters { background: var(--tv-grad); border-radius: 1.4rem; padding: 2rem 1rem; box-shadow: 0 1.6rem 3.6rem rgba(255,90,95,.28); }
.tv-counter { text-align: center; padding: 1rem; }
.tv-counter b { display: block; font-size: clamp(1.9rem,3vw,2.5rem); font-weight: 800; color: #fff; }
.tv-counter span { font-size: .88rem; color: rgba(255,255,255,.85); }

/* ==========================================================================
   LEAD FORM (light, boxless)
   ========================================================================== */
.tv-getintouch { background: var(--tv-soft-2); }
.tv-getintouch h2 { font-size: clamp(1.8rem,3vw,2.4rem); }
.tv-getintouch .trust { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: .8rem; }
.tv-getintouch .trust li { display: flex; align-items: center; gap: .7rem; color: var(--tv-ink); font-weight: 600; }
.tv-getintouch .trust li i { color: var(--tv); font-size: 1.2rem; }
.tv-callbox { margin-top: 2rem; background: #fff; border: 1px solid var(--tv-line); border-radius: 1rem; padding: 1.2rem 1.4rem; }
.tv-callbox b { color: var(--tv-ink); }
.tv-callbox a { color: var(--tv-3); font-weight: 700; text-decoration: none; }
.tv-formcard { background: #fff; border: 1px solid var(--tv-line); border-radius: 1.4rem; padding: 2rem; box-shadow: 0 1.4rem 3.4rem rgba(35,36,63,.08); }
.tv-formcard .form-control { border-radius: .7rem; }
.tv-ta { height: 130px; }
.tv-privacy { font-size: .78rem; color: var(--tv-muted); text-align: center; margin-top: .3rem; }

/* ==========================================================================
   CTA (coral band)
   ========================================================================== */
.tv-cta { position: relative; background: var(--tv-ink); color: #fff; }
.tv-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 18% 0%, rgba(255,90,95,.35), transparent 60%), radial-gradient(700px 400px at 90% 100%, rgba(15,181,174,.28), transparent 60%); }
.tv-cta .container { position: relative; z-index: 2; }
.tv-cta h2 { color: #fff; font-size: clamp(1.9rem,3.2vw,2.6rem); }
.tv-cta .tv-cta-lead { color: #b9bad6; }
.tv-cta-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 1.3rem; padding: 2rem; text-align: center; height: 100%; transition: transform .3s ease, border-color .3s ease; }
.tv-cta-card:hover { transform: translateY(-.5rem); border-color: rgba(255,90,95,.5); }
.tv-cta-card .ic { width: 3.6rem; height: 3.6rem; border-radius: 50%; background: var(--tv-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 1rem; }
.tv-cta-card:nth-child(2) .ic, .tv-cta-card.teal .ic { background: var(--tv-grad-teal); }
.tv-cta-card h3 { color: #fff; font-weight: 800; font-size: 1.25rem; margin-bottom: .5rem; }
.tv-cta-card p { color: #b9bad6; font-size: .92rem; margin-bottom: 1.3rem; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .tv-grid { grid-template-columns: 1fr 1fr; }
    .tv-route__line { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
    .tv-route__line::before { display: none; }
    .tv-collage .rate { left: .5rem; top: .5rem; }
}
@media (max-width: 767px) {
    .tv-grid { grid-template-columns: 1fr; }
    .tv-route__line { grid-template-columns: 1fr; }
    .tv-board-wrap { margin-top: 1rem; }
    .tv-chip { display: none; }
    .tv-collage .small { position: static; width: 60%; margin: -3rem 0 0 auto; }
}

/* legacy marker retained (used by the untouched FAQ/other markup if any) */
.gen-1 { height: 150px; }
