@charset "UTF-8";
:root{color-scheme:dark;--bg:#07090e;--surface:#0e121a;--surface-2:#141923;--line:#282f3d;--line-soft:#1c222e;--text:#f7f8fb;--muted:#a8b0c0;--quiet:#747f93;--gold:#f0c96a;--gold-2:#ffe3a0;--blue:#416bff;--purple:#9b8df5;--rose:#f0a0bd;--cyan:#61c8e8;--ink:#10141d;--radius:18px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;overflow-x:hidden}
a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}ul,ol{margin-top:0}
:focus-visible{outline:3px solid var(--gold);outline-offset:5px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:20px;top:-100px;z-index:200;background:var(--gold);color:#090b10;padding:12px 16px;border-radius:8px;font-weight:800}.skip-link:focus{top:12px}
.shell{width:min(1280px,calc(100% - 96px));margin-inline:auto}
.site-header{height:82px;position:sticky;top:0;z-index:50;border-bottom:1px solid #252b37;background:#07090ef2;backdrop-filter:blur(14px)}
.header-row{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand svg{width:38px;height:38px;fill:none;stroke:var(--gold);stroke-width:4}.brand span{font-size:14px;font-weight:900;line-height:1.04;letter-spacing:-.035em}
.site-nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:14px;color:#d7dae2}.site-nav a{position:relative;padding-block:8px}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--gold);transition:right .2s}.site-nav a:hover:after{right:0}
.menu-toggle{display:none;border:0;background:none;padding:8px;color:white}.menu-toggle>span:not(.sr-only){display:block;width:24px;height:2px;margin:5px;background:currentColor}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:52px;padding:14px 20px;border:1px solid transparent;border-radius:10px;font-weight:780;font-size:15px;line-height:1.2;transition:transform .2s,background .2s,border-color .2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button span{font-size:20px;font-weight:500}.button-small{min-height:44px;padding:11px 16px;font-size:13px;gap:14px}.button-light{background:#f5f6f8;color:#0d1118}.button-light:hover{background:white}.button-gold{background:var(--gold);color:#11130b}.button-gold:hover{background:var(--gold-2)}.button-blue{background:var(--blue);color:white}.button-blue:hover{background:#5c80ff}.button-outline{border-color:#3a4252;background:#171b24;color:white}.button-outline:hover{border-color:#737f94;background:#202632}.button-ink{background:var(--ink);color:#f9fafb}.button-ink:hover{background:#222a38}.button-patch{border-color:#ffffff42;background:#ffffff09;color:white}.button-patch:hover{background:#ffffff16}
.quiet-link{display:inline-flex;align-items:center;gap:12px;color:#d4d8e2;font-size:14px;border-bottom:1px solid #586171;padding-block:6px}.quiet-link:hover{color:var(--gold);border-color:var(--gold)}
.eyebrow{font-size:12px;line-height:1.25;letter-spacing:.12em;font-weight:800;color:#bdc4d2;margin-bottom:20px}.eyebrow>span{display:inline-block;width:27px;height:2px;background:var(--gold);vertical-align:middle;margin-right:10px}
.home-hero{min-height:690px;display:grid;grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);align-items:center;gap:20px;padding-block:58px}
.home-hero-copy{position:relative;z-index:2}.home-hero h1{font-size:clamp(62px,7.2vw,102px);font-weight:850;line-height:.95;letter-spacing:-.067em;margin-bottom:30px;max-width:720px}.home-hero h1 em{font-style:normal;color:var(--gold)}
.hero-lead{font-size:21px;line-height:1.52;letter-spacing:-.02em;max-width:610px;color:#e3e6ec;margin-bottom:29px}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.trust-row{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:32px;color:var(--muted);font-size:13px}.trust-row span:before{content:"✓";color:var(--gold);margin-right:7px}
.home-hero-visual{height:580px;position:relative;overflow:hidden;border-radius:26px;background:#080b14;border:1px solid #202a3b}.home-hero-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--bg) 0%,transparent 22%),linear-gradient(0deg,#07090ec9 0%,transparent 28%)}.home-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:63% center}.visual-caption{position:absolute;z-index:2;left:28px;right:28px;bottom:25px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#bdc5d5;font-size:10px;letter-spacing:.11em}.visual-caption b{color:var(--gold)}
.task-bar{border-block:1px solid var(--line);background:#0b0e15}.task-grid{display:grid;grid-template-columns:1.05fr repeat(4,1fr)}.task-grid>p{margin:0;padding:20px 22px 20px 0;color:var(--muted);font-size:13px;line-height:1.35}.task-grid>a{padding:20px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-left:1px solid var(--line);font-size:14px;transition:background .2s,color .2s}.task-grid>a:hover{background:#151b25;color:var(--gold)}.task-grid b{color:var(--gold);font-size:18px}
.section{padding-block:104px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:44px;margin-bottom:42px}.section-head .eyebrow{margin-bottom:15px}.section-head h2{font-size:clamp(39px,4.4vw,61px);line-height:1.04;letter-spacing:-.055em;margin:0}.section-head>p{max-width:430px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.core-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface);display:flex;flex-direction:column;min-width:0;transition:transform .25s,border-color .25s}.product-card:hover{transform:translateY(-5px);border-color:#515c70}.product-cover{min-height:300px;padding:26px 27px 23px;display:flex;flex-direction:column;position:relative;overflow:hidden}.product-cover:after{content:"";position:absolute;width:170px;height:170px;border:1px solid currentColor;border-radius:50%;opacity:.12;right:-55px;top:58px}.card-seven .product-cover{background:linear-gradient(145deg,#181723,#262238);color:#f3d58c}.card-lesenka .product-cover{background:#3f68f2;color:white}.card-dubl .product-cover{background:#a89af1;color:#1b1435}.cover-top,.cover-foot{display:flex;justify-content:space-between;gap:15px;align-items:center;font-size:10px;line-height:1.3;letter-spacing:.08em;font-weight:800}.cover-top{margin-bottom:30px}.cover-top span:last-child{opacity:.62}.cover-foot{margin-top:auto;opacity:.78;letter-spacing:.025em}.cover-word{font-size:47px;line-height:1;letter-spacing:-.06em;font-weight:860;display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.cover-word i{font-style:normal;font-weight:400;font-size:53px}.product-cover>p{font-size:19px;line-height:1.4;font-weight:600;letter-spacing:-.025em;margin-bottom:28px}.seven-title{display:flex;align-items:center;gap:15px;margin:0 0 19px}.seven-title img{width:58px;height:58px}.seven-title strong{font-size:38px;line-height:.9;letter-spacing:-.055em}.card-body{padding:28px 26px 26px;display:flex;flex-direction:column;flex:1}.availability{display:inline-flex;align-items:center;align-self:flex-start;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.05em;margin-bottom:17px}.is-live{background:#1a3427;color:#8be5aa}.is-live:before{content:"";width:6px;height:6px;border-radius:50%;background:#63dc90;margin-right:7px}.is-progress{background:#252a48;color:#b5bdfd}.card-body h3{font-size:24px;line-height:1.16;letter-spacing:-.045em;margin-bottom:16px;min-height:84px}.card-body>p{color:var(--muted);font-size:15px;line-height:1.7;margin-bottom:21px}.card-body ul,.book-card ul,.social-side ul{list-style:none;padding:0;margin-bottom:27px}.card-body li,.book-card li,.social-side li{font-size:14px;color:#cbd0da;padding:8px 0 8px 20px;border-bottom:1px solid #ffffff0d;position:relative}.card-body li:before,.book-card li:before,.social-side li:before{content:"✓";position:absolute;left:0;color:var(--gold)}.card-actions{margin-top:auto;display:grid;gap:16px}.card-actions .quiet-link{justify-self:center}
.method-block{padding-block:96px;background:#121722;border-block:1px solid #252d3b}.method-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:88px;align-items:end}.method-title h2{font-size:clamp(43px,5vw,67px);line-height:1.04;letter-spacing:-.058em;margin:0}.method-title h2 span{color:#7f899c}.method-copy>p{font-size:19px;line-height:1.65;color:#c0c6d1;margin-bottom:25px}.method-tags{display:flex;flex-wrap:wrap;gap:8px}.method-tags span{padding:7px 10px;border:1px solid #394253;border-radius:6px;color:#d7dbe4;font-size:12px}.method-steps{list-style:none;padding:0;margin:58px 0 34px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #394253;border-radius:14px;overflow:hidden}.method-steps li{display:flex;gap:21px;padding:30px}.method-steps li+li{border-left:1px solid #394253}.method-steps>li>span{font:700 13px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold)}.method-steps h3{font-size:22px;line-height:1.2;letter-spacing:-.035em;margin-bottom:10px}.method-steps p{font-size:15px;color:var(--muted);margin:0}.method-note{display:flex;justify-content:space-between;gap:28px;align-items:center;padding-top:7px}.method-note b{font-size:15px}.method-note span{font-size:12px;color:var(--quiet);text-align:right}
.patch-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.patch-card{min-height:500px;padding:32px;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden;position:relative}.patch-card:after{content:"";position:absolute;width:260px;height:260px;border:1px solid var(--patch);border-radius:50%;opacity:.1;right:-100px;top:-80px}.patch-rom{--patch:var(--rose);background:linear-gradient(135deg,#2b1822,#12131a 78%)}.patch-humor{--patch:#c0b6ff;background:linear-gradient(135deg,#231f38,#12131a 78%)}.patch-index{display:flex;justify-content:space-between;align-items:center;color:var(--patch);font-size:11px;letter-spacing:.1em;font-weight:850;margin-bottom:45px}.patch-index b{font-size:40px;line-height:1;font-weight:500}.patch-situation{font-size:16px;color:#c6bdc9;line-height:1.5;margin-bottom:22px}.patch-card h3{font-size:39px;line-height:1.03;letter-spacing:-.052em;color:var(--patch);margin-bottom:18px;max-width:460px}.patch-card>p:not(.patch-situation){color:#b9b1bd;max-width:500px;line-height:1.67}.patch-meta{display:flex;flex-wrap:wrap;gap:7px;margin:13px 0 25px}.patch-meta span{font-size:11px;color:#c7becb;border:1px solid #ffffff26;border-radius:999px;padding:6px 9px}.patch-card .button{margin-top:auto;align-self:flex-start;min-width:190px}
.books-block{padding-block:100px;background:#e9edf5;color:#10151f}.books-head .eyebrow{color:#526079}.books-head h2 span{color:#335ff1}.books-head>p{color:#536078}.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.book-card{background:white;border:1px solid #ccd3e0;border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;min-height:570px;box-shadow:0 24px 65px -45px #0c265f70}.book-number{font:700 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#335ff1;margin-bottom:38px}.book-spine{display:flex;justify-content:space-between;gap:20px;padding-block:14px;border-block:1px solid #d7dce6;font-size:10px;letter-spacing:.06em;color:#5c687c}.book-spine b{color:#335ff1;white-space:nowrap}.book-card h3{font-size:43px;line-height:1;letter-spacing:-.06em;margin:30px 0 19px}.book-card>p{font-size:16px;line-height:1.68;color:#4e5a6d}.book-card ul{margin-top:5px}.book-card li{color:#374256;border-color:#e8ebf1}.book-card li:before{color:#335ff1}.book-card .button{margin-top:auto}.book-focus .book-number,.book-focus .book-spine b,.book-focus li:before{color:#7658d8}
.social-feature{padding-block:100px}.social-panel{display:grid;grid-template-columns:.42fr 1.23fr .82fr;gap:44px;align-items:center;border:1px solid #34425f;border-radius:22px;padding:42px;background:radial-gradient(circle at 13% 50%,#1b3473 0,transparent 32%),linear-gradient(130deg,#0e1525,#10131b 70%);overflow:hidden}.social-mark{font-size:clamp(90px,12vw,170px);font-weight:900;line-height:.8;letter-spacing:-.09em;color:#5278ff;text-shadow:0 0 45px #315af55c}.social-copy .eyebrow{color:#9cb3ff}.social-copy h2{font-size:clamp(38px,4.4vw,58px);line-height:1.03;letter-spacing:-.058em;margin-bottom:22px}.social-copy>p{font-size:17px;color:#b9c1d0;line-height:1.65}.social-rule{border-left:2px solid #6688ff;padding-left:16px;color:#e3e8f3;font-size:15px}.social-side{border-left:1px solid #33405a;padding-left:32px}.social-side ul{margin:6px 0 24px}.social-side li{font-size:13px}.social-side .button{width:100%}
.route-section{padding-block:100px;background:#0d1119;border-block:1px solid var(--line)}.route-list{border-top:1px solid var(--line)}.route-list>a{display:grid;grid-template-columns:55px 1fr 220px 30px;align-items:center;gap:20px;min-height:88px;border-bottom:1px solid var(--line);transition:background .2s,padding .2s}.route-list>a:hover{background:#151b25;padding-inline:15px}.route-no{font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--quiet)}.route-list b{font-size:19px;letter-spacing:-.02em}.route-list small{font-size:13px;color:var(--muted)}.route-list i{font-size:22px;color:var(--gold);font-style:normal;text-align:right}
.faq-section{padding-block:92px;display:grid;grid-template-columns:.8fr 1.45fr;gap:80px}.faq-section h2{font-size:40px;line-height:1.05;letter-spacing:-.05em}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:17px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:24px;color:var(--quiet);transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg);color:var(--gold)}.faq-list details p{max-width:700px;color:var(--muted);font-size:15px;line-height:1.7;margin:0 42px 25px 0}
.site-footer{border-top:1px solid var(--line);background:#090c12}.footer-main{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:34px}.footer-main>p{font-size:14px;color:var(--muted);margin:0}.footer-main nav{display:flex;flex-wrap:wrap;gap:23px;font-size:13px;color:#ced2dc}.footer-main nav a:hover{color:var(--gold)}.to-top{width:46px;height:46px;border:1px solid #465064;border-radius:50%;display:grid;place-items:center;font-size:20px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line-soft);padding-block:19px;color:#717c91;font-size:11px}

/* Product pages */
.product-page{--accent:var(--gold)}.product-page.seven{--accent:#f1cc76}.product-page.lesenka{--accent:#5f82ff}.product-page.dubl{--accent:#b7a9ff}.product-page.romantika{--accent:#f0a0bd}.product-page.humor{--accent:#c3b9ff}.product-page.spor{--accent:#6f93ff}.product-page.fokus{--accent:#9d83f0}.product-page.social{--accent:#5f82ff}
.crumbs{padding-top:31px;color:var(--quiet);font-size:12px}.crumbs a:hover{color:var(--accent)}.crumbs span{margin-inline:9px}
.product-hero{min-height:600px;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center;padding-block:45px 75px}.product-kicker{font-size:12px;letter-spacing:.12em;font-weight:800;color:var(--accent);margin-bottom:22px}.product-hero h1{font-size:clamp(52px,6.2vw,88px);line-height:.94;letter-spacing:-.065em;margin-bottom:29px}.product-hero .product-lead{font-size:22px;line-height:1.5;max-width:700px;color:#e1e5ed;letter-spacing:-.02em;margin-bottom:29px}.product-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.button-accent{background:var(--accent);color:#101219}.button-accent:hover{filter:brightness(1.1)}.product-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:29px}.product-badges span{font-size:12px;padding:7px 10px;border:1px solid #3a4352;border-radius:6px;color:#c6ccd7}.product-identity{min-height:400px;border:1px solid color-mix(in srgb,var(--accent) 35%,#273041);border-radius:24px;padding:29px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 78% 22%,color-mix(in srgb,var(--accent) 22%,transparent),transparent 39%),#111620;overflow:hidden;position:relative}.product-identity:after{content:"";position:absolute;width:260px;height:260px;border:1px solid var(--accent);border-radius:50%;opacity:.18;right:-80px;top:45px}.identity-top,.identity-bottom{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:.08em;color:#c8cfdb;position:relative;z-index:1}.identity-mark{font-size:clamp(75px,9vw,135px);font-weight:900;line-height:.82;letter-spacing:-.08em;color:var(--accent);position:relative;z-index:1}.identity-mark small{display:block;font-size:22px;letter-spacing:-.03em;line-height:1.1;margin-top:18px;color:#f0f2f6}.identity-logo{display:flex;align-items:center;gap:18px}.identity-logo img{width:70px;height:70px}.identity-logo strong{font-size:45px;line-height:.9;letter-spacing:-.05em;color:var(--accent)}
.proof-strip{border-block:1px solid var(--line);background:#0d1119}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{padding:25px 24px;border-left:1px solid var(--line)}.proof-grid>div:first-child{border-left:0}.proof-grid strong{display:block;font-size:18px;color:var(--accent);margin-bottom:5px}.proof-grid span{font-size:12px;color:var(--muted)}
.product-section{padding-block:96px}.split-intro{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px}.split-intro h2,.product-section-title{font-size:clamp(39px,4.6vw,62px);line-height:1.04;letter-spacing:-.057em;margin-bottom:25px}.split-intro h2 span,.product-section-title span{color:var(--accent)}.split-intro .large-copy{font-size:22px;line-height:1.55;color:#e0e4ec;letter-spacing:-.02em;margin-bottom:23px}.split-intro .muted-copy{font-size:16px;line-height:1.75;color:var(--muted)}.signal-box{margin-top:30px;border-left:2px solid var(--accent);padding:4px 0 4px 20px;color:#dce1e9}.signal-box b{display:block;font-size:13px;color:var(--accent);margin-bottom:5px}.signal-box span{font-size:15px}
.inside-block{background:#121721;border-block:1px solid var(--line)}.inside-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:40px}.inside-head h2{font-size:clamp(38px,4.5vw,58px);line-height:1.04;letter-spacing:-.055em;margin:0}.inside-head p{max-width:420px;color:var(--muted);margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.feature{border:1px solid #313a49;border-radius:14px;padding:25px;background:#0d1118;min-height:220px}.feature>span{display:block;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent);margin-bottom:34px}.feature h3{font-size:21px;line-height:1.18;letter-spacing:-.035em;margin-bottom:12px}.feature p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}
.path-list{list-style:none;padding:0;margin:35px 0 0;border-top:1px solid var(--line)}.path-list li{display:grid;grid-template-columns:70px 1fr;gap:25px;padding:25px 0;border-bottom:1px solid var(--line)}.path-list>li>span{font:700 13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent)}.path-list h3{font-size:22px;line-height:1.2;letter-spacing:-.035em;margin-bottom:8px}.path-list p{font-size:15px;line-height:1.65;color:var(--muted);margin:0;max-width:760px}
.not-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.not-grid h2{font-size:42px;line-height:1.04;letter-spacing:-.055em}.not-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.not-list>div{border:1px solid var(--line);border-radius:12px;padding:19px;font-size:14px;color:#c3c9d4}.not-list>div:before{content:"—";color:var(--accent);margin-right:9px}
.product-cta{padding-block:80px 95px}.cta-panel{border:1px solid color-mix(in srgb,var(--accent) 36%,#2b3341);border-radius:22px;padding:50px;background:radial-gradient(circle at 92% 20%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 33%),#111620;display:grid;grid-template-columns:1fr auto;gap:45px;align-items:center}.cta-panel h2{font-size:clamp(37px,4vw,55px);line-height:1.02;letter-spacing:-.055em;margin-bottom:14px}.cta-panel p{color:var(--muted);font-size:16px;margin:0;max-width:650px}.cta-panel .button{min-width:230px}.status-note{display:inline-flex;margin-top:20px;font-size:12px;color:var(--muted)}
.related-products{padding-block:75px 95px;border-top:1px solid var(--line)}.related-products h2{font-size:30px;letter-spacing:-.045em;margin-bottom:25px}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.related-grid a{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--line);border-radius:12px;padding:21px;background:#0e1219}.related-grid a:hover{border-color:var(--accent);background:#141a24}.related-grid b{font-size:17px}.related-grid span{font-size:13px;color:var(--muted)}.related-grid i{color:var(--accent);font-style:normal;font-size:21px}
.has-reveal .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.has-reveal .reveal.is-visible{opacity:1;transform:none}
@media(max-width:1080px){.shell{width:calc(100% - 56px)}.site-nav{gap:18px}.home-hero{grid-template-columns:1fr 1fr}.home-hero-visual{height:520px}.core-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.product-card:last-child .product-cover{height:100%}.product-card:last-child .card-body h3{min-height:0}.task-grid{grid-template-columns:1fr 1fr}.task-grid>p{grid-column:1/-1;padding:16px 0}.task-grid>p br{display:none}.task-grid>a{border-top:1px solid var(--line);border-left:0}.task-grid>a:nth-child(even){margin-right:20px}.social-panel{grid-template-columns:.36fr 1fr}.social-side{grid-column:1/-1;border-left:0;border-top:1px solid #33405a;padding:24px 0 0;display:grid;grid-template-columns:1fr auto;gap:20px}.social-side .availability{grid-column:1/-1}.social-side ul{margin:0}.social-side .button{align-self:end}.product-hero{gap:35px}.method-grid{gap:50px}.feature-grid{grid-template-columns:1fr 1fr}.feature:last-child:nth-child(odd){grid-column:1/-1}.product-identity{min-height:370px}}
@media(max-width:760px){.shell{width:calc(100% - 36px)}html{scroll-padding-top:74px}.site-header{height:72px}.header-cta{display:none}.menu-toggle{display:block;margin-left:auto}.site-nav{position:fixed;top:72px;left:0;right:0;background:#0b0e14;border-bottom:1px solid var(--line);padding:12px 18px 22px;display:none;flex-direction:column;align-items:stretch;gap:0}.site-nav.is-open{display:flex}.site-nav a{padding:14px;border-bottom:1px solid var(--line-soft);font-size:16px}.menu-open{overflow:hidden}.brand svg{width:34px;height:34px}.brand span{font-size:13px}.home-hero{display:flex;flex-direction:column;align-items:stretch;padding:45px 0 0;min-height:0}.home-hero h1{font-size:clamp(59px,17vw,84px);margin-bottom:24px}.hero-lead{font-size:19px}.home-hero-visual{height:345px;margin:12px -18px 0;border-radius:0;border-inline:0}.home-hero-visual:before{background:linear-gradient(180deg,var(--bg),transparent 24%),linear-gradient(0deg,#07090edb,transparent 35%)}.home-hero-visual img{object-position:66% center}.visual-caption{left:18px;right:18px;bottom:17px}.trust-row{margin-bottom:20px}.task-grid{display:grid}.task-grid>a{padding:18px 0}.task-grid>a:nth-child(even){margin-right:18px}.section{padding-block:66px}.section-head{display:block;margin-bottom:29px}.section-head h2{font-size:41px}.section-head>p{margin-top:17px}.core-grid{grid-template-columns:1fr;gap:22px}.product-card:last-child{grid-column:auto;display:flex}.product-cover{min-height:275px;padding:24px}.card-body{padding:25px 23px}.card-body h3{min-height:0;font-size:25px}.method-block{padding-block:67px}.method-grid{grid-template-columns:1fr;gap:27px}.method-title h2{font-size:43px}.method-copy>p{font-size:17px}.method-steps{grid-template-columns:1fr;margin-top:35px}.method-steps li+li{border-left:0;border-top:1px solid #394253}.method-steps li{padding:24px}.method-note{display:block}.method-note span{display:block;text-align:left;margin-top:9px;line-height:1.65}.patch-grid,.book-grid{grid-template-columns:1fr}.patch-card{min-height:465px;padding:26px}.patch-card h3{font-size:35px}.books-block{padding-block:68px}.book-card{min-height:0;padding:25px}.book-card h3{font-size:38px}.book-spine{display:block}.book-spine b{display:block;margin-top:7px}.social-feature{padding-block:66px}.social-panel{grid-template-columns:1fr;padding:26px;gap:25px}.social-mark{font-size:100px}.social-copy h2{font-size:40px}.social-side{grid-column:auto;display:block}.social-side .button{width:100%}.route-section{padding-block:66px}.route-list>a{grid-template-columns:34px 1fr 22px;gap:11px;padding-block:19px}.route-list>a:hover{padding-inline:8px}.route-list small{grid-column:2;grid-row:2;margin-top:-7px}.route-list i{grid-column:3;grid-row:1/3}.route-list b{font-size:17px}.faq-section{grid-template-columns:1fr;gap:18px;padding-block:65px}.faq-section h2{font-size:37px}.footer-main{display:grid;grid-template-columns:1fr auto;gap:23px;padding-block:30px}.footer-main>p{grid-row:2}.footer-main nav{grid-column:1/-1;gap:18px}.to-top{grid-column:2;grid-row:1}.footer-bottom{flex-direction:column;gap:5px}.crumbs{padding-top:23px}.product-hero{grid-template-columns:1fr;gap:33px;min-height:0;padding-block:36px 60px}.product-hero h1{font-size:clamp(48px,14vw,64px)}.product-hero .product-lead{font-size:19px}.product-identity{min-height:320px;padding:24px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid>div{border-bottom:1px solid var(--line);padding:20px 10px}.proof-grid>div:nth-child(odd){border-left:0}.product-section{padding-block:66px}.split-intro{grid-template-columns:1fr;gap:27px}.split-intro h2,.product-section-title{font-size:42px}.split-intro .large-copy{font-size:19px}.inside-head{display:block}.inside-head p{margin-top:16px}.feature-grid{grid-template-columns:1fr}.feature:last-child:nth-child(odd){grid-column:auto}.feature{min-height:0}.not-grid{grid-template-columns:1fr;gap:24px}.not-list{grid-template-columns:1fr}.cta-panel{grid-template-columns:1fr;padding:29px;gap:28px}.cta-panel .button{min-width:0;width:100%}.related-grid{grid-template-columns:1fr}.path-list li{grid-template-columns:42px 1fr;gap:15px}.related-products{padding-block:55px 70px}}
@media(max-width:370px){.shell{width:calc(100% - 28px)}.home-hero h1{font-size:55px}.button{width:100%}.hero-actions .quiet-link{justify-content:center;width:auto}.seven-title strong{font-size:35px}.cover-word{font-size:43px}.task-grid>a{font-size:13px}.product-hero h1{font-size:52px}.product-identity{min-height:290px}.identity-logo strong{font-size:37px}.identity-logo img{width:60px;height:60px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
