/* ============================================================
   COUPLES · «Флоатинг для двоих» — page-specific styles
   Internal landing page in the "Для кого это придумано" section.
   Reuses design tokens from styles.css / v2.css.
   ============================================================ */

/* active nav + breadcrumb (shared with services pages) */
.nav-main a.is-current { color: var(--text); }
.nav-main a.is-current::after { width: 100%; }

.crumbs { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mute); }
.crumbs a { color: var(--text-mute); transition: color .3s; }
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { opacity: 0.5; }
.crumbs .cur { color: var(--text-dim); }

/* ============================================================
   HERO · split — text left, target photo right (default).
   Distinct from the homepage cinematic hero: breadcrumbed,
   asymmetric, no scroll-pin.
   ============================================================ */
.cpl-hero { position: relative; overflow: hidden; padding-block: clamp(104px, 12vh, 150px) clamp(48px, 6vw, 86px); }
.cpl-hero .cpl-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cpl-hero .halo { position: absolute; border-radius: 50%; filter: blur(82px); opacity: 0.8; }
.cpl-hero .halo.h1 { width: 50vw; height: 50vw; left: -16vw; top: -20vw; background: radial-gradient(circle, var(--halo-1), transparent 65%); animation: drift 26s var(--ease) infinite alternate; }
.cpl-hero .halo.h2 { width: 42vw; height: 42vw; right: -12vw; bottom: -24vw; background: radial-gradient(circle, var(--halo-2), transparent 62%); animation: drift 32s var(--ease) infinite alternate-reverse; }
[data-motion="off"] .cpl-hero .halo { animation: none; }

.cpl-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: clamp(30px, 5vw, 76px); align-items: center; }
.cpl-hero-copy { display: grid; gap: clamp(16px, 1.8vw, 22px); align-content: center; }
.cpl-eyebrow { font-family: var(--font-mono); font-size: var(--step--1); letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent); display: inline-flex; align-items: center; gap: 0.85em; }
.cpl-eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--accent); opacity: 0.7; }
.cpl-hero h1 { font-size: clamp(2.6rem, 1.6rem + 4.4vw, 5.4rem); line-height: 0.98; margin: 0; letter-spacing: -0.01em; }
.cpl-hero h1 em { font-style: italic; color: var(--accent); }
.cpl-lead { font-family: var(--font-body); font-weight: 400; letter-spacing: 0; font-size: clamp(1rem, 0.92rem + 0.5vw, 1.3rem); line-height: 1.55; color: var(--text-dim); max-width: 46ch; text-wrap: pretty; }
.cpl-lead em { font-style: italic; color: var(--accent); }
[data-hero="full"] .cpl-lead { text-shadow: 0 1px 18px rgba(3,9,18,0.6); }

.cpl-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.cpl-fact { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 100px; border: 1px solid var(--line-strong); background: rgba(255,255,255,0.02); font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-dim); }
.cpl-fact svg { color: var(--accent); flex: none; }

.cpl-hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 3vw, 40px); margin-top: clamp(8px, 1.4vw, 16px); }

/* hero media — framed photo with floating duo badge */
.cpl-hero-media { position: relative; }
.cpl-hero-frame { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line-strong); aspect-ratio: 4/5; box-shadow: 0 50px 100px -50px rgba(0,0,0,0.8), 0 0 0 1px var(--accent-soft); }
.cpl-hero-frame image-slot { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; display: block; }
.cpl-hero-frame image-slot::part(img) { width: 100%; height: 100%; object-fit: cover; }
.cpl-hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,15,29,0.55) 0%, transparent 38%), linear-gradient(115deg, transparent 60%, rgba(6,15,29,0.35)); pointer-events: none; }
.cpl-hero-tag { position: absolute; left: 18px; top: 18px; z-index: 3; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; padding: 7px 13px; border-radius: 100px; background: rgba(6,15,29,0.5); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.18); }
.cpl-hero-badge {
  position: absolute; left: -22px; bottom: 30px; z-index: 3; display: flex; align-items: center; gap: 14px;
  padding: 16px 20px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line-strong);
  backdrop-filter: blur(8px); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7); max-width: 248px;
}
.cpl-hero-badge .bi { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: none; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line); }
.cpl-hero-badge .bt { display: block; font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-1); line-height: 1.05; color: var(--text); }
.cpl-hero-badge .bs { font-size: 0.74rem; color: var(--text-dim); line-height: 1.4; margin-top: 2px; }

