/* Статические страницы первой SEO-волны. Видео загружается только на watch page. */
.seo-body{min-height:100vh}
.seo-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,390px);gap:72px;align-items:center;padding-top:88px;padding-bottom:80px}
.seo-hero.compact{display:block;padding-bottom:35px}
.seo-hero h1,.watch-page h1,.not-found h1{font:600 clamp(44px,5vw,78px)/1.02 "Playfair Display",Georgia,serif;letter-spacing:-.06em;margin:16px 0}
.breadcrumbs{font-size:12px;color:var(--muted);margin:0}
.breadcrumbs a{color:inherit}
.category-preview{aspect-ratio:1;border-radius:28px;padding:38px;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 75% 16%,#fff8d4 0 13%,transparent 14%),radial-gradient(circle at 22% 25%,#ffd2e2 0 19%,transparent 20%),linear-gradient(145deg,#b1b7e8,#f5b3d6 70%,#fbd6a7);box-shadow:0 24px 60px #75659b35}
.category-preview span{font-size:64px;margin-bottom:auto}
.category-preview strong{font:600 42px/1 "Playfair Display",Georgia,serif;letter-spacing:-.05em}
.category-preview small{font-size:15px;margin-top:15px;max-width:270px}
.seo-section{padding-top:65px;padding-bottom:65px;border-top:1px solid var(--line)}
.seo-section h2{font:600 clamp(31px,3.4vw,49px)/1.05 "Playfair Display",Georgia,serif;letter-spacing:-.05em;margin:0 0 30px}
.soft{background:#fff4ea;border-radius:28px;border-top:0;padding-left:clamp(22px,5vw,74px);padding-right:clamp(22px,5vw,74px);margin-top:30px;margin-bottom:30px}
.benefit-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;list-style:none;padding:0;margin:0}
.benefit-list li{border:1px solid var(--line);border-radius:16px;padding:24px;font-size:15px;line-height:1.6;background:#fffdf9}
.benefit-list li:before{content:'✓';display:block;color:#e76e58;font-weight:800;font-size:20px;margin-bottom:10px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;list-style:none;padding:0;margin:0}
.steps li{display:flex;gap:14px}
.steps b{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:12px}
.steps strong{font-size:15px}
.steps p{color:var(--muted);font-size:14px;line-height:1.5;margin:6px 0}
.center-cta{margin:36px 0 0}
.seo-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.seo-card{min-height:185px;padding:24px;border-radius:17px;background:#fff0e5;color:var(--ink);text-decoration:none;position:relative;transition:transform .2s,box-shadow .2s}
.seo-card:nth-child(4n+2){background:#e7e2fb}
.seo-card:nth-child(4n+3){background:#dcf1e8}
.seo-card:nth-child(4n){background:#f9e8a9}
.seo-card:hover{transform:translateY(-4px);box-shadow:0 15px 27px #403e651a}
.seo-card strong{display:block;font:600 25px/1.05 "Playfair Display",Georgia,serif;letter-spacing:-.04em;margin-top:22px}
.seo-card small{display:block;color:#666276;font-size:11px;line-height:1.5;margin-top:8px}
.seo-card i{font-style:normal;position:absolute;right:22px;bottom:18px;font-size:22px}
.prose{max-width:810px;font-size:17px;line-height:1.7;color:#5d5a6d}
.video-teasers{display:grid;grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;gap:24px}
.video-teaser{position:relative;overflow:hidden;border-radius:22px;aspect-ratio:1;color:#fff;text-decoration:none;background:#aaa}
.video-teaser img{width:100%;height:100%;object-fit:cover;display:block}
.video-teaser:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#1e193caa,transparent 65%)}
.video-teaser span,.video-teaser strong{position:absolute;z-index:1;left:24px}
.video-teaser span{top:22px;font-size:12px;font-weight:800;background:#ffffff2e;border-radius:20px;padding:8px 12px;backdrop-filter:blur(5px)}
.video-teaser strong{bottom:22px;font:600 29px/1.05 "Playfair Display",Georgia,serif}
.today-card{display:block}
.today-card img{display:block;width:100%;height:100%;object-fit:cover}
.video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap;border:1px solid #fff9;border-radius:99px;background:#251a3166;color:#fff;padding:12px 16px;font:700 13px Manrope;backdrop-filter:blur(5px)}
.watch-page{padding-top:68px;padding-bottom:72px}
.watch-page>.lead{max-width:750px}
.watch-layout{display:grid;grid-template-columns:minmax(0,460px) minmax(260px,300px);gap:28px;margin-top:36px;align-items:start}
.watch-layout video{width:100%;height:auto;border-radius:22px;background:#241e39;box-shadow:0 22px 48px #403b6422}
.watch-actions{border:1px solid var(--line);padding:24px;border-radius:18px;background:#fffdf9}
.watch-actions .button,.watch-actions .share-button{width:100%;display:block;margin-bottom:12px}
.watch-actions p{color:var(--muted);font-size:12px;line-height:1.6;margin:18px 0 0}
.related-watch{margin-top:65px}
.not-found{min-height:68vh;padding-top:110px}
.not-found .lead{max-width:480px}
@media(max-width:760px){.seo-hero{display:block;padding-top:38px;padding-bottom:48px}
.seo-hero h1,.watch-page h1,.not-found h1{font-size:47px}
.category-preview{max-width:360px;margin:38px auto 0}
.category-preview strong{font-size:36px}
.benefit-list,.steps,.seo-card-grid,.video-teasers,.watch-layout{grid-template-columns:1fr}
.seo-card-grid{gap:12px}
.seo-card{min-height:150px}
.seo-section{padding-top:45px;padding-bottom:45px}
.soft{border-radius:19px}
.watch-page{padding-top:38px}
.watch-layout{gap:20px}
.video-teaser strong{font-size:24px}
.video-teaser span,.video-teaser strong{left:18px}
.today-card{width:min(360px,88%)}
 }
