/* === extracted from template Главная (block 0) === */
/* === Hero v2 — dark, two-column, decorative === */
.gvw-hero2{background:radial-gradient(ellipse at 80% 20%,rgba(255,107,91,.18),transparent 50%),#0a0a0a;color:#fff;min-height:100vh;display:flex;align-items:center;padding:80px 0;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.gvw-hero2__container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.gvw-hero2__text{max-width:580px}
.gvw-hero2__eyebrow{display:inline-block;padding:6px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#a1a1a1;margin-bottom:24px}
.gvw-hero2__title{font-weight:700;line-height:1.05;letter-spacing:-.03em;margin:0 0 22px;color:#fff}
.gvw-hero2__accent{color:#ff6b5b}
.gvw-hero2__lead{font-size:17px;line-height:1.55;color:#a1a1a1;margin:0 0 32px;max-width:520px}
.gvw-hero2__features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:36px;font-size:13px;color:#d4d4d4}
.gvw-hero2__feat{display:flex;flex-direction:column;align-items:flex-start;gap:10px;line-height:1.35}
.gvw-hero2__feat-icon{width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--c) 15%,#161616);color:var(--c);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.gvw-hero2__cta-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.gvw-hero2__cta{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#ff6b5b;color:#fff;border-radius:12px;font-weight:600;font-size:15px;text-decoration:none;transition:background .15s,transform .15s;box-shadow:0 8px 24px -8px rgba(255,107,91,.6)}
.gvw-hero2__cta:hover{background:#ff8577;transform:translateY(-1px)}
.gvw-hero2__cta-note{color:#a1a1a1;font-size:14px}

/* Visual side */
.gvw-hero2__visual{position:relative;aspect-ratio:1/1;max-width:560px;margin:0 auto;width:100%}
.gvw-hero2__rings{position:absolute;inset:0;pointer-events:none}
.gvw-hero2__ring{position:absolute;border:1px dashed rgba(255,255,255,.10);border-radius:50%;animation:gvwRingSpin 60s linear infinite}
.gvw-hero2__ring--1{inset:0}
.gvw-hero2__ring--2{inset:18%;animation-direction:reverse;animation-duration:40s}
@keyframes gvwRingSpin{to{transform:rotate(360deg)}}
.gvw-hero2__sparkles i{position:absolute;color:#fff;opacity:.3;font-size:14px;animation:gvwTwinkle 3s ease-in-out infinite}
.gvw-hero2__sparkles i::before{content:"\2726"}
.gvw-hero2__sparkles i:nth-child(2){animation-delay:.6s}
.gvw-hero2__sparkles i:nth-child(3){animation-delay:1.2s}
.gvw-hero2__sparkles i:nth-child(4){animation-delay:1.8s}
.gvw-hero2__sparkles i:nth-child(5){animation-delay:2.4s}
@keyframes gvwTwinkle{0%,100%{opacity:.15;transform:scale(.9)}50%{opacity:.55;transform:scale(1.15)}}

/* Browser mockup */
.gvw-hero2__browser{position:absolute;top:8%;right:0;width:78%;background:#1a1a1a;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px -20px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.04);overflow:hidden}
.gvw-hero2__browser-bar{display:flex;gap:6px;padding:10px 14px;background:#202020;border-bottom:1px solid rgba(255,255,255,.06)}
.gvw-hero2__browser-bar span{width:9px;height:9px;border-radius:50%;background:#3a3a3a}
.gvw-hero2__browser-page{padding:18px}
.gvw-hero2__skel{height:10px;border-radius:5px;background:#2a2a2a;margin-bottom:10px;width:90%}
.gvw-hero2__skel--lg{height:14px;width:65%;margin-bottom:14px}
.gvw-hero2__play-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#ff6b5b;color:#fff;border:none;border-radius:999px;font-size:13px;font-weight:600;margin:8px 0 16px;cursor:default}
.gvw-hero2__play-pill i{font-size:11px}
.gvw-hero2__cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gvw-hero2__card{background:#222;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}
.gvw-hero2__card-thumb{height:80px;border-radius:8px;background:#2e2e2e;display:flex;align-items:center;justify-content:center;color:#555;font-size:24px}
.gvw-hero2__card-thumb--avatar{height:48px;width:48px;border-radius:50%}
.gvw-hero2__card-lines span{display:block;height:6px;border-radius:3px;background:#333;margin-bottom:4px}
.gvw-hero2__card-lines span:first-child{width:80%}
.gvw-hero2__stars{display:flex;gap:2px;font-size:9px;color:#fbbf24}

/* Floating badges */
.gvw-hero2__floater{position:absolute;background:#161616;border:1px solid rgba(255,255,255,.10);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px -10px rgba(0,0,0,.6);animation:gvwFloat 4s ease-in-out infinite}
@keyframes gvwFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.gvw-hero2__floater--play{top:0;left:25%;width:54px;height:54px;color:#a855f7;font-size:18px;animation-delay:0s}
.gvw-hero2__floater--chat{top:25%;right:-4%;width:54px;height:54px;color:#fbbf24;font-size:18px;animation-delay:.6s}
.gvw-hero2__floater--like{bottom:18%;left:-4%;width:54px;height:54px;color:#22c55e;font-size:18px;animation-delay:1.2s}
.gvw-hero2__floater--metric{bottom:8%;right:8%;padding:10px 14px;gap:10px;color:#3b82f6;font-size:18px;animation-delay:1.8s}
.gvw-hero2__floater--metric div{display:flex;flex-direction:column;line-height:1.1;color:#fff}
.gvw-hero2__floater--metric b{font-size:15px}
.gvw-hero2__floater--metric small{font-size:11px;color:#a1a1a1;margin-top:2px}

/* Hide slider arrows + dots on this slide for cleaner look */
.gvw-hero2 ~ .gr-hero-slider__arrow,
.gr-hero-slider__dots{}

@media(max-width:900px){
    .gvw-hero2{min-height:auto;padding:60px 0}
    .gvw-hero2__container{grid-template-columns:1fr;gap:40px}
    .gvw-hero2__features{grid-template-columns:repeat(2,1fr)}
    .gvw-hero2__visual{max-width:420px}
}

/* === extracted from template Главная (block 1) === */
/* === Hero Slide 2 — reviews variant === */
.gvw-hero2--reviews{background:radial-gradient(ellipse at 80% 20%,rgba(168,85,247,.16),transparent 50%),#0a0a0a}

/* Phone mockup with recording UI */
.gvw-rev-phone{position:absolute;top:6%;right:8%;width:200px;height:380px;background:#1a1a1a;border-radius:32px;border:8px solid #000;box-shadow:0 30px 80px -16px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.06);overflow:hidden}
.gvw-rev-phone__notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:18px;background:#000;border-radius:0 0 12px 12px;z-index:3}
.gvw-rev-phone__screen{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#2d1b69 0%,#0f0f1f 100%);padding:32px 14px 14px;display:flex;flex-direction:column}
.gvw-rev-phone__avatar{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#ff8577,#ff6b5b);display:flex;align-items:center;justify-content:center;color:#fff;font-size:38px;margin:30px auto 18px;box-shadow:0 0 0 4px rgba(255,255,255,.08),0 0 30px rgba(255,107,91,.4)}
.gvw-rev-phone__rec{display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:10px}
.gvw-rev-phone__rec-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:gvwBlink 1.2s ease-in-out infinite}
.gvw-rev-phone__time{margin-left:auto;color:#a1a1a1;font-size:10px;font-variant-numeric:tabular-nums}
@keyframes gvwBlink{0%,100%{opacity:1}50%{opacity:.3}}
.gvw-rev-phone__progress{height:3px;background:rgba(255,255,255,.12);border-radius:2px;margin-bottom:14px;overflow:hidden}
.gvw-rev-phone__progress div{width:60%;height:100%;background:#ff6b5b;border-radius:2px;animation:gvwProgressPulse 3s ease-in-out infinite}
@keyframes gvwProgressPulse{0%{width:30%}50%{width:80%}100%{width:30%}}
.gvw-rev-phone__caption{color:#fff;font-size:12px;text-align:center;line-height:1.35;font-style:italic;opacity:.9;margin-bottom:16px}
.gvw-rev-phone__shutter{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);width:48px;height:48px;border-radius:50%;border:3px solid #fff;background:transparent;cursor:default;display:flex;align-items:center;justify-content:center;padding:0}
.gvw-rev-phone__shutter span{width:32px;height:32px;border-radius:50%;background:#ef4444;display:block}

/* Floating uploaded-clip cards */
.gvw-rev-clip{position:absolute;background:#161616;border:1px solid rgba(255,255,255,.10);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 24px -8px rgba(0,0,0,.6);font-size:12px;color:#fff;animation:gvwFloat 4s ease-in-out infinite}
.gvw-rev-clip i{font-size:18px;color:#22c55e;flex-shrink:0}
.gvw-rev-clip .fa-spin{color:#fbbf24}
.gvw-rev-clip div{display:flex;flex-direction:column;line-height:1.2}
.gvw-rev-clip b{font-size:12px;font-weight:600}
.gvw-rev-clip small{font-size:10px;color:#a1a1a1;margin-top:2px}
.gvw-rev-clip--1{top:14%;left:0;animation-delay:0s}
.gvw-rev-clip--2{top:48%;left:-2%;animation-delay:.6s}
.gvw-rev-clip--3{bottom:18%;left:8%;animation-delay:1.2s;border-color:rgba(251,191,36,.25)}

@media(max-width:900px){
    .gvw-rev-phone{position:relative;top:auto;right:auto;margin:0 auto}
    .gvw-rev-clip{display:none}
}