@media (max-width: 880px) {
  .cpl-hero-grid { grid-template-columns: 1fr; gap: clamp(34px, 7vw, 50px); }
  .cpl-hero-media { max-width: 460px; }
  .cpl-hero-frame { aspect-ratio: 4/3.4; }
  .cpl-hero-badge { left: 12px; }
}

/* dedicated full-bleed landscape layer — direct child of .cpl-hero, hidden unless hero=full */
.cpl-hero-full { display: none; }

/* ---- hero variant: FULL-BLEED photo ---- */
[data-hero="full"] .cpl-hero { padding-block: 0; min-height: clamp(560px, 86vh, 880px); display: flex; align-items: flex-end; }
[data-hero="full"] .cpl-hero-media { display: none; }
[data-hero="full"] .cpl-hero-full { display: block; position: absolute; inset: 0; z-index: 0; }
[data-hero="full"] .cpl-hero-full img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; display: block; }
[data-hero="full"] .cpl-hero-full::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg) 2%, rgba(6,15,29,0.35) 32%, transparent 66%), linear-gradient(100deg, rgba(6,15,29,0.94) 0%, rgba(6,15,29,0.55) 32%, transparent 60%); pointer-events: none; }
[data-hero="full"] .cpl-hero .wrap { position: relative; z-index: 2; width: 100%; }
[data-hero="full"] .cpl-hero-grid { grid-template-columns: 1fr; align-items: end; padding-bottom: clamp(40px, 6vw, 80px); padding-top: clamp(120px, 22vh, 260px); }
[data-hero="full"] .cpl-hero-copy { max-width: 880px; }
[data-hero="full"] .cpl-hero h1 { text-wrap: normal; }
[data-hero="full"] .cpl-lead { max-width: 40ch; }
/* breathe: lift the title group up, drop the facts + CTA group toward the bottom */
[data-hero="full"] .cpl-hero-grid { padding-top: clamp(96px, 15vh, 190px); padding-bottom: clamp(44px, 6vw, 84px); }
[data-hero="full"] .cpl-facts { margin-top: clamp(48px, 11vh, 130px); }

/* ---- hero variant: CARD (secondary, contained) ---- */
[data-hero="card"] .cpl-hero { padding-block: clamp(96px, 11vh, 132px) clamp(40px, 5vw, 64px); }
[data-hero="card"] .cpl-hero-grid { background: linear-gradient(150deg, var(--surface-2), var(--surface)); border: 1px solid var(--line-strong); border-radius: var(--r-xl); padding: clamp(26px, 3vw, 50px); gap: clamp(26px, 4vw, 56px); box-shadow: 0 40px 90px -54px rgba(0,0,0,0.7); }
[data-hero="card"] .cpl-hero-frame { aspect-ratio: 5/4; }
[data-hero="card"] .cpl-hero-badge { left: 10px; bottom: 14px; }
[data-hero="card"] .cpl-hero h1 { font-size: clamp(2.3rem, 1.5rem + 3.4vw, 4.2rem); }

@media (max-width: 880px) {
  [data-hero="card"] .cpl-hero-frame { aspect-ratio: 4/3.2; }
}

/* ============================================================
   INTRO — short lede + 3 quick value props
   ============================================================ */
.cpl-intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.cpl-quick { display: grid; gap: 12px; }
.cpl-quick-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); transition: border-color .4s var(--ease), background .4s var(--ease), transform .5s var(--ease-out); }
.cpl-quick-item:hover { border-color: var(--accent); background: var(--surface-2); transform: translateX(4px); }
.cpl-quick-item .qi { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; flex: none; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line); }
.cpl-quick-item h3 { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-1); line-height: 1.1; }
.cpl-quick-item p { color: var(--text-dim); font-size: var(--step--1); line-height: 1.5; margin-top: 5px; }
@media (max-width: 820px) { .cpl-intro-grid { grid-template-columns: 1fr; } }

/* ============================================================
   КОМУ ПОДОЙДЁТ — 4 occasion cards
   ============================================================ */
