:root{--ato-bg:#0d0913;--ato-bg-soft:#140d1d;--ato-panel:#191122;--ato-panel-2:#24172f;--ato-panel-3:#30203d;--ato-text:#f7f3ee;--ato-muted:#b7adbd;--ato-line:rgba(255, 255, 255, 0.1);--ato-accent:#b98a58;--ato-accent-2:#e4bd78;--ato-accent-pale:#f4dfb7;--ato-ink:#211c1a;--ato-ink-muted:#6f6864;--ato-paper:#f6f0e8;--ato-white:#ffffff;--ato-success:#62c493;--ato-danger:#ef6a6a;--ato-shadow:0 24px 70px rgba(0, 0, 0, 0.28);--ato-shadow-light:0 22px 54px rgba(59, 38, 24, 0.12);--ato-radius-sm:15px;--ato-shell:1220px;--ato-header:78px;--ato-font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ato-serif:Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--ato-header) + 24px)}body{margin:0;min-width:320px;background:var(--ato-bg);font-family:var(--ato-font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit}button,summary{cursor:pointer}::selection{background:rgb(224 189 129/.3);color:#fff}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ato-skip-link:focus,.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:0;padding:12px 18px;top:10px;left:10px;z-index:99999;background:var(--ato-accent-2);color:#1d130b;border-radius:10px;font-weight:800}:focus-visible{outline:3px solid rgb(224 189 129/.75);outline-offset:3px}.ato-shell{margin-inline:auto}.ato-main{min-height:60vh}.ato-header{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #fff0;background:rgb(13 9 19/.76);backdrop-filter:blur(18px);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.ato-header__inner{min-height:100%;display:flex;align-items:center;justify-content:space-between}.ato-brand{display:inline-flex;align-items:center;min-width:max-content}.ato-brand__mark{flex:0 0 48px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,var(--ato-accent-2),var(--ato-accent))}.ato-brand__mark img{width:100%;height:100%;object-fit:cover}.ato-brand__copy{display:grid;line-height:1.1}.ato-brand__copy small{color:var(--ato-muted);text-transform:uppercase}.ato-brand--compact .ato-brand__copy small{display:none}.ato-header__nav{margin-left:auto}.ato-menu{list-style:none;margin:0;padding:0}.ato-menu>li{position:relative}.ato-menu>li>a{border-radius:12px;transition:color .18s ease,background .18s ease}.ato-menu>li>a:hover{color:var(--ato-text);background:rgb(255 255 255/.06)}.ato-header__actions,.ato-menu,.ato-menu>li>a{display:flex;align-items:center}.ato-header__login{color:#d8d2da;font-weight:750;padding:9px 4px}.ato-header__login:hover{color:var(--ato-accent-2)}.ato-menu-toggle{display:none;width:45px;height:45px;padding:0;border:1px solid var(--ato-line);border-radius:13px;background:var(--ato-panel)}.ato-menu-toggle span{display:block;width:19px;height:2px;margin:4px auto;border-radius:2px;background:var(--ato-text)}.ato-lang__menu[hidden],.ato-mobile-backdrop,.ato-mobile-nav__actions,.ato-mobile-nav__head{display:none}.ato-icon-button{width:43px;height:43px;border:1px solid var(--ato-line);border-radius:50%;background:var(--ato-panel-2);color:var(--ato-text);font-size:26px;line-height:1}.ato-lang{position:relative}.ato-lang__toggle{padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--ato-line);background:rgb(255 255 255/.04);color:var(--ato-text)}.ato-lang__toggle>span:first-child{color:var(--ato-accent-2)}.ato-lang__toggle strong{font-size:12px;letter-spacing:.06em}.ato-lang__menu{position:absolute;z-index:100;right:0;top:calc(100% + 10px);width:220px;padding:9px;border:1px solid var(--ato-line);border-radius:16px;background:rgb(26 25 29/.99);box-shadow:var(--ato-shadow)}.ato-lang__menu a{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center;padding:9px 10px;border-radius:10px;color:var(--ato-muted)}.ato-lang__menu a.is-current,.ato-lang__menu a:focus,.ato-lang__menu a:hover{background:var(--ato-panel-2);color:var(--ato-text)}.ato-lang__menu a span{color:var(--ato-accent-2);font-size:11px;font-weight:900;letter-spacing:.05em}.ato-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:11px;margin-top:30px}.ato-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #fff0;line-height:1.1;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.ato-button:hover{transform:translateY(-2px)}.ato-button--primary{background:linear-gradient(135deg,var(--ato-accent-2),var(--ato-accent))}.ato-button--secondary{border-color:var(--ato-line);background:var(--ato-panel-2);color:var(--ato-text)}.ato-section--light .ato-button--secondary{color:var(--ato-ink);box-shadow:0 10px 26px rgb(59 38 24/.08)}.ato-button--light{border-color:rgb(255 255 255/.2);background:#fff}.ato-faq summary,.ato-hero{display:flex;align-items:center}.ato-hero{background:radial-gradient(circle at 76% 24%,rgb(183 137 84/.18),transparent 28%),radial-gradient(circle at 15% 90%,rgb(92 57 118/.16),transparent 34%),linear-gradient(180deg,#100f12 0,#131116 100%)}.ato-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgb(16 15 18/.14),#fff0)}.ato-hero__grid{gap:clamp(40px,6vw,90px)}.ato-eyebrow{margin:0 0 18px;display:inline-flex;align-items:center;gap:9px;line-height:1.4}.ato-eyebrow::before{content:"";height:1px;background:currentColor}.ato-callout p,.ato-section-head h2,.ato-section-lead p{margin:0}.ato-hero h1{max-width:800px}.ato-hero__lead{margin-top:26px;font-size:clamp(17px,1.6vw,20px)}.ato-chip-row{display:flex;flex-wrap:wrap}.ato-chip{min-height:33px;padding:6px 10px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgb(224 189 129/.16);border-radius:999px;background:rgb(183 137 84/.07);font-size:11px;font-weight:800}.ato-chip i{font-style:normal}.ato-hero__visual{display:grid;place-items:center;perspective:1200px}.ato-section{background:var(--ato-bg)}.ato-section--plain{background:#fff;color:var(--ato-ink)}.ato-section--deep{background:radial-gradient(circle at 80% 20%,rgb(183 137 84/.13),transparent 28%),linear-gradient(155deg,#161318,#0e0d10);color:var(--ato-text)}.ato-section--cta{background:var(--ato-paper);color:var(--ato-ink)}.ato-section-head--center{margin-inline:auto;text-align:center}.ato-section-head--center .ato-eyebrow{justify-content:center}.ato-section-lead{max-width:750px;margin-top:22px}.ato-section--light .ato-checks li,.ato-section--plain .ato-step p{color:var(--ato-ink-muted)}.ato-section-head--center .ato-section-lead{margin-inline:auto}.ato-tag{min-height:27px;padding:5px 9px;display:inline-flex;align-items:center;border-radius:999px;background:rgb(183 137 84/.08);color:var(--ato-accent-2);font-weight:900;text-transform:uppercase}.ato-section--light .ato-tag{color:#8f5b34;background:#f6efe7;border-color:rgb(143 91 52/.12)}.ato-checks{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:9px}.ato-checks li{position:relative;padding-left:24px;color:var(--ato-muted);font-size:13px;line-height:1.55}.ato-checks li::before{content:"✓";position:absolute;left:0;top:0;font-weight:900}.ato-section--light .ato-checks li::before{background:#d59b4b;color:#fff}.ato-checks--large li{padding-left:31px}.ato-checks--large li::before{width:20px;height:20px;border-radius:50%;background:rgb(183 137 84/.12);font-size:10px}.ato-split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:clamp(44px,7vw,100px)}.ato-split__copy .ato-section-head{margin-bottom:0}.ato-checks--large li::before,.ato-split__visual{display:grid;place-items:center}.ato-callout{margin-top:28px;padding:18px 20px;border:1px solid rgb(224 189 129/.18);border-left:4px solid var(--ato-accent);border-radius:15px;background:rgb(183 137 84/.08);color:#d8d0c9;font-size:14px;line-height:1.72}.ato-steps{grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:steps}.ato-faq details,.ato-step{border:1px solid var(--ato-line);background:var(--ato-panel);overflow:hidden}.ato-step{border-radius:var(--ato-radius)}.ato-section--plain .ato-step{background:#fff;box-shadow:var(--ato-shadow-light)}.ato-step::after{content:"";position:absolute;right:-45px;bottom:-45px;width:135px;height:135px;border-radius:50%;background:radial-gradient(circle,rgb(224 189 129/.17),transparent 70%)}.ato-step__number{color:var(--ato-accent-2);font-weight:900}.ato-step h3{color:#eee6e3;font-size:16px;text-align:center;margin:0 0 12px;line-height:1.18}.ato-step p{margin:0;color:var(--ato-muted)}.ato-faq{display:grid}.ato-faq details{border:1px solid rgb(231 179 94/.13);border-radius:13px;background:linear-gradient(145deg,#100e16,#0b0a10)}.ato-section--plain .ato-faq details{border-color:rgb(33 28 26/.09);background:#fff;box-shadow:0 8px 24px rgb(59 38 24/.05)}.ato-faq summary{list-style:none;justify-content:space-between;min-height:60px;padding:0 18px;display:grid;grid-template-columns:31px 1fr auto;gap:12px;color:#d9d1d8;font-size:12px;font-weight:720}.ato-faq summary::-webkit-details-marker{display:none}.ato-faq summary b{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:rgb(183 137 84/.1);color:var(--ato-accent-2);font-weight:500}.ato-section--plain .ato-faq summary b{color:#8f5b34;background:#f5eee6}.ato-faq details>div{border-top:1px solid var(--ato-line);color:var(--ato-muted);line-height:1.75;padding:0 61px 18px;color:#918895;font-size:12px}.ato-section--plain .ato-faq details>div{color:var(--ato-ink-muted);border-top-color:rgb(33 28 26/.08)}.ato-faq details>div p{margin:14px 0 0}.ato-cta{padding:clamp(35px,6vw,72px);grid-template-columns:1fr auto;background:radial-gradient(circle at 86% 30%,rgb(224 189 129/.18),transparent 23%),linear-gradient(140deg,#1b171b,#0f0e11);color:var(--ato-text);box-shadow:var(--ato-shadow)}.ato-cta>div:not(.ato-cta__orbit){position:relative;z-index:2}.ato-cta p:not(.ato-eyebrow){max-width:650px;margin:17px 0 0;color:#aaa3ad;font-size:15px}.ato-cta .ato-buttons{margin:0;justify-content:flex-end}.ato-footer{padding:80px 0 28px;border-top:1px solid var(--ato-line);background:#0c0b0e}.ato-footer__top{display:grid;grid-template-columns:.76fr 1.24fr}.ato-footer__brand>p{max-width:360px;margin:20px 0 0;color:var(--ato-muted);font-size:13px}.ato-footer__brand .ato-button{margin-top:25px}.ato-footer__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.ato-footer__columns h2{margin:0 0 18px;color:var(--ato-text);text-transform:uppercase}.ato-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:10px}.ato-footer-menu a:hover{color:var(--ato-accent-2);color:#e8b45e}.ato-footer__notice{margin-top:56px;padding:17px 19px;display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:center;border:1px solid var(--ato-line);border-radius:15px;background:rgb(255 255 255/.025)}.ato-footer__notice>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgb(183 137 84/.1);color:var(--ato-accent-2);font-weight:900}.ato-footer__notice p{margin:0;line-height:1.55}.ato-footer__bottom{margin-top:25px;padding-top:25px;display:flex;justify-content:space-between;gap:30px;border-top:1px solid var(--ato-line)}.ato-footer__bottom p{margin:0 0 5px;color:#6f6a73;font-size:9px}.ato-footer__meta{display:flex;align-items:center;gap:16px}.ato-footer__meta>a{color:#8d8791;font-size:10px}.ato-lang--footer .ato-lang__menu{bottom:calc(100% + 10px);top:auto}@media (max-width:1160px){:root{--ato-shell:1040px}.ato-header__login{display:none}.ato-header__nav .ato-menu>li>a{padding-inline:9px;font-size:13px}.ato-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:45px}.ato-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.ato-footer__top{grid-template-columns:1fr;gap:50px}}@media (max-width:960px){:root{--ato-header:70px}.ato-header__nav{position:fixed;z-index:1200;top:0;right:0;bottom:auto;width:min(430px,92vw);height:100vh;height:100dvh;height:var(--ato-mobile-viewport,100dvh);max-height:100vh;max-height:100dvh;max-height:var(--ato-mobile-viewport,100dvh);margin-left:0;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#111014;border-left:1px solid var(--ato-line);box-shadow:-30px 0 70px rgb(0 0 0/.45);transform:translate3d(105%,0,0);transition:transform .24s ease;will-change:transform}.ato-mobile-nav__head{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;width:100%;margin-bottom:22px}.ato-mobile-nav__actions{display:grid;flex:0 0 auto;gap:9px;width:100%;margin-top:auto;padding-top:24px}.ato-menu,.ato-menu>li,.ato-mobile-nav__actions .ato-button{width:100%}.ato-menu{display:grid;align-items:stretch;gap:4px}.ato-menu>li>a{width:100%;min-height:50px;padding:0 14px;font-size:15px}.ato-menu-toggle{display:block}.ato-header__cta{display:none}.ato-mobile-backdrop{position:fixed;z-index:1100;top:0;right:0;bottom:auto;left:0;width:100vw;height:100vh;height:100dvh;height:var(--ato-mobile-viewport,100dvh);display:block;background:rgb(0 0 0/.62);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.ato-hero{min-height:auto}.ato-hero__grid,.ato-split{grid-template-columns:1fr}.ato-hero__copy{max-width:780px}.ato-hero__visual{margin-top:20px}.ato-split__visual{margin-top:8px}.ato-footer__columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.ato-header__nav{width:100vw;border-left:0}.ato-shell{width:min(100% - 28px,var(--ato-shell))}.ato-brand__mark{width:43px;height:43px;flex-basis:43px;border-radius:14px}.ato-brand__copy strong{font-size:16px}.ato-brand__copy small{display:none}.ato-lang--header .ato-lang__toggle{min-width:48px;padding-inline:8px}.ato-lang--header .ato-lang__toggle>span:first-child{display:none}.ato-hero{padding:calc(var(--ato-header) + 62px)0 70px}.ato-hero h1{font-size:clamp(43px,13vw,67px)}.ato-hero__lead{font-size:16px}.ato-buttons{display:grid;grid-template-columns:1fr;width:100%}.ato-buttons .ato-button{width:100%}.ato-section{padding:76px 0}.ato-section-head{margin-bottom:30px}.ato-section-head h2{font-size:clamp(36px,11vw,52px)}.ato-section-lead{font-size:16px}.ato-cta,.ato-steps{grid-template-columns:1fr}.ato-cta{padding:37px 26px}.ato-cta .ato-buttons{justify-content:flex-start}.ato-footer{padding-top:60px}.ato-footer__columns{grid-template-columns:1fr 1fr;gap:30px 20px}.ato-footer__bottom{flex-direction:column}.ato-footer__meta{justify-content:space-between}}@media (max-width:480px){.ato-header__actions{gap:6px}.ato-brand__copy strong{font-size:15px}.ato-menu-toggle{width:42px;height:42px}.ato-hero h1{font-size:43px}.ato-footer__columns{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.ato-buttons,.ato-footer,.ato-header{display:none!important}body{background:#fff;color:#000}.ato-section{padding:20px 0;background:#fff!important;color:#000!important}.ato-step{break-inside:avoid;box-shadow:none}}:root{--ato-bg:#070710;--ato-bg-soft:#0c0a16;--ato-panel:#11101b;--ato-panel-2:#171221;--ato-panel-3:#21152f;--ato-text:#f8f2e8;--ato-muted:#aaa3b3;--ato-line:rgba(227, 181, 105, 0.18);--ato-line-soft:rgba(255,255,255,.075);--ato-accent:#bd8140;--ato-accent-2:#f0c878;--ato-accent-pale:#ffedbf;--ato-violet:#7a3ca3;--ato-violet-deep:#251233;--ato-paper:#f7f0e7;--ato-ink:#17131a;--ato-ink-muted:#665e68;--ato-radius:24px;--ato-radius-sm:16px;--ato-shell:1280px;--ato-header:74px;--ato-shadow:0 28px 80px rgba(0,0,0,.46);--ato-shadow-gold:0 20px 62px rgba(196,132,61,.16);--ato-serif:Georgia, Cambria, "Times New Roman", serif}html{background:var(--ato-bg)}body{background:radial-gradient(circle at 50% -10%,rgb(108 48 132/.13),transparent 32rem),var(--ato-bg);color:var(--ato-text)}.ato-site{overflow:clip}.ato-shell{width:min(var(--ato-shell),calc(100% - 56px))}.ato-main{background:var(--ato-bg)}.ato-header{height:var(--ato-header);background:rgb(7 7 16/.86);border-bottom:1px solid rgb(234 190 111/.08);backdrop-filter:blur(22px) saturate(1.25)}.ato-header__inner{gap:20px}.ato-brand{gap:11px}.ato-brand__mark{width:43px;height:43px;flex-basis:43px;border-radius:13px;border:1px solid rgb(240 200 120/.42);background:#21122e;box-shadow:0 0 0 5px rgb(108 48 132/.12),0 12px 32px rgb(0 0 0/.34)}.ato-brand__copy strong{font-size:15px;font-weight:800;letter-spacing:.01em}.ato-brand__copy small{display:flex;align-items:center;gap:5px;margin-top:3px;color:#aaa1b2;font-size:9px;letter-spacing:.12em}.ato-brand__copy small b{color:var(--ato-accent-2);font-size:9px}.ato-menu{gap:0}.ato-menu>li>a{min-height:42px;padding:0 12px;color:#cbc4d0;font-size:12px;font-weight:730}.ato-menu>li>a:hover{background:rgb(240 200 120/.075);color:#fff8e9;box-shadow:inset 0 0 0 1px rgb(240 200 120/.11)}.ato-header__actions{gap:8px}.ato-header__login{font-size:12px}.ato-header__cta{min-height:42px;padding-inline:16px;font-size:12px}.ato-lang__toggle{min-width:62px;height:40px;border-color:rgb(240 200 120/.18);border-radius:11px}.ato-button{min-height:50px;padding:0 21px;border-radius:12px;font-size:13px;font-weight:820;letter-spacing:-.005em}.ato-button b{font-size:15px;transition:transform .18s ease}.ato-button:hover b{transform:translateX(3px)}.ato-button--primary{color:#211407;background:linear-gradient(180deg,#f8d68e,#d99a47);border-color:#f4cf83;box-shadow:0 10px 30px rgb(210 143 57/.25),inset 0 1px rgb(255 255 255/.52)}.ato-button--primary:hover{box-shadow:0 15px 38px rgb(210 143 57/.34),inset 0 1px rgb(255 255 255/.62);transform:translateY(-2px)}.ato-button--secondary{color:#f4ecf7;background:rgb(44 20 61/.72);border-color:rgb(191 115 225/.25)}.ato-button--secondary:hover{background:rgb(74 31 99/.82);border-color:rgb(240 200 120/.35);transform:translateY(-2px)}.ato-button--light{background:#f9f4ed;color:#21171c;border-color:#fff}.ato-eyebrow{color:var(--ato-accent-2);font-size:10px;font-weight:860;letter-spacing:.18em;text-transform:uppercase}.ato-eyebrow::before{width:22px;background:linear-gradient(90deg,var(--ato-accent),transparent)}.ato-section-head{max-width:720px;margin-bottom:48px}.ato-section-head--center{max-width:820px}.ato-section-head h2{font-size:clamp(38px,4.2vw,62px)}.ato-cta h2,.ato-section-head h2{color:var(--ato-text);font-family:var(--ato-serif);font-weight:500;line-height:.98;letter-spacing:-.045em}.ato-section-lead,.ato-section-lead p{color:var(--ato-muted);font-size:16px;line-height:1.7}.ato-hero{position:relative;min-height:760px;padding:calc(var(--ato-header) + 74px)0 84px;overflow:hidden;background:radial-gradient(circle at 78% 28%,rgb(113 49 131/.19),transparent 26rem),radial-gradient(circle at 92% 16%,rgb(226 163 75/.09),transparent 23rem),linear-gradient(180deg,#080811,#090811 72%,#080710)}.ato-hero::after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgb(233 184 101/.25),transparent)}.ato-hero__aurora{position:absolute;width:620px;height:620px;right:-160px;top:-140px;border-radius:50%;filter:blur(55px);opacity:.26;background:conic-gradient(from 20deg,transparent,#5f2879,transparent,#d68f3e,transparent)}.ato-hero__constellation{position:absolute;inset:0;pointer-events:none;opacity:.55}.ato-hero__constellation::after,.ato-hero__constellation::before{content:"";position:absolute;border:1px solid rgb(233 184 101/.12);border-radius:50%;right:-9vw;top:1vw;width:34vw;height:34vw}.ato-hero__constellation::after{width:24vw;height:24vw;right:-4vw;top:6vw;border-style:dashed}.ato-hero__constellation i{position:absolute;width:3px;height:3px;background:var(--ato-accent-2);border-radius:50%;box-shadow:0 0 12px #f0c878}.ato-hero__constellation i:nth-child(1){right:9%;top:17%}.ato-hero__constellation i:nth-child(2){right:3%;top:33%}.ato-hero__constellation i:nth-child(3){right:18%;top:10%}.ato-hero__constellation i:nth-child(4){right:21%;top:38%}.ato-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);align-items:center;gap:78px}.ato-hero__copy{max-width:650px}.ato-hero h1{margin:16px 0 24px;color:#f8f3eb;font-family:var(--ato-serif);font-size:clamp(56px,5.2vw,80px);font-weight:500;line-height:.93;letter-spacing:-.055em;text-wrap:balance}.ato-hero__lead{max-width:600px;color:#b9b2bf;font-size:16px;line-height:1.72}.ato-hero__lead p{margin:0}.ato-hero .ato-buttons{margin-top:28px}.ato-chip-row{margin-top:24px;gap:8px}.ato-chip{background:rgb(255 255 255/.025);border-color:rgb(240 200 120/.13);color:#bcb4c2}.ato-chip i,.ato-visual-scene--spread .ato-spread-mock__legend b{color:var(--ato-accent-2)}.ato-hero__visual{min-width:0}.ato-visual-scene{position:relative;width:100%;min-height:520px;display:grid;place-items:center;isolation:isolate}.ato-scene-orbits{position:absolute;width:510px;height:510px;right:-74px;top:-54px;z-index:-2;opacity:.55}.ato-scene-orbits::before{inset:0}.ato-scene-orbits i,.ato-scene-orbits::after,.ato-scene-orbits::before{content:"";position:absolute;border:1px solid rgb(226 173 84/.19);border-radius:50%}.ato-scene-orbits::after{inset:48px;border-style:dashed}.ato-scene-orbits i{inset:0}.ato-scene-orbits i:nth-child(1){inset:98px}.ato-scene-orbits i:nth-child(2){inset:145px;border-color:rgb(156 79 184/.2)}.ato-scene-orbits i:nth-child(3){inset:210px;background:radial-gradient(circle,rgb(229 169 75/.3),transparent 65%);border:0}.ato-scene-stars{position:absolute;inset:0;z-index:-1}.ato-scene-stars i{position:absolute;width:4px;height:4px;border-radius:50%;background:#e8b65f;box-shadow:0 0 14px #e8b65f}.ato-scene-stars i:nth-child(1){left:10%;top:12%}.ato-scene-stars i:nth-child(2){right:8%;top:29%}.ato-scene-stars i:nth-child(3){left:23%;bottom:14%}.ato-scene-stars i:nth-child(4){right:22%;bottom:5%}.ato-scene-stars i:nth-child(5){right:42%;top:4%}.ato-tarot-card{border-color:rgb(242 193 109/.48)!important;background:linear-gradient(150deg,#130b20,#251132)!important;box-shadow:0 18px 45px rgb(0 0 0/.45),inset 0 0 0 6px #100a18,inset 0 0 0 7px rgb(235 183 93/.31)!important;position:absolute;width:118px;height:178px;display:grid;place-items:center;border:1px solid rgb(242 193 109/.36);border-radius:20px;overflow:hidden}.ato-tarot-card::after,.ato-tarot-card::before{content:"";position:absolute;border:1px solid rgb(240 198 118/.22)}.ato-tarot-card::before{background:conic-gradient(from 0deg,transparent,#d7a655,transparent,#8b4da1,transparent)!important;opacity:.7;inset:16px;border-radius:16px}.ato-tarot-card b{color:#edc374!important;text-shadow:0 0 18px rgb(239 193 112/.45)}.ato-tarot-card::after{inset:34px;border-radius:50%;box-shadow:inset 0 0 0 1px rgb(240 198 118/.12)}.ato-tarot-card b,.ato-tarot-card i,.ato-tarot-card small{position:absolute;z-index:2}.ato-tarot-card i{width:2px;height:2px;border-radius:50%;background:#f0c878;box-shadow:0 0 0 13px rgb(240 200 120/.08),0 0 16px rgb(240 200 120/.2)}.ato-tarot-card b{font-size:33px;font-weight:500;line-height:1}.ato-tarot-card small{left:16px;top:14px;color:#f0c878;font-size:11px;font-weight:700}.ato-spread-mock{position:relative;overflow:hidden;padding:24px}.ato-spread-mock__halo{position:absolute;inset:auto auto 68px 50%;width:250px;height:250px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgb(114 47 149/.32)0,rgb(92 38 121/.18) 30%,transparent 70%);filter:blur(6px)}.ato-spread-mock__cards{position:absolute;inset:36px 24px 110px}.ato-spread-mock__cards .ato-tarot-card{top:34px}.ato-spread-mock__cards .c1{left:5%;transform:rotate(-12deg)}.ato-spread-mock__cards .c2{left:calc(50% - 59px);transform:rotate(0deg)}.ato-spread-mock__cards .c3{right:5%;left:auto;transform:rotate(12deg)}.ato-spread-mock__legend{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:14px;border:1px solid rgb(240 198 118/.12);border-radius:16px}.ato-spread-mock__legend span{display:grid;gap:4px;color:#ddd4dc;font-size:11px;line-height:1.2}.ato-spread-mock__legend b{font-size:18px;line-height:1;font-family:var(--ato-serif)}.ato-visual-scene--spread .ato-spread-mock{width:min(100%,520px);min-height:450px;border:1px solid rgb(232 180 91/.17);border-radius:28px;background:radial-gradient(circle at 50% 45%,rgb(85 32 111/.36),transparent 39%),linear-gradient(150deg,#13101d,#080810);box-shadow:var(--ato-shadow)}.ato-visual-scene--spread .ato-spread-mock__halo{opacity:.7}.ato-visual-scene--spread .ato-spread-mock__legend{border-color:rgb(235 181 95/.14);background:rgb(7 7 13/.72)}.ato-section{position:relative;padding:110px 0;background:#080810}.ato-section--deep{background:linear-gradient(180deg,#090811,#07070e)}.ato-section--plain{background:#090910}.ato-section--light{background:var(--ato-paper)}.ato-section--light,.ato-section--light .ato-price h3,.ato-section--light .ato-section-head h2{color:var(--ato-ink)}.ato-section--light .ato-section-lead,.ato-section--light .ato-section-lead p{color:var(--ato-ink-muted)}.ato-section--light .ato-eyebrow{color:#b57933}.ato-section--light .ato-price{background:#fff}.ato-section--light .ato-price p{color:#453d45}.ato-section--light .ato-checks li{color:#514851}.ato-section--light .ato-button--secondary{color:#2b2029;background:#fff;border-color:rgb(66 41 34/.18)}.ato-tag{border:1px solid rgb(231 177 90/.15);background:rgb(231 177 90/.055);color:#d6a75c;font-size:8px;letter-spacing:.1em}.ato-split{gap:84px;align-items:center}.ato-split__copy{max-width:590px}.ato-split .ato-section-head{margin-bottom:26px}.ato-split .ato-section-head h2{font-size:clamp(42px,4vw,60px)}.ato-checks--large{display:grid;gap:14px;margin-top:26px}.ato-checks--large li{color:#bbb2be;font-size:13px;line-height:1.55}.ato-checks li::before{width:20px;height:20px;flex-basis:20px;background:rgb(215 148 62/.13);border:1px solid rgb(231 179 91/.18);color:var(--ato-accent-2);font-size:10px}.ato-split__visual{min-width:0}.ato-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ato-step{position:relative;min-height:250px;padding:24px 22px;border:1px solid rgb(229 177 90/.13);border-radius:18px;background:linear-gradient(145deg,#12101a,#0b0a11);box-shadow:0 20px 50px rgb(0 0 0/.2)}.ato-step:not(:last-child)::after{content:"→";position:absolute;right:-14px;top:50%;z-index:3;color:#d99f48;font-size:13px}.ato-step__number{display:block;color:#8d7d68;font-size:9px;letter-spacing:.08em}.ato-step__icon{width:42px;height:42px;display:grid;place-items:center;margin:32px auto 22px;border:1px solid rgb(230 178 92/.2);border-radius:12px;color:#e5ae55;background:rgb(215 143 55/.055);font-style:normal;font-size:18px}.ato-step p{color:#8e8592;font-size:11px;line-height:1.55;text-align:center}.ato-section--plain .ato-step{border-color:rgb(231 179 91/.19);background:radial-gradient(circle at 50% 35%,rgb(112 46 143/.16),transparent 38%),linear-gradient(150deg,#15111d,#0c0b12);box-shadow:0 22px 56px rgb(0 0 0/.34),inset 0 1px rgb(255 255 255/.025)}.ato-section--plain .ato-step::before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgb(240 200 120/.45),transparent)}.ato-section--plain .ato-step__number{color:#c9974d}.ato-section--plain .ato-step__icon{border-color:rgb(235 181 94/.28);color:#f0c878;background:linear-gradient(145deg,rgb(215 143 55/.12),rgb(113 46 143/.12));box-shadow:0 10px 26px rgb(0 0 0/.22),0 0 24px rgb(186 111 221/.08)}.ato-section--plain .ato-step h3{color:#f6eee9}.ato-section--plain .ato-step p{color:#aaa1ae}.ato-section--plain .ato-step:not(:last-child)::after{color:#e4ad55}.ato-price{min-height:520px;padding:29px;border:1px solid rgb(231 180 95/.15);border-radius:20px;background:linear-gradient(160deg,#15101d,#0c0b12);box-shadow:0 24px 58px rgb(0 0 0/.26)}.ato-price.is-featured{transform:translateY(-9px);border-color:rgb(240 192 108/.45);background:radial-gradient(circle at 50%0,rgb(100 41 130/.35),transparent 35%),linear-gradient(160deg,#1b1125,#0c0b12);box-shadow:0 30px 70px rgb(0 0 0/.38),0 0 42px rgb(154 68 190/.12)}.ato-price__popular{background:linear-gradient(90deg,#d69a48,#f4cc7b,#d69a48);color:#241305;font-size:8px;letter-spacing:.11em}.ato-price__icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgb(232 181 95/.2);color:#e7b55e;background:rgb(214 143 55/.055)}.ato-price h3{color:#f2e9e5;font-family:var(--ato-serif);font-size:30px;letter-spacing:-.035em;width:100%;margin:20px 0 8px;text-align:center;text-wrap:balance}.ato-price__value{color:#fff6e9;font-family:var(--ato-serif);font-size:27px}.ato-price>p{min-height:52px;color:#958c9a;font-size:12px;line-height:1.55}.ato-price .ato-checks{flex:1;display:grid;gap:10px}.ato-price .ato-checks li{color:#b3aab5;font-size:11px;width:100%;padding-left:30px;line-height:1.45}.ato-pricing-note{color:#7f7684;font-size:10px;text-align:center}.ato-section--light .ato-price__icon{background:#fbf3e8}.ato-section--light .ato-price.is-featured{background:#fff7ee;border-color:#d6a35b}.ato-faq-wrap{max-width:1000px}.ato-faq-wrap .ato-section-head{margin-inline:0}.ato-faq{gap:10px}.ato-faq summary i{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgb(229 177 89/.16);border-radius:9px;color:#e2ac55;background:rgb(212 142 54/.05);font-style:normal}.ato-faq summary b{color:#c79a51;font-size:17px}.ato-section--cta{padding:72px 0 96px;background:#080810}.ato-cta{position:relative;min-height:300px;padding:46px 52px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:35px;border:1px solid rgb(233 181 94/.25);border-radius:24px;overflow:hidden;background:linear-gradient(105deg,#20102e,#110d1a 58%,#291338);box-shadow:0 30px 75px rgb(0 0 0/.42)}.ato-cta::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%,rgb(238 179 84/.16),transparent 26%),radial-gradient(circle at 72% 50%,rgb(115 46 146/.28),transparent 30%);pointer-events:none}.ato-cta>.ato-buttons,.ato-cta>div:not(.ato-cta__art){position:relative;z-index:3}.ato-cta h2{max-width:680px;margin:10px 0 13px;font-size:clamp(42px,4.5vw,65px)}.ato-cta p{max-width:650px;margin:0;color:#a99fac;font-size:13px}.ato-cta>.ato-buttons{margin:0;justify-content:flex-end}.ato-cta__art{position:absolute!important;right:-10px;bottom:-34px;width:480px;height:240px;z-index:1!important;opacity:.85}.ato-cta__art::before{content:"";position:absolute;right:80px;bottom:38px;width:115px;height:115px;border-radius:50%;background:radial-gradient(circle at 40% 38%,#ffdf8d,#e28d3e 55%,rgb(226 141 62/.05) 68%,transparent 70%);box-shadow:0 0 50px rgb(231 152 65/.3)}.ato-cta__art::after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(145deg,transparent 0 38%,#1c102a 39% 58%,transparent 59%),linear-gradient(220deg,transparent 0 40%,#2b153f 41% 62%,transparent 63%);clip-path:polygon(0 76%,18% 40%,34% 70%,53% 26%,69% 65%,87% 34%,100% 70%,100% 100%,0 100%)}.ato-footer{padding-top:70px;background:#06060c;border-top:1px solid rgb(230 178 92/.1)}.ato-footer__top{gap:70px;padding-bottom:44px}.ato-footer__brand{max-width:265px}.ato-footer__brand p{color:#938b98;font-size:11px;line-height:1.65}.ato-footer__brand .ato-button{min-height:44px;font-size:11px}.ato-footer__columns{gap:44px}.ato-footer__columns h2{color:#e8b35b;font-size:9px;letter-spacing:.13em}.ato-footer-menu a{color:#8f8793;font-size:10px;line-height:1.8}.ato-footer__notice{border-color:rgb(230 178 92/.11);background:rgb(255 255 255/.018)}.ato-footer__notice span{color:#e4ae56;background:rgb(212 142 54/.07)}.ato-footer__notice p{color:#776f7c;font-size:9px}.ato-footer__bottom{color:#635d68;font-size:8px}@media (max-width:1180px){.ato-shell{width:min(var(--ato-shell),calc(100% - 40px))}.ato-header__nav .ato-menu>li>a{padding-inline:9px;font-size:11px}.ato-header__login{display:none}.ato-hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.85fr);gap:40px}.ato-hero h1{font-size:clamp(50px,5.4vw,68px)}}@media (max-width:980px){:root{--ato-header:68px}.ato-header__nav{position:fixed;display:flex}.ato-menu-toggle{display:block}.ato-header__cta,.ato-header__login{display:none}.ato-header__nav .ato-menu>li>a{font-size:15px}.ato-hero{min-height:auto;padding-top:calc(var(--ato-header) + 60px)}.ato-hero__grid{grid-template-columns:1fr;gap:46px}.ato-hero h1,.ato-hero__copy{max-width:760px}.ato-hero h1{font-size:clamp(50px,8vw,72px)}.ato-hero__visual{max-width:650px;width:100%;margin-inline:auto}.ato-visual-scene{min-height:520px}.ato-split{grid-template-columns:1fr;gap:45px}.ato-split__copy{max-width:760px}.ato-steps{grid-template-columns:1fr 1fr}.ato-step:not(:last-child)::after{display:none}.ato-price.is-featured{transform:none}.ato-cta{padding-right:42%}.ato-cta>.ato-buttons{justify-content:flex-start}.ato-cta,.ato-footer__top{grid-template-columns:1fr}.ato-footer__brand{max-width:560px}}@media (max-width:700px){.ato-shell{width:min(100% - 28px,var(--ato-shell))}.ato-brand__copy strong{font-size:14px}.ato-brand__mark{width:40px;height:40px;flex-basis:40px}.ato-lang__toggle{min-width:53px;padding-inline:8px}.ato-hero{padding-top:calc(var(--ato-header) + 44px);padding-bottom:55px}.ato-hero h1{font-size:clamp(43px,13vw,61px);line-height:.96}.ato-hero__lead{font-size:14px}.ato-buttons,.ato-hero .ato-buttons{width:100%}.ato-hero .ato-button{flex:1 1 100%}.ato-visual-scene{min-height:420px;transform:scale(.94);transform-origin:center}.ato-scene-orbits{width:390px;height:390px;right:-80px}.ato-section{padding:78px 0}.ato-section-head{margin-bottom:34px}.ato-cta h2,.ato-section-head h2{font-size:clamp(36px,11vw,50px)}.ato-split{gap:30px}.ato-split .ato-section-head h2{font-size:clamp(38px,11vw,50px)}.ato-steps{grid-template-columns:1fr}.ato-step{min-height:220px}.ato-pricing-grid{grid-template-columns:1fr!important}.ato-price{min-height:auto}.ato-price>p{min-height:0}.ato-price.is-featured{order:-1}.ato-faq summary{grid-template-columns:28px 1fr auto;padding-inline:13px;font-size:11px}.ato-faq details>div{padding:0 18px 17px 53px}.ato-cta{min-height:400px;padding:34px 23px 180px}.ato-cta__art{width:100%;height:180px;right:0}.ato-cta>.ato-buttons{width:100%;display:grid}.ato-cta .ato-button{width:100%}.ato-footer__columns{grid-template-columns:1fr 1fr;gap:34px 20px}}@media (prefers-reduced-motion:reduce){.ato-button{transition:none}}.ato-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.ato-price{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;overflow:hidden;min-width:0;text-align:center}.ato-price::before{content:"";position:absolute;z-index:-1;left:12%;right:12%;top:-1px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgb(240 192 108/.7),transparent);opacity:.58}.ato-price::after{content:"";position:absolute;z-index:-2;width:210px;height:210px;right:-112px;top:-115px;border-radius:50%;background:radial-gradient(circle,rgb(111 47 143/.22),transparent 68%);pointer-events:none}.ato-price:hover{transform:translateY(-5px);border-color:rgb(235 183 96/.32);box-shadow:0 32px 72px rgb(0 0 0/.34),0 0 44px rgb(112 47 143/.08)}.ato-price.is-featured:hover{transform:translateY(-13px)}.ato-price__popular{position:absolute;top:0;left:50%;transform:translateX(-50%);width:max-content;max-width:calc(100% - 48px);padding:7px 18px;border-radius:0 0 10px 10px;text-align:center;white-space:nowrap}.ato-price__icon{flex:0 0 auto;margin:10px auto 18px;border-radius:14px;box-shadow:inset 0 1px rgb(255 255 255/.045)}.ato-price.is-featured .ato-price__icon{margin-top:27px}.ato-price .ato-tag{width:max-content;max-width:100%;margin-inline:auto}.ato-price__value{display:block;width:100%;text-align:center;line-height:1.08}.ato-price>p{width:100%;max-width:280px;margin:16px auto 0;text-align:center}.ato-price .ato-checks{width:max-content;max-width:100%;margin:24px auto 28px;justify-items:start;align-content:start;text-align:left}.ato-price .ato-checks li::before{top:50%;width:20px;height:20px;display:grid;place-items:center;transform:translateY(-50%);border-radius:6px;background:linear-gradient(145deg,#e8b25c,#c98230);color:#fff;font-size:10px;box-shadow:0 5px 14px rgb(191 118 40/.18)}.ato-price .ato-button{min-width:160px;margin-top:auto;justify-content:center;align-self:center}.ato-section--light .ato-price{border:1px solid rgb(66 41 30/.11);background:radial-gradient(circle at 100%0,rgb(214 153 75/.105),transparent 31%),linear-gradient(180deg,#fff 0,#fffdf9 100%);box-shadow:0 22px 55px rgb(72 47 30/.09),inset 0 1px rgb(255 255 255/.85)}.ato-section--light .ato-price::before{background:linear-gradient(90deg,transparent,rgb(205 139 54/.58),transparent)}.ato-section--light .ato-price::after{background:radial-gradient(circle,rgb(224 169 95/.13),transparent 68%)}.ato-section--light .ato-price:hover{border-color:rgb(199 127 44/.38);box-shadow:0 30px 68px rgb(72 47 30/.15),0 0 0 1px rgb(222 159 76/.06)}.ato-section--light .ato-price.is-featured{background:radial-gradient(circle at 50%0,rgb(234 182 108/.17),transparent 37%),linear-gradient(180deg,#fffaf2,#fff 78%);border-color:rgb(209 137 47/.72);box-shadow:0 32px 72px rgb(104 61 26/.16),0 0 0 1px rgb(220 152 67/.08)}.ato-section--light .ato-price__icon{border-color:rgb(192 119 37/.17);background:linear-gradient(145deg,#fff8ed,#f7ead9);color:#d18b37}.ato-section--light .ato-price h3,.ato-section--light .ato-price__value{color:#20161e}.ato-section--light .ato-price>p{color:#6f6670}.ato-section--light .ato-price .ato-checks li{color:#746b76}.ato-pricing-note{max-width:780px;margin:18px auto 0;line-height:1.55}@media (max-width:800px){.ato-pricing-grid{grid-template-columns:1fr}.ato-price{min-height:auto}.ato-price.is-featured,.ato-price.is-featured:hover{transform:none}.ato-price>p{min-height:0}}@media (max-width:520px){.ato-price .ato-checks{width:100%;max-width:280px}}.ato-pricing-grid--5{grid-template-columns:repeat(4,minmax(0,1fr))}.ato-pricing-grid--services.ato-pricing-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1180px){.ato-pricing-grid--5,.ato-pricing-grid--services.ato-pricing-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.ato-pricing-grid--5,.ato-pricing-grid--services.ato-pricing-grid--5{grid-template-columns:1fr}}@media print{.ato-buttons,.ato-footer,.ato-header,.ato-hero__visual{display:none!important}.ato-hero{min-height:auto;padding:30px 0;background:#fff!important}.ato-hero h1,.ato-hero__lead{color:#111!important}.ato-main,.ato-section{background:#fff!important}}