:root{--color-beige-light: #f8f5f1;--color-beige-dark: #ebe4db;--color-violet-dark: #8f7eb4;--color-violet-light: #e2dded;--color-black: #3c3545;--color-grey: #635d69;--color-white: #ffffff;--color-red: #f44d4f;--bg: var(--color-beige-light);--bg-alt: var(--color-beige-dark);--surface: var(--color-white);--accent: var(--color-violet-dark);--accent-soft: var(--color-violet-light);--text: var(--color-black);--text-muted: var(--color-grey);--danger: var(--color-red);--shadow-btn: 2px 4px 8px rgba(0, 0, 0, .1);--shadow-card: 0 8px 12px rgba(0, 0, 0, .24);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--font-serif: "Roboto Serif", Georgia, "Times New Roman", serif;--font-display: "Playfair Display", Georgia, serif;--container: 1188px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-serif);background:var(--bg);color:var(--text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.h1{font-size:60px;line-height:88px;font-weight:800}.h2{font-size:32px;line-height:40px;font-weight:800}.h3{font-size:24px;line-height:32px;font-weight:600}.regular-1{font-size:24px;line-height:32px;font-weight:500}.regular-2{font-size:20px;line-height:28px;font-weight:500}.desc-1{font-size:16px;line-height:24px;font-weight:400}.desc-2{font-size:14px;line-height:20px;font-weight:400}.desc-3{font-size:12px;line-height:16px;font-weight:400}.text-muted{color:var(--text-muted)}@media (max-width: 768px){.h1{font-size:36px;line-height:44px}.h2{font-size:26px;line-height:32px}}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--space-5)}.section{padding:var(--space-9) 0}.section--soft{background:var(--accent-soft)}.section--alt{background:var(--bg-alt)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-serif);font-weight:600;border:2px solid transparent;border-radius:var(--radius-md);cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .05s ease;padding:10px 24px;font-size:16px;line-height:24px;text-align:center}.btn:active{transform:translateY(1px)}.btn--lg{padding:18px 30px;font-size:20px;line-height:28px;border-radius:var(--radius-lg)}.btn--sm{padding:6px 14px;font-size:14px;line-height:20px;border-radius:var(--radius-sm)}.btn--primary{background:var(--accent);color:var(--color-white);box-shadow:var(--shadow-btn)}.btn--primary:hover{background:#7d6ca3}.btn--secondary{background:var(--surface);color:var(--text-muted);border-color:var(--accent-soft);box-shadow:var(--shadow-btn)}.btn--secondary:hover{border-color:var(--accent)}.btn--ghost{background:transparent;color:var(--text-muted)}.btn--ghost:hover{color:var(--text);background:var(--accent-soft)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn--arrow{width:40px;height:40px;padding:0;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-btn);border:none}.card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-btn);padding:var(--space-5)}.card--pad-lg{padding:var(--space-6)}.tarot-card{position:relative;border-radius:var(--radius-md);overflow:hidden;background:linear-gradient(160deg,#6d5b94,#8f7eb4);color:var(--color-white);aspect-ratio:3 / 5;display:flex;align-items:flex-end;padding:var(--space-4);box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}.tarot-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #3c354538}.tarot-card__sun{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:64px;opacity:.85}.tarot-card__label{position:relative;font-weight:600;font-size:18px}.chip{display:inline-flex;align-items:center;gap:var(--space-2);padding:8px 16px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--bg-alt);color:var(--text);cursor:pointer;font-size:14px}.chip--active{background:var(--accent);color:var(--color-white);border-color:var(--accent)}.field{display:flex;flex-direction:column;gap:var(--space-2)}.field__label{font-size:14px;color:var(--text-muted)}.input,.textarea{font-family:var(--font-serif);font-size:16px;padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--bg-alt);background:var(--surface);color:var(--text);outline:none;width:100%}.input:focus,.textarea:focus{border-color:var(--accent)}.input--error{border-color:var(--danger)}.grid{display:grid;gap:var(--space-5)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.badge{display:inline-flex;padding:4px 12px;border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:600}.section-head{text-align:center;margin-bottom:var(--space-7)}.section-head .h2{margin-bottom:var(--space-3)}.stack{display:flex;flex-direction:column}.row{display:flex;align-items:center}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.site-header{position:sticky;top:0;z-index:50;background:var(--color-white)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:52px}.site-header__logo{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-weight:900;font-size:20px;line-height:28px;color:var(--accent)}.site-header__right,.site-nav{display:flex;align-items:center;gap:4px}.site-nav__link{color:var(--text-muted);font-size:14px;line-height:20px;font-weight:600;padding:8px 16px;border-radius:var(--radius-sm)}.site-nav__link:hover{background:var(--bg)}.site-nav__link--active{color:var(--text);background:var(--accent-soft)}.site-header__login{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:var(--radius-sm);background:var(--accent);color:var(--color-white);font-size:14px;line-height:20px;font-weight:600;box-shadow:var(--shadow-btn)}.site-header__login:hover{background:#7d6ca3}.site-header__burger{display:none;background:none;border:none;font-size:24px;cursor:pointer}@media (max-width: 960px){.site-header__right{position:absolute;top:52px;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--color-white);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--accent-soft);display:none}.site-header__right--open{display:flex}.site-nav{flex-direction:column;align-items:stretch}.site-header__burger{display:block}}.site-footer{background:var(--color-black);color:var(--accent-soft);padding:40px 0}.site-footer__top{display:flex;flex-wrap:wrap;gap:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-grey)}.site-footer__brand{flex:1 1 260px}.site-footer__logo{height:28px;width:auto;margin-bottom:var(--space-4)}.site-footer__tagline{font-size:14px;line-height:20px;max-width:260px}.site-footer__cols{display:flex;flex-wrap:wrap;gap:var(--space-6)}.site-footer__col{display:flex;flex-direction:column;gap:var(--space-4);width:132px}.site-footer__col-title{font-weight:700;font-size:14px;line-height:20px}.site-footer__link{font-size:14px;line-height:20px}.site-footer__link:hover{color:var(--color-white)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);padding-top:var(--space-6);font-size:14px;line-height:20px}.site-footer__socials{display:flex;gap:var(--space-6)}.site-footer__socials a:hover{color:var(--color-white)}.hm-section{padding:88px 0}.hm-section--pattern{background:var(--bg) url(/assets/hero_bg-Ch62ejp9.png) top left / 1920px 1170px}.hm-section__title{text-align:center;margin-bottom:var(--space-7)}.hm-hero{padding:80px 0;background:var(--bg) url(/assets/hero_bg-Ch62ejp9.png) top left / 1920px 1170px}.hm-hero__grid{display:flex;align-items:center;justify-content:space-between;gap:var(--space-7)}.hm-hero__block{width:520px;max-width:100%;display:flex;flex-direction:column;gap:var(--space-6)}.hm-hero__title{font-size:60px;line-height:88px;font-weight:800}.hm-hero__subtitle{font-size:20px;line-height:28px;font-weight:500;color:var(--text-muted);margin-top:var(--space-4)}.hm-hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-4)}.hm-hero__cards{display:flex;gap:29px;width:562px;max-width:100%}.hm-hero__cards .media-card{flex:1}.media-card{position:relative;display:block;height:448px;width:100%;border-radius:var(--radius-xl);overflow:hidden;filter:drop-shadow(2px 4px 4px rgba(0,0,0,.1));transition:transform .2s ease}.media-card:hover{transform:translateY(-4px)}.media-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.media-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 50%,#0009)}.media-card__footer{position:absolute;left:24px;right:24px;bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-1)}.media-card__title{font-size:24px;line-height:30px;font-weight:600;color:var(--color-white);white-space:pre-line}.media-card__btn{flex:none;width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-btn);display:grid;place-items:center}.media-card__btn img{width:18px;height:15px}.hm-concept{background:var(--color-white);padding:88px 0}.hm-concept__grid{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.hm-concept__art{width:466px;max-width:40%;height:auto;flex:none}.hm-concept__content{width:562px;max-width:100%}.hm-concept__head .h2{margin-bottom:var(--space-4)}.hm-concept__items{margin-top:var(--space-7);display:flex;flex-direction:column;gap:40px}.hm-concept__item{display:flex;gap:var(--space-4);align-items:center}.hm-concept__item img{flex:none}.hm-concept__item .h3{margin-bottom:var(--space-2)}.hm-concept__item:hover .h3{color:var(--accent)}.hm-directions{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}.hm-how__grid{display:flex;align-items:center;gap:40px}.hm-how__video{position:relative;width:540px;max-width:100%;flex:none;border-radius:var(--radius-xl);overflow:hidden}.hm-how__video>img{width:100%;height:304px;object-fit:cover}.hm-how__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform .15s ease}.hm-how__play:hover{transform:translate(-50%,-50%) scale(1.08)}.hm-how__text .h2{margin-bottom:var(--space-4)}.hm-popular{background:var(--color-white)}.hm-popular__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.hm-popular__card{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-6);background:var(--bg);border:1px solid #e9e5f0;border-radius:var(--radius-xl);padding:var(--space-6);min-height:172px}.hm-popular__body{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:var(--space-5);align-self:stretch}.hm-popular__pic{width:140px;height:108px;object-fit:contain;flex:none}.hm-carousel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-6)}.hm-carousel__arrows{display:flex;gap:var(--space-2)}.hm-carousel__arrows button{width:40px;height:40px;border:none;border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-btn);display:grid;place-items:center;cursor:pointer}.hm-carousel__arrows button img{width:18px;height:15px}.hm-carousel__track{display:flex;gap:var(--space-4);overflow-x:auto;scrollbar-width:none;padding-bottom:var(--space-2)}.hm-carousel__track::-webkit-scrollbar{display:none}.hm-carousel__track .media-card{flex:none;width:256px;box-shadow:var(--shadow-card)}.hm-reviews{position:relative;padding:88px 0;background:var(--accent-soft)}.hm-reviews:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/sec_runes-JwH9i5uT.jpg) center / cover;opacity:.2;pointer-events:none}.hm-reviews__inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:var(--space-8);max-width:1008px}.hm-quote{display:flex;align-items:flex-start;gap:var(--space-6);width:100%}.hm-quote--reverse{flex-direction:row-reverse}.hm-quote__avatar{width:160px;height:160px;border-radius:50%;object-fit:cover;flex:none}.hm-quote__bubble{position:relative;background:var(--color-white);border-radius:var(--radius-lg);padding:var(--space-6)}.hm-quote__bubble:before{content:"";position:absolute;top:28px;left:-14px;border:14px solid transparent;border-right-color:var(--color-white);border-left:none}.hm-quote--reverse .hm-quote__bubble:before{left:auto;right:-14px;border:14px solid transparent;border-left-color:var(--color-white);border-right:none}.hm-quote__role{color:var(--accent);margin:var(--space-2) 0}.hm-faq__inner{display:flex;flex-direction:column;align-items:center;gap:80px}.hm-faq__divider{width:860px;max-width:100%;height:auto}.hm-faq__card{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-7);width:754px;max-width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.hm-faq__items{width:100%}.hm-faq__item{border-bottom:1px solid #eae2d4;padding:var(--space-5) 0}.hm-faq__question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);width:100%;background:none;border:none;cursor:pointer;font-family:var(--font-serif);font-size:20px;line-height:28px;font-weight:500;color:var(--text);text-align:left;padding:0}.hm-faq__icon{font-size:20px;flex:none}.hm-faq__answer{margin-top:var(--space-5)}.cod-main{background:var(--bg) url(/assets/hero_bg-Ch62ejp9.png) top left / 1920px 1170px;padding:40px 0 88px}.cod-content{width:808px;max-width:calc(100% - 48px);margin:0 auto;display:flex;flex-direction:column;align-items:center}.cod-panel{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-6)}.cod-back{display:inline-flex;align-items:center;gap:var(--space-2);background:none;border:none;cursor:pointer;font-family:var(--font-serif);font-size:14px;line-height:20px;font-weight:600;color:var(--text-muted);padding:8px 4px}.cod-back:hover{color:var(--text)}.cod-title{font-size:60px;line-height:88px;font-weight:800;text-align:center}.cod-subtitle{text-align:center;margin-bottom:var(--space-6)}.cod-card{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);margin-bottom:var(--space-8)}.cod-card__img{width:400px;max-width:100%;height:640px;object-fit:cover;border-radius:var(--radius-xl);margin-bottom:var(--space-5)}.cod-meaning{width:100%;display:flex;flex-direction:column;gap:var(--space-6);margin-bottom:80px}.cod-questions{width:100%;background:var(--bg-alt);border-radius:var(--radius-lg);padding:40px;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-5);box-shadow:0 1px 1px #0000000d}.cod-questions ul{list-style:none;margin:0;padding:0 0 0 4px;display:flex;flex-direction:column;gap:var(--space-5)}.cod-questions li{display:flex;align-items:center;gap:var(--space-2)}.cod-questions li img{flex:none}.cod-cta{width:100%;margin-top:80px;background:var(--accent-soft);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);flex-wrap:wrap}.cod-quote{background:var(--accent-soft);padding:88px 0}.cod-quote__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-5);text-align:center}.cod-quote__cta{display:flex;gap:var(--space-4);flex-wrap:wrap;justify-content:center}@media (max-width: 640px){.cod-title{font-size:40px;line-height:52px}.cod-card__img{height:auto;aspect-ratio:5 / 8}}.acd-hero{background:var(--bg) url(/assets/hero_bg-Ch62ejp9.png) top left / 1920px 1170px;padding:80px 0}.acd-hero__grid{display:flex;align-items:center;justify-content:space-between;gap:var(--space-7)}.acd-hero__block{width:520px;max-width:100%;display:flex;flex-direction:column;gap:var(--space-4)}.acd-hero__title{font-size:60px;line-height:88px;font-weight:800}.acd-hero__art{width:474px;max-width:45%;height:auto}.acd-sections{background:var(--accent-soft);padding:88px 0;display:flex;flex-direction:column;align-items:center;gap:var(--space-7)}.acd-topics{background:var(--color-white);padding:64px 0}.acd-topics__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-7)}.acd-topics__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);width:100%}.acd-topic{display:flex;align-items:flex-start;gap:var(--space-4);min-height:240px;background:var(--bg);border:1px solid #e9e5f0;border-radius:var(--radius-xl);padding:var(--space-6)}.acd-topic__body{flex:1;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:var(--space-5)}.acd-topic__pic{width:140px;height:108px;object-fit:contain;flex:none}.acd-cta{display:flex;align-items:center;gap:var(--space-4)}.acd-cta__card{background:var(--color-white);border-radius:var(--radius-xl);padding:40px;width:755px;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-6)}.acd-cta__card .regular-2{margin-top:calc(-1 * var(--space-3))}.acd-cta__art{width:369px;max-width:35%;height:auto}@media (max-width: 1024px){.acd-hero__grid{flex-direction:column;align-items:flex-start}.acd-hero__title{font-size:44px;line-height:56px}.acd-hero__art{max-width:320px}.acd-topics__grid{grid-template-columns:1fr}.acd-cta{flex-direction:column}.acd-cta__art{max-width:280px}}.shop-hero{padding:120px 0}.shop-hero__inner{display:flex;flex-direction:column;gap:120px}.shop-hero__text{width:738px;max-width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.shop-hero__title{font-size:60px;line-height:88px;font-weight:800}.shop-hero__cta{display:flex;gap:var(--space-4);flex-wrap:wrap;justify-content:center}.shop-categories{display:flex;flex-direction:column;gap:var(--space-7)}.shop-category{border:none;padding:0;cursor:pointer;text-align:left;font-family:var(--font-serif)}.shop-popular{background:var(--accent-soft);padding:88px 0}.shop-popular__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:48px}.shop-popular__all{font-size:14px;line-height:20px;font-weight:600;color:var(--text-muted)}.shop-popular__all:hover{color:var(--text)}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);row-gap:48px}.shop-product{display:flex;flex-direction:column;gap:var(--space-4)}.shop-product__meta{display:flex;flex-direction:column;gap:var(--space-1);padding:0 4px}.shop-product__price{font-size:20px;line-height:28px;font-weight:500;color:var(--accent)}.shop-product__buy{width:100%}.shop-all{background:var(--bg);padding:88px 0}.shop-filter{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:48px}.shop-filter__left{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}.shop-segments{display:flex;gap:4px;background:var(--bg);border:1px solid var(--bg-alt);border-radius:var(--radius-sm);padding:4px}.shop-segment{border:1px solid transparent;background:none;border-radius:6px;padding:6px 12px;font-family:var(--font-serif);font-size:14px;line-height:20px;color:var(--text);cursor:pointer}.shop-segment--active{background:var(--color-white);border-color:var(--bg-alt)}.shop-price{display:flex;gap:var(--space-2)}.shop-price__field{display:flex;align-items:center;gap:4px;width:128px;background:var(--bg);border:1px solid var(--bg-alt);border-radius:var(--radius-sm);padding:8px 12px;font-size:14px}.shop-price__field input{width:100%;border:none;background:none;outline:none;font-family:var(--font-serif);font-size:14px;color:var(--text)}.shop-price__field input::placeholder{color:#aba2b4}.shop-sort{background:var(--bg);border:1px solid var(--bg-alt);border-radius:var(--radius-sm);padding:8px 12px;font-size:14px;line-height:20px;color:var(--text)}@media (max-width: 1024px){.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-hero__title{font-size:44px;line-height:56px}}@media (max-width: 640px){.shop-grid{grid-template-columns:1fr}}.gd-hero{padding:40px 0}.gd-hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-5);padding-top:24px;padding-bottom:24px}.gd-hero__title{font-size:60px;line-height:88px;font-weight:800;max-width:800px}.gd-hero__sub{max-width:642px}.gd-hero__cta{display:flex;gap:var(--space-4);flex-wrap:wrap;justify-content:center;margin-top:40px}.gd-how{background:var(--accent-soft);padding:88px 0}.gd-how__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-7)}.gd-how__img{width:430px;max-width:45%;height:auto}.gd-how__text{width:562px;max-width:100%;display:flex;flex-direction:column;gap:var(--space-4)}.gd-guides{background:var(--bg);padding:88px 0}.gd-guides__title{text-align:center;margin-bottom:48px}.gd-segments{display:flex;gap:4px;background:var(--bg);border:1px solid var(--bg-alt);border-radius:var(--radius-sm);padding:4px;width:fit-content;margin:0 auto 48px;flex-wrap:wrap}.gd-segment{border:1px solid transparent;background:none;border-radius:6px;padding:6px 12px;font-family:var(--font-serif);font-size:14px;line-height:20px;color:var(--text);cursor:pointer}.gd-segment--active{background:var(--color-white);border-color:var(--bg-alt)}.gd-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}.gd-card{display:flex;flex-direction:column;gap:19px}.gd-card__photo{width:100%;height:480px;object-fit:cover;border-radius:var(--radius-xl)}.gd-card__text{display:flex;flex-direction:column;gap:var(--space-2)}.gd-card__name{font-size:24px;line-height:32px;font-weight:600}.gd-card__role{font-size:16px;line-height:24px}.gd-card__desc{font-size:14px;line-height:20px;color:var(--text-muted)}.gd-card__btn{width:100%;margin-top:auto}.gd-card__btn--locked{opacity:.5;box-shadow:none;cursor:default}.gd-test{background:var(--accent-soft);padding:88px 0}.gd-test__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-7)}.gd-test__text{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-5)}.gd-test__img{width:500px;max-width:45%;height:auto}.gd-compare{background:var(--bg);padding:88px 0}.gd-compare__inner{display:flex;flex-direction:column;align-items:center;gap:48px}.gd-table{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--space-7);width:960px;max-width:100%;display:flex;flex-direction:column;gap:var(--space-5)}.gd-table__row{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-4);font-size:14px;line-height:20px}.gd-table__row--head{font-weight:700;color:var(--text-muted)}.gd-quote{background:var(--accent-soft);padding:88px 0}.gd-quote__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-5);text-align:center}.gd-quote__text{max-width:800px}.gd-quote__cta{display:flex;gap:var(--space-4);flex-wrap:wrap;justify-content:center}@media (max-width: 1024px){.gd-hero__title{font-size:44px;line-height:56px}.gd-cards{grid-template-columns:repeat(2,1fr)}.gd-how__inner,.gd-test__inner{flex-direction:column;text-align:center}.gd-test__text{align-items:center}}@media (max-width: 640px){.gd-cards{grid-template-columns:1fr}.gd-table{padding:var(--space-4);overflow-x:auto}.gd-table__row{min-width:560px}}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-7);align-items:center}.tile{display:flex;flex-direction:column;gap:var(--space-3);height:100%}.tile__title{font-weight:600;font-size:18px}.tile__cta{margin-top:auto}.state{text-align:center;padding:var(--space-7);color:var(--text-muted)}.loader{display:inline-block;width:28px;height:28px;border:3px solid var(--accent-soft);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-head{padding:var(--space-8) 0 var(--space-6)}.breadcrumbs{color:var(--text-muted);font-size:14px;margin-bottom:var(--space-3)}@media (max-width: 1024px){.hm-hero__grid,.hm-concept__grid,.hm-how__grid{flex-direction:column;align-items:flex-start}.hm-hero__title{font-size:44px;line-height:56px}.hm-hero__cards{width:100%}.hm-concept__art{max-width:320px}.hm-directions{grid-template-columns:repeat(2,1fr)}.hm-popular__grid{grid-template-columns:1fr}}@media (max-width: 640px){.hm-hero__cards{flex-direction:column}.hm-directions{grid-template-columns:1fr}.hm-quote,.hm-quote--reverse{flex-direction:column;align-items:center}.hm-quote__bubble:before{display:none}.hero__grid{grid-template-columns:1fr}}