.cpl-whom { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px); }
.cpl-whom-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); transition: transform .55s var(--ease-out), border-color .4s var(--ease), background .4s var(--ease), box-shadow .5s var(--ease); }
.cpl-whom-card:hover { transform: translateY(-5px); border-color: var(--accent); background: var(--surface-2); box-shadow: 0 28px 56px -34px var(--accent-glow); }
.cpl-whom-media { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--surface-2); }
.cpl-whom-media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; display: block; transition: transform 1.1s var(--ease-out); }
.cpl-whom-media image-slot::part(img) { width: 100%; height: 100%; object-fit: cover; }
.cpl-whom-card:hover .cpl-whom-media image-slot { transform: scale(1.07); }
.cpl-whom-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--surface) 4%, rgba(13,28,48,0.1) 50%, transparent 72%); pointer-events: none; }
.cpl-whom-ix { position: absolute; top: 12px; left: 13px; z-index: 2; font-family: var(--font-mono); font-size: 0.66rem; color: #fff; padding: 4px 10px; border-radius: 100px; background: rgba(6,15,29,0.5); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.16); }
.cpl-whom-body { display: flex; flex-direction: column; gap: 7px; padding: 16px 18px 20px; flex: 1; }
.cpl-whom-body h3 { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-1); line-height: 1.1; }
.cpl-whom-body p { color: var(--text-dim); font-size: var(--step--1); line-height: 1.5; }
@media (max-width: 860px) { .cpl-whom { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px) { .cpl-whom { grid-template-columns: 1fr; } }

/* ============================================================
   ПОЛЬЗА — benefits grid (couples-flavoured, individual block)
   ============================================================ */
.cpl-benefits { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: clamp(12px, 1.3vw, 16px); }
.cpl-benefit { display: flex; flex-direction: column; gap: 14px; padding: clamp(22px, 2vw, 30px) clamp(20px, 1.9vw, 26px); border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); transition: border-color .4s var(--ease), background .4s var(--ease), transform .5s var(--ease-out); }
.cpl-benefit:hover { border-color: var(--accent); background: var(--surface-2); transform: translateY(-4px); }
.cpl-benefit .bi { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; flex: none; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line); transition: background .4s, color .4s; }
.cpl-benefit:hover .bi { background: var(--accent-deep); color: #fff; }
.cpl-benefit p { color: var(--text-dim); font-size: var(--step-0); line-height: 1.45; }
.cpl-benefit p strong { color: var(--text); font-weight: 500; }
/* feature cell — first one spans accent */
.cpl-benefit.lead { background: linear-gradient(150deg, var(--surface-2), var(--surface)); border-color: var(--accent-soft); }
@media (max-width: 820px) { .cpl-benefits { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .cpl-benefits { grid-template-columns: 1fr; } }

/* ============================================================
   ЗАДАЧИ — what the session solves (individual list)
   ============================================================ */
.cpl-tasks-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.cpl-tasks { display: grid; gap: 12px; }
.cpl-task { display: flex; gap: 16px; align-items: center; padding: 20px 24px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); transition: border-color .4s var(--ease), background .4s var(--ease), transform .5s var(--ease-out); }
.cpl-task:hover { border-color: var(--accent); background: var(--surface-2); transform: translateX(5px); }
.cpl-task .tk { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex: none; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line); }
.cpl-task p { color: var(--text-dim); font-size: var(--step-0); line-height: 1.45; }
.cpl-task p strong { color: var(--text); font-weight: 500; }
@media (max-width: 820px) { .cpl-tasks-grid { grid-template-columns: 1fr; } }

/* ============================================================
   ФОРМАТЫ ДЛЯ ДВОИХ — 3 scenario cards
   ============================================================ */
