@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:ital,wght@0,700;0,800;1,700;1,800&display=swap";:root{--bg:#faf8f5;--bg-secondary:#f2ede6;--bg-card:#fff;--surface:#0000000a;--surface-hover:#00000012;--gold:#8b5e3c;--gold-light:#a07045;--gold-dark:#6b4528;--gold-glow:#8b5e3c1a;--gold-glow-lg:#8b5e3c2e;--cream:#1c1208;--cream-muted:#4a3728;--muted:#a08878;--muted-light:#7a6255;--red-product:#b83232;--red-glow:#b832321f;--border:#8b5e3c1f;--border-hover:#8b5e3c47;--radius-sm:8px;--radius:16px;--radius-lg:24px;--radius-xl:32px;--transition:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.6s cubic-bezier(.4, 0, .2, 1);--shadow-gold:0 0 30px #8b5e3c1a;--shadow-card:0 4px 24px #00000012;--shadow-glow:0 0 60px #8b5e3c14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--gold) #e8e0d8}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#e8e0d8}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}body{background:var(--bg);color:var(--cream);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif;font-weight:800;line-height:1.15}.font-playfair{font-family:Playfair Display,serif}.text-gold{color:var(--gold)}.text-gold-light{color:var(--gold-light)}.text-cream{color:var(--cream)}.text-muted{color:var(--muted-light)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.btn{cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:#fff;box-shadow:0 4px 16px #8b5e3c4d}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 6px 24px #8b5e3c66}.btn-outline{color:var(--cream);border:1.5px solid var(--border-hover);background:0 0}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-glow)}.btn-lg{padding:18px 40px;font-size:16px}.glass-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:var(--transition)}.glass-card:hover{border-color:var(--border-hover);box-shadow:0 8px 32px #0000001a}.badge{letter-spacing:.02em;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.badge-gold{color:var(--gold-dark);background:#8b5e3c1a;border:1px solid #8b5e3c40}.divider{background:var(--gold);border-radius:2px;width:48px;height:2px;margin:14px 0 22px}.mx-auto{margin-left:auto!important;margin-right:auto!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-16px)rotate(2deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #c9a84c33}50%{box-shadow:0 0 40px #c9a84c80}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-2%,-3%)}20%{transform:translate(3%,1%)}30%{transform:translate(-1%,4%)}40%{transform:translate(2%,-2%)}50%{transform:translate(-3%,3%)}60%{transform:translate(1%,-1%)}70%{transform:translate(-2%,2%)}80%{transform:translate(3%,-3%)}90%{transform:translate(-1%,1%)}}.animate-on-scroll{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.grain-overlay{pointer-events:none;z-index:9999;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:200%;height:200%;animation:8s steps(10,end) infinite grain;position:fixed;top:-50%;left:-50%}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:12px;font-weight:700}.gradient-text{background:linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 60%, var(--gold-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glow-circle{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}@media (width<=768px){.section{padding:70px 0}.container{padding:0 16px}.btn-lg{padding:16px 28px;font-size:15px}}@media (width<=480px){.section{padding:50px 0}}.navbar{z-index:100;padding:20px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#faf8f5f2;padding:12px 0;box-shadow:0 2px 20px #0000000f}.navbar__inner{justify-content:center;align-items:center;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.navbar__logo-text{color:var(--cream);letter-spacing:-.03em;font-size:22px;font-weight:800}.navbar__logo-dot{color:var(--gold)}.footer{background:var(--bg-secondary);border-top:1px solid var(--border)}.footer__inner{grid-template-columns:2fr 1fr 1fr;gap:48px;padding:60px 24px;display:grid}.footer__logo{align-items:center;gap:8px;margin-bottom:12px;font-size:20px;display:flex}.footer__logo-text{color:var(--cream);letter-spacing:-.03em;font-size:22px;font-weight:800}.footer__logo-dot{color:var(--gold)}.footer__tagline{color:var(--gold);margin-bottom:10px;font-size:15px}.footer__desc{color:var(--muted-light);max-width:280px;font-size:14px;line-height:1.65}.footer__links-title{text-transform:uppercase;letter-spacing:.12em;color:var(--cream-muted);margin-bottom:16px;font-size:12px;font-weight:700}.footer__links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer__links a{color:var(--muted-light);font-size:14px;text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--gold-light)}.footer__bottom{border-top:1px solid var(--border)}.footer__bottom-inner{justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.footer__copyright,.footer__made{color:var(--muted);font-size:13px}@media (width<=768px){.footer__inner{grid-template-columns:1fr 1fr;gap:32px}.footer__brand{grid-column:1/-1}.footer__bottom-inner{text-align:center;flex-direction:column;gap:8px}}@media (width<=480px){.footer__inner{grid-template-columns:1fr}}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:center 30%;opacity:1;width:100%;height:100%}.hero__bg-overlay{background:linear-gradient(90deg,#faf8f5 0%,#faf8f5d9 45%,#faf8f500 100%),linear-gradient(#faf8f500 60%,#faf8f5 100%);position:absolute;inset:0}.hero__glow{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--1{background:#8b5e3c0f;width:400px;height:400px;top:-80px;right:10%}.hero__glow--2{background:#8b5e3c0a;width:250px;height:250px;bottom:10%;left:5%}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:40px;min-height:calc(100vh - 80px);padding-top:40px;padding-bottom:80px;display:grid;position:relative}.hero__badge{margin-bottom:24px;animation:.6s both fadeInUp}.hero__headline{letter-spacing:-.03em;color:var(--cream);margin-bottom:20px;font-size:clamp(42px,5vw,68px);font-weight:800;line-height:1.1;animation:.6s .1s both fadeInUp}.hero__headline-accent{background:linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 60%, #e8a84c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:4px;font-size:clamp(38px,4.5vw,62px);display:block}.hero__desc{color:var(--cream-muted);max-width:460px;margin-bottom:24px;font-size:16px;line-height:1.7;animation:.6s .2s both fadeInUp}.hero__trust{flex-direction:column;gap:8px;margin-bottom:32px;animation:.6s .25s both fadeInUp;display:flex}.hero__trust-item{color:var(--cream-muted);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.hero__trust-icon{background:var(--gold);border-radius:1px;flex-shrink:0;width:16px;height:1.5px;margin-top:2px;display:inline-block}.hero__cta-group{flex-wrap:wrap;gap:16px;margin-bottom:32px;animation:.6s .3s both fadeInUp;display:flex}.hero__features{grid-template-columns:1fr 1fr;gap:10px;animation:.6s .4s both fadeInUp;display:grid}.hero__feature-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:12px 14px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.hero__feature-item:hover{border-color:var(--border-hover);box-shadow:0 4px 12px #00000014}.hero__feature-icon{color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__feature-label{color:var(--cream);font-size:13px;font-weight:600;line-height:1.3}.hero__price-hint{align-items:center;gap:12px;margin-bottom:24px;animation:.6s .2s both fadeInUp;display:flex}.hero__price-normal{color:var(--muted);font-size:15px;text-decoration:line-through}.hero__price-promo{color:var(--gold);letter-spacing:-.02em;font-size:28px;font-weight:800}.hero__price-tag{color:#fff;background:var(--gold);letter-spacing:.03em;border-radius:100px;padding:3px 10px;font-size:12px;font-weight:700}.hero__visual{justify-content:center;align-items:center;animation:.8s .4s both fadeIn;display:flex}.hero__product-wrapper{width:460px;height:500px;position:relative}.hero__product-glow{filter:blur(40px);background:radial-gradient(#8b5e3c1f 0%,#0000 70%);position:absolute;inset:10%}.hero__product-img{object-fit:contain;filter:drop-shadow(0 16px 40px #00000026);width:100%;height:100%;transition:opacity .4s;animation:6s ease-in-out infinite float}@keyframes autoCrossfadeBase{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}@keyframes autoCrossfadeHover{0%,45%{opacity:0}50%,95%{opacity:1}to{opacity:0}}.hero__product-img--base{animation:6s ease-in-out infinite float,6s infinite autoCrossfadeBase}.hero__product-img--hover{opacity:0;animation:6s ease-in-out infinite float,6s infinite autoCrossfadeHover;position:absolute;top:0;left:0}.hero__floating-badge{border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;animation:.8s .8s both fadeIn;display:flex;position:absolute;box-shadow:0 4px 20px #00000014}.hero__floating-badge--top{top:30px;left:-20px}.hero__floating-badge--bottom{bottom:60px;right:-20px}.hero__floating-badge-icon{font-size:24px}.hero__floating-badge-title{color:var(--cream);font-size:13px;font-weight:700}.hero__floating-badge-sub{color:var(--muted-light);font-size:11px}.hero__scroll-indicator{color:var(--muted-light);letter-spacing:.1em;text-transform:uppercase;z-index:1;flex-direction:column;align-items:center;gap:8px;font-size:12px;font-weight:500;text-decoration:none;animation:1s 1s both fadeIn;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero__scroll-mouse{border:2px solid var(--muted);border-radius:11px;justify-content:center;width:22px;height:36px;padding-top:6px;display:flex}.hero__scroll-wheel{background:var(--gold);border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite fadeInUp}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr;padding-top:60px}.hero__content{order:2}.hero__visual{order:1}.hero__product-wrapper{width:280px;height:300px}.hero__cta-group{justify-content:center}.hero__trust{align-items:center}.hero__price-hint{justify-content:center}.hero__floating-badge{display:none}.hero__desc{margin:0 auto 24px}}@media (width<=480px){.hero__product-wrapper{width:240px;height:260px}.hero__floating-badge{padding:8px 12px}}.product{position:relative;overflow:hidden}.product__glow{filter:blur(120px);pointer-events:none;width:600px;height:600px;transition:background .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product__header{margin-bottom:60px}.product__title{color:var(--cream);font-size:clamp(30px,3.5vw,48px)}.product__layout{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.product__display{position:sticky;top:100px}.product__img-wrapper{aspect-ratio:1;border-radius:var(--radius-lg);background:var(--bg-secondary);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow-card);margin:0 auto 20px;position:relative;overflow:hidden}.product__img-glow{pointer-events:none;transition:background .5s;position:absolute;inset:0}.product__img{object-fit:contain;opacity:0;width:100%;height:100%;padding:20px;transition:opacity .5s;position:absolute;inset:0}.product__img--active{opacity:1}.product__thumbs{justify-content:center;gap:12px;margin-bottom:16px;display:flex}.product__thumb{border-radius:var(--radius-sm);border:2px solid var(--border);background:var(--bg-card);cursor:pointer;width:64px;height:64px;padding:4px;transition:border-color .2s;overflow:hidden}.product__thumb img{object-fit:contain;width:100%;height:100%}.product__thumb--active{border-color:var(--gold);box-shadow:0 0 12px var(--gold-glow)}.product__tagline{color:var(--cream-muted);justify-content:center;align-items:center;gap:8px;font-size:14px;font-style:italic;font-weight:600;display:flex}.product__tagline-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .5s}.product__colors{margin-bottom:32px}.product__colors-label{color:var(--muted-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:13px;font-weight:600}.product__color-options{gap:12px;display:flex}.product__color-btn{border:1.5px solid var(--border);cursor:pointer;color:var(--cream-muted);background:0 0;border-radius:100px;align-items:center;gap:8px;padding:10px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex}.product__color-btn:hover{border-color:var(--border-hover);color:var(--cream)}.product__color-btn--active{border-color:var(--gold);color:var(--cream);background:var(--gold-glow)}.product__color-swatch{border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:14px;height:14px}.product__specs{margin-bottom:32px}.product__specs-title{color:var(--muted-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:13px;font-weight:600}.product__specs-grid{border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.product__spec-item{border-bottom:1px solid var(--border);border-right:1px solid var(--border);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.product__spec-item:nth-child(2n){border-right:none}.product__spec-item:nth-last-child(-n+2){border-bottom:none}.product__spec-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.product__spec-value{color:var(--cream);font-size:14px;font-weight:700}.product__price-row{align-items:center;gap:16px;margin-bottom:8px;display:flex}.product__price-old{color:var(--muted);font-size:16px;text-decoration:line-through}.product__price-new{color:var(--gold-light);font-size:32px;font-weight:800}.product__free-shipping{color:var(--gold);margin-bottom:16px;font-size:13px;font-weight:600}@media (width<=900px){.product__layout{grid-template-columns:1fr;gap:40px}.product__display{position:static}}@media (width<=480px){.product__color-options{flex-wrap:wrap}}.package{background:var(--bg-secondary);position:relative;overflow:hidden}.package:before{content:"";background:linear-gradient(90deg, transparent, var(--gold-dark), transparent);height:1px;position:absolute;top:0;left:0;right:0}.package__layout{max-width:900px;margin:0 auto}.package__header{text-align:center;margin-bottom:48px}.package__title{color:var(--cream);margin-bottom:0;font-size:clamp(36px,4vw,56px)}.package__list-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.package__list-title{color:var(--cream);text-transform:uppercase;letter-spacing:.08em;font-size:14px;font-weight:700}.package__list-count{color:var(--gold);background:var(--gold-glow);border:1px solid var(--border);border-radius:100px;padding:3px 10px;font-size:12px;font-weight:600}.package__items{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.package__item{align-items:center;gap:16px;padding:16px 20px;display:flex}.package__item-icon{width:44px;height:44px;color:var(--gold);border-radius:var(--radius-sm);transition:var(--transition);background:#c9a84c14;border:1px solid #c9a84c2e;flex-shrink:0;justify-content:center;align-items:center;display:flex}.package__item:hover .package__item-icon{background:#c9a84c24;border-color:#c9a84c59}.package__item-info{flex:1}.package__item-name{color:var(--cream);margin-bottom:2px;font-size:14px;font-weight:700}.package__item-desc{color:var(--muted-light);font-size:12px}.package__item-check{width:24px;height:24px;color:var(--gold);background:#c9a84c26;border:1px solid #c9a84c59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}@media (width<=900px){.package__items{grid-template-columns:1fr;gap:12px}}.testimonials{background:var(--bg);position:relative;overflow:hidden}.testimonials__header{max-width:600px;margin-bottom:48px}.testimonials__title{color:var(--cream);font-size:clamp(32px,4vw,52px)}.stars{gap:2px;display:flex}.star{color:var(--muted);font-size:16px}.star--filled{color:var(--gold-light)}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.testimonials__card{flex-direction:column;height:100%;padding:32px;transition:all .3s;display:flex}.testimonials__card:hover{box-shadow:var(--shadow-gold);border-color:var(--border-hover);transform:translateY(-4px)}.testimonials__card-stars{margin-bottom:16px}.testimonials__card-text{color:var(--cream-muted);flex:1;margin-bottom:24px;font-size:15px;font-style:italic;line-height:1.7}.testimonials__card-author{align-items:center;gap:12px;margin-top:auto;display:flex}.testimonials__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.testimonials__author-name{color:var(--cream);font-size:15px;font-weight:700}.testimonials__author-role{color:var(--muted-light);font-size:13px}@media (width<=900px){.testimonials__grid{grid-template-columns:1fr;gap:20px}}.order{background:var(--bg-secondary);position:relative;overflow:clip}.order:before{content:"";background:linear-gradient(90deg, transparent, var(--gold-dark), transparent);height:1px;position:absolute;top:0;left:0;right:0}.order__bg-glow{filter:blur(80px);pointer-events:none;background:radial-gradient(#8b5e3c0d 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.order__layout{grid-template-columns:1fr 1fr;gap:60px;display:grid}.order__promo-sticky{position:sticky;top:120px}.order__promo-title{color:var(--cream);margin-bottom:32px;font-size:clamp(28px,3.5vw,44px);line-height:1.2}.order__discount-box{border-radius:var(--radius);border:1px dashed var(--border);background:#ffffff08;margin-bottom:24px;padding:20px}.order__discount-label{color:var(--muted-light);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.order__discount-input-group{gap:8px;display:flex}.order__discount-input{background:var(--bg-card);border:1px solid var(--border);color:var(--cream);border-radius:8px;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.order__discount-input:focus{border-color:var(--gold);outline:none}.order__discount-btn{border-radius:8px;padding:12px 20px;font-size:14px}.order__price-stack{border-radius:var(--radius);border:1px solid var(--border);background:#ffffff05;flex-direction:column;gap:8px;margin-bottom:28px;padding:20px;display:flex}.order__price-row{justify-content:space-between;align-items:center;display:flex}.order__price-row--promo{border-top:1px solid var(--border);margin-top:4px;padding-top:10px}.order__price-label-text{color:var(--muted-light);font-size:13px}.order__price-crossed{color:var(--muted);font-size:16px;text-decoration:line-through}.order__price-main{color:var(--gold-light);white-space:nowrap;font-size:18px;font-weight:800}.order__guarantees{flex-direction:column;gap:10px;display:flex}.order__guarantee{color:var(--cream-muted);align-items:center;gap:10px;padding-left:12px;font-size:14px;font-weight:500;display:flex;position:relative}.order__guarantee:before{content:"";background:var(--gold);width:4px;height:1px;position:absolute;left:0}.order__form-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:36px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f}.order__form-wrapper:before{content:"";background:linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));height:2px;position:absolute;top:0;left:0;right:0}.order__form-header{margin-bottom:28px}.order__form-title{color:var(--cream);margin-bottom:4px;font-size:22px;font-weight:800}.order__form-sub{color:var(--muted-light);font-size:13px}.order__form{flex-direction:column;gap:18px;display:flex}.order__row{grid-template-columns:1fr;gap:18px;display:grid}.order__field{flex-direction:column;gap:8px;display:flex}.order__label{color:var(--cream-muted);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600}.order__required{color:var(--gold)}.order__input{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--cream);resize:none;outline:none;padding:13px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;transition:border-color .2s,box-shadow .2s}.order__input::placeholder{color:var(--muted)}.order__input:focus{border-color:var(--gold);background:#fff;box-shadow:0 0 0 3px #8b5e3c1a}.order__textarea{height:auto}.order__color-picker{flex-wrap:wrap;gap:10px;display:flex}.order__color-opt{border:1.5px solid var(--border);cursor:pointer;color:var(--cream-muted);background:0 0;border-radius:100px;align-items:center;gap:8px;padding:10px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex}.order__color-opt:hover{border-color:var(--border-hover);color:var(--cream)}.order__color-opt--active{border-color:var(--gold);color:var(--cream);background:var(--gold-glow)}.order__color-swatch{border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:14px;height:14px}.order__error{border-radius:var(--radius-sm);color:#f87171;background:#b832321f;border:1px solid #b832324d;padding:12px 16px;font-size:14px;font-weight:500}.order__submit{justify-content:center;width:100%;font-size:16px;position:relative}.order__submit:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.order__spinner{border:2px solid #0806044d;border-top-color:#080604e6;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite rotate-slow}.order__secure{text-align:center;color:var(--muted);margin-top:-8px;font-size:12px}@media (width<=900px){.order__layout{grid-template-columns:1fr;gap:48px}.order__form-wrapper{padding:24px}}@media (width<=480px){.order__countdown-num{font-size:28px}.order__countdown-unit{min-width:44px}}.legal-page{max-width:800px;color:var(--cream);margin:0 auto;padding:120px 24px 60px;font-family:Plus Jakarta Sans,sans-serif;line-height:1.8}.legal-breadcrumb{color:var(--muted-light);margin-bottom:2rem;font-size:.9rem}.legal-breadcrumb a{color:var(--gold-dark);font-weight:500;text-decoration:none;transition:color .2s}.legal-breadcrumb a:hover{color:var(--gold);text-decoration:underline}.legal-breadcrumb span{color:var(--cream-muted)}.legal-title{color:var(--gold-dark);text-align:center;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2.5rem}.legal-section-title{color:var(--cream-muted);margin-top:2.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.legal-list{margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:disc}.legal-list li{margin-bottom:.5rem}.legal-faq-item{background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);border:1px solid var(--border);margin-bottom:1rem;padding:1.5rem}.legal-faq-title{color:var(--cream-muted);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}
