/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--paper:#fbf7f1;--paper-deep:#f3ece3;--ink:#262129;--muted:#6d656a;--line:#d8c8b4;--gold:#ba8a36;--wine:#95123e;--wine-dark:#73102f;--pink:#c02f77;--night:#1f1322;--white:#fffdf9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block}summary,a,button{-webkit-tap-highlight-color:transparent}button{font:inherit}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf7f1ed;border-bottom:1px solid #ba8a3661;justify-content:space-between;align-items:center;height:94px;padding:0 clamp(24px,4vw,72px);display:flex;position:sticky;top:0}.brand,.footer-brand{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2vw,28px)}.desktop-nav{align-items:center;gap:clamp(28px,3vw,52px);font-size:16px;display:flex}.desktop-nav>a:not(.nav-buy){position:relative}.desktop-nav>a:not(.nav-buy):after{background:var(--wine);content:"";width:0;height:1px;transition:width .18s;position:absolute;bottom:-6px;left:0}.desktop-nav>a:not(.nav-buy):hover:after{width:100%}.nav-buy,.mobile-buy{border:1px solid var(--gold);border-radius:7px;padding:16px 26px;font-weight:700;transition:background .18s,color .18s}.nav-buy:hover,.mobile-buy:hover{background:var(--wine);color:var(--white)}.mobile-buy{display:none}.hero{grid-template-columns:minmax(0,1.02fr) minmax(520px,.98fr);align-items:center;gap:28px;max-width:1580px;min-height:calc(100svh - 94px);margin:0 auto;padding:72px clamp(24px,4vw,72px) 54px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:3;position:relative}.eyebrow,.section-kicker{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:14px;font-weight:700}.eyebrow{border:1px solid var(--gold);letter-spacing:.03em;text-transform:none;border-radius:999px;margin:0 0 28px;padding:12px 20px;display:inline-block}.hero h1{letter-spacing:-.067em;text-wrap:balance;max-width:720px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(66px,7.25vw,118px);font-weight:400;line-height:.93}.hero-lead{max-width:670px;margin:34px 0 0;font-size:clamp(19px,1.6vw,27px);line-height:1.55}.hero-value{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;max-width:670px;margin-top:28px;padding:16px 0;display:flex}.hero-value strong{color:var(--wine);font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:400;line-height:1.3}.hero-value span{color:var(--muted);text-align:right;flex:none;font-size:12px;line-height:1.45}.hero-actions{align-items:center;gap:22px;margin-top:30px;display:flex}.hero-actions .primary-button{margin-top:0}.secondary-button{border-bottom:1px solid var(--gold);align-items:center;min-height:66px;padding:0 4px;font-size:15px;font-weight:700;transition:color .18s,border-color .18s;display:inline-flex}.secondary-button:hover{border-color:var(--wine);color:var(--wine)}.primary-button{background:linear-gradient(110deg, var(--wine-dark), #a3164b);min-width:360px;color:var(--white);cursor:pointer;border:0;border-radius:10px;justify-content:space-between;align-items:center;margin-top:38px;padding:22px 28px;font-size:18px;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 18px 45px #73102f2b}.primary-button span{color:#d8ac52;font-size:28px;font-weight:400}.primary-button:hover{transform:translateY(-2px);box-shadow:0 22px 52px #73102f40}.audience-note{color:var(--muted);align-items:center;gap:14px;margin:30px 0 0;font-size:15px;display:flex}.people-mark{border:1px solid var(--gold);width:38px;height:38px;color:var(--gold);border-radius:50%;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:14px;display:grid}.hero-visual{min-height:730px;position:relative}.book-mockup{z-index:3;filter:drop-shadow(22px 26px 22px #26152233);transform-origin:0;width:min(47%,330px);position:absolute;bottom:40px;left:2%;transform:perspective(1200px)rotateY(-6deg)rotate(-1deg)}.book-mockup img{border-radius:2px 8px 8px 2px;width:100%;height:auto}.book-spine{z-index:-1;background:#f0e9df;border-radius:0 7px 7px 0;width:13%;height:97%;position:absolute;top:1.5%;right:-8%;box-shadow:inset -3px 0 #c7bdb0}.portrait-wrap{z-index:2;border-radius:48% 48% 44% 44%/36% 36% 54% 54%;width:min(55%,390px);position:absolute;bottom:25px;right:0;overflow:hidden;box-shadow:0 24px 70px #2615221f}.portrait-wrap img{width:100%;height:auto}.hero-orbit{z-index:1;border:1px solid var(--gold);border-radius:50%;position:absolute}.orbit-one{width:490px;height:680px;top:56px;right:-110px}.orbit-two{border-color:var(--pink);width:310px;height:310px;bottom:-85px;left:38px}.section{max-width:1320px;margin:0 auto;padding:120px clamp(24px,4vw,72px)}.section-heading{max-width:760px;margin-bottom:58px}.compact-heading{max-width:900px}.section-heading h2,.author-copy h2,.modules-heading h2,.preview-copy h2,.purchase-copy h2,.assurance-section h2,.faq-heading h2,.final-cta h2{letter-spacing:-.047em;text-wrap:balance;margin:16px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,72px);font-weight:400;line-height:1.03}.section-heading h2 em{color:var(--wine);font-style:normal}.section-heading>p:last-child,.modules-heading>p,.preview-copy>p,.author-copy>p,.assurance-section>div>p:last-child{color:var(--muted);font-size:18px;line-height:1.7}.pain-section{border-top:1px solid var(--line)}.pain-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.pain-grid article{border-right:1px solid var(--line);min-height:290px;padding:30px 28px}.pain-grid article:last-child{border-right:0}.pain-grid span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:14px}.pain-grid h3{margin:50px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:400;line-height:1.16}.pain-grid p{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.section-transition{text-align:center;max-width:870px;margin:48px auto 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(23px,2.4vw,34px);line-height:1.35}.author-section{grid-template-columns:minmax(280px,.77fr) minmax(0,1.23fr);align-items:center;gap:clamp(60px,8vw,120px);display:grid}.author-photo{background:var(--paper-deep);border-radius:48% 48% 6px 6px;position:relative;overflow:hidden}.author-photo:before{z-index:2;content:"";pointer-events:none;border:1px solid #ba8a36bf;border-radius:48% 48% 4px 4px;position:absolute;inset:18px}.author-photo img{width:100%;height:auto}.author-role{max-width:710px;font-family:Georgia,Times New Roman,serif;color:var(--wine)!important;margin-top:26px!important;font-size:24px!important;line-height:1.35!important}.author-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:32px 0 16px;display:grid}.author-stats article{border:1px solid var(--line);background:#fffdf99e;border-radius:12px;min-height:122px;padding:20px 18px}.author-stats strong{color:var(--wine);font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,2.3vw,34px);font-weight:400;line-height:1.05;display:block}.author-stats span{color:var(--muted);margin-top:10px;font-size:12px;line-height:1.4;display:block}.author-case{border-left:3px solid var(--gold);background:var(--paper-deep);border-radius:0 12px 12px 0;margin-top:14px;padding:20px 22px}.author-case>span{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.author-case p{margin:10px 0 0;font-size:14px;line-height:1.6}.author-copy blockquote{border-left:2px solid var(--gold);margin:32px 0 0;padding:3px 0 3px 26px;font-family:Georgia,Times New Roman,serif;font-size:23px;line-height:1.45}.system-section{background:var(--paper-deep)}.system-inner{padding-top:105px;padding-bottom:105px}.method-cards{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.method-cards article{border:1px solid var(--line);background:#fffdf9b8;border-radius:14px;min-height:250px;padding:30px}.method-number{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:36px}.method-cards h3{margin:54px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:29px;font-weight:400}.method-cards p{color:var(--muted);margin:0;line-height:1.6}.modules-section{background:radial-gradient(circle at 92% 5%, #c02f7733, transparent 25%), var(--night);color:var(--white);position:relative;overflow:hidden}.modules-section:after{content:"";border:1px solid #ba8a368c;border-radius:50%;width:420px;height:420px;position:absolute;top:90px;right:-160px}.modules-heading{z-index:2;grid-template-columns:1.2fr .8fr;align-items:end;gap:80px;margin-bottom:58px;display:grid;position:relative}.modules-heading>p{color:#fffdf9a8}.light-kicker{color:#d8ac52}.modules-grid{z-index:2;border-top:1px solid #ffffff29;grid-template-columns:1fr 1fr;display:grid;position:relative}.modules-grid details{border-bottom:1px solid #ffffff29;border-right:1px solid #ffffff29}.modules-grid details:nth-child(2n){border-right:0}.modules-grid summary{cursor:pointer;grid-template-columns:48px 1fr 30px;align-items:center;gap:16px;min-height:92px;padding:20px 24px;list-style:none;display:grid}.modules-grid summary::-webkit-details-marker{display:none}.faq-list summary::-webkit-details-marker{display:none}.modules-grid summary>span{color:#d8ac52;font-family:Georgia,Times New Roman,serif;font-size:18px}.modules-grid summary strong{font-size:16px;font-weight:600;line-height:1.35}.modules-grid summary i{font-size:24px;font-style:normal;font-weight:300;transition:transform .18s}.modules-grid details[open] summary i{transform:rotate(45deg)}.modules-grid details>p{color:#fffdf9b3;margin:-4px 56px 26px 88px;font-size:14px;line-height:1.65}.preview-section{grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);align-items:center;gap:clamp(50px,8vw,110px);min-height:860px;display:grid;overflow:hidden}.preview-copy h2{max-width:680px}.clean-list{gap:15px;margin:32px 0 0;padding:0;list-style:none;display:grid}.clean-list li{padding-left:32px;font-size:16px;line-height:1.55;position:relative}.clean-list li:before{border:1px solid var(--gold);content:"";border-radius:50%;width:13px;height:13px;position:absolute;top:.43em;left:0}.page-stack{min-height:650px;position:relative}.guide-page{background:#fff;border:1px solid #e8e2da;border-radius:7px;width:min(58%,355px);margin:0;position:absolute;overflow:hidden;box-shadow:0 24px 70px #23161e2e}.guide-page img{width:100%;height:auto}.page-back{top:0;left:2%;transform:rotate(-5deg)}.page-front{z-index:2;bottom:0;right:0;transform:rotate(4deg)}.fit-section{background:var(--paper-deep)}.fit-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.fit-grid article{border:1px solid var(--line);background:#fffdf9a6;border-radius:16px;padding:clamp(30px,4vw,54px)}.fit-yes{border-top:3px solid var(--gold)!important}.fit-no{border-top:3px solid #92898e!important}.fit-label{margin:0 0 28px;font-family:Georgia,Times New Roman,serif;font-size:30px}.fit-grid ul{gap:18px;margin:0;padding:0;list-style:none;display:grid}.fit-grid li{color:var(--muted);padding-left:32px;line-height:1.55;position:relative}.fit-grid li:before{border:1px solid var(--gold);content:"";border-radius:50%;width:12px;height:12px;position:absolute;top:.45em;left:0}.fit-no li:before{border-color:#92898e}.economics-section .section-heading{margin-bottom:54px}.comparison-table{border-top:1px solid var(--line)}.comparison-row{border-bottom:1px solid var(--line);grid-template-columns:.55fr 1fr 1fr;display:grid}.comparison-row>*{border-right:1px solid var(--line);margin:0;padding:24px;line-height:1.5}.comparison-row>:last-child{background:#ba8a3612;border-right:0}.comparison-row>span{color:var(--muted);font-size:14px}.comparison-head{font-family:Georgia,Times New Roman,serif;font-size:20px}.comparison-head>*{color:var(--ink)}.reviews-section{border-top:1px solid var(--line);background:radial-gradient(circle at 8% 18%, #ba8a361f, transparent 25%), var(--paper-deep);position:relative;overflow:hidden}.reviews-section:after{content:"";pointer-events:none;border:1px solid #c02f773d;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-250px;right:-170px}.reviews-inner{z-index:1;position:relative}.reviews-heading{grid-template-columns:1.15fr .85fr;align-items:end;gap:70px;margin-bottom:58px;display:grid}.reviews-heading h2{letter-spacing:-.047em;text-wrap:balance;max-width:760px;margin:16px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,72px);font-weight:400;line-height:1.03}.reviews-heading>p{color:var(--muted);margin:0;font-size:18px;line-height:1.7}.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.review-card{border:1px solid var(--line);background:#fffdf9d1;border-radius:16px;min-height:270px;margin:0;padding:34px 36px 38px;position:relative;box-shadow:0 18px 48px #3724300f}.review-card:nth-child(2),.review-card:nth-child(3){background:var(--white)}.review-number{border-bottom:1px solid var(--gold);min-width:48px;color:var(--gold);justify-content:center;align-items:center;padding-bottom:9px;font-family:Georgia,Times New Roman,serif;font-size:15px;display:inline-flex}.review-card p{margin:42px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2vw,27px);line-height:1.45}.purchase-section{background:var(--night);padding:120px clamp(24px,5vw,80px)}.purchase-card{background:var(--white);border-radius:24px;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(56px,8vw,110px);max-width:1120px;margin:0 auto;padding:clamp(36px,6vw,76px);display:grid;box-shadow:0 34px 100px #0000003b}.purchase-book{filter:drop-shadow(22px 25px 20px #23161e38);position:relative;transform:perspective(1000px)rotateY(-8deg)}.purchase-book:after{z-index:-1;content:"";background:#e9e2d9;border-radius:0 5px 5px 0;width:12%;height:98%;position:absolute;top:1%;right:-7%}.purchase-book img{width:100%;height:auto}.purchase-copy h2{font-size:clamp(42px,4.4vw,64px)}.purchase-value{color:var(--muted);margin:24px 0 0;font-size:17px;line-height:1.65}.purchase-list{margin-top:30px}.price-line{border-top:1px solid var(--line);align-items:flex-end;gap:20px;margin-top:34px;padding-top:26px;display:flex}.price-line strong{font-family:Georgia,Times New Roman,serif;font-size:52px;font-weight:400;line-height:1}.price-line span{max-width:180px;color:var(--muted);font-size:13px;line-height:1.45}.purchase-button{width:100%;min-width:0}.telegram-note{color:var(--muted);text-align:center;margin:14px 0 0;font-size:12px;line-height:1.5}.question-link{border-bottom:1px solid var(--line);color:var(--wine);justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:0 2px 10px;font-size:14px;font-weight:700;display:flex}.question-link:hover{color:var(--wine-dark)}.assurance-section{grid-template-columns:84px 1fr;align-items:start;gap:34px;max-width:1040px;display:grid}.assurance-icon{border:1px solid var(--gold);width:78px;height:78px;color:var(--gold);border-radius:50%;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:32px;display:grid}.assurance-section h2{font-size:clamp(38px,4vw,58px)}.faq-section{background:var(--paper-deep)}.faq-inner{grid-template-columns:.65fr 1.35fr;align-items:start;gap:80px;display:grid}.faq-heading{position:sticky;top:130px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;grid-template-columns:1fr 28px;align-items:center;gap:20px;min-height:86px;padding:18px 0;list-style:none;display:grid}.faq-list summary strong{font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:400}.faq-list summary span{font-size:27px;font-weight:300;transition:transform .18s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details>p{max-width:680px;color:var(--muted);margin:-5px 50px 28px 0;line-height:1.7}.final-cta{background:var(--night);min-height:590px;color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:100px 24px;display:flex;position:relative;overflow:hidden}.final-cta>:not(.cta-orbit){z-index:2;position:relative}.final-cta>p{color:#d8ac52;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:14px;font-weight:700}.final-cta h2{max-width:890px}.light-button{background:var(--white);min-width:410px;color:var(--night)}.light-button:hover{box-shadow:0 22px 52px #00000040}.question-shortcut{color:#fffdf9d1;border-bottom:1px solid #ffffff5c;margin-top:20px;padding-bottom:5px;font-size:14px}.question-shortcut:hover{color:var(--white)}.cta-orbit{border:1px solid #ba8a36a8;border-radius:50%;position:absolute}.cta-orbit-one{width:520px;height:520px;top:-240px;left:-120px}.cta-orbit-two{border-color:#c02f7794;width:580px;height:580px;bottom:-260px;right:-110px}footer{background:var(--night);color:#fffdf9b8;border-top:1px solid #ffffff1f;grid-template-columns:1.2fr 1fr 1.2fr auto;align-items:center;gap:24px;min-height:130px;padding:36px clamp(24px,4vw,72px);font-size:13px;display:grid}footer p{margin:0}footer>a:not(.footer-brand),.footer-brand{color:var(--white)}.sticky-mobile-cta{display:none}@media (width<=1120px){.method-cards{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr .9fr;min-height:auto;padding-top:70px;padding-bottom:80px}.hero-visual{min-height:610px}.book-mockup{width:53%}.portrait-wrap{width:58%}.pain-grid{grid-template-columns:1fr 1fr}.pain-grid article:nth-child(2){border-right:0}.pain-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.preview-section{grid-template-columns:.95fr 1.05fr}}@media (width<=820px){html{scroll-padding-top:72px}.site-header{height:72px;padding:0 20px}.brand{max-width:175px;font-size:19px;line-height:1}.desktop-nav{display:none}.mobile-buy{padding:11px 16px;font-size:13px;display:block}.main-free-guide-link{text-align:center;max-width:164px;padding:9px 11px;font-size:11px;line-height:1.18}.hero{flex-direction:column;gap:18px;min-height:auto;padding:46px 20px 58px;display:flex}.eyebrow{margin-bottom:22px;padding:9px 13px;font-size:11px}.hero h1{max-width:540px;font-size:clamp(54px,16vw,78px);line-height:.95}.hero-lead{margin-top:24px;font-size:18px;line-height:1.48}.hero-value{flex-direction:column;align-items:flex-start;gap:6px;margin-top:22px;padding:14px 0}.hero-value strong{font-size:19px}.hero-value span{text-align:left}.hero-actions{flex-direction:column;align-items:stretch;gap:2px;margin-top:24px}.hero-actions .primary-button{margin-top:0}.secondary-button{border-bottom:0;justify-content:center;min-height:52px;font-size:14px}.primary-button{width:100%;min-width:0;margin-top:26px;padding:18px 20px;font-size:16px}.audience-note{margin-top:22px;font-size:13px}.hero-visual{width:100%;min-height:470px}.book-mockup{width:45%;bottom:18px;left:2%}.portrait-wrap{width:52%;bottom:4px;right:1%}.orbit-one{width:360px;height:460px;top:10px;right:-100px}.orbit-two{width:220px;height:220px;bottom:-60px;left:-60px}.section,.system-inner{padding:78px 20px}.section-heading{margin-bottom:38px}.section-heading h2,.author-copy h2,.modules-heading h2,.preview-copy h2,.purchase-copy h2,.assurance-section h2,.faq-heading h2,.final-cta h2{font-size:clamp(39px,11vw,54px)}.pain-grid{grid-template-columns:1fr}.pain-grid article{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:24px 0}.pain-grid article:last-child{border-bottom:0}.pain-grid h3{margin:24px 0 10px}.section-transition{text-align:left;margin-top:36px}.author-section{flex-direction:column;gap:42px;display:flex}.author-photo{width:min(100%,380px)}.author-role{font-size:21px!important}.author-stats{grid-template-columns:1fr}.author-stats article{min-height:0}.author-copy blockquote{font-size:20px}.method-cards,.modules-grid,.fit-grid,.reviews-grid{grid-template-columns:1fr}.reviews-heading{margin-bottom:38px;display:block}.reviews-heading>p{margin-top:22px}.review-card{min-height:0;padding:28px 24px 30px}.review-card p{margin-top:30px;font-size:21px}.method-cards article{min-height:210px}.method-cards h3{margin-top:35px}.modules-heading{margin-bottom:36px;display:block}.modules-heading>p{margin-top:24px}.modules-grid details{border-right:0}.modules-grid summary{grid-template-columns:40px 1fr 24px;min-height:84px;padding:17px 10px 17px 0}.modules-grid details>p{margin:-3px 24px 22px 56px}.preview-section{flex-direction:column;gap:50px;min-height:auto;display:flex;overflow:hidden}.page-stack{width:100%;min-height:540px}.guide-page{width:60%}.fit-grid article{padding:30px 24px}.comparison-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.comparison-row{grid-template-columns:1fr 1fr}.comparison-row>*{border-right:0;padding:17px}.comparison-row>span{border-bottom:1px solid var(--line);background:var(--paper-deep);grid-column:1/-1}.comparison-row>p:first-of-type,.comparison-row>strong:first-of-type{border-right:1px solid var(--line)}.comparison-head{font-size:16px}.comparison-head>span{display:none}.purchase-section{padding:70px 16px}.purchase-card{flex-direction:column;gap:42px;padding:30px 22px;display:flex}.purchase-book{width:min(68%,310px)}.purchase-copy{width:100%}.price-line{flex-direction:column;align-items:flex-start;gap:8px}.price-line span{max-width:none}.assurance-section{grid-template-columns:1fr}.assurance-icon{width:64px;height:64px}.faq-inner{display:block}.faq-heading{margin-bottom:40px;position:static}.faq-list summary{min-height:78px}.faq-list summary strong{font-size:19px}.final-cta{min-height:530px;padding:80px 20px 120px}.final-cta>p{font-size:11px}.light-button{min-width:0}footer{flex-direction:column;align-items:flex-start;gap:16px;min-height:230px;padding:42px 20px 100px;display:flex}.sticky-mobile-cta{z-index:70;color:var(--white);text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#7e0f33f5;border:1px solid #ffffff42;border-radius:12px;padding:16px 20px;font-size:15px;font-weight:700;display:block;position:fixed;bottom:12px;left:14px;right:14px;box-shadow:0 14px 38px #26152257}}@media (width<=420px){.hero-visual{min-height:420px}.book-mockup{width:48%}.portrait-wrap{width:55%}.page-stack{min-height:455px}.guide-page{width:62%}.comparison-row>*{padding:14px 11px;font-size:13px}}@media (prefers-reduced-motion:no-preference){.hero-copy{animation:.6s both rise-in}.hero-visual{animation:.78s 80ms both fade-in}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}}.free-guide-page{background:radial-gradient(circle at 88% 4%, #c02f7714, transparent 25%), var(--paper);overflow:hidden}.free-guide-header .nav-buy{text-align:center;min-width:196px}.free-guide-hero{grid-template-columns:minmax(0,1.13fr) minmax(420px,.87fr);align-items:center;gap:clamp(52px,7vw,112px);max-width:1480px;min-height:calc(100svh - 94px);margin:0 auto;padding:86px clamp(24px,5vw,82px) 92px;display:grid;position:relative}.free-guide-label{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.free-guide-hero h1,.free-guide-heading h2,.free-guide-get-card h2,.free-guide-crosslink h2,.free-guide-final h2{letter-spacing:-.052em;text-wrap:balance;margin:18px 0 0;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1.02}.free-guide-hero h1{max-width:790px;font-size:clamp(58px,6.2vw,102px)}.free-guide-hero h1 em{color:var(--wine);font-style:normal;display:block}.free-guide-hero-lead{margin:34px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.1vw,34px);line-height:1.32}.free-guide-hero-sublead{max-width:660px;color:var(--muted);margin:15px 0 0;font-size:clamp(17px,1.45vw,22px);line-height:1.62}.free-guide-hero-sublead strong{color:var(--ink)}.free-guide-button{background:linear-gradient(110deg, var(--wine-dark), #a3164b);min-width:min(100%,520px);min-height:72px;color:var(--white);border:1px solid #ffffff24;border-radius:10px;justify-content:space-between;align-items:center;gap:26px;margin-top:32px;padding:20px 26px;font-size:17px;font-weight:700;line-height:1.3;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 18px 45px #73102f2e}.free-guide-button span{color:#e5bf72;flex:none;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.free-guide-button:hover{transform:translateY(-2px);box-shadow:0 24px 56px #73102f40}.free-guide-note{max-width:560px;color:var(--muted);margin:16px 0 0;font-size:13px;font-style:italic;line-height:1.55}.free-guide-audit{border:1px solid var(--line);background:linear-gradient(#fffdf9eb,#fffdf9eb),repeating-linear-gradient(0deg,#0000 0 41px,#ba8a3629 41px 42px);border-radius:22px;min-height:590px;padding:34px;position:relative;overflow:hidden;transform:rotate(1.4deg);box-shadow:0 30px 90px #341f2c1f}.free-guide-audit:before,.free-guide-audit:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.free-guide-audit:before{border:1px solid #c02f7773;width:390px;height:390px;top:112px;right:-170px}.free-guide-audit:after{background:var(--wine);width:18px;height:18px;bottom:47px;right:38px}.free-guide-audit-top{border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;padding-bottom:18px;font-size:11px;font-weight:700;display:flex}.free-guide-audit-top i{color:var(--gold);font-style:normal}.free-guide-six{z-index:2;color:var(--wine);letter-spacing:-.09em;margin-top:36px;font-family:Georgia,Times New Roman,serif;font-size:clamp(150px,15vw,230px);font-weight:400;line-height:.72;display:block;position:relative}.free-guide-audit>p{z-index:2;max-width:340px;margin:31px 0 0;font-family:Georgia,Times New Roman,serif;font-size:27px;line-height:1.22;position:relative}.free-guide-flow{z-index:2;align-items:center;gap:10px;margin-top:36px;font-size:12px;display:flex;position:relative}.free-guide-flow span{border:1px solid var(--line);background:var(--white);border-radius:999px;padding:9px 12px}.free-guide-flow b{color:var(--gold);font-size:16px;font-weight:400}.free-guide-flow .free-guide-flow-stop{color:var(--wine);border-color:#95123e61}.free-guide-audit-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding-top:17px;font-size:12px;display:flex;position:absolute;bottom:30px;left:34px;right:34px}.free-guide-audit-footer strong{color:var(--ink)}.free-guide-section{max-width:1260px;margin:0 auto;padding:120px clamp(24px,4vw,64px)}.free-guide-heading{max-width:920px}.free-guide-heading h2,.free-guide-get-card h2,.free-guide-crosslink h2,.free-guide-final h2{font-size:clamp(44px,5.2vw,76px)}.free-guide-heading>p:last-child{max-width:780px;color:var(--muted);margin:28px 0 0;font-size:18px;line-height:1.7}.free-guide-recognition{border-top:1px solid var(--line)}.free-guide-recognition-grid{border-top:1px solid var(--line);grid-template-columns:.85fr 1.15fr;gap:clamp(48px,8vw,110px);margin-top:68px;padding-top:42px;display:grid}.free-guide-recognition-copy p{max-width:420px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.4}.free-guide-question-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.free-guide-question-list li{border-bottom:1px solid var(--line);padding:16px 0 16px 30px;font-size:18px;line-height:1.45}.free-guide-question-list li:before{color:var(--gold);content:"—";margin-left:-30px;margin-right:14px}.free-guide-warning{background:#95123e0e;border:1px solid #95123e38;border-radius:14px;align-items:center;gap:24px;margin-top:58px;padding:24px 28px;display:flex}.free-guide-warning>span{border:1px solid var(--wine);width:44px;height:44px;color:var(--wine);border-radius:50%;flex:none;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:22px;display:grid}.free-guide-warning p{margin:0;font-size:20px;line-height:1.5}.free-guide-insight{background:radial-gradient(circle at 90% 8%, #c02f7738, transparent 28%), var(--night);color:var(--white);position:relative;overflow:hidden}.free-guide-insight:after{content:"";border:1px solid #ba8a3659;border-radius:50%;width:520px;height:520px;position:absolute;top:-240px;left:-170px}.free-guide-insight-inner{z-index:1;position:relative}.free-guide-label-light{color:#e2b967}.free-guide-insight .free-guide-heading>p:last-child{color:#fffdf9ad}.free-guide-buyer-questions{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:70px;display:grid}.free-guide-buyer-questions article{border-right:1px solid #ffffff29;min-height:220px;padding:25px 18px}.free-guide-buyer-questions article:last-child{border-right:0}.free-guide-buyer-questions span{color:#e2b967;font-family:Georgia,Times New Roman,serif;font-size:13px}.free-guide-buyer-questions p{margin:70px 0 0;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.3}.free-guide-insight-conclusion{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-top:54px;display:grid}.free-guide-insight-conclusion p{color:#fffdf9b8;max-width:720px;margin:0;font-size:19px;line-height:1.7}.free-guide-insight-conclusion>strong{color:#e2b967;font-family:Georgia,Times New Roman,serif;font-size:clamp(31px,3vw,48px);font-weight:400;line-height:1.12}.free-guide-insight-conclusion p strong{color:var(--white);margin-bottom:12px;display:block}.free-guide-bridge{text-align:center;margin:70px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.6vw,38px);line-height:1.3}.free-guide-symptoms .free-guide-heading{max-width:1050px}.free-guide-symptom-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-top:64px;display:grid}.free-guide-symptom-grid article{border:1px solid var(--line);background:#fffdf9ad;border-radius:14px;grid-column:span 2;min-height:240px;padding:27px}.free-guide-symptom-grid article:nth-child(4){grid-column:2/span 2}.free-guide-symptom-grid span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:14px}.free-guide-symptom-grid p{margin:64px 0 0;font-family:Georgia,Times New Roman,serif;font-size:23px;line-height:1.35}.free-guide-symptom-caption{text-align:center;max-width:780px;margin:48px auto 0;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.4}.free-guide-get{background:var(--paper);padding:54px clamp(20px,4vw,64px) 118px}.free-guide-get-card{background:radial-gradient(circle at 98% 0%, #c02f773d, transparent 30%), var(--night);max-width:1160px;color:var(--white);border-radius:24px;grid-template-columns:1fr .92fr;gap:clamp(54px,8vw,112px);margin:0 auto;padding:clamp(38px,6vw,78px);display:grid;box-shadow:0 32px 95px #22141f2e}.free-guide-get-card h2{font-size:clamp(43px,4.8vw,68px)}.free-guide-get-card>div:first-child>p:last-child{color:#fffdf9b3;margin:28px 0 0;font-size:18px;line-height:1.7}.free-guide-get-card>div:first-child>p strong{color:var(--white)}.free-guide-get-caption{color:#e2b967;letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.free-guide-get-card ul{gap:14px;margin:25px 0 0;padding:0;list-style:none;display:grid}.free-guide-get-card li{color:#fffdf9c7;border-bottom:1px solid #ffffff21;padding:0 0 14px 29px;line-height:1.5;position:relative}.free-guide-get-card li:before{content:"";border:1px solid #e2b967;border-radius:50%;width:11px;height:11px;position:absolute;top:.45em;left:0}.free-guide-button-light{border-color:var(--white);background:var(--white);color:var(--night);box-shadow:0 18px 45px #0000002e}.free-guide-button-light span{color:var(--wine)}.free-guide-get-card .free-guide-button{width:100%;min-width:0;margin-top:30px;font-size:15px}.free-guide-perspective .free-guide-heading{max-width:960px}.free-guide-perspective-grid{grid-template-columns:.8fr 1.2fr;gap:18px;margin-top:62px;display:grid}.free-guide-perspective-grid blockquote{border:1px solid var(--line);background:var(--white);border-radius:18px;min-height:320px;margin:0;padding:clamp(28px,4vw,48px)}.free-guide-perspective-grid blockquote:last-child{background:#95123e0b;border-color:#95123e40}.free-guide-perspective-grid span{color:var(--gold);letter-spacing:.09em;text-transform:uppercase;font-size:12px;font-weight:700}.free-guide-perspective-grid p{margin:74px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,2.6vw,38px);line-height:1.35}.free-guide-crosslink{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:70px;max-width:1130px;margin:0 auto 120px;padding:54px 0;display:grid}.free-guide-crosslink h2{max-width:800px;font-size:clamp(38px,4.1vw,58px)}.free-guide-crosslink>div>p:last-child{max-width:750px;color:var(--muted);margin:24px 0 0;font-size:16px;line-height:1.65}.free-guide-text-link{border-bottom:1px solid var(--gold);max-width:280px;color:var(--wine);justify-content:space-between;align-items:center;gap:20px;padding:0 0 13px;font-size:15px;font-weight:700;line-height:1.4;display:inline-flex}.free-guide-text-link span{flex:none;font-size:20px}.free-guide-final{background:var(--wine-dark);min-height:690px;color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:100px 24px;display:flex;position:relative;overflow:hidden}.free-guide-final>p{z-index:2;color:#e4be70;letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:13px;font-weight:700;position:relative}.free-guide-final h2{z-index:2;max-width:980px;margin-top:24px;font-size:clamp(50px,6.2vw,88px);position:relative}.free-guide-final .free-guide-button{z-index:2;min-width:390px;margin-top:42px;position:relative}.free-guide-final-orbit{border:1px solid #e2b96773;border-radius:50%;position:absolute}.free-guide-final-orbit-one{width:580px;height:580px;top:-250px;left:-180px}.free-guide-final-orbit-two{border-color:#ffffff38;width:690px;height:690px;bottom:-310px;right:-190px}.free-guide-footer{grid-template-columns:1.2fr 1fr .9fr 1fr auto}.free-guide-sticky-cta{display:none}.free-guide-symptom-list{gap:11px;margin:28px 0 0;padding:0;list-style:none;display:grid}.free-guide-symptom-list li{color:var(--muted);padding-left:25px;font-size:16px;line-height:1.5;position:relative}.free-guide-symptom-list li:before{color:var(--gold);content:"—";position:absolute;left:0}.free-guide-choice-title{margin:0 0 18px;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.4}.free-guide-funnel{grid-template-columns:repeat(6,minmax(0,1fr))}.free-guide-funnel p{overflow-wrap:anywhere;font-size:19px}.free-guide-journey-copy{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;grid-template-columns:repeat(7,minmax(0,1fr));margin-top:46px;display:grid}.free-guide-journey-copy p{color:#fffdf9b8;border-right:1px solid #ffffff29;min-height:145px;margin:0;padding:22px 14px;font-size:14px;line-height:1.55}.free-guide-journey-copy p:last-child{border-right:0}.free-guide-scenarios .free-guide-heading{max-width:1020px}.free-guide-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:64px;display:grid}.free-guide-scenario-grid article{border:1px solid var(--line);background:#fffdf9bf;border-radius:18px;flex-direction:column;min-height:540px;padding:clamp(27px,3vw,42px);display:flex}.free-guide-scenario-grid article:nth-child(2){background:#95123e0b;border-color:#95123e3b}.free-guide-scenario-grid>article>span{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.free-guide-scenario-grid h3{letter-spacing:-.035em;margin:32px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,2.3vw,36px);font-weight:400;line-height:1.14}.free-guide-scenario-grid p{color:var(--muted);margin:28px 0 0;font-size:16px;line-height:1.65}.free-guide-scenario-grid blockquote{border-left:2px solid var(--wine);color:var(--ink);margin:28px 0 0;padding-left:18px;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.35}.free-guide-scenario-grid .free-guide-scenario-foot{color:var(--ink);margin-top:auto;padding-top:30px;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.4}.free-guide-get-detail{color:#fffdf9bf;margin:27px 0 0;font-size:16px;line-height:1.65}.free-guide-get-detail strong{color:var(--white)}.free-guide-get-note{color:#fffdf98a;margin:13px 0 0;font-size:12px;font-style:italic;line-height:1.5}.free-guide-fit .free-guide-heading{max-width:1000px}.free-guide-fit-grid article{min-height:320px}.free-guide-fit-grid h3{margin:48px 0 0;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400;line-height:1.28}.free-guide-fit-grid p{color:var(--muted);margin:20px 0 0;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.65}.free-guide-stage-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:50px;padding:20px 0;display:flex}.free-guide-stage-line span{letter-spacing:.02em;font-size:13px;font-weight:700;display:contents}.free-guide-stage-line b{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400}.free-guide-perspective-ending{max-width:850px;margin:42px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.4vw,34px);line-height:1.4}.free-guide-no-random{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(#fffdf9e0,#fffdf9e0),repeating-linear-gradient(0deg,#0000 0 41px,#ba8a3624 41px 42px)}.free-guide-no-random-inner .free-guide-heading h2,.free-guide-system-end h2{letter-spacing:-.052em;text-wrap:balance;margin:18px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5.2vw,76px);font-weight:400;line-height:1.02}.free-guide-change-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(5,minmax(0,1fr));margin-top:62px;display:grid}.free-guide-change-list>span{border-right:1px solid var(--line);min-height:160px;padding:23px 18px;font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.35}.free-guide-change-list>span:last-child{border-right:0}.free-guide-change-list b{color:var(--gold);margin-bottom:52px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;display:block}.free-guide-no-random-result{max-width:840px;margin:44px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,2.6vw,38px);line-height:1.4}.free-guide-diagnostic-steps{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:46px;display:grid}.free-guide-diagnostic-steps span{color:var(--wine);text-align:center;background:#95123e0e;border:1px solid #95123e33;border-radius:999px;padding:15px 18px;font-size:14px;font-weight:700}.free-guide-final-copy{z-index:2;color:#fffdf9b8;max-width:690px;margin:26px auto 0;font-size:18px;line-height:1.65;position:relative}.free-guide-final small{z-index:2;color:#fffdf994;max-width:640px;margin-top:16px;font-size:12px;font-style:italic;line-height:1.55;position:relative}.free-guide-system-end{grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);align-items:end;gap:clamp(50px,7vw,100px);max-width:1160px;margin:0 auto;padding:118px clamp(24px,4vw,64px);display:grid}.free-guide-system-end h2{font-size:clamp(42px,4.5vw,62px)}.free-guide-system-normal{color:var(--wine);margin-top:25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,44px);font-weight:400;display:block}.free-guide-system-end>div>p:not(.free-guide-label){max-width:710px;color:var(--muted);margin:27px 0 0;font-size:17px;line-height:1.7}.free-guide-system-end blockquote{border-left:2px solid var(--wine);max-width:760px;margin:34px 0 0;padding-left:23px;font-family:Georgia,Times New Roman,serif;font-size:clamp(23px,2.3vw,32px);line-height:1.4}.free-guide-system-end a:not(.free-guide-button){border-bottom:1px solid var(--gold);color:var(--wine);font-weight:700}.free-guide-system-first{color:var(--wine);margin-top:30px;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:400;display:block}.free-guide-system-end>.free-guide-button{width:100%;min-width:0}.free-guide-button:focus-visible,.free-guide-text-link:focus-visible,.free-guide-page a:focus-visible{outline-offset:4px;outline:3px solid #e2b967}@media (width<=1080px){.free-guide-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:42px}.free-guide-audit{min-height:540px;padding:28px}.free-guide-buyer-questions{grid-template-columns:repeat(3,1fr)}.free-guide-buyer-questions article{border-bottom:1px solid #ffffff29}.free-guide-buyer-questions article:nth-child(3){border-right:0}.free-guide-buyer-questions article:nth-child(n+4){border-bottom:0}.free-guide-crosslink{margin-left:42px;margin-right:42px}.free-guide-footer{grid-template-columns:1.1fr 1fr 1fr 1fr auto}}@media (width<=820px){.free-guide-hero{flex-direction:column;gap:54px;min-height:auto;padding:54px 20px 72px;display:flex}.free-guide-hero h1{font-size:clamp(48px,14.5vw,72px);line-height:.98}.free-guide-hero-lead{margin-top:27px;font-size:24px}.free-guide-hero-sublead{font-size:17px}.free-guide-button{width:100%;min-width:0;min-height:64px;padding:17px 19px;font-size:15px}.free-guide-audit{align-self:center;width:min(100%,520px);min-height:510px;transform:none}.free-guide-audit>p{font-size:24px}.free-guide-section{padding:82px 20px}.free-guide-heading h2,.free-guide-get-card h2,.free-guide-final h2{font-size:clamp(39px,11vw,55px)}.free-guide-recognition-grid,.free-guide-insight-conclusion,.free-guide-get-card,.free-guide-perspective-grid,.free-guide-crosslink{grid-template-columns:1fr}.free-guide-recognition-grid{gap:32px;margin-top:48px}.free-guide-recognition-copy p{font-size:24px}.free-guide-warning{align-items:flex-start;padding:22px 20px}.free-guide-warning p{font-size:17px}.free-guide-buyer-questions{grid-template-columns:1fr;margin-top:48px}.free-guide-buyer-questions article,.free-guide-buyer-questions article:nth-child(n+4){border-bottom:1px solid #ffffff29;border-right:0;grid-template-columns:44px 1fr;align-items:center;min-height:0;padding:21px 0;display:grid}.free-guide-buyer-questions article:last-child{border-bottom:0}.free-guide-buyer-questions p{margin:0;font-size:21px}.free-guide-journey-copy{grid-template-columns:1fr}.free-guide-journey-copy p{border-bottom:1px solid #ffffff29;border-right:0;min-height:0;padding:17px 0;font-size:15px}.free-guide-journey-copy p:last-child{border-bottom:0}.free-guide-insight-conclusion{gap:30px}.free-guide-bridge{text-align:left;margin-top:54px}.free-guide-symptom-grid{grid-template-columns:1fr;margin-top:46px}.free-guide-symptom-grid article,.free-guide-symptom-grid article:nth-child(4){grid-column:auto;min-height:190px}.free-guide-symptom-grid p{margin-top:38px}.free-guide-symptom-caption{text-align:left;font-size:22px}.free-guide-get{padding:20px 16px 82px}.free-guide-get-card{gap:48px;padding:36px 22px}.free-guide-perspective-grid{margin-top:44px}.free-guide-perspective-grid blockquote{min-height:240px}.free-guide-perspective-grid p{margin-top:48px;font-size:25px}.free-guide-scenario-grid{grid-template-columns:1fr;margin-top:44px}.free-guide-scenario-grid article{min-height:0;padding:30px 24px}.free-guide-scenario-grid .free-guide-scenario-foot{margin-top:30px;padding-top:0}.free-guide-fit-grid h3{margin-top:38px}.free-guide-stage-line{grid-template-columns:1fr;gap:0;padding:0;display:grid}.free-guide-stage-line span{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:15px 0;display:flex}.free-guide-stage-line span:last-child{border-bottom:0}.free-guide-stage-line b{transform:rotate(90deg)}.free-guide-change-list{grid-template-columns:1fr;margin-top:46px}.free-guide-change-list>span{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:45px 1fr;align-items:center;min-height:0;padding:18px 0;display:grid}.free-guide-change-list>span:last-child{border-bottom:0}.free-guide-change-list b{margin:0}.free-guide-diagnostic-steps,.free-guide-system-end{grid-template-columns:1fr}.free-guide-diagnostic-steps span{border-radius:12px}.free-guide-system-end{gap:42px;padding:82px 20px}.free-guide-system-end h2,.free-guide-no-random-inner .free-guide-heading h2{font-size:clamp(39px,11vw,55px)}.free-guide-system-end>.free-guide-button{margin-top:0}.free-guide-crosslink{gap:38px;margin:0 20px 82px;padding:44px 0}.free-guide-crosslink h2{font-size:clamp(36px,9.5vw,50px)}.free-guide-text-link{max-width:none}.free-guide-final{min-height:610px;padding:90px 20px 130px}.free-guide-final .free-guide-button{min-width:0}.free-guide-footer{padding-bottom:104px}.free-guide-sticky-cta{z-index:70;color:var(--white);text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#7e0f33f5;border:1px solid #ffffff42;border-radius:12px;padding:16px 20px;font-size:15px;font-weight:700;display:block;position:fixed;bottom:12px;left:14px;right:14px;box-shadow:0 14px 38px #26152257}}@media (width<=430px){.free-guide-header .brand{max-width:145px;font-size:17px}.free-guide-header .mobile-buy{padding:10px 11px;font-size:11px}.free-guide-audit{min-height:470px;padding:23px}.free-guide-six{font-size:145px}.free-guide-audit>p{max-width:270px;font-size:21px}.free-guide-flow{flex-wrap:wrap}.free-guide-audit-footer{left:23px;right:23px}}@media (prefers-reduced-motion:no-preference){.free-guide-hero-copy{animation:.6s both rise-in}.free-guide-audit{animation:.72s 80ms both free-guide-card-in}@keyframes free-guide-card-in{0%{opacity:0;transform:translateY(18px)rotate(1.4deg)}to{opacity:1;transform:translateY(0)rotate(1.4deg)}}}.author-cases-link{border:1px solid var(--wine);width:min(100%,270px);min-height:58px;color:var(--wine);border-radius:8px;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding:16px 20px;font-size:15px;font-weight:700;transition:background .18s,color .18s,transform .18s;display:inline-flex}.author-cases-link span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:400}.author-cases-link:hover{background:var(--wine);color:var(--white);transform:translateY(-2px)}.cases-page{background:radial-gradient(circle at 83% 4%, #c02f771a, transparent 26%), var(--paper);overflow:hidden}.cases-label{color:var(--gold);letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.cases-label-light{color:#e2b967}.cases-hero{grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr);align-items:center;gap:clamp(54px,8vw,120px);max-width:1480px;min-height:calc(100svh - 94px);margin:0 auto;padding:76px clamp(24px,5vw,82px) 86px;display:grid;position:relative}.cases-hero-copy{z-index:2;position:relative}.cases-hero h1,.cases-heading h2,.cases-manifesto h2,.cases-final h2{letter-spacing:-.055em;text-wrap:balance;margin:18px 0 0;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1}.cases-hero h1{font-size:clamp(70px,8.2vw,128px)}.cases-hero h1 em{color:var(--wine);font-style:normal;display:block}.cases-lead{max-width:690px;margin:32px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2.05vw,32px);line-height:1.42}.cases-hero-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));max-width:720px;margin-top:40px;display:grid}.cases-hero-stats span{border-right:1px solid var(--line);min-height:112px;color:var(--muted);padding:20px 16px;font-size:12px;line-height:1.45}.cases-hero-stats span:last-child{border-right:0}.cases-hero-stats strong{color:var(--ink);margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2vw,29px);font-weight:400;line-height:1.08;display:block}.cases-primary-button{background:linear-gradient(110deg, var(--wine-dark), #a3164b);min-width:min(100%,390px);min-height:66px;color:var(--white);border:1px solid #ffffff29;border-radius:9px;justify-content:space-between;align-items:center;gap:28px;margin-top:34px;padding:18px 23px;font-size:16px;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 18px 45px #73102f2e}.cases-primary-button:hover{transform:translateY(-2px);box-shadow:0 24px 56px #73102f42}.cases-primary-button span{color:#e2b967;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400}.cases-portrait-card{border:1px solid var(--line);background:radial-gradient(circle at 70% 12%, #c02f7724, transparent 30%), var(--paper-deep);border-radius:230px 230px 20px 20px;min-height:620px;position:relative;overflow:hidden;box-shadow:0 34px 90px #341f2c21}.cases-portrait-frame{z-index:2;justify-content:center;display:flex;position:absolute;bottom:0;left:0;right:0}.cases-portrait-frame img{object-fit:contain;object-position:bottom;width:auto;height:min(72vh,590px)}.cases-portrait-caption{z-index:4;color:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1f1322e6;border-radius:12px;justify-content:space-between;align-items:end;gap:20px;padding:18px 20px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.cases-portrait-caption span{font-family:Georgia,Times New Roman,serif;font-size:30px}.cases-portrait-caption p{color:#fffdf9a6;text-align:right;max-width:230px;margin:0;font-size:11px;line-height:1.45}.cases-orbit{border:1px solid #95123e59;border-radius:50%;position:absolute}.cases-orbit-one{width:360px;height:360px;top:55px;right:-125px}.cases-orbit-two{border-color:#ba8a368c;width:180px;height:180px;bottom:125px;left:-70px}.cases-manifesto{background:radial-gradient(circle at 90% 15%, #c02f7738, transparent 31%), var(--night);color:var(--white);text-align:center;padding:116px clamp(24px,7vw,110px);position:relative;overflow:hidden}.cases-manifesto h2{max-width:1050px;margin-left:auto;margin-right:auto;font-size:clamp(48px,6vw,86px)}.cases-manifesto>p:last-child{color:#fffdf9ab;max-width:760px;margin:30px auto 0;font-size:18px;line-height:1.7}.cases-section{max-width:1260px;margin:0 auto;padding:120px clamp(24px,4vw,64px)}.cases-heading{max-width:960px}.cases-heading h2,.cases-final h2{font-size:clamp(44px,5.3vw,76px)}.cases-heading>p:last-child{max-width:790px;color:var(--muted);margin:27px 0 0;font-size:18px;line-height:1.7}.cases-featured-list{gap:28px;margin-top:72px;display:grid}.cases-featured-card{--case-accent:var(--wine);border:1px solid var(--line);background:#fffdf9c2;border-radius:22px;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);display:grid;position:relative;overflow:hidden;box-shadow:0 26px 70px #341f2c12}.cases-featured-card:before{background:var(--case-accent);content:"";height:4px;position:absolute;top:0;left:0;right:0}.cases-accent-gold{--case-accent:var(--gold)}.cases-accent-pink{--case-accent:var(--pink)}.cases-accent-night{--case-accent:var(--night)}.cases-card-intro{padding:clamp(34px,5vw,64px)}.cases-card-meta{align-items:center;gap:24px;display:flex}.cases-card-meta>span{border:1px solid var(--case-accent);width:44px;height:44px;color:var(--case-accent);border-radius:50%;flex:none;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:13px;display:grid}.cases-card-meta p{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700;line-height:1.4}.cases-featured-card h3{letter-spacing:-.045em;max-width:760px;margin:35px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(37px,4.1vw,58px);font-weight:400;line-height:1.05}.cases-card-lead{max-width:750px;color:var(--muted);margin:27px 0 0;font-size:16px;line-height:1.7}.cases-work{border-top:1px solid var(--line);margin-top:37px;padding-top:26px}.cases-work>p{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.cases-work ul{gap:11px;margin:20px 0 0;padding:0;list-style:none;display:grid}.cases-work li{padding-left:25px;font-size:14px;line-height:1.5;position:relative}.cases-work li:before{color:var(--case-accent);content:"—";position:absolute;left:0}.cases-metrics{border-left:1px solid var(--line);background:var(--paper-deep);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.cases-metrics>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;justify-content:flex-end;min-height:250px;padding:28px 23px;display:flex}.cases-metrics>div:nth-child(2n){border-right:0}.cases-metrics>div:nth-child(n+3){border-bottom:0}.cases-metrics strong{color:var(--case-accent);letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-size:clamp(29px,3.5vw,49px);font-weight:400;line-height:1}.cases-metrics span{color:var(--muted);margin-top:12px;font-size:12px;line-height:1.45}.cases-featured-card:first-child{background:radial-gradient(circle at 20% 15%, #c02f7738, transparent 31%), var(--night);color:var(--white);border-color:#ffffff24}.cases-featured-card:first-child .cases-card-lead,.cases-featured-card:first-child .cases-metrics span{color:#fffdf9a6}.cases-featured-card:first-child .cases-work{border-color:#ffffff26}.cases-featured-card:first-child .cases-metrics{background:#ffffff0b;border-color:#ffffff24}.cases-featured-card:first-child .cases-metrics>div{border-color:#ffffff24}.cases-featured-card:first-child .cases-metrics>div:nth-child(n+3){border-bottom:1px solid #ffffff24}.cases-featured-card:first-child .cases-metrics>div:nth-child(n+5){border-bottom:0}.cases-featured-card:first-child .cases-metrics strong{color:#e2b967}.cases-evidence{border-top:1px solid var(--line);background:radial-gradient(circle at 8% 14%,#2a7ab024,#0000 34%),#eef4f7;grid-column:1/-1;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(34px,6vw,82px);margin:0;padding:clamp(34px,5vw,58px);display:grid}.cases-evidence-image{border:10px solid var(--white);background:var(--white);border-radius:7px;justify-self:center;max-width:350px;transform:rotate(-1.5deg);box-shadow:0 24px 54px #1f394a2e}.cases-evidence-image img{width:100%;height:auto;display:block}.cases-evidence figcaption{max-width:570px}.cases-evidence figcaption>span{color:#2b709b;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.cases-evidence figcaption strong{letter-spacing:-.04em;margin-top:18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,54px);font-weight:400;line-height:1.08;display:block}.cases-evidence figcaption p{color:#4f6673;margin:22px 0 0;font-size:16px;line-height:1.7}.cases-proof{background:radial-gradient(circle at 92% 6%, #c02f7738, transparent 28%), var(--night);color:var(--white)}.cases-proof-inner{max-width:1260px}.cases-proof .cases-heading>p:last-child{color:#fffdf9a6}.cases-proof-grid{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:65px;display:grid}.cases-proof-grid article{border-right:1px solid #ffffff29;min-height:440px;padding:25px 21px}.cases-proof-grid article:last-child{border-right:0}.cases-proof-grid article>span{color:#e2b967;font-size:11px;font-weight:700}.cases-proof-grid strong{color:#e2b967;margin-top:76px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4vw,62px);font-weight:400;line-height:1;display:block}.cases-proof-grid h3{margin:22px 0 0;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:400;line-height:1.3}.cases-proof-grid p{color:#fffdf99e;margin:22px 0 0;font-size:13px;line-height:1.65}.cases-more .cases-heading{max-width:900px}.cases-project-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:62px;display:grid}.cases-project-list>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:54px 1fr;align-items:center;min-height:110px;padding:20px 28px 20px 0;display:grid}.cases-project-list>div:nth-child(2n){border-right:0;padding-left:28px;padding-right:0}.cases-project-list span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:12px}.cases-project-list p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.35}.cases-services{border-top:1px solid var(--line);background:radial-gradient(circle at 96% 7%, #c02f771c, transparent 28%), var(--paper-deep)}.cases-services-inner{max-width:1320px}.cases-service-block{margin-top:78px}.cases-service-heading{align-items:center;gap:22px;margin-bottom:28px;display:flex}.cases-service-heading>span{border:1px solid var(--gold);width:44px;height:44px;color:var(--gold);border-radius:50%;flex:none;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:12px;display:grid}.cases-service-heading h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.2vw,46px);font-weight:400;line-height:1.1}.cases-avito-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.cases-avito-service-grid article{border:1px solid var(--line);background:#fffdf9d6;border-radius:18px;flex-direction:column;min-height:610px;padding:30px;display:flex;box-shadow:0 20px 56px #341f2c0f}.cases-avito-service-grid article:nth-child(2){background:var(--white);border-color:#95123e42}.cases-avito-service-grid article>span{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:14px}.cases-avito-service-grid h4,.cases-marketing-service-grid h4{letter-spacing:-.035em;margin:34px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,2.5vw,35px);font-weight:400;line-height:1.12}.cases-avito-service-grid article>p{color:var(--muted);margin:19px 0 0;font-size:14px;line-height:1.65}.cases-avito-service-grid ul{border-top:1px solid var(--line);gap:14px;margin:auto 0 0;padding:27px 0 0;list-style:none;display:grid}.cases-avito-service-grid li{padding-left:23px;font-size:13px;line-height:1.5;position:relative}.cases-avito-service-grid li:before{color:var(--wine);content:"—";position:absolute;left:0}.cases-marketing-block{margin-top:100px}.cases-marketing-service-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.cases-marketing-service-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:52px 1fr;gap:12px;min-height:245px;padding:30px 30px 34px 0;display:grid}.cases-marketing-service-grid article:nth-child(2n){border-right:0;padding-left:30px;padding-right:0}.cases-marketing-service-grid article>span{color:var(--gold);padding-top:8px;font-family:Georgia,Times New Roman,serif;font-size:12px}.cases-marketing-service-grid h4{margin:0;font-size:clamp(24px,2.3vw,32px)}.cases-marketing-service-grid p{color:var(--muted);margin:18px 0 0;font-size:14px;line-height:1.65}.cases-contact-card{background:radial-gradient(circle at 5% 9%, #c02f773d, transparent 30%), var(--night);color:var(--white);border-radius:24px;grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);align-items:center;gap:clamp(50px,8vw,100px);margin-top:100px;padding:clamp(38px,6vw,74px);display:grid;overflow:hidden;box-shadow:0 32px 90px #2716242b}.cases-contact-copy h3{letter-spacing:-.048em;max-width:620px;margin:20px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5vw,68px);font-weight:400;line-height:1.02}.cases-contact-copy>p:not(.cases-label){color:#fffdf9ad;max-width:620px;margin:25px 0 0;font-size:16px;line-height:1.7}.cases-max-contact{background:#ffffff12;border:1px solid #ffffff26;border-radius:17px;grid-template-columns:minmax(150px,.85fr) minmax(0,1.15fr);align-items:center;gap:25px;padding:21px;display:grid}.cases-max-qr{background:var(--white);border-radius:12px;padding:9px}.cases-max-qr img{width:100%;height:auto;display:block}.cases-max-contact>div:last-child>span{color:#8fc7ff;letter-spacing:.12em;font-size:11px;font-weight:800}.cases-max-contact strong{margin-top:8px;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400;display:block}.cases-max-contact p{color:#fffdf99e;margin:13px 0 0;font-size:12px;line-height:1.55}.cases-final{background:var(--wine-dark);min-height:700px;color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:100px 24px;display:flex;position:relative;overflow:hidden}.cases-final>:not(.cases-final-orbit){z-index:2;position:relative}.cases-final h2{max-width:1000px;margin-top:23px;font-size:clamp(50px,6.4vw,90px)}.cases-final>p:not(.cases-label){color:#fffdf9b8;max-width:720px;margin:28px auto 0;font-size:18px;line-height:1.7}.cases-primary-button-light{border-color:var(--white);background:var(--white);color:var(--night);box-shadow:0 18px 45px #0003}.cases-primary-button-light span{color:var(--wine)}.cases-final-orbit{border:1px solid #e2b96773;border-radius:50%;position:absolute}.cases-final-orbit-one{width:610px;height:610px;top:-260px;left:-170px}.cases-final-orbit-two{border-color:#ffffff38;width:690px;height:690px;bottom:-300px;right:-190px}.cases-crosslinks{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto;padding:86px 24px 45px;display:grid}.cases-crosslinks a{border:1px solid var(--line);background:#fffdf9a6;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:180px;padding:30px;transition:border-color .18s,transform .18s;display:flex}.cases-crosslinks a:hover{border-color:var(--wine);transform:translateY(-3px)}.cases-crosslinks span{color:var(--gold);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:700}.cases-crosslinks strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.3vw,34px);font-weight:400;line-height:1.25}.cases-footer{grid-template-columns:1.15fr 1fr .65fr 1fr auto}.cases-sticky-cta{display:none}.cases-page a:focus-visible,.author-cases-link:focus-visible{outline-offset:4px;outline:3px solid #e2b967}@media (width<=1080px){.cases-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.72fr);gap:42px}.cases-portrait-card{min-height:560px}.cases-featured-card{grid-template-columns:minmax(0,1fr) minmax(330px,.75fr)}.cases-proof-grid{grid-template-columns:repeat(2,1fr)}.cases-proof-grid article{border-bottom:1px solid #ffffff29}.cases-proof-grid article:nth-child(2){border-right:0}.cases-proof-grid article:nth-child(n+3){border-bottom:0}.cases-avito-service-grid article{min-height:660px;padding:25px}.cases-contact-card{grid-template-columns:1fr}.cases-max-contact{max-width:610px}.cases-footer{grid-template-columns:1.15fr 1fr .65fr 1fr auto}}@media (width<=820px){.cases-header .brand{max-width:145px}.cases-hero{flex-direction:column;gap:52px;min-height:auto;padding:58px 20px 76px;display:flex}.cases-hero h1{font-size:clamp(61px,19vw,88px)}.cases-lead{font-size:22px}.cases-hero-stats{grid-template-columns:1fr}.cases-hero-stats span{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:17px 0}.cases-hero-stats span:last-child{border-bottom:0}.cases-primary-button{width:100%;min-width:0}.cases-portrait-card{align-self:center;width:min(100%,500px);min-height:530px}.cases-portrait-frame img{height:505px}.cases-portrait-caption{flex-direction:column;align-items:flex-start}.cases-portrait-caption p{text-align:left}.cases-manifesto{text-align:left;padding:88px 20px}.cases-manifesto h2{font-size:clamp(42px,12vw,59px)}.cases-section{padding:82px 20px}.cases-heading h2,.cases-final h2{font-size:clamp(40px,11vw,56px)}.cases-heading>p:last-child,.cases-manifesto>p:last-child,.cases-final>p:not(.cases-label){font-size:16px}.cases-featured-list{margin-top:48px}.cases-featured-card{grid-template-columns:1fr}.cases-card-intro{padding:34px 23px}.cases-featured-card h3{font-size:clamp(34px,9.8vw,48px)}.cases-metrics{border-top:1px solid var(--line);border-left:0}.cases-featured-card:first-child .cases-metrics{border-top-color:#ffffff24}.cases-evidence{grid-template-columns:1fr;padding:34px 23px 42px}.cases-evidence-image{width:min(86%,350px)}.cases-evidence figcaption{max-width:none}.cases-metrics>div{min-height:185px;padding:24px 18px}.cases-proof-grid{grid-template-columns:1fr;margin-top:44px}.cases-proof-grid article,.cases-proof-grid article:nth-child(n+3){border-bottom:1px solid #ffffff29;border-right:0;min-height:0;padding:28px 0}.cases-proof-grid article:last-child{border-bottom:0}.cases-proof-grid strong{margin-top:38px}.cases-project-list,.cases-crosslinks{grid-template-columns:1fr}.cases-project-list>div,.cases-project-list>div:nth-child(2n){border-right:0;min-height:0;padding:22px 0}.cases-project-list p{font-size:19px}.cases-service-block,.cases-marketing-block,.cases-contact-card{margin-top:64px}.cases-avito-service-grid,.cases-marketing-service-grid{grid-template-columns:1fr}.cases-avito-service-grid article{min-height:0;padding:28px 24px}.cases-avito-service-grid ul{margin-top:30px}.cases-marketing-service-grid article,.cases-marketing-service-grid article:nth-child(2n){border-right:0;min-height:0;padding:28px 0}.cases-contact-card{border-radius:20px;gap:42px;padding:34px 24px}.cases-max-contact{grid-template-columns:minmax(130px,.82fr) minmax(0,1.18fr)}.cases-final{min-height:650px;padding:90px 20px 120px}.cases-crosslinks{gap:12px;padding:60px 20px 34px}.cases-crosslinks a{min-height:155px;padding:24px}.cases-footer{padding-bottom:104px}.cases-sticky-cta{z-index:70;color:var(--white);text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#7e0f33f5;border:1px solid #ffffff42;border-radius:12px;padding:16px 20px;font-size:15px;font-weight:700;display:block;position:fixed;bottom:12px;left:14px;right:14px;box-shadow:0 14px 38px #26152257}}@media (width<=430px){.cases-portrait-card{min-height:490px}.cases-portrait-frame img{height:470px}.cases-metrics{grid-template-columns:1fr}.cases-metrics>div,.cases-metrics>div:nth-child(n+3){border-right:0;border-bottom:1px solid var(--line);min-height:135px}.cases-metrics>div:last-child{border-bottom:0}.cases-featured-card:first-child .cases-metrics>div{border-bottom-color:#ffffff24}.cases-service-heading{align-items:flex-start}.cases-marketing-service-grid article,.cases-marketing-service-grid article:nth-child(2n){grid-template-columns:38px 1fr}.cases-max-contact{grid-template-columns:1fr}.cases-max-qr{width:min(100%,260px)}}@media (prefers-reduced-motion:no-preference){.cases-hero-copy{animation:.6s both rise-in}.cases-portrait-card{animation:.76s 80ms both fade-in}}