.cpl-scen { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.cpl-scen-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); transition: transform .6s var(--ease-out), border-color .45s var(--ease), background .45s var(--ease), box-shadow .55s var(--ease); }
.cpl-scen-card:hover { transform: translateY(-6px); border-color: var(--accent); background: var(--surface-2); box-shadow: 0 30px 60px -34px var(--accent-glow); }
.cpl-scen-media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--surface-2); }
.cpl-scen-media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; display: block; transition: transform 1.1s var(--ease-out); }
.cpl-scen-media image-slot::part(img) { width: 100%; height: 100%; object-fit: cover; }
.cpl-scen-card:hover .cpl-scen-media image-slot { transform: scale(1.06); }
.cpl-scen-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--surface) 2%, transparent 46%); pointer-events: none; }
.cpl-scen-ix { position: absolute; top: 14px; left: 16px; z-index: 2; font-family: var(--font-mono); font-size: 0.72rem; color: #fff; padding: 5px 11px; border-radius: 100px; background: rgba(6,15,29,0.5); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.16); }
.cpl-scen-body { display: flex; flex-direction: column; gap: 12px; padding: clamp(20px, 2vw, 28px); flex: 1; }
.cpl-scen-body h3 { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-2); line-height: 1.1; }
.cpl-scen-body p { color: var(--text-dim); font-size: var(--step--1); line-height: 1.55; }
.cpl-scen-tag { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
@media (max-width: 880px) { .cpl-scen { grid-template-columns: 1fr; } }

/* together / separately split note */
.cpl-modes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 20px); margin-top: clamp(18px, 2vw, 26px); }
.cpl-mode { padding: clamp(22px, 2.2vw, 30px); border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--bg-2); }
.cpl-mode h4 { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-1); margin-bottom: 8px; }
.cpl-mode h4 span { color: var(--accent); }
.cpl-mode p { color: var(--text-dim); font-size: var(--step--1); line-height: 1.55; }
@media (max-width: 620px) { .cpl-modes { grid-template-columns: 1fr; } }

/* ============================================================
   КАК ПРОХОДИТ — booking steps (numbered, important note)
   ============================================================ */
.cpl-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px); }
.cpl-step { position: relative; padding: clamp(22px, 2vw, 30px) clamp(20px, 1.9vw, 24px); border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; overflow: hidden; transition: transform .45s var(--ease), border-color .45s var(--ease), background-color .45s var(--ease), box-shadow .45s var(--ease); }
.cpl-step::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, var(--accent-deep), var(--accent-2)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
@media (hover: hover) {
  .cpl-step:hover { transform: translateY(-6px); border-color: var(--accent); background: var(--surface-2); box-shadow: 0 18px 40px -22px var(--accent-glow); }
  .cpl-step:hover::after { transform: scaleX(1); }
  .cpl-step:hover .si { transform: scale(1.08) rotate(-4deg); color: var(--accent-2); background: color-mix(in srgb, var(--accent) 18%, transparent); }
  .cpl-step:hover .sn { color: var(--accent-2); }
}
.cpl-step .sn { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; color: var(--accent); transition: color .45s var(--ease); }
.cpl-step .si { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line); transition: transform .45s var(--ease), color .45s var(--ease), background-color .45s var(--ease); }
@media (prefers-reduced-motion: reduce) { .cpl-step, .cpl-step .si { transition: none; } .cpl-step:hover { transform: none; } }
.cpl-step h3 { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-1); line-height: 1.12; }
.cpl-step p { color: var(--text-dim); font-size: var(--step--1); line-height: 1.5; }
@media (max-width: 860px) { .cpl-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .cpl-steps { grid-template-columns: 1fr; } }

.cpl-note { display: flex; gap: 16px; align-items: flex-start; margin-top: clamp(18px, 2vw, 26px); padding: clamp(20px, 2vw, 26px) clamp(22px, 2.2vw, 30px); border-radius: var(--r-lg); border: 1px solid var(--accent-soft); background: linear-gradient(135deg, var(--surface-2), var(--surface)); }
.cpl-note .ni { color: var(--accent); flex: none; margin-top: 2px; }
.cpl-note p { color: var(--text-dim); font-size: var(--step-0); line-height: 1.55; }
.cpl-note p strong { color: var(--text); font-weight: 500; }

/* ============================================================
   ЦЕНЫ — package cards for couples
   ============================================================ */
