:root{--color-gold:#c9a227;--color-gold-light:#e5c85c;--color-gold-dark:#a68620;--color-brown-dark:#5d4e37;--color-bronze:#a67c52;--color-cream:#fffdf9;--color-cream-dark:#fbf7f0;--color-text:#3d2e1f;--color-text-light:#6b5a48;--color-white:#fff;--color-black:#1a1a1a;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--spacing-3xl:6rem;--spacing-4xl:8rem;--container-max:1400px;--container-padding:2rem;--shadow-sm:0 1px 3px #3d2e1f0f;--shadow-md:0 4px 20px #3d2e1f14;--shadow-lg:0 12px 40px #3d2e1f1f;--shadow-xl:0 20px 60px #3d2e1f26;--transition-fast:.15s ease;--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-brown-dark);letter-spacing:-.02em;font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:500}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--color-gold-dark);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-gold)}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}ul{list-style:none}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.container--wide{max-width:1600px}.section{padding:var(--spacing-4xl) 0}@media (width<=768px){.section{padding:var(--spacing-3xl) 0}}.btn{border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn--sm{padding:.625rem 1.25rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--primary{background:linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);color:var(--color-white);box-shadow:0 4px 14px #c9a22759}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a22773}.btn--outline{color:var(--color-brown-dark);border:1.5px solid var(--color-brown-dark);background:0 0}.btn--outline:hover{background:var(--color-brown-dark);color:var(--color-white)}.btn--ghost{color:var(--color-brown-dark);background:0 0;border:1.5px solid #5d4e3733}.btn--ghost:hover{border-color:var(--color-brown-dark);background:#5d4e370d}.btn__arrow{transition:transform var(--transition-fast)}.btn:hover .btn__arrow{transform:translate(4px)}.announcement-bar{background:linear-gradient(90deg, var(--color-brown-dark) 0%, #4a3f2d 100%);color:var(--color-white);text-align:center;z-index:1001;padding:.75rem 1rem;font-size:.875rem;position:relative}.announcement-bar__content{justify-content:center;align-items:center;gap:.75rem;display:flex}.announcement-bar__icon{font-size:.75rem}.header{z-index:1000;transition:all var(--transition-base);background:0 0;padding:1.25rem 0;position:fixed;top:44px;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-sm);background:#fffffff2;padding:.875rem 0;top:0}.header__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.header__logo{z-index:1001;align-items:center;display:flex}.header__logo img{width:auto;height:80px;transition:height var(--transition-base)}.header--scrolled .header__logo img{height:60px}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__nav button{color:var(--color-text);transition:color var(--transition-fast);padding:.5rem 0;font-size:.9375rem;font-weight:500;position:relative}.header__nav button:after{content:"";background:var(--color-gold);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.header__nav button:hover{color:var(--color-gold-dark)}.header__nav button:hover:after{width:100%}.header__actions{align-items:center;gap:1rem;display:flex}.header__menu-toggle{z-index:1001;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;padding:.5rem;display:none}.header__menu-toggle span{background-color:var(--color-brown-dark);width:24px;height:2px;transition:all var(--transition-fast);transform-origin:50%;display:block}.header__menu-toggle--open span:first-child{transform:rotate(45deg)translate(6px,6px)}.header__menu-toggle--open span:nth-child(2){opacity:0}.header__menu-toggle--open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.section-header{margin-bottom:var(--spacing-3xl)}.section-header--center{text-align:center}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{margin-bottom:1rem}.section-subtitle{color:var(--color-text-light);max-width:640px;font-size:1.125rem;line-height:1.7}.section-header--center .section-subtitle{margin:0 auto}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:160px 2rem 80px;display:flex;position:relative;overflow:hidden}.hero__bg-pattern{pointer-events:none;background:radial-gradient(80% 50% at 50% -20%,#c9a22714 0%,#0000 50%),radial-gradient(60% 40% at 100% 0,#c9a2270d 0%,#0000 40%),radial-gradient(60% 40% at 0 100%,#a67c520d 0%,#0000 40%);position:absolute;inset:0}.hero__container{z-index:1;max-width:900px;margin:0 auto;position:relative}.hero__badge{border-radius:var(--radius-full);color:var(--color-gold-dark);background:#c9a2271a;border:1px solid #c9a22733;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--color-gold);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero__title{margin-bottom:1.5rem;line-height:1.1}.hero__title-accent{background:linear-gradient(135deg, var(--color-gold) 0%, var(--color-bronze) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:var(--color-text-light);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.7}.hero__cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.hero__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.hero__trust-item{color:var(--color-text-light);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.hero__trust-icon{width:20px;height:20px;color:var(--color-gold-dark);background:#c9a22726;border-radius:50%;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:flex}.hero__scroll-indicator{color:var(--color-text-light);letter-spacing:.05em;flex-direction:column;align-items:center;gap:.75rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(to bottom, var(--color-gold), transparent);width:1px;height:40px;animation:2s infinite scrollLine}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}50.1%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.hero__br{display:none}.products{background:var(--color-white)}.products__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-card{background:var(--card-bg,#fef3e2);border-radius:var(--radius-xl);transition:all var(--transition-base);animation:.6s forwards fadeInUp;animation-delay:var(--delay,0s);opacity:0;border:1px solid #00000008;flex-direction:column;padding:2rem;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.product-card__icon{background:var(--color-white);border-radius:var(--radius-lg);width:64px;height:64px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2rem;display:flex}.product-card__content{flex:1}.product-card__title{color:var(--color-brown-dark);margin-bottom:.75rem;font-size:1.25rem}.product-card__description{color:var(--color-text-light);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.product-card__footer{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.product-card__status{letter-spacing:.05em;text-transform:uppercase;color:var(--color-gold-dark);font-size:.75rem;font-weight:600}.product-card__notify{color:var(--color-brown-dark);border-radius:var(--radius-full);transition:all var(--transition-fast);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.product-card__notify:hover{background:var(--color-white)}.product-card__notify svg{opacity:.7}.features{background:linear-gradient(180deg, var(--color-cream) 0%, var(--color-white) 100%)}.features__wrapper{position:relative}.features__content{max-width:560px;margin-bottom:var(--spacing-3xl)}.features__intro{color:var(--color-text-light);font-size:1.125rem;line-height:1.7}.features__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--color-white);border-radius:var(--radius-xl);transition:all var(--transition-base);border:1px solid #0000000a;padding:2.5rem}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card__icon{border-radius:var(--radius-lg);width:56px;height:56px;color:var(--color-gold-dark);background:linear-gradient(135deg,#c9a2271a 0%,#a67c521a 100%);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card__title{color:var(--color-brown-dark);margin-bottom:.75rem;font-size:1.25rem}.feature-card__description{color:var(--color-text-light);font-size:.9375rem;line-height:1.6}.how-it-works{background:var(--color-white)}.steps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.steps__line{background:linear-gradient(90deg, var(--color-gold) 0%, var(--color-gold-light) 33%, var(--color-gold-light) 66%, var(--color-gold) 100%);height:2px;position:absolute;top:32px;left:calc(12.5% + 1rem);right:calc(12.5% + 1rem)}.step{text-align:center;position:relative}.step__marker{background:linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex;position:relative;box-shadow:0 8px 24px #c9a2274d}.step__number{font-family:var(--font-heading);color:var(--color-white);font-size:1.125rem;font-weight:700}.step__title{color:var(--color-brown-dark);margin-bottom:.5rem;font-size:1.125rem}.step__description{color:var(--color-text-light);max-width:220px;margin:0 auto;font-size:.9375rem;line-height:1.6}.about{background:var(--color-cream)}.about__wrapper{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;display:grid}.about__visual{justify-content:center;align-items:center;display:flex;position:relative}.about__logo-container{z-index:1;position:relative}.about__logo{width:100%;max-width:320px}.about__decorative{pointer-events:none;position:absolute;inset:-2rem}.about__circle{border:1px solid #c9a22733;border-radius:50%;position:absolute}.about__circle--1{width:100%;height:100%;animation:30s linear infinite rotate}.about__circle--2{width:120%;height:120%;animation:40s linear infinite reverse rotate;top:-10%;left:-10%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about__content{max-width:560px}.about__title{margin-bottom:2rem;font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.3}.about__text{margin-bottom:2rem}.about__text p{color:var(--color-text-light);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}.about__tagline{align-items:center;gap:1rem;display:flex}.about__tagline-line{background:var(--color-gold);width:40px;height:2px}.about__tagline p{font-family:var(--font-heading);color:var(--color-gold-dark);margin:0;font-size:1.25rem;font-style:italic}.newsletter{background:linear-gradient(135deg, var(--color-brown-dark) 0%, #4a3f2d 100%);color:var(--color-white)}.newsletter__wrapper{justify-content:space-between;align-items:center;gap:4rem;display:flex}.newsletter__content{flex:1}.newsletter__title{color:var(--color-white);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem)}.newsletter__subtitle{opacity:.85;max-width:400px;font-size:1.0625rem}.newsletter__form{flex:1;max-width:480px}.newsletter__input-group{gap:.75rem;margin-bottom:1rem;display:flex}.newsletter__input{border-radius:var(--radius-full);background:var(--color-white);color:var(--color-text);border:none;flex:1;padding:1rem 1.5rem;font-size:1rem}.newsletter__input::placeholder{color:var(--color-text-light)}.newsletter__input:focus{outline:none;box-shadow:0 0 0 3px #c9a2274d}.newsletter__disclaimer{opacity:.7;text-align:center;margin:0;font-size:.8125rem}.footer{background:var(--color-white);padding-top:var(--spacing-4xl);border-top:1px solid #0000000f}.footer__main{padding-bottom:var(--spacing-3xl);justify-content:space-between;gap:4rem;display:flex}.footer__brand{max-width:320px}.footer__logo{width:auto;height:80px;margin-bottom:1.5rem}.footer__tagline{color:var(--color-text-light);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.footer__social{gap:.75rem;display:flex}.footer__social-link{background:var(--color-cream);width:40px;height:40px;color:var(--color-brown-dark);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{background:var(--color-gold);color:var(--color-white)}.footer__links-group{gap:6rem;display:flex}.footer__links h4{letter-spacing:.1em;text-transform:uppercase;color:var(--color-brown-dark);margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.footer__links ul{flex-direction:column;gap:.875rem;display:flex}.footer__links a{color:var(--color-text-light);transition:color var(--transition-fast);font-size:.9375rem}.footer__links a:hover{color:var(--color-gold)}.footer__bottom{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding:2rem 0;display:flex}.footer__bottom p{color:var(--color-text-light);margin:0;font-size:.875rem}.footer__made{opacity:.7}@media (width<=1200px){.products__grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.steps__line{display:none}}@media (width<=1024px){.header__nav,.header__actions{display:none}.header__menu-toggle{display:flex}.header__nav{background:var(--color-white);opacity:0;visibility:hidden;transition:all var(--transition-base);flex-direction:column;justify-content:center;align-items:center;gap:2rem;position:fixed;inset:0}.header__nav--open{opacity:1;visibility:visible;display:flex}.header__nav button{font-size:1.5rem}.features__grid{grid-template-columns:repeat(2,1fr)}.feature-card:last-child{grid-column:span 2;max-width:480px;margin:0 auto}.about__wrapper{text-align:center;grid-template-columns:1fr;gap:4rem}.about__visual{order:-1}.about__logo{max-width:240px}.about__content{max-width:100%}.about__tagline{justify-content:center}.newsletter__wrapper{text-align:center;flex-direction:column}.newsletter__subtitle{max-width:100%}.newsletter__form{width:100%;max-width:100%}.footer__main{flex-direction:column;gap:3rem}.footer__brand{text-align:center;max-width:100%}.footer__logo{margin:0 auto 1.5rem}.footer__social{justify-content:center}.footer__links-group{justify-content:center;gap:4rem}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (width<=768px){:root{--container-padding:1.5rem}.announcement-bar{padding:.625rem 1rem;font-size:.8125rem}.header{top:38px}.header__logo img{height:60px}.header--scrolled .header__logo img{height:50px}.hero{min-height:auto;padding:140px 1.5rem 60px}.hero__badge{font-size:.75rem}.hero__subtitle{font-size:1.0625rem}.hero__br{display:inline}.hero__cta{flex-direction:column;width:100%}.hero__cta .btn{width:100%;max-width:280px}.hero__trust{flex-direction:column;gap:1rem}.hero__scroll-indicator{display:none}.products__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.product-card{padding:1.5rem}.features__grid{grid-template-columns:1fr}.feature-card{padding:2rem}.feature-card:last-child{grid-column:span 1;max-width:none}.steps{grid-template-columns:1fr;gap:2rem}.step{text-align:left;gap:1.5rem;display:flex}.step__marker{flex-shrink:0;width:48px;height:48px;margin:0}.step__number{font-size:.875rem}.step__description{max-width:none;margin:0}.about__decorative{display:none}.newsletter__input-group{flex-direction:column}.newsletter__input{text-align:center}.footer__links-group{text-align:center;flex-direction:column;gap:2rem}.footer__logo{height:60px}}@media (width<=480px){:root{--container-padding:1rem}.btn--lg{padding:.875rem 1.5rem;font-size:.9375rem}.hero__badge{padding:.375rem .75rem;font-size:.6875rem}.section-header{margin-bottom:var(--spacing-2xl)}.product-card__icon{width:48px;height:48px;font-size:1.5rem}.feature-card__icon{width:48px;height:48px}.feature-card__icon svg{width:24px;height:24px}}
