:root{--bg: #f7f7fb;--black: #000;--text: #0a0a0a;--muted: #727276;--gold: #c6a059;--yellow: #ffd700;--container: 1400px;--px: clamp(1rem, 6vw, 7.68rem);--header-height: 5rem;--transition: 0.3s ease;--shadow-soft: 0 1rem 2rem rgba(0, 0, 0, 0.05);--shadow-deep: 0 1.25rem 2.5rem -0.625rem rgba(0, 0, 0, 0.5)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}body{background:var(--bg);color:var(--text);font-family:"Lora",sans-serif;font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a,button,input,select{transition:var(--transition)}.container{max-width:calc(var(--container) + var(--px)*2);padding-inline:var(--px);margin-inline:auto}.iti{width:100%}.hp{display:none}.explore-btn{--btn-bg: #0e1217;--btn-text: #ffffff;--circle-bg: #ffffff;--circle-border: transparent;--arrow-color: #000000;display:inline-flex;align-items:center;justify-content:space-between;gap:0.9375rem;background-color:var(--btn-bg);color:var(--btn-text);padding:0.5rem 0.5rem 0.5rem 1.5rem;border-radius:6.25rem;border:1px solid rgba(0,0,0,0);cursor:pointer;text-decoration:none}.explore-btn .btn-text{letter-spacing:.05em;font-size:1rem}.explore-btn .icon-circle{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background-color:var(--circle-bg);border:1px solid var(--circle-border);color:var(--arrow-color);border-radius:50%;transition:transform .3s ease}.explore-btn .arrow-icon{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .4s cubic-bezier(0.34, 1.56, 0.64, 1)}.explore-btn:hover .arrow-icon{transform:rotate(45deg)}.explore-btn:hover .icon-circle{transform:scale(1.1)}.explore-btn.theme-gold{--btn-bg: var(--gold);--btn-text: black;--circle-bg: transparent;--circle-border: black;--arrow-color: black}.explore-btn.theme-outline-gold{--btn-bg: transparent;--btn-text: var(--gold);--circle-bg: transparent;--circle-border: var(--gold);--arrow-color: var(--gold);border-color:var(--gold)}.explore-btn.theme-outline-gold:hover{--btn-bg: var(--gold);--btn-text: black;--circle-bg: black;--circle-border: transparent}.burger-btn{display:none;flex-direction:column;justify-content:space-between;width:32px;height:24px;background:rgba(0,0,0,0);border:none;cursor:pointer;z-index:60;padding:0}.burger-btn span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.burger-btn.is-active span:nth-child(1){transform:translateY(11px) rotate(45deg)}.burger-btn.is-active span:nth-child(2){opacity:0}.burger-btn.is-active span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}@media(max-width: 1024px){.burger-btn{display:flex}}.site-header{position:sticky;top:0;z-index:50;height:var(--header-height);background:rgba(0,0,0,.9);backdrop-filter:blur(10px);display:flex;align-items:center}.site-header__inner{display:grid;grid-template-columns:3rem 1fr auto;align-items:center;gap:2rem;width:100%}.site-header__logo img{width:3rem;height:3rem;object-fit:cover}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:2rem}@media(max-width: 980px){.site-header__nav{display:none}}.site-header__nav a{font-size:0.875rem;font-weight:300;letter-spacing:1.5px;color:hsla(0,0%,100%,.8);text-decoration:none;white-space:nowrap;position:relative}.site-header__nav a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.site-header__nav a:hover{color:#fff}.site-header__nav a:hover::after{width:100%}.site-header__cta{gap:0.75rem;height:2.25rem;padding:0 0.875rem 0 1.125rem;text-decoration:none;font-size:0.875rem}.site-header .burger-btn{margin-left:auto}@media(max-width: 1024px){.site-header__nav,.site-header__cta{display:none}}.mobile-menu{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background:#0a0a0a;display:flex;flex-direction:column;align-items:center;padding:40px 20px;gap:32px;z-index:40;opacity:0;pointer-events:none;transform:translateY(-20px);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1)}.mobile-menu a:not(.explore-btn){font-size:0.875rem;color:#fff;text-decoration:none;font-weight:300;letter-spacing:1px}.mobile-menu a:not(.explore-btn):hover{color:var(--gold)}.mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}body.menu-open{overflow:hidden}.hero{padding:5.75rem 0 5rem;background:var(--bg)}@media(max-width: 980px){.hero{padding-top:2.5rem;padding-bottom:3.75rem}}.hero__inner{display:grid;grid-template-columns:minmax(320px, 520px) minmax(320px, 567px);align-items:center;justify-content:space-between;gap:clamp(1.5rem,6vw,5rem)}@media(max-width: 980px){.hero__inner{display:flex;flex-direction:column;gap:2.5rem}}@media(max-width: 980px){.hero__media{justify-self:center;width:100%}}.hero__title{margin:0 0 0.75rem;font-family:"Hepta Slab",serif;font-weight:700;font-size:clamp(3rem,8.5vw,8.625rem);line-height:1;letter-spacing:-0.02em}.hero__title-a{color:var(--gold)}.hero__title-rest{color:#0d0c04}.hero__badge{display:inline-flex;align-items:center;justify-content:center;height:3.25rem;padding:0 1.375rem;margin:0.5rem 0 1.125rem;background:var(--black);color:#fff;font-size:1.125rem;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px}@media(max-width: 600px){.hero__badge{height:2.75rem;font-size:0.875rem}}.hero__desc{font-size:1.125rem;line-height:1.5;color:var(--muted)}.hero__desc p{margin:0 0 0.75rem}@media(max-width: 600px){.hero__desc{font-size:1rem}}.hero__note{font-size:0.875rem;font-style:italic}.hero__btn{margin-top:1.75rem;gap:1.75rem}.hero__btn .btn-text{font-size:0.875rem;letter-spacing:1.5px}.hero-swiper{position:relative !important;width:100%}.hero-swiper .swiper-slide{position:relative !important;width:100% !important;border-radius:12px;overflow:hidden;aspect-ratio:4/5 !important}@media(max-width: 980px){.hero-swiper .swiper-slide{aspect-ratio:16/9 !important}}@media(max-width: 600px){.hero-swiper .swiper-slide{aspect-ratio:1/1.1 !important;min-height:400px}}.hero-swiper img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.hero-swiper .swiper-pagination{position:relative;margin-top:1rem;display:flex;justify-content:center;gap:2rem}@media(max-width: 600px){.hero-swiper .swiper-pagination{gap:0.75rem;flex-wrap:wrap}}.hero-swiper .swiper-pagination-bullet{width:6.25rem;height:0.625rem;border-radius:3rem;background:var(--muted);opacity:1;cursor:pointer;transition:background var(--transition),width .3s ease}.hero-swiper .swiper-pagination-bullet-active,.hero-swiper .swiper-pagination-bullet:hover{background:var(--text)}@media(max-width: 600px){.hero-swiper .swiper-pagination-bullet{width:2.5rem;height:0.375rem}}.ticker{height:3.75rem;background:var(--gold);display:flex;align-items:center;overflow:hidden;user-select:none}.ticker__track{width:100%;overflow:hidden}.ticker__row{display:inline-flex;align-items:center;gap:2rem;padding-left:0.625rem;white-space:nowrap;font-size:1.125rem;letter-spacing:1px;color:var(--black);will-change:transform;animation:ticker 28s linear infinite}.ticker__sep{font-weight:300}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}.about{background:#000;padding:6rem 0;color:#dedede}@media(max-width: 600px){.about{padding:4rem 0}}.about__inner{position:relative}.about__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.about__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.about__title span{color:var(--gold)}.about__title .gold{color:var(--gold)}.about__title .dark{color:var(--black)}.about__content{display:grid;grid-template-columns:35.75rem 1fr;gap:5rem;align-items:start}@media(max-width: 1100px){.about__content{grid-template-columns:1fr;gap:3rem}}.about__text{font-size:1.125rem;line-height:1.5}.about__text p{margin-bottom:1.125rem}.about__text .gold{color:var(--gold)}.about__accent{color:var(--gold)}.about .timeline-badge{position:relative;width:100%;max-width:37.5rem;aspect-ratio:1/1;margin:0 auto;display:flex;align-items:center;justify-content:center}.about .timeline-badge__outer{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg, rgba(234, 179, 8, 0.2), rgba(202, 138, 4, 0.1));display:flex;align-items:center;justify-content:center}.about .timeline-badge__inner{width:75%;height:75%;border-radius:50%;background:rgba(234,179,8,.1);border:1px solid rgba(234,179,8,.3);display:flex;align-items:center;justify-content:center}.about .timeline-badge__content{text-align:center}.about .timeline-badge__year{font-size:clamp(3rem,5vw,4rem);font-weight:300;color:#facc15;margin-bottom:1rem;line-height:1}.about .timeline-badge__label{font-size:1.125rem;color:rgba(250,204,21,.8)}.about .timeline-badge__milestone{position:absolute;bottom:0;right:0;transform:translate(-20%, -20%);width:6rem;height:6rem;border-radius:50%;background:rgba(234,179,8,.2);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center}.about .timeline-badge__milestone span{font-size:1rem;font-weight:500;color:#facc15}.products{background:#000;color:#fff;padding:7.5rem 0 8.75rem}@media(max-width: 600px){.products{padding:5rem 0}}.products__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.products__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.products__title span{color:var(--gold)}.products__title .gold{color:var(--gold)}.products__title .dark{color:var(--black)}.products__title{text-align:center}.products__subtitle{font-size:1.125rem;text-align:center;color:#dedede;margin:auto auto 4rem auto;max-width:37.5rem}.products__content{display:grid;grid-template-columns:minmax(300px, 640px) minmax(400px, 1fr);gap:6rem;align-items:start}@media(max-width: 1100px){.products__content{grid-template-columns:1fr;gap:3rem}}.products__left{position:relative}.products .products-swiper{width:100%;aspect-ratio:1/1;background:#111;border-radius:24px;overflow:hidden;position:relative}.products .products-swiper .swiper-slide{width:100% !important;height:100% !important;position:relative !important}.products .products-swiper img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.products__nav{position:absolute;inset:0;pointer-events:none;z-index:2}.products__nav .prev{left:1rem}.products__nav .next{right:1rem}.products__nav .slider-btn{display:flex;align-items:center;justify-content:center;pointer-events:all;position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;cursor:pointer;background:linear-gradient(145deg, rgba(215, 170, 80, 0.95), rgba(150, 105, 30, 0.95));border:1px solid rgba(255,215,130,.85);box-shadow:0 0 0 1px rgba(0,0,0,.35),0 0 0 3px hsla(0,0%,100%,.25),0 8px 20px rgba(0,0,0,.35);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .15s ease,box-shadow .2s ease,background .25s ease}.products__nav .slider-btn:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 0 0 1px rgba(0,0,0,.45),0 0 0 4px rgba(255,215,130,.55),0 10px 26px rgba(0,0,0,.45)}.products__nav .slider-btn:disabled{opacity:.4;cursor:default;box-shadow:none}.products__nav .slider-icon{width:1.5rem;height:1.5rem;stroke:#fff;stroke-width:2.2;fill:none;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 4px rgba(255, 215, 130, 0.6));transition:transform .2s ease}.products__nav .slider-btn:hover .slider-icon{transform:scale(1.1)}.products__nav .slider-btn.prev:hover .slider-icon{transform:translateX(-2px)}.products__nav .slider-btn.next:hover .slider-icon{transform:translateX(2px)}.products__right{position:relative}.product-info{display:none;max-width:50rem;animation:fadeIn .5s ease}.product-info.is-active{display:block}.product-info h3{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.1;margin-bottom:1rem}.product-info h3 span{font-family:"Hepta Slab",serif}.product-info .subtitle{font-size:1rem;color:var(--gold);margin-bottom:2.25rem;display:flex;gap:1rem;flex-wrap:wrap}.product-info .subtitle span{background:rgba(79,64,36,.4);border:solid 1px #c6a059;border-radius:20px;padding:.5rem 2rem;min-width:8.75rem;text-align:center}.product-info .subtitle span:hover{background:rgba(198,160,89,.2);cursor:default}.product-info .desc{font-size:1.125rem;line-height:1.5;color:hsla(0,0%,100%,.75);margin-bottom:2rem}.product-info .price{font-size:2rem;color:var(--gold);margin:1.5rem 0;font-weight:700}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.order-form{margin-top:2rem;padding:1.5rem;border-radius:16px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));border:1px solid hsla(0,0%,100%,.08)}.order-form__title{font-size:1.125rem;margin-bottom:1rem;font-weight:300}.order-form input{width:100%;height:2.75rem;margin-bottom:0.75rem;padding:0 0.875rem;background:#0e0e0e;border:1px solid hsla(0,0%,100%,.15);border-radius:8px;color:#fff;outline:none;transition:border-color var(--transition)}.order-form input:focus{border-color:var(--gold)}.order-form input.error{border-color:#ff4d4f;box-shadow:0 0 0 4px rgba(255,77,79,.1)}.order-form button{width:100%;height:3rem;margin-top:0.75rem;border-radius:12px;background:var(--gold);color:#000;font-family:"Lora",serif;font-size:1rem;font-weight:600;border:none;cursor:pointer}.order-form button:hover{filter:brightness(1.1);transform:translateY(-1px)}.order-form button:active{transform:translateY(0)}.how-works{background:#f7f7f9;padding:clamp(3.75rem,10vw,7.5rem) 0}.how-works__inner{display:grid;grid-template-columns:1fr minmax(300px, 520px);gap:clamp(3rem,8vw,6rem);align-items:center}@media(max-width: 1100px){.how-works__inner{grid-template-columns:1fr;gap:3rem}}.how-works__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.how-works__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.how-works__title span{color:var(--gold)}.how-works__title .gold{color:var(--gold)}.how-works__title .dark{color:var(--black)}.how-works__title{text-align:center}.how-works__lead{font-size:1.25rem;line-height:1.6;color:var(--muted);margin-bottom:3rem;max-width:90%}@media(max-width: 600px){.how-works__lead{max-width:100%;text-align:center}}.how-works__steps{list-style:none;padding:0;margin:0}@media(max-width: 1100px){.how-works__image{order:-1;margin-bottom:2rem}}.how-works__image img{width:100%;height:auto;border-radius:16px;object-fit:cover;box-shadow:var(--shadow-soft)}.how-step{display:flex;gap:1.5rem;margin-bottom:2rem}.how-step:last-child{margin-bottom:0}.how-step:hover .how-step__num{background:var(--black);color:var(--gold);transform:scale(1.1)}.how-step__num{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--gold);color:var(--black);font-family:"Hepta Slab",serif;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s ease,color .3s ease,transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.how-step__content{flex:1}.how-step strong{display:block;font-size:1.25rem;color:var(--text);margin-bottom:0.5rem}.how-step p{font-size:1rem;line-height:1.6;color:var(--muted);margin:0}.science{background:#000;color:#fff;padding:8.75rem 0}@media(max-width: 980px){.science{padding:5rem 0}}.science__inner{text-align:center}.science__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.science__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.science__title span{color:var(--gold)}.science__title .gold{color:var(--gold)}.science__title .dark{color:var(--black)}.science__title{margin-bottom:3rem}.science__metric{margin-bottom:2rem}.science__years{display:block;font-size:6rem;color:var(--gold);line-height:1}@media(max-width: 980px){.science__years{font-size:4.5rem}}@media(max-width: 600px){.science__years{font-size:2.25rem}}.science__years-text{font-size:2.25rem;color:hsla(0,0%,100%,.8)}@media(max-width: 600px){.science__years-text{font-size:1.5rem}}.science__lead{max-width:45rem;margin:0 auto 3rem;font-size:1.125rem;line-height:1.625rem;color:hsla(0,0%,100%,.7)}.science__subtitle{font-size:2.25rem;font-weight:400;margin-bottom:1rem;color:var(--gold)}.science__sublead{max-width:40rem;margin:0 auto 4rem;font-size:1.125rem;line-height:1.5rem;color:hsla(0,0%,100%,.6)}.science__cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 980px){.science__cards{grid-template-columns:1fr}}.science-card{background:#1a1a1a;border-radius:32px;padding:3rem 1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;border:1px solid hsla(0,0%,100%,.05);cursor:default;transition:transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275),box-shadow .4s ease,border-color .3s ease}.science-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-deep);border-color:rgba(198,160,89,.3)}.science-card:hover .science-card__icon{color:#000;transform:scale(1.1) rotate(5deg)}.science-card:hover a{color:var(--gold)}.science-card:hover a::after{width:100%}.science-card__icon{width:4rem;height:4rem;border-radius:50%;background:rgba(198,160,89,.15);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem;transition:all .3s ease}.science-card h4{font-size:1.875rem;margin-bottom:0.75rem;font-weight:600;color:var(--gold);line-height:1.2}.science-card h5{font-size:1.25rem;margin-bottom:1rem;font-weight:500;color:#fff}.science-card p{font-size:0.9375rem;line-height:1.6;color:hsla(0,0%,100%,.7);margin-bottom:1.5rem;flex-grow:1}.science-card a{font-size:0.875rem;font-weight:600;color:#fff;text-decoration:none;position:relative;padding-bottom:4px;letter-spacing:.5px}.science-card a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.science-card a:hover{color:var(--gold)}.science-card a:hover::after{width:100%}.comments{background:#f7f7f9;padding:8.75rem 0;text-align:center}@media(max-width: 980px){.comments{padding:5rem 0}}.comments__icon{width:4rem;height:4rem;margin:0 auto 2rem;border-radius:50%;background:rgba(198,160,89,.25);color:var(--gold);font-size:2rem;display:flex;align-items:center;justify-content:center}.comments__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.comments__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.comments__title span{color:var(--gold)}.comments__title .gold{color:var(--gold)}.comments__title .dark{color:var(--black)}.comments__lead{max-width:70%;margin:0 auto 5rem;font-size:1.875rem;line-height:2.5rem;color:#727276}@media(max-width: 600px){.comments__lead{max-width:100%;font-size:1.25rem;line-height:1.5;margin-bottom:3rem}}.comments__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem;margin-bottom:5rem}@media(max-width: 980px){.comments__list{grid-template-columns:1fr;gap:3.5rem}}.comments__footer{display:flex;justify-content:center;gap:2rem;font-size:0.875rem;color:#9a9a9a;letter-spacing:.1rem}@media(max-width: 480px){.comments__footer{flex-direction:column;text-align:center;gap:0.5rem}}.comment{text-align:left;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 600px){.comment{align-items:center;text-align:center}}.comment__icon{width:4rem;height:4rem;border-radius:50%;background:rgba(198,160,89,.25);color:var(--gold);font-size:1.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.comment__icon img{rotate:180deg}.comment__badge{margin-bottom:1rem}.comment__badge h3{margin-bottom:1rem}.comment__text{font-size:1.125rem;line-height:1.625rem;color:#4a4a4a;font-style:italic;margin-bottom:1.5rem}.comment__author strong{display:block;font-size:1rem;color:#000}.comment__author span{font-size:0.875rem;font-weight:400;color:#727276}.ebook{background:#000;color:#fff;padding:clamp(5rem,10vw,10rem) 0;overflow:hidden}.ebook__inner{display:grid;grid-template-columns:1fr minmax(300px, 560px);gap:clamp(4rem,8vw,7.5rem);align-items:center;position:relative}@media(max-width: 1100px){.ebook__inner{grid-template-columns:1fr;gap:4rem;text-align:center}}.ebook__visual{position:relative;display:flex;justify-content:center}.ebook__visual img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.6);transition:transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94),box-shadow .5s ease;will-change:transform;z-index:2}.ebook__visual:hover .ebook__badge{transform:scale(1.1) rotate(15deg);border-color:#fff}.ebook__badge{position:absolute;right:-4%;bottom:15%;z-index:3;width:6.25rem;height:6.25rem;border-radius:50%;border:2px solid var(--gold);background:rgba(0,0,0,.6);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;text-align:center;font-size:0.875rem;color:var(--gold);letter-spacing:.5px;transition:all .4s ease;box-shadow:0 10px 30px rgba(0,0,0,.5)}@media(max-width: 980px){.ebook__badge{right:0;bottom:-20px}}@media(max-width: 1100px){.ebook__content{max-width:37.5rem;margin:0 auto}}.ebook__overline{display:block;font-size:0.875rem;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-weight:500}.ebook__title{font-size:clamp(2.625rem,5vw,4.5rem);font-weight:600;line-height:1.05;margin-bottom:2rem}.ebook__title span{font-family:"Hepta Slab",serif}.ebook__desc{font-size:1rem;line-height:1.6;color:hsla(0,0%,100%,.75);margin-bottom:2.5rem}.ebook__get_btn{font-size:1.125rem;font-weight:600;white-space:nowrap}.media{background:#f7f7f9;padding:8.75rem 0}@media(max-width: 600px){.media{padding:3.75rem 0}}.media__inner{max-width:68.75rem;margin:0 auto}.media__header{text-align:center;margin-bottom:4rem}@media(max-width: 600px){.media__header{margin-bottom:2.5rem}}.media__icon{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:50%;background:rgba(198,160,89,.25);color:var(--gold);display:flex;align-items:center;justify-content:center}.media__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.media__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.media__title span{color:var(--gold)}.media__title .gold{color:var(--gold)}.media__title .dark{color:var(--black)}.media__title{margin-bottom:1.5rem}.media__lead{max-width:90%;margin:0 auto;font-size:1.875rem;line-height:2.5rem;color:#727276}@media(max-width: 600px){.media__lead{font-size:1.125rem;line-height:1.5}}.media__slider{position:relative}.media__slider:hover .media__nav .prev,.media__slider:active .media__nav .prev{left:14px}.media__slider:hover .media__nav .next,.media__slider:active .media__nav .next{right:14px}@media(max-width: 600px){.media__slider{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}}.media .media-swiper{border-radius:24px;overflow:hidden}@media(max-width: 600px){.media .media-swiper{border-radius:12px}}.media__nav{position:absolute;inset:0;pointer-events:none;z-index:2}.media__nav .prev{left:-4rem}.media__nav .next{right:-4rem}.media__nav .slider-btn{display:flex;align-items:center;justify-content:center;pointer-events:all;position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;cursor:pointer;background:linear-gradient(145deg, rgba(215, 170, 80, 0.95), rgba(150, 105, 30, 0.95));border:1px solid rgba(255,215,130,.85);box-shadow:0 0 0 1px rgba(0,0,0,.35),0 0 0 3px hsla(0,0%,100%,.25),0 8px 20px rgba(0,0,0,.35);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .15s ease,box-shadow .2s ease,background .25s ease,right .3s ease,left .3s ease}.media__nav .slider-btn:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 0 0 1px rgba(0,0,0,.45),0 0 0 4px rgba(255,215,130,.55),0 10px 26px rgba(0,0,0,.45)}.media__nav .slider-btn:disabled{opacity:.4;cursor:default;box-shadow:none}.media__nav .slider-icon{width:1.5rem;height:1.5rem;stroke:#fff;stroke-width:2.2;fill:none;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 4px rgba(255, 215, 130, 0.6));transition:transform .2s ease}.media__nav .slider-btn:hover .slider-icon{transform:scale(1.1)}.media__nav .slider-btn.prev:hover .slider-icon{transform:translateX(-2px)}.media__nav .slider-btn.next:hover .slider-icon{transform:translateX(2px)}.media__pagination{margin-top:1.5rem;display:flex;justify-content:center;gap:0.75rem}.media__pagination .swiper-pagination-bullet{width:6.25rem;height:0.625rem;border-radius:3rem;background:var(--muted);opacity:1;cursor:pointer;transition:background var(--transition)}.media__pagination .swiper-pagination-bullet-active,.media__pagination .swiper-pagination-bullet:hover{background:var(--text)}@media(max-width: 600px){.media__pagination .swiper-pagination-bullet{width:2.5rem;height:0.375rem}}.media-video{position:relative;aspect-ratio:16/9;background:#000;border-radius:24px;overflow:hidden;cursor:pointer}.media-video img{width:100%;height:100%;object-fit:cover;display:block}.media-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.media-video__play{position:absolute;inset:0;background:none;border:none;cursor:pointer}.media-video__play::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:4rem;height:4rem;border-radius:50%;background:rgba(0,0,0,.6)}@media(max-width: 600px){.media-video__play::before{width:3rem;height:3rem}}.media-video__play::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transform:translate(-40%, -50%);border-left:18px solid #fff;border-top:12px solid rgba(0,0,0,0);border-bottom:12px solid rgba(0,0,0,0)}@media(max-width: 600px){.media-video__play::after{border-left-width:12px;border-top-width:8px;border-bottom-width:8px}}.faq{background:#0a0a14;padding:8.75rem 0;color:#fff}@media(max-width: 980px){.faq{padding:6rem 0}}.faq__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.faq__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.faq__title span{color:var(--gold)}.faq__title .gold{color:var(--gold)}.faq__title .dark{color:var(--black)}.faq__title{text-align:center}.faq__lead{max-width:70%;margin:0 auto 5rem;font-size:1.875rem;line-height:2.5rem;text-align:center;color:hsla(0,0%,100%,.65)}@media(max-width: 600px){.faq__lead{font-size:1.125rem;line-height:1.5;margin-bottom:3rem;max-width:95%}}.faq__list{display:flex;flex-direction:column;gap:1.25rem;max-width:57.5rem;margin:0 auto}.faq-item{border-radius:12px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));border:1px solid hsla(0,0%,100%,.08);overflow:hidden}.faq-item__header{width:100%;padding:1.5rem 1.75rem;background:none;border:none;color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:1rem;cursor:pointer;text-align:left}@media(max-width: 600px){.faq-item__header{padding:1.25rem}}.faq-item__icon{width:0.75rem;height:0.75rem;border-right:2px solid var(--gold);border-bottom:2px solid var(--gold);transform:rotate(45deg);transition:transform .3s ease}.faq-item__content{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 1.75rem}.faq-item__content p{padding-bottom:1.5rem;font-size:0.9375rem;line-height:1.5rem;color:hsla(0,0%,100%,.7)}.faq-item.is-open .faq-item__icon{transform:rotate(-135deg)}.faq-item.is-open .faq-item__content{max-height:300px}.order{background:#f7f7f9;padding:clamp(5rem,10vw,10rem) 0}.order__title{font-weight:700;font-size:clamp(2.5rem,8vw,8rem);line-height:1.1;letter-spacing:-0.03em;margin-bottom:3rem}@media(max-width: 980px){.order__title{font-size:clamp(2.25rem,10vw,4.5rem);margin-bottom:2rem}}.order__title span{color:var(--gold)}.order__title .gold{color:var(--gold)}.order__title .dark{color:var(--black)}.order__title{margin-bottom:clamp(2rem,5vw,3rem);text-align:center}.order__lead{width:100%;max-width:50rem;margin:0 auto clamp(3rem,8vw,5rem);font-family:"Lora",serif;font-size:clamp(1.125rem,3vw,1.875rem);line-height:1.4;text-align:center;color:var(--muted)}.order__grid{display:grid;grid-template-columns:1fr minmax(320px, 480px);gap:clamp(3rem,5vw,6rem);max-width:68.75rem;margin:0 auto;align-items:start}@media(max-width: 1100px){.order__grid{grid-template-columns:1fr;max-width:37.5rem}}.order__info-title{font-size:1.875rem;font-weight:600;margin-bottom:1.5rem;color:var(--black)}.order__info-text{font-size:1rem;font-weight:500;line-height:1.6;color:var(--muted);margin-bottom:2.5rem}.order__contact{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem;font-size:1.125rem;text-decoration:none;transition:transform .3s ease;cursor:pointer}.order__contact a{color:inherit;text-decoration:none}.order__contact a:hover{text-decoration:underline}.order__contact:hover .order__contact-icon{background:var(--gold);color:#000;transform:scale(1.1)}.order__contact:hover strong{color:var(--gold)}.order__contact strong{display:block;color:var(--black);font-weight:600;transition:color .3s ease;margin-bottom:4px}.order__contact span{font-size:0.9375rem;color:var(--muted)}.order__contact-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:rgba(198,160,89,.15);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.order__form{background:#fff;border-radius:24px;padding:clamp(1.5rem,5vw,2.5rem);border:1px solid rgba(198,160,89,.3);box-shadow:0 20px 40px -10px rgba(198,160,89,.15)}.order__form-title{font-size:1.75rem;margin-bottom:1rem;line-height:1.2;color:var(--black)}.order__form-text{font-size:1rem;color:var(--muted);margin-bottom:2rem;line-height:1.5}.order form{display:flex;flex-direction:column;gap:1rem}.order form label{display:none}.order form input,.order form select{width:100%;height:3.25rem;padding:0 1.125rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);font-size:1rem;color:var(--black);background:#fdfdfd;outline:none;appearance:none}.order form input::placeholder,.order form select::placeholder{color:#a0a0a0}.order form input:focus,.order form select:focus{border-color:var(--gold);background:#fff;box-shadow:0 0 0 4px rgba(198,160,89,.1)}.order form input.error,.order form select.error{border-color:#ff4d4f;box-shadow:0 0 0 4px rgba(255,77,79,.1)}.order form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23727276' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;cursor:pointer}.order form button{margin-top:1rem;height:3.25rem;border-radius:50px;background:var(--gold);color:#000;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:filter .3s ease,transform .2s ease}.order form button:hover{filter:brightness(1.1);transform:translateY(-2px)}.order form button:active{transform:translateY(0)}.order__privacy{margin-top:1.25rem;font-size:0.8125rem;line-height:1.5;color:#9a9a9a;text-align:center}.order__privacy a{color:var(--black);text-decoration:underline}.order__privacy a:hover{color:var(--gold)}.footer{background:#000;color:#9a9a9a;padding:6rem 0 3rem}@media(max-width: 980px){.footer{padding:4rem 0 2rem}}.footer__inner{margin:0 auto}.footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:5rem;margin-bottom:3rem}@media(max-width: 980px){.footer__top{grid-template-columns:1fr;justify-items:center;gap:3rem;text-align:center}.footer__top .footer__brand{display:flex;flex-direction:column;align-items:center}}.footer__logo{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem}.footer__logo img{width:3rem;height:3rem}.footer__logo span{font-family:"Hepta Slab",serif;font-size:1.875rem;color:#fff}.footer__disclaimer{font-size:0.75rem;line-height:1.375rem;margin-bottom:1.5rem;max-width:32.5rem}.footer__socials{display:flex;gap:1rem}.footer__socials a{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#9a9a9a;font-size:0.75rem;text-decoration:none}.footer__socials a:hover{color:var(--gold)}.footer__col h4{font-size:1rem;color:#fff;margin-bottom:1rem}.footer__col ul{list-style:none}.footer__col li{margin-bottom:0.625rem}.footer__col a{font-size:0.875rem;color:#9a9a9a;text-decoration:none}.footer__col a:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(198,160,89,.4);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:0.8125rem}@media(max-width: 980px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.footer__legal a{color:#9a9a9a;text-decoration:none}.footer__legal a:hover{color:#fff}/*# sourceMappingURL=app.css.map */