.cpl-pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.5vw, 20px); }
.cpl-pkg { position: relative; display: flex; flex-direction: column; gap: 16px; padding: clamp(24px, 2.3vw, 32px) clamp(22px, 2vw, 28px); border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); overflow: hidden; transition: transform .5s var(--ease-out), border-color .4s var(--ease), background .4s var(--ease), box-shadow .5s var(--ease); }
.cpl-pkg:hover { transform: translateY(-5px); border-color: var(--accent); background: var(--surface-2); box-shadow: 0 30px 60px -36px var(--accent-glow); }
.cpl-pkg.featured { background: linear-gradient(155deg, var(--surface-2), var(--surface)); border-color: var(--accent-soft); }
.cpl-pkg.featured::before { content: ""; position: absolute; right: -28%; top: -32%; width: 64%; height: 80%; background: radial-gradient(circle, var(--accent-glow), transparent 70%); opacity: 0.3; filter: blur(20px); pointer-events: none; }
.cpl-pkg-tag { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); position: relative; }
.cpl-pkg-name { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-1); line-height: 1.16; color: var(--text); position: relative; min-height: 2.3em; }
.cpl-pkg-price { display: flex; align-items: baseline; gap: 12px; position: relative; }
.cpl-pkg-price .now { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-3); color: var(--text); line-height: 1; }
.cpl-pkg-price .was { font-family: var(--font-mono); font-size: 0.82rem; color: var(--text-mute); text-decoration: line-through; }
.cpl-pkg-feats { display: flex; flex-direction: column; gap: 9px; position: relative; flex: 1; }
.cpl-pkg-feats li { position: relative; padding-left: 22px; font-size: var(--step--1); color: var(--text-dim); line-height: 1.45; }
.cpl-pkg-feats li::before { content: ""; position: absolute; left: 2px; top: 0.55em; width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--accent); background: var(--accent-soft); }
.cpl-pkg .btn { position: relative; width: 100%; justify-content: center; margin-top: auto; }
.cpl-pkg-badge { position: absolute; top: 16px; right: 16px; z-index: 2; font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; background: var(--accent-deep); color: #fff; }
@media (max-width: 880px) { .cpl-pkgs { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cpl-pkgs { grid-template-columns: 1fr; } }

/* ============================================================
   ОТЗЫВЫ — couple reviews row (drag-scroll, reuses base feel)
   ============================================================ */
.cpl-reviews-row { display: flex; gap: clamp(14px, 1.6vw, 20px); align-items: stretch; overflow-x: auto; overflow-y: hidden; padding: 10px 2px 14px; cursor: grab; user-select: none; -webkit-user-select: none; scrollbar-width: none; -ms-overflow-style: none; overscroll-behavior-x: contain; }
.cpl-reviews-row::-webkit-scrollbar { display: none; }
.cpl-reviews-row.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.cpl-reviews-row.is-dragging .cpl-review { pointer-events: none; }
.cpl-review { flex: 0 0 auto; width: clamp(290px, 33vw, 380px); display: flex; flex-direction: column; gap: 16px; padding: 28px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); transition: border-color .4s, transform .4s var(--ease-out); }
.cpl-reviews-row:not(.is-dragging) .cpl-review:hover { border-color: var(--accent); transform: translateY(-4px); }
.cpl-review .stars { display: flex; gap: 3px; color: var(--accent); }
.cpl-review p { color: var(--text-dim); font-size: var(--step--1); line-height: 1.6; flex: 1; }

/* ============================================================
   «Погрузиться» — animated scroll hint (blue line, coral drop)
   ============================================================ */
.sh-scroll { display: inline-flex; flex-direction: row; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-mute); transition: color .35s var(--ease); will-change: transform, opacity; }
.sh-scroll:hover { color: var(--text); }
.sh-scroll .sh-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--accent), transparent); position: relative; overflow: hidden; flex-shrink: 0; }
.sh-scroll .sh-scroll-line::after { content: ""; position: absolute; left: 0; top: -50%; width: 100%; height: 50%; background: linear-gradient(to bottom, transparent, var(--coral)); box-shadow: 0 0 8px 1px var(--coral-soft); animation: shScrollDrop 2.2s var(--ease) infinite; }
@keyframes shScrollDrop { 0% { transform: translateY(-100%); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(300%); opacity: 0; } }
[data-motion="off"] .sh-scroll .sh-scroll-line::after { animation: none; }
.cpl-review .who { display: flex; align-items: center; gap: 13px; padding-top: 14px; border-top: 1px solid var(--line); }
.cpl-review .who .rev-av { width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center; overflow: hidden; font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-0); line-height: 1; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line); }
.cpl-review .who .rev-av img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.cpl-review .who .who-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cpl-review .who .nm { font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-0); color: var(--text); }
.cpl-review .who .rl { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mute); }
[data-coral="on"] .cpl-review .who .rev-av { color: var(--coral); background: var(--coral-soft); border-color: color-mix(in srgb, var(--coral) 26%, transparent); }

