/* ============================================================
   Креатор — Лендинг «ProductPhotos» (ИИ-редактор фото)
   Дизайн-система: teal #09B6A2 → #079383, Inter, full-width секции.
   Все стили заскоуплены под .pp-landing, чтобы не конфликтовать
   с Bootstrap и общим _Layout (навбар/футер берутся из layout).
   ============================================================ */

.pp-landing {
    --primary: #09B6A2;
    --primary-dark: #079383;
    --primary-darker: #06846B;
    --ink: #2C3E50;
    --ink-soft: #64748b;
    --line: #e6ebf0;
    --bg-soft: #f8f9fa;
    --primary-rgb: 9, 182, 162;
    color: var(--ink);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.pp-landing * { box-sizing: border-box; }
.pp-landing a { text-decoration: none; color: inherit; }
.pp-landing img { display: block; max-width: 100%; }
.pp-landing .ic { width: 1em; height: 1em; display: inline-block; vertical-align: -.14em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.pp-container { max-width: 1200px; margin: 0 auto; padding-left: 1.25rem; padding-right: 1.25rem; }
.pp-landing .section-full-width { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

/* ---------- Заголовки ---------- */
.pp-landing .h-title { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 700; line-height: 1.15; margin: 0 0 1.4rem; color: var(--ink); text-transform: uppercase; letter-spacing: -.01em; text-wrap: balance; }
.pp-landing .h-sub { display: block; font-size: .46em; margin-top: .55rem; font-weight: 700; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 0; }
.pp-sec-header { text-align: center; margin-bottom: 3.5rem; padding: 0 20px; }

/* ---------- Кнопки ---------- */
.pp-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 2rem; border-radius: 50px; font-size: 1.0625rem; font-weight: 700; cursor: pointer; transition: all .3s cubic-bezier(.4, 0, .2, 1); position: relative; overflow: hidden; border: 3px solid var(--primary); text-align: center; }
.pp-btn-primary { background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff !important; box-shadow: 0 8px 24px rgba(var(--primary-rgb), .28); }
.pp-btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, var(--primary-dark) 0%, var(--primary-darker) 100%); opacity: 0; transition: opacity .3s ease; z-index: 0; }
.pp-btn-primary:hover::before { opacity: 1; }
.pp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(var(--primary-rgb), .36); }
.pp-btn-primary > *, .pp-btn-primary span { position: relative; z-index: 1; }
.pp-btn-ghost { background: transparent; color: var(--primary) !important; }
.pp-btn-ghost::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%); opacity: 0; transition: opacity .3s ease; z-index: 0; }
.pp-btn-ghost:hover { color: #fff !important; transform: translateY(-2px); }
.pp-btn-ghost:hover::before { opacity: 1; }
.pp-btn-ghost span { position: relative; z-index: 1; }

/* ---------- Hero eyebrow ---------- */
.pp-landing .hero-eyebrow { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem 1rem; border-radius: 100px; font-size: .875rem; font-weight: 600; letter-spacing: .02em; max-width: 100%; flex-wrap: wrap; justify-content: center; }

/* =================================================================
   HERO — «Редактор» (сплит: текст + мокап ImageEditor)
   (body.landing-page уже отступает на 128px под fixed-шапку)
   ================================================================= */
.pp-landing .heroC { position: relative; padding: 11rem 0 14rem; background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); overflow: hidden; }
.pp-landing .heroC-inner { max-width: 1240px; margin: 0 auto; padding: 0 1.75rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 4rem; align-items: center; }
.pp-landing .heroC-text { max-width: 540px; min-width: 0; }
.pp-landing .heroC .hero-eyebrow { background: rgba(var(--primary-rgb), .1); border: 1px solid rgba(var(--primary-rgb), .2); color: var(--primary-dark); margin-bottom: 1.9rem; }
.pp-landing .heroC-title { font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 800; line-height: 1.12; text-transform: uppercase; letter-spacing: -.015em; margin: 0 0 1.5rem; color: var(--ink); text-wrap: balance; }
.pp-landing .heroC-title .accent { background: linear-gradient(120deg, var(--primary), var(--primary-dark)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pp-landing .heroC-lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--ink-soft); margin: 0 0 2.4rem; line-height: 1.7; font-weight: 500; }
.pp-landing .heroC-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.pp-landing .heroC-trust { margin-top: 2.3rem; display: flex; gap: 1.5rem; flex-wrap: wrap; color: var(--ink-soft); font-size: .92rem; font-weight: 600; }
.pp-landing .heroC-trust span { display: inline-flex; align-items: center; gap: .45rem; }
.pp-landing .heroC-trust .ic { color: var(--primary); }
/* app-мокап */
.pp-landing .heroC-stage { position: relative; min-width: 0; }
.pp-landing .editor { width: 100%; background: #fff; border-radius: 18px; box-shadow: 0 34px 80px rgba(15,40,55,.18); border: 1px solid rgba(0,0,0,.06); overflow: hidden; }
.pp-landing .editor-bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.pp-landing .editor-bar .dot { width: 11px; height: 11px; border-radius: 50%; }
.pp-landing .editor-bar .dot:nth-child(1) { background: #ff5f57; } .pp-landing .editor-bar .dot:nth-child(2) { background: #febc2e; } .pp-landing .editor-bar .dot:nth-child(3) { background: #28c840; }
.pp-landing .editor-bar .url { margin-left: 10px; flex: 1; min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 50px; font-size: .76rem; color: var(--ink-soft); padding: 5px 12px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pp-landing .editor-body { padding: 16px 18px 20px; }
.pp-landing .ed-row { display: flex; gap: 14px; align-items: stretch; }
.pp-landing .ed-source { width: 132px; flex-shrink: 0; aspect-ratio: 1; border-radius: 12px; overflow: hidden; border: 2px dashed rgba(var(--primary-rgb),.4); position: relative; background: var(--bg-soft); }
.pp-landing .ed-source img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pp-landing .ed-source .ph-tile { width: 100%; height: 100%; }
.pp-landing .ph-tile { display: grid; place-items: center; gap: 8px; color: var(--ink-soft); background: linear-gradient(135deg, rgba(var(--primary-rgb),.08), rgba(var(--primary-rgb),.02)); text-align: center; }
.pp-landing .ph-tile svg { width: 30%; max-width: 54px; height: auto; color: rgba(var(--primary-rgb),.55); }
.pp-landing .ph-tile span { font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pp-landing .ed-prompt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.pp-landing .ed-label { font-size: .8rem; font-weight: 700; color: var(--ink-soft); display: flex; align-items: center; gap: 6px; }
.pp-landing .ed-label svg { width: 13px; height: 13px; color: var(--primary-dark); }
.pp-landing .ed-field { flex: 1; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; font-size: .86rem; color: var(--ink); line-height: 1.5; min-height: 90px; background: var(--bg-soft); }
.pp-landing .ed-field .caret { display: inline-block; width: 1.5px; height: 1em; background: var(--primary); margin-left: 1px; vertical-align: -2px; animation: pp-caretBlink 1s step-end infinite; }
@keyframes pp-caretBlink { 50% { opacity: 0; } }
.pp-landing .ed-go { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pp-landing .ed-models { display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; color: var(--ink-soft); font-weight: 600; }
.pp-landing .ed-models .mchip { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 50px; padding: 3px 9px; font-weight: 700; color: var(--primary-dark); }
.pp-landing .ed-btn { display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(120deg, var(--primary), var(--primary-dark)); color: #fff; border: 0; border-radius: 50px; padding: 9px 18px; font-weight: 700; font-size: .9rem; cursor: pointer; box-shadow: 0 8px 20px rgba(var(--primary-rgb),.3); transition: transform .12s cubic-bezier(.34,1.56,.64,1), box-shadow .2s ease, filter .2s ease; }
.pp-landing .ed-btn svg { width: 15px; height: 15px; }
.pp-landing .ed-btn-ico { display: inline-flex; }
.pp-landing .ed-btn.pressed { transform: scale(.93); box-shadow: 0 3px 10px rgba(var(--primary-rgb),.34); filter: brightness(.95); }
.pp-landing .ed-btn.loading { filter: saturate(.9) brightness(.97); }
.pp-landing .ed-btn.loading .ed-btn-ico { animation: pp-edSpin .7s linear infinite; }
.pp-landing .ed-btn.loading .ed-btn-ico svg { display: none; }
.pp-landing .ed-btn.loading .ed-btn-ico::before { content: ''; width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; display: block; }
.pp-landing .ed-results { margin-top: 16px; }
.pp-landing .ed-results-head { font-size: .72rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 9px; display: flex; align-items: center; gap: 6px; }
.pp-landing .ed-results-head .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); animation: pp-blink 1.4s ease-in-out infinite; }
@keyframes pp-blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.pp-landing .ed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.pp-landing .ed-grid .scene { aspect-ratio: 4/5; position: relative; overflow: hidden; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; }
.pp-landing .ed-grid .scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.pp-landing .ed-grid .scene.ready img { animation: pp-edPop .5s cubic-bezier(.34,1.4,.5,1) forwards; }
@keyframes pp-edPop { from { opacity: 0; transform: scale(.92); } to { opacity: 1; transform: none; } }
.pp-landing .ed-grid .scene .spin { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; margin: -11px 0 0 -11px; border-radius: 50%; border: 2.5px solid rgba(var(--primary-rgb),.18); border-top-color: var(--primary); animation: pp-edSpin .7s linear infinite; }
.pp-landing .ed-grid .scene.ready .spin { display: none; }
@keyframes pp-edSpin { to { transform: rotate(360deg); } }
@media (max-width: 940px) { .pp-landing .heroC { padding: 3rem 0 4rem; } .pp-landing .heroC-inner { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; } .pp-landing .heroC-text { max-width: 640px; margin: 0 auto; text-align: center; } .pp-landing .heroC-actions, .pp-landing .heroC-trust { justify-content: center; } }

/* ============================================================ СОЦ. ДОКАЗАТЕЛЬСТВО ============================================================ */
.pp-landing .proof { background: #fff; padding: 3.25rem 0; border-bottom: 1px solid rgba(0,0,0,.05); }
.pp-landing .proof-inner { max-width: 760px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 1.15rem; }
.pp-landing .proof-ico { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; flex-shrink: 0; box-shadow: 0 8px 20px rgba(var(--primary-rgb),.32); }
.pp-landing .proof-ico .ic { width: 27px; height: 27px; }
.pp-landing .proof-lottie { width: 72px; height: 72px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; overflow: visible; }
/* Контент анимации сидит в верхней части кадра 260×260 — сдвигаем собранный SVG вниз для оптической центровки (значение можно подправить). */
.pp-landing .proof-lottie svg { display: block; width: 100% !important; height: 100% !important; transform: translateY(10%); }
.pp-landing .proof-text { margin: 0; font-size: 1.16rem; font-weight: 600; color: var(--ink); line-height: 1.45; text-align: left; text-wrap: balance; }
.pp-landing .proof-text b { font-weight: 800; background: linear-gradient(120deg, var(--primary), var(--primary-dark)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pp-landing .proof-br { display: none; }
@media (min-width: 601px) { .pp-landing .proof-br { display: inline; } }
@media (max-width: 600px) { .pp-landing .proof-inner { flex-direction: column; gap: .9rem; padding: 1.4rem 1.5rem; text-align: center; } .pp-landing .proof-text { text-align: center; font-size: 1.05rem; } }

/* ============================================================ СЦЕНАРИИ (use-cases) ============================================================ */
.pp-landing .uses { background: var(--bg-soft); padding: 5.5rem 0; }
.pp-landing .uses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1080px; margin: 0 auto; }
.pp-landing .use-card { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid rgba(0,0,0,.05); aspect-ratio: 4/3; box-shadow: 0 10px 30px rgba(15,40,55,.07); transition: transform .35s ease, box-shadow .35s ease; }
.pp-landing .use-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(15,40,55,.16); }
.pp-landing .use-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pp-landing .use-card:hover img { transform: scale(1.05); }
.pp-landing .use-card .use-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,23,21,0) 18%, rgba(8,23,21,.55) 48%, rgba(8,23,21,.9) 100%); }
.pp-landing .use-card .use-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.25rem 1.35rem; color: #fff; z-index: 2; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.pp-landing .use-card .use-ico { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.25); margin-bottom: .7rem; }
.pp-landing .use-card .use-ico svg { width: 21px; height: 21px; }
.pp-landing .use-card h3 { font-size: 1.18rem; font-weight: 700; margin: 0 0 .3rem; }
.pp-landing .use-card p { font-size: .92rem; line-height: 1.5; margin: 0; color: rgba(255,255,255,.92); }
@media (max-width: 900px) { .pp-landing .uses-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pp-landing .uses-grid { grid-template-columns: 1fr; } }

/* ============================================================ КАК ЭТО РАБОТАЕТ ============================================================ */
.pp-landing .how { background: var(--bg-soft); padding: 5.5rem 0; }
.pp-landing .how-step { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1080px; margin: 0 auto 5rem; }
.pp-landing .how-step:last-child { margin-bottom: 0; }
.pp-landing .how-step > div { min-width: 0; }
.pp-landing .how-step .frame { border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(15, 60, 55, .14); background: #fff; transition: transform .4s ease; border: 1px solid rgba(0,0,0,.04); }
.pp-landing .how-step .frame:hover { transform: translateY(-8px); }
.pp-landing .how-num { font-size: 4.5rem; font-weight: 800; line-height: 1; background: linear-gradient(135deg, var(--primary), var(--primary-dark) 50%, var(--primary-darker)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; opacity: .42; margin-bottom: .75rem; letter-spacing: -.02em; }
.pp-landing .how-step h3 { font-size: 1.7rem; font-weight: 700; margin: 0 0 .85rem; color: var(--ink); }
.pp-landing .how-step p { font-size: 1.0625rem; color: var(--ink-soft); line-height: 1.7; margin: 0; }
.pp-landing .how-tags { margin-top: 1.25rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.pp-landing .how-tags span { background: rgba(var(--primary-rgb), .08); color: var(--primary-dark); font-weight: 600; font-size: .85rem; padding: .35rem .8rem; border-radius: 50px; }
@media (max-width: 900px) { .pp-landing .how-step { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3.5rem; } .pp-landing .how-step .frame { order: -1; } }
.pp-landing .how-shot { aspect-ratio: 16 / 11; width: 100%; object-fit: cover; display: block; }
.pp-landing .how-shot-ph { aspect-ratio: 16 / 11; width: 100%; background: repeating-linear-gradient(135deg, #eef2f4 0 14px, #f6f8f9 14px 28px); display: grid; place-items: center; }
.pp-landing .how-shot-ph span { font-family: ui-monospace, Menlo, monospace; font-size: .82rem; font-weight: 600; color: var(--ink-soft); background: rgba(255,255,255,.85); border: 1px dashed rgba(0,0,0,.18); padding: 7px 14px; border-radius: 8px; }
/* мокап зоны загрузки (шаг 01) — миниатюры появляются последовательно через JS */
.pp-landing .how-upload { padding: 1.5rem 1.5rem 1.35rem; background: #fff; }
.pp-landing .how-upload-title { font-size: .9rem; font-weight: 600; color: var(--ink); margin-bottom: .7rem; }
.pp-landing .how-upload-zone { border: 2px dashed rgba(0,0,0,.14); border-radius: 14px; background: #f7f9fa; padding: 1.7rem 1rem; display: flex; flex-direction: column; align-items: center; gap: .25rem; text-align: center; }
.pp-landing .how-upload-zone .bi-cloud-upload { font-size: 2rem; color: var(--ink-soft); margin-bottom: .25rem; }
.pp-landing .how-upload-main { font-weight: 700; color: var(--ink); font-size: 1rem; }
.pp-landing .how-upload-sub { font-size: .85rem; color: var(--ink-soft); }
.pp-landing .how-upload-thumbs { display: flex; gap: .6rem; margin-top: .9rem; min-height: 64px; }
.pp-landing .how-thumb { position: relative; width: 64px; height: 64px; border-radius: 10px; overflow: hidden; flex-shrink: 0; opacity: 0; transform: scale(.8) translateY(8px); transition: opacity .4s ease, transform .4s cubic-bezier(.34, 1.4, .5, 1); }
.pp-landing .how-thumb.in { opacity: 1; transform: none; }
.pp-landing .how-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-landing .how-thumb-x { position: absolute; top: 3px; right: 3px; width: 16px; height: 16px; border-radius: 5px; background: rgba(20, 30, 28, .62); color: #fff; display: grid; place-items: center; font-size: .72rem; }
.pp-landing .how-upload-hint { margin-top: .9rem; font-size: .8rem; color: var(--ink-soft); }
/* мокап поля промпта (шаг 02) — текст печатается при доскролле */
.pp-landing .how-prompt { padding: 1.5rem; background: #fff; }
.pp-landing .how-prompt-head { display: flex; align-items: center; gap: .5rem; margin-bottom: .7rem; }
.pp-landing .how-prompt-label { font-size: .9rem; font-weight: 600; color: var(--ink); }
.pp-landing .how-prompt-help { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; color: var(--primary); font-size: .8rem; }
.pp-landing .how-prompt-field { position: relative; min-height: 140px; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; background: #fff; padding: .85rem 2.6rem .85rem .9rem; font-size: .95rem; line-height: 1.55; color: var(--ink); }
.pp-landing .how-prompt-caret { display: inline-block; width: 2px; height: 1.05em; background: var(--primary); vertical-align: -.18em; margin-left: 1px; animation: pp-caretBlink 1s step-end infinite; }
.pp-landing .how-prompt-mic { position: absolute; top: .7rem; right: .7rem; width: 30px; height: 30px; border-radius: 9px; background: var(--bg-soft); border: 1px solid rgba(0,0,0,.06); display: grid; place-items: center; color: var(--ink-soft); font-size: .9rem; }
.pp-landing .how-prompt-counter { margin-top: .5rem; text-align: right; font-size: .82rem; color: var(--ink-soft); }
/* мокап результатов (шаг 03) — фото появляются по очереди при доскролле */
.pp-landing .how-result { padding: 1.5rem; background: #fff; }
.pp-landing .how-result-head { display: flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 600; color: var(--ink-soft); margin-bottom: .9rem; }
.pp-landing .how-result-pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--primary); animation: pp-blink 1.4s ease-in-out infinite; }
.pp-landing .how-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.pp-landing .how-res-cell { position: relative; aspect-ratio: 4 / 5; border-radius: 10px; overflow: hidden; background: var(--bg-soft); border: 1px solid rgba(0,0,0,.05); }
.pp-landing .how-res-cell img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.pp-landing .how-res-cell.in img { animation: pp-edPop .5s cubic-bezier(.34, 1.4, .5, 1) forwards; }
.pp-landing .how-res-spin { position: absolute; left: 50%; top: 50%; width: 20px; height: 20px; margin: -10px 0 0 -10px; border-radius: 50%; border: 2.5px solid rgba(var(--primary-rgb), .18); border-top-color: var(--primary); animation: pp-edSpin .7s linear infinite; }
.pp-landing .how-res-cell.in .how-res-spin { display: none; }

/* ============================================================ ГАЛЕРЕЯ ПРИМЕРОВ ============================================================ */
.pp-landing .gallery { background: linear-gradient(135deg, #1c2a28 0%, #16211f 50%, #1c2a28 100%); padding: 5.5rem 0; overflow: hidden; }
.pp-landing .gallery .pp-sec-header .h-title { color: #fff; }
.pp-landing .gallery-sub { text-align: center; color: rgba(255,255,255,.72); max-width: 620px; margin: -2rem auto 3rem; font-size: 1.05rem; line-height: 1.6; }
/* бейджи моделей (как на странице Gallery) */
.pp-landing .model-badges { display: flex; gap: .4rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.25rem; }
.pp-landing .model-badge { display: inline-flex; align-items: center; padding: 6px 14px; font-size: .82rem; font-weight: 700; border-radius: 50px; border: 2px solid var(--badge-color, #64748b); background: #fff; color: var(--badge-color, #64748b); cursor: pointer; white-space: nowrap; box-shadow: 0 2px 8px rgba(0,0,0,.18); transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.pp-landing .model-badge svg { width: 14px; height: 14px; flex-shrink: 0; margin-right: 5px; }
.pp-landing .model-badge:hover { transform: translateY(-2px); background: var(--badge-color, #64748b); color: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.28); }
.pp-landing .model-badge.active { background: var(--badge-color, #64748b); color: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.32); }
@media (max-width: 768px) {
    .pp-landing .model-badges { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; gap: .375rem; padding: .25rem .25rem 1rem; scrollbar-width: none; -ms-overflow-style: none; }
    .pp-landing .model-badges::-webkit-scrollbar { display: none; }
    .pp-landing .model-badge { flex-shrink: 0; }
}

/* 3D-coverflow карусель (1:1 со страницы Gallery) */
.pp-landing .carousel-wrapper { position: relative; max-width: 1500px; margin: 0 auto; }
.pp-landing .carousel-viewport { position: relative; width: 100%; max-width: 1400px; height: 580px; margin: 0 auto; overflow: visible; perspective: 1200px; }
.pp-landing .carousel-track { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; }
.pp-landing .carousel-slide { position: absolute; top: 50%; left: 50%; width: 700px; transform: translate(-50%,-50%) scale(.65); opacity: 0; transition: all .55s cubic-bezier(.22,1,.36,1); pointer-events: none; z-index: 1; border-radius: 24px; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.18); transform-style: preserve-3d; backface-visibility: hidden; }
.pp-landing .carousel-slide.slide-hidden { opacity: 0; transform: translate(-50%,-50%) scale(.6); }
.pp-landing .carousel-slide.slide-center { transform: translate(-50%,-50%) scale(1); opacity: 1; z-index: 10; pointer-events: auto; box-shadow: 0 30px 60px -12px rgba(0,0,0,.5); }
.pp-landing .carousel-slide.slide-left { transform: translate(calc(-50% - 575px),-50%) scale(.75) rotateY(25deg); opacity: .85; z-index: 5; pointer-events: auto; cursor: pointer; filter: saturate(.7) brightness(.85); transform-style: flat; backface-visibility: visible; }
.pp-landing .carousel-slide.slide-right { transform: translate(calc(-50% + 575px),-50%) scale(.75) rotateY(-25deg); opacity: .85; z-index: 5; pointer-events: auto; cursor: pointer; filter: saturate(.7) brightness(.85); transform-style: flat; backface-visibility: visible; }
.pp-landing .carousel-slide.slide-far-left, .pp-landing .carousel-slide.slide-far-right { opacity: 0; pointer-events: none; }
.pp-landing .carousel-slide.slide-left:hover, .pp-landing .carousel-slide.slide-right:hover { filter: saturate(.9) brightness(.95); }
.pp-landing .slide-image-wrapper { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 24px; background: #20302d; }
.pp-landing .slide-image-wrapper::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #20302d 25%, #2a3d39 50%, #20302d 75%); background-size: 200% 100%; animation: pp-shimmer 1.5s ease-in-out infinite; z-index: 1; border-radius: 24px; transition: opacity .3s ease; }
.pp-landing .slide-image-wrapper.loaded::before { opacity: 0; pointer-events: none; }
@keyframes pp-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.pp-landing .slide-image-wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .3s ease; }
.pp-landing .slide-image-wrapper.loaded img { opacity: 1; }
.pp-landing .carousel-slide.slide-center:hover .slide-image-wrapper img { transform: scale(1.04); }
.pp-landing .carousel-click-zone { position: absolute; top: 0; height: 100%; width: 35%; z-index: 15; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.pp-landing .carousel-click-left { left: 0; } .pp-landing .carousel-click-right { right: 0; }
.pp-landing .carousel-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.92); border: 1px solid rgba(0,0,0,.06); box-shadow: 0 4px 16px rgba(0,0,0,.18); cursor: pointer; color: #1c2a28; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; z-index: 20; transition: transform .2s ease, background .2s ease, color .2s ease; }
.pp-landing .carousel-nav:hover { background: #fff; transform: translateY(-50%) scale(1.08); color: var(--primary-dark); }
.pp-landing .carousel-nav:active { transform: translateY(-50%) scale(.95); }
.pp-landing .carousel-prev { left: 10px; } .pp-landing .carousel-next { right: 10px; }
@media (max-width: 1400px) { .pp-landing .carousel-viewport { height: 480px; } .pp-landing .carousel-slide { width: 570px; } .pp-landing .carousel-slide.slide-left { transform: translate(calc(-50% - 470px),-50%) scale(.73) rotateY(25deg); } .pp-landing .carousel-slide.slide-right { transform: translate(calc(-50% + 470px),-50%) scale(.73) rotateY(-25deg); } }
@media (max-width: 1100px) { .pp-landing .carousel-viewport { height: 410px; } .pp-landing .carousel-slide { width: 480px; } .pp-landing .carousel-slide.slide-left { transform: translate(calc(-50% - 390px),-50%) scale(.7) rotateY(22deg); } .pp-landing .carousel-slide.slide-right { transform: translate(calc(-50% + 390px),-50%) scale(.7) rotateY(-22deg); } }
@media (max-width: 992px) { .pp-landing .carousel-viewport { height: 345px; } .pp-landing .carousel-slide { width: 390px; } .pp-landing .carousel-slide.slide-left { transform: translate(calc(-50% - 315px),-50%) scale(.68) rotateY(20deg); } .pp-landing .carousel-slide.slide-right { transform: translate(calc(-50% + 315px),-50%) scale(.68) rotateY(-20deg); } }
@media (max-width: 768px) { .pp-landing .carousel-viewport { height: 340px; } .pp-landing .carousel-slide { width: 380px; border-radius: 16px; } .pp-landing .slide-image-wrapper { border-radius: 16px; } .pp-landing .carousel-slide.slide-left { transform: translate(calc(-50% - 290px),-50%) scale(.66) rotateY(18deg); opacity: .7; } .pp-landing .carousel-slide.slide-right { transform: translate(calc(-50% + 290px),-50%) scale(.66) rotateY(-18deg); opacity: .7; } .pp-landing .carousel-nav { width: 40px; height: 40px; font-size: 1rem; } }
@media (max-width: 560px) { .pp-landing .carousel-viewport { height: 300px; } .pp-landing .carousel-slide { width: 300px; } .pp-landing .carousel-slide.slide-left { transform: translate(calc(-50% - 220px),-50%) scale(.62) rotateY(16deg); opacity: .5; } .pp-landing .carousel-slide.slide-right { transform: translate(calc(-50% + 220px),-50%) scale(.62) rotateY(-16deg); opacity: .5; } }

/* PORTRAIT-режим карусели «Примеры работ» (3:4 по умолчанию, 2:3 для gpt-image-2) */
.pp-landing .carousel-viewport.portrait-mode { height: 600px; }
.pp-landing .carousel-viewport.portrait-mode .carousel-slide { width: 400px; height: 533px; background: transparent; box-shadow: none; }
.pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-center { box-shadow: 0 24px 48px -12px rgba(0,0,0,.22); }
.pp-landing .carousel-viewport.portrait-mode .slide-image-wrapper { aspect-ratio: unset; width: 100%; height: 100%; }
.pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-left { transform: translate(calc(-50% - 360px),-50%) scale(.72) rotateY(22deg); }
.pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-right { transform: translate(calc(-50% + 360px),-50%) scale(.72) rotateY(-22deg); }
.pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-far-left, .pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-far-right { opacity: 0; pointer-events: none; }
@media (max-width: 992px) {
    .pp-landing .carousel-viewport.portrait-mode { height: 470px; }
    .pp-landing .carousel-viewport.portrait-mode .carousel-slide { width: 310px; height: 413px; }
    .pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-left { transform: translate(calc(-50% - 285px),-50%) scale(.68) rotateY(20deg); }
    .pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-right { transform: translate(calc(-50% + 285px),-50%) scale(.68) rotateY(-20deg); }
}
@media (max-width: 560px) {
    .pp-landing .carousel-viewport.portrait-mode { height: 420px; }
    .pp-landing .carousel-viewport.portrait-mode .carousel-slide { width: 250px; height: 333px; }
    .pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-left { transform: translate(calc(-50% - 190px),-50%) scale(.62) rotateY(16deg); opacity: .5; }
    .pp-landing .carousel-viewport.portrait-mode .carousel-slide.slide-right { transform: translate(calc(-50% + 190px),-50%) scale(.62) rotateY(-16deg); opacity: .5; }
}

/* ============================================================ ПОЧЕМУ ВЫБИРАЮТ ============================================================ */
.pp-landing .why { background: var(--bg-soft); padding: 5.5rem 0; }
.pp-landing .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1080px; margin: 0 auto; }
.pp-landing .why-card { background: #fff; border-radius: 18px; padding: 2.25rem 1.9rem; text-align: center; border: 1px solid rgba(0,0,0,.04); }
.pp-landing .why-ico { width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; box-shadow: 0 10px 24px rgba(var(--primary-rgb), .3); }
.pp-landing .why-ico .ic { width: 30px; height: 30px; }
.pp-landing .why-card h3 { font-size: 1.25rem; font-weight: 700; margin: 0 0 .65rem; }
.pp-landing .why-card p { font-size: 1rem; color: var(--ink-soft); line-height: 1.65; margin: 0; }
@media (max-width: 900px) { .pp-landing .why-grid { grid-template-columns: 1fr; } }

/* ============================================================ ЛУЧШИЕ НЕЙРОСЕТИ ============================================================ */
.pp-landing .models { background: linear-gradient(135deg, rgba(var(--primary-rgb), .09) 0%, rgba(var(--primary-rgb), .04) 50%, rgba(var(--primary-rgb), .09) 100%); padding: 5rem 0; overflow: hidden; border-top: 1px solid rgba(var(--primary-rgb), .1); border-bottom: 1px solid rgba(var(--primary-rgb), .1); }
.pp-landing .models .pp-sec-header { margin-bottom: 2.5rem; }
.pp-landing .models-sub { text-align: center; color: var(--ink-soft); max-width: 620px; margin: -2rem auto 2.75rem; font-size: 1.05rem; line-height: 1.6; }
.pp-landing .models-marquee { display: flex; width: max-content; animation: pp-marquee 34s linear infinite; }
.pp-landing .models-mask { -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
@keyframes pp-marquee { to { transform: translateX(-50%); } }
.pp-landing .model-chip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .7rem; margin-right: 1rem; padding: .85rem 1.4rem; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: 0 4px 14px rgba(15,40,55,.05); color: var(--ink); }
.pp-landing .model-chip .mc-mark { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; font-weight: 800; font-size: .92rem; color: #fff; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
.pp-landing .model-chip .mc-ico { width: 20px; height: 20px; display: block; fill: currentColor; }
.pp-landing .model-chip .mc-name { font-weight: 700; font-size: 1.02rem; white-space: nowrap; }
.pp-landing .model-chip .mc-type { display: block; font-size: .72rem; color: var(--ink-soft); font-weight: 600; }

/* ============================================================ ФИНАЛЬНЫЙ CTA ============================================================ */
.pp-landing .cta { background: radial-gradient(circle at 15% 20%, rgba(var(--primary-rgb), .1) 0%, transparent 45%), radial-gradient(circle at 85% 80%, rgba(var(--primary-rgb), .1) 0%, transparent 45%), #fff; padding: 5.5rem 0; text-align: center; }
.pp-landing .cta-inner { max-width: 720px; margin: 0 auto; padding: 0 1.5rem; }
.pp-landing .cta p { font-size: 1.1rem; color: var(--ink-soft); margin: 0 0 2rem; line-height: 1.65; }
.pp-landing .cta-feats { display: flex; gap: 1.75rem; justify-content: center; flex-wrap: wrap; margin: 0 0 2.25rem; }
.pp-landing .cta-feats span { display: inline-flex; align-items: center; gap: .5rem; color: var(--ink); font-weight: 600; }
.pp-landing .cta-feats .ic { color: var(--primary); }

/* FAQ — стили берутся из index.css (как на главной), локальных правил нет */

/* стрелка-подсказка скролла */
.pp-landing .scroll-hint { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%); color: var(--primary); opacity: .6; animation: pp-scrollBounce 2s ease-in-out infinite; transition: opacity .4s ease; pointer-events: none; z-index: 100; }
@keyframes pp-scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
@media (max-width: 768px) { .pp-landing .scroll-hint { bottom: 20px; } }

/* reveal-on-scroll */
.pp-landing .reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.pp-landing .reveal.from { opacity: 0; transform: translateY(24px); }

@media (prefers-reduced-motion: reduce) {
    .pp-landing .models-marquee, .pp-landing .ed-grid .scene, .pp-landing .ed-field .caret, .pp-landing .ed-results-head .pulse { animation: none !important; }
}

/* ============================================================
   АДАПТИВ — планшет и телефон
   ============================================================ */
@media (max-width: 768px) {
    .pp-container { padding-left: 1.1rem; padding-right: 1.1rem; }
    .pp-landing .uses, .pp-landing .how, .pp-landing .gallery, .pp-landing .why, .pp-landing .models, .pp-landing .faq, .pp-landing .cta { padding: 3.5rem 0; }
    .pp-landing .proof { padding: 2.5rem 0; }
    .pp-sec-header { margin-bottom: 2rem; }
    .pp-landing .h-title { font-size: clamp(1.6rem, 6.4vw, 2.1rem); margin-bottom: 1rem; }
    .pp-landing .how-num { font-size: 3.4rem; margin-bottom: .4rem; }
    .pp-landing .how-step h3 { font-size: 1.35rem; }
    .pp-landing .how-step p { font-size: 1rem; }
    .pp-landing .heroC-inner { padding: 0 1.25rem; gap: 2.25rem; }
    .pp-landing .heroC-title { font-size: clamp(1.9rem, 8.5vw, 2.6rem); margin-bottom: 1.1rem; }
    .pp-landing .heroC-lead { font-size: 1.05rem; margin-bottom: 1.75rem; }
    .pp-landing .heroC-trust { margin-top: 1.75rem; gap: .7rem 1.1rem; font-size: .85rem; }
    .pp-landing .hero-eyebrow { font-size: .8rem; }
    .pp-landing .heroC .hero-eyebrow { margin-bottom: 1.4rem; }
    .pp-landing .models .pp-sec-header { margin-bottom: 1.75rem; }
    .pp-landing .models-sub, .pp-landing .gallery-sub { margin-top: -1rem; margin-bottom: 1.75rem; font-size: 1rem; }
    .pp-landing .models-br { display: none; } /* на мобильных перенос не нужен — текст переносится сам */
    .pp-landing .cta p { font-size: 1.02rem; }
    /* hero-редактор (мокап) */
    .pp-landing .editor-body { padding: 14px 15px 18px; }
    .pp-landing .ed-source { width: 116px; }
    .pp-landing .ed-field { min-height: 84px; }
}
@media (max-width: 480px) {
    .pp-container { padding-left: 1rem; padding-right: 1rem; }
    .pp-landing .heroC-title { font-size: 1.9rem; }
    .pp-landing .heroC-lead { font-size: 1rem; }
    .pp-landing .hero-eyebrow { font-size: .74rem; padding: .4rem .8rem; }
    .pp-landing .heroC-actions { flex-direction: column; align-items: stretch; gap: .7rem; }
    .pp-landing .heroC-actions .pp-btn { width: 100%; }
    .pp-landing .pp-btn { font-size: 1rem; padding: .8rem 1.3rem; }
    /* hero-редактор (мокап) на телефоне */
    .pp-landing .editor-bar { padding: 9px 12px; }
    .pp-landing .editor-bar .url { font-size: .7rem; padding: 4px 10px; }
    .pp-landing .editor-body { padding: 13px 13px 15px; }
    .pp-landing .ed-row { gap: 11px; }
    .pp-landing .ed-source { width: 96px; }
    .pp-landing .ed-field { min-height: 74px; font-size: .82rem; padding: 9px 11px; }
    .pp-landing .ed-go { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 12px; }
    .pp-landing .ed-models { justify-content: flex-start; font-size: .78rem; }
    .pp-landing .ed-models .mchip { white-space: nowrap; }
    .pp-landing .ed-btn { width: 100%; justify-content: center; padding: 11px 16px; font-size: .92rem; }
    .pp-landing .ed-results { margin-top: 13px; }
    .pp-landing .ed-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
    .pp-landing .how-num { font-size: 3rem; }
    .pp-landing .how-step h3 { font-size: 1.25rem; }
    .pp-landing .why-card { padding: 1.9rem 1.5rem; }
}
