:root{--navy:#0a2348;--navy-2:#102f5f;--ink:#121923;--ivory:#f6f1ea;--paper:#fffdf9;--rose:#d983a3;--rose-2:#efb6c7;--mint:#75c9bf;--line:rgba(10,35,72,.15);--muted:#6f747d;--radius:28px;--shadow:0 24px 70px rgba(9,27,56,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Avenir Next",Avenir,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.skip{position:fixed;left:16px;top:-80px;z-index:100;background:#fff;padding:12px 16px;border-radius:8px}.skip:focus{top:16px}.site-header{height:92px;padding:0 clamp(22px,5vw,82px);display:flex;align-items:center;gap:42px;border-bottom:1px solid var(--line);background:rgba(255,253,249,.92);backdrop-filter:blur(16px);position:relative;z-index:20}.brand{display:flex;width:134px;height:62px;align-items:center;justify-content:flex-start;overflow:visible}.brand img{width:118px;height:auto;object-fit:contain}.site-header nav{display:flex;gap:30px;margin-left:auto}.site-header nav a{text-decoration:none;color:#60646c;font-size:14px}.site-header nav a:hover{color:var(--navy)}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:0 24px;border-radius:999px;text-decoration:none;font-weight:700;letter-spacing:-.01em;transition:transform .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--mint);outline-offset:4px}.button--compact{min-height:48px;padding:0 22px;font-size:14px}.button--dark{background:var(--navy);color:#fff}.button--rose{background:var(--rose);color:#1f1b22}.button--rose:hover{background:#e599b5}.button--light{background:#fff;color:var(--navy)}.text-link{font-weight:700;text-underline-offset:5px}.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.95fr);background:var(--ivory);overflow:hidden}.hero__copy{padding:clamp(76px,10vh,126px) clamp(30px,7vw,122px);padding-right:48px;display:flex;flex-direction:column;justify-content:center;position:relative}.hero__copy:after{content:"";position:absolute;width:120px;height:2px;background:var(--rose);left:clamp(30px,7vw,122px);bottom:52px}.eyebrow{margin:0 0 24px;color:var(--navy);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.19em}.eyebrow--light{color:var(--rose-2)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:660;letter-spacing:-.055em;line-height:.98}h1{font-size:clamp(54px,6.2vw,98px);max-width:760px;margin-bottom:34px}h1 em,h2 em{font-style:normal;color:var(--rose)}.lead{font-size:clamp(18px,1.5vw,23px);color:#525860;max-width:670px;line-height:1.5;margin-bottom:38px}.hero__actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.hero__facts{margin-top:70px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:650px;border-top:1px solid var(--line);padding-top:25px;color:#686d75;font-size:12px;line-height:1.4}.hero__facts span{display:flex;align-items:flex-start;gap:10px}.hero__facts b{font-size:25px;line-height:1;color:var(--navy)}.hero__visual{background:var(--navy);display:flex;align-items:center;justify-content:center;position:relative;padding:70px 7% 76px;isolation:isolate}.hero__halo{position:absolute;inset:14% 8% 20%;border-radius:50%;background:radial-gradient(circle at 50% 40%,rgba(217,131,163,.48),rgba(117,201,191,.12) 42%,transparent 68%);filter:blur(8px);z-index:-1}.hero__visual picture{width:min(650px,94%);transform:rotate(-2.5deg)}.hero__visual img{border-radius:34px;box-shadow:0 42px 85px rgba(0,0,0,.34);width:100%;aspect-ratio:1;object-fit:cover}.hero__caption{position:absolute;left:7%;bottom:42px;color:#fff;display:flex;gap:22px;align-items:center}.hero__caption span{font-size:14px;font-weight:800;letter-spacing:.16em}.hero__caption small{color:rgba(255,255,255,.58)}.section{padding:clamp(90px,11vw,170px) clamp(24px,6vw,100px)}.section-heading{display:grid;grid-template-columns:.55fr 1.25fr 1fr;gap:50px;align-items:start;margin-bottom:74px}.section-heading .eyebrow{padding-top:10px}.section-heading h2{font-size:clamp(48px,5.4vw,84px);margin:0}.section-heading>p:last-child{font-size:18px;color:var(--muted);max-width:480px;padding-top:12px}.section-heading--wide{grid-template-columns:.45fr 1.55fr}.route{background:#fff}.route__line{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);counter-reset:route}.route__line li{padding:28px 24px 12px 0;border-right:1px solid var(--line);min-height:150px}.route__line li+li{padding-left:24px}.route__line li:last-child{border-right:0}.route__line span{display:block;color:var(--rose);font-size:12px;font-weight:800;margin-bottom:28px}.route__line strong{display:block;color:var(--navy);font-size:18px;margin-bottom:7px}.route__line small{color:var(--muted)}.section--dark{background:var(--navy);color:#fff}.picker{display:grid;grid-template-columns:.68fr 1fr;column-gap:8vw;row-gap:56px}.picker__intro h2{font-size:clamp(50px,5.2vw,82px);max-width:620px;margin-bottom:30px}.picker__intro>p:last-child{color:rgba(255,255,255,.63);font-size:18px;max-width:560px}.picker__controls{display:grid;gap:34px;align-content:end}.picker fieldset{border:0;padding:0;margin:0}.picker legend{font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.58);font-weight:800;margin-bottom:14px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:6px}.segmented button{border:0;border-radius:12px;background:transparent;color:rgba(255,255,255,.64);font:inherit;font-size:14px;font-weight:700;min-height:52px;padding:8px 10px;cursor:pointer}.segmented button[aria-pressed="true"]{background:#fff;color:var(--navy);box-shadow:0 8px 22px rgba(0,0,0,.15)}.recommendation{grid-column:1/-1;background:#143563;border:1px solid rgba(255,255,255,.12);border-radius:36px;display:grid;grid-template-columns:minmax(360px,.9fr) 1.1fr;overflow:hidden;min-height:630px}.recommendation__image{padding:34px;background:linear-gradient(145deg,#e3b4c6,#f7ede8);display:flex;align-items:center;justify-content:center}.recommendation__image img{width:100%;height:100%;max-height:570px;object-fit:cover;border-radius:24px;box-shadow:0 30px 65px rgba(16,25,50,.23)}.recommendation__copy{padding:clamp(45px,6vw,92px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.recommendation__meta{align-self:stretch;display:flex;justify-content:space-between;color:rgba(255,255,255,.58);font-size:12px;text-transform:uppercase;letter-spacing:.13em;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:22px;margin-bottom:50px}.recommendation__label{color:var(--rose-2);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;margin-bottom:14px}.recommendation h3{font-size:clamp(54px,6vw,92px);margin-bottom:24px}.recommendation__copy>p:nth-of-type(3){font-size:20px;color:rgba(255,255,255,.72);max-width:640px}.recommendation ul{margin:14px 0 38px;padding:0;list-style:none;width:100%;border-top:1px solid rgba(255,255,255,.13)}.recommendation li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.86)}.recommendation li:before{content:"✓";color:var(--mint);margin-right:12px}.recommendation small{margin-top:16px;color:rgba(255,255,255,.45)}.levels{background:var(--ivory)}.levels__grid{display:grid;gap:28px}.level-card{border-radius:32px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:520px}.level-card__copy{padding:clamp(40px,5vw,78px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.level-card__copy>span{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;margin-bottom:46px;opacity:.64}.level-card h3{font-size:clamp(43px,4.4vw,68px);margin-bottom:22px}.level-card p{font-size:18px;max-width:510px;opacity:.7}.level-card a{font-weight:800;text-underline-offset:6px;margin-top:24px}.level-card img{width:100%;height:100%;object-fit:cover}.level-card--start{background:#fff}.level-card--pro{background:#e9b0c4}.level-card--salon{background:#102e5a;color:#fff}.compare{background:#fff}.table-wrap{overflow:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}table{border-collapse:collapse;width:100%;min-width:1020px}th,td{text-align:left;padding:24px 20px;border-bottom:1px solid var(--line);vertical-align:middle}thead th{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}tbody th{font-size:18px;color:var(--navy)}tbody th small{display:block;font-size:10px;color:var(--muted);letter-spacing:.08em;margin-top:4px}tbody td{color:#5e646c}.is-featured{background:#fff4f7}.is-featured th:before{content:"Вибір";display:inline-block;color:#fff;background:var(--rose);font-size:9px;padding:4px 7px;border-radius:999px;margin-right:8px;text-transform:uppercase;letter-spacing:.1em}tbody td:last-child a{display:flex;width:40px;height:40px;align-items:center;justify-content:center;background:var(--navy);color:#fff;border-radius:50%;text-decoration:none}.clarity{background:var(--navy);color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:10vw}.clarity__statement h2{font-size:clamp(50px,5.6vw,86px)}.clarity__notes{padding-top:30px}.clarity__notes div{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.15)}.clarity__notes span{color:var(--rose-2);font-size:12px}.clarity__notes p{color:rgba(255,255,255,.7);margin:0}.final-cta{background:var(--ivory);display:grid;grid-template-columns:minmax(300px,.75fr) 1fr;align-items:center;gap:8vw;padding:80px clamp(24px,8vw,140px)}.final-cta img{border-radius:50%;box-shadow:var(--shadow);transform:rotate(-4deg)}.final-cta h2{font-size:clamp(49px,5.3vw,84px);margin-bottom:30px}.final-cta>div>p:nth-of-type(2){color:var(--muted);font-size:18px;max-width:580px;margin-bottom:34px}footer{min-height:220px;background:#071a38;color:#fff;display:flex;align-items:center;padding:50px clamp(24px,6vw,100px);gap:38px}footer img{width:130px;height:auto;filter:brightness(0) invert(1)}footer p{margin:0;color:rgba(255,255,255,.5)}footer a{margin-left:auto;color:#fff;text-underline-offset:5px}.mobile-sticky{display:none}
@media(max-width:1050px){.site-header nav{display:none}.hero{grid-template-columns:1fr 1fr}.hero__copy{padding:70px 34px}.hero__facts{grid-template-columns:1fr;margin-top:45px}.hero__facts span:nth-child(n+2){display:none}.section-heading{grid-template-columns:1fr 1.4fr}.section-heading>p:last-child{grid-column:2}.route__line{grid-template-columns:repeat(3,minmax(0,1fr))}.route__line li{border-bottom:1px solid var(--line);min-width:0}.picker{grid-template-columns:1fr}.recommendation{grid-template-columns:.9fr 1.1fr}.clarity{grid-template-columns:1fr 1fr}}
@media(max-width:760px){body{padding-bottom:62px}.site-header{height:72px;padding:0 18px}.brand{width:104px;height:54px}.brand img{width:96px}.site-header>.button{margin-left:auto;font-size:0;width:46px;min-height:46px;padding:0}.site-header>.button span{font-size:18px}.hero{display:block;min-height:0}.hero__copy{padding:64px 22px 48px}.hero__copy:after{display:none}h1{font-size:clamp(48px,14vw,68px)}.lead{font-size:18px}.hero__actions{align-items:flex-start;flex-direction:column}.hero__facts{margin-top:40px}.hero__visual{min-height:490px;padding:54px 22px 88px}.hero__visual picture{width:min(440px,94%)}.hero__visual img{border-radius:24px}.hero__caption{left:22px;bottom:28px;right:22px;justify-content:space-between}.hero__caption small{font-size:10px;text-align:right}.section{padding:82px 20px}.section-heading,.section-heading--wide{grid-template-columns:1fr;gap:0;margin-bottom:48px}.section-heading h2{font-size:52px}.section-heading>p:last-child{grid-column:1;padding-top:22px}.route__line{grid-template-columns:1fr}.route__line li,.route__line li+li{padding:20px 0;border-right:0;border-bottom:1px solid var(--line);min-height:0;display:grid;grid-template-columns:46px 1fr;column-gap:12px}.route__line span{grid-row:1/3;margin:3px 0 0}.route__line strong{margin:0}.picker{padding:82px 16px}.picker__intro{padding:0 4px}.picker__intro h2{font-size:51px}.picker__controls{gap:25px}.segmented{grid-template-columns:1fr}.segmented button{min-height:46px}.recommendation{grid-template-columns:1fr;min-height:0;border-radius:25px}.recommendation__image{padding:18px;max-height:410px}.recommendation__image img{max-height:374px}.recommendation__copy{padding:36px 24px 40px}.recommendation__meta{margin-bottom:32px}.recommendation h3{font-size:58px}.recommendation__copy>p:nth-of-type(3){font-size:17px}.levels{padding-left:16px;padding-right:16px}.levels .section-heading{padding:0 4px}.level-card{grid-template-columns:1fr;min-height:0}.level-card__copy{padding:40px 25px}.level-card__copy>span{margin-bottom:26px}.level-card h3{font-size:45px}.level-card img{aspect-ratio:1}.level-card--pro img{order:2}.level-card--pro .level-card__copy{order:1}.compare{padding-left:20px;padding-right:0}.compare .section-heading{padding-right:20px}.table-wrap{scrollbar-width:thin}.clarity{grid-template-columns:1fr;gap:30px}.clarity__statement h2{font-size:52px}.clarity__notes{padding-top:0}.final-cta{grid-template-columns:1fr;padding:72px 20px}.final-cta img{width:78%;margin:0 auto}.final-cta h2{font-size:50px}footer{min-height:280px;align-items:flex-start;flex-direction:column;gap:18px;padding:52px 22px}footer img{width:122px}footer a{margin-left:0}.mobile-sticky{position:fixed;z-index:50;left:10px;right:10px;bottom:8px;height:52px;border-radius:999px;background:var(--rose);color:#1b1b22;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 14px 35px rgba(0,0,0,.25)}}
@media(max-width:360px){.site-header{padding:0 12px}.brand img{width:88px}.hero__copy{padding-left:16px;padding-right:16px}h1{font-size:45px}.section{padding-left:16px;padding-right:16px}.section-heading>*{min-width:0}.section-heading h2,.clarity__statement h2,.final-cta h2{font-size:44px}.compare .section-heading{padding-right:0}.picker{padding-left:12px;padding-right:12px}.recommendation__copy{padding-left:20px;padding-right:20px}.recommendation h3{font-size:51px}.level-card>*{min-width:0}.level-card h3{font-size:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