/* ============================================================
   FAQ — accordion
   ============================================================ */
.cpl-faq { display: grid; gap: 12px; max-width: 880px; }
.cpl-faq details { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface); overflow: hidden; transition: border-color .4s var(--ease), background .4s var(--ease); }
.cpl-faq details[open] { border-color: var(--accent-soft); background: var(--surface-2); }
.cpl-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 26px; font-family: var(--font-display); font-weight: var(--display-weight); font-size: var(--step-1); color: var(--text); }
.cpl-faq summary::-webkit-details-marker { display: none; }
.cpl-faq summary .fq-ico { flex: none; width: 26px; height: 26px; display: grid; place-items: center; color: var(--accent); transition: transform .4s var(--ease-out); }
.cpl-faq details[open] summary .fq-ico { transform: rotate(45deg); }
.cpl-faq .fa-body { padding: 0 26px 24px; color: var(--text-dim); font-size: var(--step-0); line-height: 1.6; max-width: 70ch; }

/* ============================================================
   CORAL accents (Tweak) — same role as v1-2: ratings, the hit/
   featured offer, gift highlight. Blue stays the primary brand.
   ============================================================ */
[data-coral="on"] .cpl-review .stars { color: var(--coral); }
[data-coral="on"] .cpl-pkg-badge { background: var(--coral-deep); }
[data-coral="on"] .cpl-pkg.featured { border-color: color-mix(in srgb, var(--coral) 36%, transparent); }
[data-coral="on"] .cpl-pkg.featured::before { background: radial-gradient(circle, rgba(255,107,129,0.4), transparent 70%); }
[data-coral="on"] .cpl-pkg.featured .cpl-pkg-tag { color: var(--coral); }
[data-coral="on"] .cpl-pkg.featured .cpl-pkg-feats li::before { border-color: var(--coral); background: var(--coral-soft); }
[data-coral="on"] .cpl-note .ni { color: var(--coral); }
/* featured package CTA stays blue (matches main-page featured offer), even with coral accents on */

/* ============================================================
   TWEAKS panel (vanilla, host-protocol)
   ============================================================ */
#tweaksPanel { position: fixed; right: 20px; bottom: 20px; z-index: 1200; width: 280px; max-width: calc(100vw - 40px); background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--r-md); box-shadow: 0 30px 70px -28px rgba(0,0,0,0.8); padding: 18px; display: none; font-family: var(--font-mono); }
#tweaksPanel.is-on { display: block; }
#tweaksPanel .tw-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
#tweaksPanel .tw-head h4 { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text); }
#tweaksPanel .tw-close { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; color: var(--text-mute); border: 1px solid var(--line); background: transparent; cursor: pointer; transition: color .3s, border-color .3s; }
#tweaksPanel .tw-close:hover { color: var(--accent); border-color: var(--accent); }
#tweaksPanel .tw-group { margin-bottom: 16px; }
#tweaksPanel .tw-group:last-child { margin-bottom: 0; }
#tweaksPanel .tw-label { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 9px; }
#tweaksPanel .tw-seg { display: flex; gap: 6px; }
#tweaksPanel .tw-seg button { flex: 1; padding: 9px 6px; border-radius: 8px; border: 1px solid var(--line); background: rgba(255,255,255,0.02); color: var(--text-dim); font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: all .3s var(--ease); }
#tweaksPanel .tw-seg button[aria-pressed="true"] { background: var(--accent-deep); border-color: var(--accent); color: #fff; }
#tweaksPanel .tw-toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#tweaksPanel .tw-toggle span { font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); }
#tweaksPanel .tw-switch { width: 44px; height: 24px; border-radius: 100px; border: 1px solid var(--line-strong); background: rgba(255,255,255,0.03); position: relative; cursor: pointer; transition: background .3s, border-color .3s; flex: none; }
#tweaksPanel .tw-switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--text-mute); transition: transform .3s var(--ease-out), background .3s; }
#tweaksPanel .tw-switch[aria-pressed="true"] { background: var(--accent-soft); border-color: var(--accent); }
#tweaksPanel .tw-switch[aria-pressed="true"]::after { transform: translateX(20px); background: var(--accent); }
