*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.header-cont{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#1b4332,#1f7a4d);padding:1rem 5%;box-shadow:0 4px 15px #0003;position:sticky;top:0;z-index:1000}.logo{display:flex;align-items:center;justify-content:center;gap:.6rem;z-index:1001}.logo h1{font-style:italic;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.5px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.logo h1 span{color:#ffb703;font-weight:900}.logo img{width:45px;height:45px;border-radius:8px;padding:4px;box-shadow:0 3px 8px #0003}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;border-radius:6px;transition:all .3s ease}.hamburger:hover{background:#ffffff1a}.hamburger span{width:26px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px);background:#ffb703}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);background:#ffb703}.header-nav ul{display:flex;gap:1.5rem;list-style:none;align-items:center;margin:0;padding:0}.header-nav ul li{list-style:none;margin:0}.header-nav ul li a{text-decoration:none;font-size:1rem;font-weight:600;color:#fff;padding:.6rem 1.2rem;border-radius:8px;transition:all .3s ease;display:block;position:relative}.header-nav ul li a:before{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:0;height:2px;background:#ffb703;transition:width .3s ease}.header-nav ul li a:hover{background:#ffffff26;color:#ffb703;transform:translateY(-2px)}.header-nav ul li a:hover:before{width:70%}.header-nav ul li a.active-link{background:#ffb703;color:#1b4332;font-weight:700;box-shadow:0 4px 12px #ffb70366}.header-nav ul li a.active-link:before{display:none}@media(max-width:1024px){.header-cont{padding:.9rem 4%}.logo h1{font-size:1.4rem}.header-nav ul{gap:1.2rem}.header-nav ul li a{font-size:.95rem;padding:.55rem 1rem}}@media(max-width:768px){.hamburger{display:flex}.header-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(180deg,#1b4332,#1f7a4d);padding:5rem 1.8rem 2rem;box-shadow:-5px 0 25px #0006;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);overflow-y:auto}.header-nav.active{right:0}.header-nav ul{flex-direction:column;gap:.7rem;width:100%;align-items:stretch}.header-nav ul li{width:100%}.header-nav ul li a{width:100%;text-align:left;padding:.9rem 1.1rem;font-size:1rem;border-left:4px solid transparent;border-radius:8px}.header-nav ul li a:before{display:none}.header-nav ul li a:hover{border-left-color:#ffb703;background:#ffffff26;transform:translate(8px)}.header-nav ul li a.active-link{border-left-color:#ffb703;background:#ffb70333;color:#ffb703}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0009;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nav-overlay.active{opacity:1;visibility:visible}}@media(max-width:480px){.header-cont{padding:.85rem 4%}.logo h1{font-size:1.3rem}.logo img{width:40px;height:40px}.header-nav{width:260px;padding:4.5rem 1.5rem 2rem}.header-nav ul li a{font-size:.95rem;padding:.85rem 1rem}}.footer{background-color:#1d5f40;color:#fff;padding:4rem 0 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-column{display:flex;flex-direction:column}.footer-brand{max-width:350px}.footer-logo{font-size:2rem;font-weight:800;margin-bottom:.75rem;color:#fff}.footer-tagline{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fffffff2}.footer-description{font-size:.95rem;line-height:1.6;color:#fffc}.footer-heading{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#fffc;font-size:.95rem;line-height:1.5}.footer-contact li svg{flex-shrink:0;margin-top:2px}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.footer-social a:hover{background:#fff;color:#1d5f40;transform:translateY(-3px)}.footer-legal{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.footer-legal a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#fff;text-decoration:underline}.footer-legal .separator{color:#ffffff80}.footer-copyright{text-align:center}.footer-copyright p{color:#ffffffb3;font-size:.875rem;margin:.25rem 0}.footer-warning{font-weight:600;color:#ffffffe6}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{max-width:100%}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-newsletter{padding:2rem 1.5rem;margin-bottom:2rem}.newsletter-form{flex-direction:column}.newsletter-button{width:100%}.footer-bottom{gap:1.25rem}.footer-legal{gap:.75rem}}@media(max-width:640px){.footer{padding:2.5rem 0 1.25rem}.footer-container{padding:0 1rem}.footer-logo{font-size:1.75rem}.footer-tagline{font-size:.95rem}.footer-description{font-size:.875rem}.footer-heading{font-size:1rem;margin-bottom:1rem}.footer-links a,.footer-contact li{font-size:.875rem}.footer-newsletter h3{font-size:1.25rem}.footer-newsletter p{font-size:.9rem}.newsletter-input,.newsletter-button{font-size:.9rem;padding:.75rem 1rem}.footer-social a{width:36px;height:36px}.footer-legal{flex-direction:column;gap:.5rem}.footer-legal .separator{display:none}}@media(max-width:480px){.footer-logo{font-size:1.5rem}.footer-newsletter{padding:1.5rem 1rem}.footer-contact li{font-size:.8rem}}.hero-thc{background:#fff;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.hero-container{width:100%;height:100%;position:relative}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(.95);transition:opacity .8s ease-in-out,transform .8s ease-in-out;pointer-events:none}.hero-slide.active{opacity:1;transform:scale(1);pointer-events:auto}.hero-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 4rem;height:100%;gap:4rem}.hero-text{flex:1;color:#1d5f40;animation:slideInLeft .8s ease-out}.hero-headline{font-size:4rem;font-weight:800;margin-bottom:1rem;line-height:1.1;color:#1d5f40}.hero-subheadline{font-size:1.5rem;font-weight:400;margin-bottom:2.5rem;color:#2d3748;line-height:1.4}.hero-details{background:#f7f9f7;border-radius:16px;padding:2rem;margin-bottom:2rem;border:2px solid #e8f3ed;box-shadow:0 4px 12px #1d5f4014}.detail-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e8f3ed}.detail-item:last-child{border-bottom:none}.detail-label{font-weight:600;font-size:1rem;color:#1d5f40}.detail-value{font-size:1rem;text-align:right;color:#4a5568}.hero-cta{background:#1d5f40;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1d5f4040}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1d5f4059;background:#155032}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;animation:slideInRight .8s ease-out}.hero-image img{max-width:100%;max-height:70vh;object-fit:contain;filter:drop-shadow(0 10px 25px rgba(29,95,64,.15));transition:transform .3s ease}.hero-image img:hover{transform:scale(1.05)}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #1D5F40;color:#1d5f40;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #1d5f4026}.nav-button:hover{background:#1d5f40;color:#fff;transform:translateY(-50%) scale(1.1)}.nav-prev{left:2rem}.nav-next{right:2rem}.hero-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;background:#e8f3ed;border:2px solid #1D5F40;cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{width:40px;border-radius:6px;background:#1d5f40}.indicator:hover{background:#1d5f40;opacity:.7}@media(max-width:1200px){.hero-content{padding:0 3rem;gap:3rem}.hero-headline{font-size:3.5rem}}@media(max-width:1024px){.hero-content{flex-direction:column;padding:2rem;gap:2rem;justify-content:center}.hero-text{text-align:center}.hero-headline{font-size:3rem}.hero-subheadline{font-size:1.25rem}.detail-item{flex-direction:column;text-align:center;gap:.5rem}.detail-value{text-align:center}.hero-image img{max-height:50vh}.nav-button{width:50px;height:50px}.nav-prev{left:1rem}.nav-next{right:1rem}}@media(max-width:768px){.hero-content{padding:1.5rem;gap:1.5rem}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.125rem;margin-bottom:2rem}.hero-details{padding:1.5rem}.detail-label,.detail-value{font-size:.95rem}.hero-cta{padding:.875rem 2rem;font-size:1rem}.hero-image img{max-height:45vh}.nav-button{width:45px;height:45px}.nav-prev{left:.75rem}.nav-next{right:.75rem}}@media(max-width:640px){.hero-content{padding:1rem}.hero-headline{font-size:2rem;margin-bottom:.75rem}.hero-subheadline{font-size:1rem;margin-bottom:1.5rem}.hero-details{padding:1.25rem;margin-bottom:1.5rem}.detail-item{padding:.625rem 0}.detail-label,.detail-value{font-size:.875rem}.hero-cta{padding:.75rem 1.75rem;font-size:.95rem}.hero-image img{max-height:40vh}.nav-button{width:40px;height:40px}.nav-prev{left:.5rem}.nav-next{right:.5rem}.hero-indicators{bottom:1.5rem;gap:.75rem}.indicator{width:10px;height:10px}.indicator.active{width:32px}}@media(max-width:480px){.hero-headline{font-size:1.75rem}.hero-subheadline{font-size:.9rem}.hero-details{padding:1rem}.detail-label,.detail-value{font-size:.8rem}.hero-cta{padding:.625rem 1.5rem;font-size:.875rem}.hero-image img{max-height:35vh}}.home-first-section{display:flex;justify-content:center;align-items:center;min-height:20vh;padding:5rem 2rem;background:#fff;border-top:2px solid #1D5F40;position:relative;overflow:hidden}.home-first-section:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(29,95,64,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.section-content{max-width:1200px;width:100%;animation:fadeInUp .8s ease-out}.section-text{max-width:800px;margin:0 auto;text-align:center}.section-text h1{font-size:3.5rem;font-weight:800;color:#1d5f40;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.section-text p{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.learn-button{padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;background:#1d5f40;color:#fff;border:2px solid #1D5F40;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1d5f4033}.learn-button:hover{background:#155032;transform:translateY(-3px);box-shadow:0 6px 25px #1d5f4059}.learn-button:active{transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.home-first-section{min-height:60vh;padding:4rem 2rem}.section-text h1{font-size:3rem}.section-text p{font-size:1.0625rem}}@media(max-width:768px){.home-first-section{min-height:50vh;padding:3.5rem 1.5rem}.home-first-section:before{width:300px;height:300px}.section-text h1{font-size:2.5rem;margin-bottom:1.25rem}.section-text p{font-size:1rem;margin-bottom:2rem}.learn-button{padding:.875rem 2rem;font-size:1rem}}@media(max-width:640px){.home-first-section{padding:3rem 1rem}.section-text h1{font-size:2rem}.section-text p{font-size:.95rem;line-height:1.7}.learn-button{width:100%;max-width:280px;padding:.875rem 1.75rem}}@media(max-width:480px){.home-first-section{padding:2.5rem 1rem}.section-text h1{font-size:1.75rem;margin-bottom:1rem}.section-text p{font-size:.875rem;margin-bottom:1.75rem}.learn-button{font-size:.9375rem}}@media(prefers-reduced-motion:reduce){.home-first-section:before,.section-content{animation:none}.learn-button{transition:none}.learn-button:hover{transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.sendmain{display:flex;flex-direction:column;align-items:center;padding:80px 5%}.why{margin-bottom:60px;font-size:clamp(2.5rem,5vw,4rem);color:var(--primary-green);animation:fadeInUp .8s ease-out;text-align:center}.main-class{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px;width:100%;gap:24px}.secondCard{display:flex;align-items:center;flex-direction:column;border:1px solid #60d171;padding:30px;border-radius:20px;box-shadow:0 4px 15px #1d5f401a,0 2px 8px #60d17126;transition:all .4s ease;animation:scaleIn .6s ease-out}.secondCard h2,.secondCard h3{color:var(--primary-green)}.secondCard ul li{color:var(--primary-green);margin-bottom:9px}.secondCard:nth-child(1){animation:slideInLeft .8s ease-out}.secondCard:nth-child(2){animation:fadeInUp .8s ease-out .2s backwards}.secondCard:nth-child(3){animation:slideInRight .8s ease-out}.secondCard:hover{transform:translateY(-10px);box-shadow:0 12px 35px #1d5f4033,0 8px 20px #60d17140;border-color:var(--primary-green)}.secondCard span{background-color:#9bdea5;padding:30px;border-radius:50%;margin-bottom:25px;box-shadow:0 4px 12px #9bdea566,inset 0 -2px 8px #1d5f401a;transition:all .3s ease}.secondCard:hover span{animation:iconPulse .6s ease-in-out;box-shadow:0 6px 20px #9bdea599,inset 0 -2px 8px #1d5f4026}.secondCard span ion-icon{font-size:40px;color:var(--primary-green);transition:transform .3s ease}.secondCard:hover span ion-icon{transform:scale(1.1)}.secondCard h1{color:var(--primary-green);margin-bottom:20px;font-size:clamp(1.5rem,2.5vw,2rem);transition:color .3s ease;text-align:center}.secondCard:hover h1{color:#60d171}.secondCard p{color:var(--primary-green);font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.6;text-align:center}@media(max-width:1400px){.sendmain{padding:70px 4%}.why{margin-bottom:50px}}@media(max-width:1024px){.sendmain{padding:60px 5%}.why{font-size:clamp(2.2rem,5vw,3.5rem);margin-bottom:45px}.secondCard{padding:28px}.secondCard span{padding:28px;margin-bottom:22px}.secondCard span ion-icon{font-size:38px}.secondCard h1{font-size:clamp(1.4rem,2.5vw,1.8rem);margin-bottom:18px}.secondCard p{font-size:clamp(.9rem,1.2vw,1rem)}}@media(max-width:768px){.sendmain{padding:50px 5%}.why{font-size:clamp(2rem,7vw,3rem);margin-bottom:40px}.main-class{grid-template-columns:1fr;gap:25px}.secondCard{padding:28px 25px}.secondCard h1{font-size:clamp(1.4rem,5vw,1.8rem);margin-bottom:18px}.secondCard p{font-size:clamp(.9rem,3vw,1rem)}.secondCard span{padding:25px;margin-bottom:20px}.secondCard span ion-icon{font-size:35px}.secondCard:nth-child(1),.secondCard:nth-child(3){animation:fadeInUp .8s ease-out}}@media(max-width:480px){.sendmain{padding:40px 4%}.why{font-size:clamp(1.8rem,8vw,2.5rem);margin-bottom:35px}.main-class{gap:20px}.secondCard{padding:25px 20px}.secondCard h1{font-size:clamp(1.3rem,6vw,1.6rem)}.secondCard p{font-size:.9rem}.secondCard span{padding:22px}.secondCard span ion-icon{font-size:32px}}:root{--primary-green: #1D5F40;--transition: all .3s ease}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.stats-section{background-color:#fff;padding:5rem 0}.stats-section h1{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-green)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding:0 5%;max-width:1200px;margin:0 auto}.stat-card{text-align:center;padding:2rem;background:#f9f9f9;border-radius:12px;animation:slideInRight .8s ease-out}.stat-card:nth-child(1){animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-card h2{font-size:2.5rem;color:#1f7a4d;margin-bottom:.5rem}.stat-card p{font-size:1rem;color:#444}@media(max-width:1024px){.stats-section{padding:4rem 0}.stats-section h1{font-size:2.2rem;margin-bottom:2.5rem}.stats-grid{gap:1.8rem}.stat-card{padding:1.8rem}.stat-card h2{font-size:2.2rem}.stat-card p{font-size:.95rem}}@media(max-width:768px){.stats-section{padding:3rem 0}.stats-section h1{font-size:clamp(1.8rem,5vw,2rem);margin-bottom:2rem;padding:0 5%}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{padding:1.5rem}.stat-card h2{font-size:clamp(1.8rem,5vw,2rem)}.stat-card p{font-size:.9rem}}@media(max-width:480px){.stats-section{padding:2.5rem 0}.stats-section h1{font-size:clamp(1.5rem,6vw,1.8rem);margin-bottom:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1.2rem}.stat-card{padding:1.3rem}.stat-card h2{font-size:clamp(1.6rem,6vw,1.8rem);margin-bottom:.4rem}.stat-card p{font-size:.85rem}}.comp-home{display:flex;justify-content:center;align-items:center;padding:2rem}.composition-section{margin-bottom:5rem;width:100%;max-width:1200px}.composition-card{background:linear-gradient(135deg,#f7f9f7,#e8f3ed);border:3px solid #1D5F40;border-radius:20px;padding:3rem;text-align:center}.composition-card svg{color:#1d5f40;margin-bottom:1.5rem}.composition-card h3{font-size:1.75rem;font-weight:700;color:#1d5f40;margin-bottom:1rem;line-height:1.3}.composition-card p{font-size:1.125rem;color:#4a5568;max-width:700px;margin:0 auto;line-height:1.7}@media(max-width:1024px){.comp-home{padding:1.5rem}.composition-section{margin-bottom:4rem}.composition-card{padding:2.5rem 2rem}.composition-card h3{font-size:1.625rem}.composition-card p{font-size:1.0625rem}}@media(max-width:768px){.comp-home{padding:1.5rem}.composition-section{margin-bottom:3.5rem}.composition-card{padding:2.5rem 1.5rem;border-radius:16px}.composition-card svg{width:36px;height:36px;margin-bottom:1.25rem}.composition-card h3{font-size:1.5rem;margin-bottom:.875rem}.composition-card p{font-size:1rem;line-height:1.6}}@media(max-width:640px){.comp-home{padding:1rem}.composition-section{margin-bottom:3rem}.composition-card{padding:2rem 1.25rem}.composition-card svg{width:32px;height:32px;margin-bottom:1rem}.composition-card h3{font-size:1.375rem;margin-bottom:.75rem}.composition-card p{font-size:.95rem}}@media(max-width:480px){.comp-home{padding:.75rem}.composition-section{margin-bottom:2.5rem}.composition-card{padding:1.75rem 1rem;border-width:2px}.composition-card svg{width:28px;height:28px}.composition-card h3{font-size:1.25rem}.composition-card p{font-size:.875rem;line-height:1.5}}.about-page{min-height:100vh;background:#fff}.about-hero{background:linear-gradient(135deg,#1d5f40,#155032);padding:5rem 2rem 4rem;text-align:center;color:#fff}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.about-hero-subtitle{font-size:1.25rem;opacity:.95;line-height:1.6}.about-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title{font-size:2.5rem;font-weight:700;color:#1d5f40;text-align:center;margin-bottom:3rem}.why-choose{margin-bottom:5rem}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.why-choose-text h2{font-size:2.5rem;font-weight:700;color:#1d5f40;margin-bottom:1rem}.why-intro{font-size:1.125rem;line-height:1.7;color:#4a5568;margin-bottom:2rem}.features-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f7f9f7;border-radius:8px;transition:all .3s ease}.feature-item:hover{background:#e8f3ed;transform:translate(5px)}.feature-icon{flex-shrink:0;color:#1d5f40}.feature-text{font-size:1rem;color:#2d3748;font-weight:500}.why-choose-image{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #1d5f4033}.why-choose-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.why-choose-image:hover img{transform:scale(1.05)}.product-info{margin-bottom:5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{background:#fff;border:2px solid #e8f3ed;border-radius:16px;padding:2rem;transition:all .3s ease}.info-card:hover{border-color:#1d5f40;box-shadow:0 8px 24px #1d5f4026}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:#f7f9f7;border-radius:50%;color:#1d5f40;margin-bottom:1.25rem}.info-card h3{font-size:1.375rem;font-weight:700;color:#1d5f40;margin-bottom:1rem}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{font-size:.95rem;line-height:1.8;color:#4a5568;margin-bottom:.5rem}.info-card li strong{color:#1d5f40;font-weight:600}.effects-section{margin-bottom:5rem}.effects-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.effects-card{border-radius:16px;padding:2.5rem;border:2px solid}.effects-card.desired{background:#f0fdf4;border-color:#1d5f40}.effects-card.side{background:#fff5f5;border-color:#feb2b2}.effects-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.effects-card.desired .effects-header{color:#1d5f40}.effects-card.side .effects-header{color:#c53030}.effects-header h3{font-size:1.5rem;font-weight:700;margin:0}.effects-card ul{list-style:none;padding:0;margin:0}.effects-card li{padding:.75rem 0;font-size:1rem;line-height:1.6;border-bottom:1px solid rgba(0,0,0,.1)}.effects-card li:last-child{border-bottom:none}.effects-card.desired li{color:#15803d}.effects-card.side li{color:#991b1b}.effects-note{margin-top:1.5rem;font-size:.95rem;font-style:italic;color:#742a2a;font-weight:600}.medication-section{margin-bottom:5rem}.medication-warning{background:#fef3c7;border:2px solid #f59e0b;border-radius:16px;padding:2.5rem;display:flex;gap:2rem;align-items:flex-start}.warning-icon{flex-shrink:0;color:#d97706}.warning-content h3{font-size:1.75rem;font-weight:700;color:#92400e;margin-bottom:1rem}.warning-content p{font-size:1.05rem;color:#78350f;margin-bottom:1rem}.medication-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.medication-tag{background:#fff;color:#92400e;padding:.5rem 1rem;border-radius:50px;font-size:.95rem;font-weight:600;border:2px solid #fbbf24}.warning-text{font-size:1.125rem;font-weight:700;color:#b45309;margin:0}.reminders-section{margin-bottom:5rem}.reminders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.reminder-card{display:flex;align-items:flex-start;gap:1rem;background:#fef3c7;border:2px solid #fbbf24;border-radius:12px;padding:1.5rem;transition:all .3s ease}.reminder-card:hover{transform:translateY(-3px);box-shadow:0 6px 15px #f59e0b33}.reminder-card svg{flex-shrink:0;color:#d97706;margin-top:2px}.reminder-card p{margin:0;font-size:.95rem;line-height:1.6;color:#78350f;font-weight:500}.caution-section{margin-bottom:5rem}.caution-card{background:#fef2f2;border:2px solid #fca5a5;border-radius:16px;padding:2.5rem}.caution-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;color:#dc2626}.caution-header h3{font-size:1.75rem;font-weight:700;margin:0}.caution-list{list-style:none;padding:0;margin:0}.caution-list li{padding:1rem;margin-bottom:.75rem;background:#fff;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;font-size:1rem;font-weight:500}.legal-notice-section{margin-bottom:5rem}.legal-notice-card{background:#fef2f2;border:3px solid #dc2626;border-radius:16px;padding:2.5rem;text-align:center}.legal-notice-card svg{color:#dc2626;margin-bottom:1rem}.legal-notice-card h3{font-size:2rem;font-weight:700;color:#991b1b;margin-bottom:1rem}.legal-notice-card p{font-size:1.125rem;color:#7f1d1d;margin:.5rem 0;line-height:1.7}.about-cta{background:linear-gradient(135deg,#f7f9f7,#e8f3ed);border:2px solid #1D5F40;border-radius:20px;padding:3rem;text-align:center;margin-bottom:3rem}.about-cta h2{font-size:2.25rem;font-weight:700;color:#1d5f40;margin-bottom:1rem}.about-cta p{font-size:1.125rem;line-height:1.7;color:#4a5568;max-width:700px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-block}.cta-button.primary{background:#1d5f40;color:#fff;border:2px solid #1D5F40}.cta-button.primary:hover{background:#155032;transform:translateY(-2px);box-shadow:0 6px 20px #1d5f404d}.cta-button.secondary{background:#fff;color:#1d5f40;border:2px solid #1D5F40}.cta-button.secondary:hover{background:#f7f9f7;transform:translateY(-2px);box-shadow:0 6px 20px #1d5f4033}.about-disclaimer{background:#fff5f5;border:2px solid #feb2b2;border-radius:12px;padding:2rem;text-align:center}.about-disclaimer p{font-size:.95rem;line-height:1.7;color:#742a2a;margin:0}.about-disclaimer strong{color:#c53030}@media(max-width:1024px){.about-hero-title{font-size:3rem}.about-container{padding:3rem 1.5rem}.why-choose-content{grid-template-columns:1fr;gap:2.5rem}.effects-grid{grid-template-columns:1fr}.medication-warning{flex-direction:column;gap:1.5rem}}@media(max-width:768px){.about-hero{padding:4rem 1.5rem 3rem}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.125rem}.about-container{padding:2.5rem 1.5rem}.section-title,.why-choose-text h2{font-size:2rem}.why-intro{font-size:1rem}.info-grid{grid-template-columns:1fr}.about-cta h2{font-size:1.875rem}.cta-buttons{flex-direction:column}.cta-button{width:100%}}@media(max-width:640px){.about-hero{padding:3rem 1rem 2.5rem}.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1rem}.about-container{padding:2rem 1rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.why-choose-text h2{font-size:1.75rem}.medication-warning{padding:2rem 1.5rem}.warning-content h3{font-size:1.5rem}.medication-list{gap:.5rem}.medication-tag{font-size:.875rem;padding:.375rem .875rem}.reminders-grid{grid-template-columns:1fr}.caution-card{padding:2rem 1.5rem}.caution-header h3{font-size:1.5rem}.legal-notice-card{padding:2rem 1.5rem}.legal-notice-card h3{font-size:1.75rem}.about-cta{padding:2.5rem 1.5rem}.about-cta h2{font-size:1.625rem}.about-cta p{font-size:1rem}.about-disclaimer{padding:1.5rem}.about-disclaimer p{font-size:.875rem}}@media(max-width:480px){.about-hero-title{font-size:1.75rem}.section-title,.why-choose-text h2,.about-cta h2{font-size:1.5rem}.effects-card{padding:2rem 1.5rem}.effects-header h3{font-size:1.25rem}.composition-card h3{font-size:1.375rem}.legal-notice-card h3{font-size:1.5rem}}.gallery-page{min-height:100vh;background:#fff}.gallery-hero{background:linear-gradient(135deg,#1d5f40,#155032);padding:5rem 2rem 4rem;text-align:center;color:#fff}.gallery-hero-content{max-width:800px;margin:0 auto}.gallery-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.gallery-hero-subtitle{font-size:1.25rem;opacity:.95;line-height:1.6}.gallery-container{max-width:1400px;margin:0 auto;padding:4rem 2rem}.category-filter{margin-bottom:3rem}.filter-title{font-size:2rem;font-weight:700;color:#1d5f40;margin-bottom:1.5rem;text-align:center}.category-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.category-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#fff;border:2px solid #e8f3ed;border-radius:50px;color:#1d5f40;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:#1d5f40;background:#f7f9f7;transform:translateY(-2px);box-shadow:0 4px 12px #1d5f4026}.category-btn.active{background:#1d5f40;color:#fff;border-color:#1d5f40;box-shadow:0 4px 15px #1d5f404d}.category-icon{display:flex;align-items:center}.category-description{background:#f7f9f7;border-left:4px solid #1D5F40;padding:1.5rem 2rem;border-radius:8px;margin-bottom:3rem;text-align:center}.category-description p{font-size:1.125rem;color:#4a5568;margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.gallery-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.gallery-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #1d5f4026}.gallery-image{position:relative;height:250px;overflow:hidden}.gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-card:hover .gallery-image img{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#1d5f40cc,#155032e6);display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery-card:hover .gallery-overlay{opacity:1}.overlay-content{text-align:center;color:#fff}.overlay-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.overlay-content p{font-size:.95rem;line-height:1.5}.gallery-info{padding:1.5rem}.gallery-item-title{font-size:1.25rem;font-weight:700;color:#1d5f40;margin-bottom:.5rem}.gallery-item-description{font-size:.95rem;color:#4a5568;line-height:1.6;margin:0}.no-results{text-align:center;padding:4rem 2rem}.no-results p{font-size:1.25rem;color:#718096}.info-banner{background:linear-gradient(135deg,#f7f9f7,#e8f3ed);border:2px solid #1D5F40;border-radius:16px;padding:2.5rem;text-align:center}.info-banner h2{font-size:1.75rem;font-weight:700;color:#1d5f40;margin-bottom:1rem}.info-banner p{font-size:1.05rem;color:#4a5568;line-height:1.8;max-width:900px;margin:0 auto}@media(max-width:1200px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem}}@media(max-width:1024px){.gallery-hero-title{font-size:3rem}.gallery-container{padding:3rem 1.5rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}}@media(max-width:768px){.gallery-hero{padding:4rem 1.5rem 3rem}.gallery-hero-title{font-size:2.5rem}.gallery-hero-subtitle{font-size:1.125rem}.gallery-container{padding:2.5rem 1.5rem}.filter-title{font-size:1.75rem}.category-buttons{gap:.75rem}.category-btn{padding:.75rem 1.25rem;font-size:.95rem}.category-description{padding:1.25rem 1.5rem}.category-description p{font-size:1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.gallery-image{height:220px}.info-banner{padding:2rem 1.5rem}.info-banner h2{font-size:1.5rem}.info-banner p{font-size:1rem}}@media(max-width:640px){.gallery-hero{padding:3rem 1rem 2.5rem}.gallery-hero-title{font-size:2rem}.gallery-hero-subtitle{font-size:1rem}.gallery-container{padding:2rem 1rem}.filter-title{font-size:1.5rem}.category-buttons{gap:.5rem}.category-btn{padding:.625rem 1rem;font-size:.875rem}.category-name{display:none}.category-btn .category-icon{margin:0}.category-description{padding:1rem}.category-description p{font-size:.95rem}.gallery-grid{grid-template-columns:1fr;gap:1.25rem}.gallery-image{height:200px}.gallery-info{padding:1.25rem}.gallery-item-title{font-size:1.125rem}.gallery-item-description{font-size:.875rem}.overlay-content h3{font-size:1.25rem}.overlay-content p{font-size:.875rem}.info-banner{padding:1.75rem 1.25rem}.info-banner h2{font-size:1.375rem}.info-banner p{font-size:.95rem}}@media(max-width:480px){.gallery-hero-title{font-size:1.75rem}.filter-title{font-size:1.375rem}.category-btn{padding:.5rem .875rem}.gallery-image{height:180px}.info-banner h2{font-size:1.25rem}.info-banner p{font-size:.875rem}}@media(max-width:640px){.category-btn{position:relative}.category-btn:hover .category-name,.category-btn.active .category-name{display:block;position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#1d5f40;color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;white-space:nowrap;z-index:10}.category-btn:hover .category-name:before,.category-btn.active .category-name:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #1D5F40}}.contact-page{min-height:100vh;background:#fff}.contact-hero{background:linear-gradient(135deg,#1d5f40,#155032);padding:5rem 2rem 4rem;text-align:center;color:#fff}.contact-hero-content{max-width:800px;margin:0 auto}.contact-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.contact-hero-subtitle{font-size:1.25rem;opacity:.95;line-height:1.6}.contact-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.legal-notice{background:#fff5f5;border:2px solid #feb2b2;border-radius:16px;padding:2rem;margin-bottom:3rem;display:flex;gap:1.5rem;align-items:flex-start}.legal-notice-icon{flex-shrink:0;color:#c53030}.legal-notice-content h2{font-size:1.5rem;font-weight:700;color:#c53030;margin-bottom:.5rem}.legal-status{font-size:1.125rem;font-weight:600;color:#742a2a;margin-bottom:.75rem}.legal-description{font-size:.95rem;color:#742a2a;line-height:1.6;margin:0}.purchase-section{margin-bottom:4rem}.main-purchase{background:linear-gradient(135deg,#f7f9f7,#e8f3ed);border:2px solid #1D5F40;border-radius:20px;padding:3rem;text-align:center;margin-bottom:2rem}.purchase-icon{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:#1d5f40;border-radius:50%;color:#fff;margin-bottom:1.5rem}.main-purchase h2{font-size:2rem;font-weight:700;color:#1d5f40;margin-bottom:1rem}.purchase-instruction{font-size:1.125rem;color:#4a5568;margin-bottom:1.5rem}.product-highlight{background:#1d5f40;color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-size:1.5rem;font-weight:800;margin:1.5rem auto;display:inline-block;box-shadow:0 4px 15px #1d5f404d}.availability-text{font-size:1rem;color:#4a5568;margin-top:1rem}.contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.contact-info-card{background:#fff;border:2px solid #e8f3ed;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.contact-info-card:hover{border-color:#1d5f40;transform:translateY(-5px);box-shadow:0 10px 30px #1d5f4026}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#f7f9f7;border-radius:50%;color:#1d5f40;margin-bottom:1rem}.contact-info-card h3{font-size:1.25rem;font-weight:700;color:#1d5f40;margin-bottom:.5rem}.contact-info-card p{font-size:.95rem;color:#4a5568;margin:0}.additional-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.info-box{display:flex;align-items:center;gap:1rem;background:#fff;border:2px solid #e8f3ed;border-radius:16px;padding:1.5rem;transition:all .3s ease}.info-box:hover{border-color:#1d5f40;box-shadow:0 4px 12px #1d5f401a}.info-box svg{color:#1d5f40;flex-shrink:0}.info-box h4{font-size:1.125rem;font-weight:700;color:#1d5f40;margin:0 0 .25rem}.info-box p{font-size:.95rem;color:#4a5568;margin:0}@media(max-width:1024px){.contact-hero-title{font-size:3rem}.contact-container{padding:3rem 1.5rem}.main-purchase{padding:2.5rem 2rem}}@media(max-width:768px){.contact-hero{padding:4rem 1.5rem 3rem}.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1.125rem}.contact-container{padding:2.5rem 1.5rem}.legal-notice{flex-direction:column;padding:1.5rem;gap:1rem}.legal-notice-content h2{font-size:1.25rem}.legal-status{font-size:1rem}.main-purchase{padding:2rem 1.5rem}.main-purchase h2{font-size:1.75rem}.product-highlight{font-size:1.25rem;padding:1rem 2rem}.contact-cards-grid{grid-template-columns:1fr}.contact-form-section{padding:2.5rem 2rem}.form-intro h2{font-size:1.75rem}.form-row{grid-template-columns:1fr;gap:0}}@media(max-width:640px){.contact-hero{padding:3rem 1rem 2.5rem}.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1rem}.contact-container{padding:2rem 1rem}.legal-notice{padding:1.25rem}.legal-notice-icon svg{width:24px;height:24px}.legal-notice-content h2{font-size:1.125rem}.legal-description{font-size:.875rem}.main-purchase{padding:1.75rem 1.25rem}.purchase-icon{width:60px;height:60px}.purchase-icon svg{width:28px;height:28px}.main-purchase h2{font-size:1.5rem}.purchase-instruction{font-size:1rem}.product-highlight{font-size:1.125rem;padding:.875rem 1.75rem}.contact-info-card{padding:1.5rem}.card-icon{width:48px;height:48px}.contact-form-section{padding:2rem 1.5rem}.form-intro h2{font-size:1.5rem}.form-intro p{font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem 1rem;font-size:.95rem}.submit-button{padding:.875rem 1.75rem;font-size:1rem}.info-box{padding:1.25rem}.info-box h4{font-size:1rem}.info-box p{font-size:.875rem}}@media(max-width:480px){.contact-hero-title{font-size:1.75rem}.main-purchase h2{font-size:1.375rem}.product-highlight{font-size:1rem;padding:.75rem 1.5rem}.form-intro h2{font-size:1.375rem}}.age-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1d5f40f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.age-modal{background:#fff;border-radius:20px;max-width:550px;width:100%;padding:3rem;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.age-header{text-align:center;margin-bottom:2rem}.age-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#1d5f40,#155032);border-radius:50%;color:#fff;margin-bottom:1.5rem}.age-title{font-size:1.875rem;font-weight:800;color:#1d5f40;margin:0;line-height:1.2}.age-content{margin-bottom:2rem}.age-main-text{font-size:1.125rem;text-align:center;color:#2d3748;margin-bottom:1rem}.age-main-text strong{color:#1d5f40;font-weight:700}.age-verification-text{font-size:1rem;text-align:center;color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.age-verification-text strong{color:#1d5f40;font-weight:700}.age-disclaimer{display:flex;align-items:flex-start;gap:.75rem;background:#f7f9f7;border:2px solid #e8f3ed;border-radius:12px;padding:1.25rem;margin-top:1.5rem}.age-disclaimer svg{color:#1d5f40;flex-shrink:0;margin-top:2px}.age-disclaimer p{font-size:.875rem;color:#4a5568;line-height:1.6;margin:0}.age-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.age-button{width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.age-button span{position:relative;z-index:1}.age-yes{background:#1d5f40;color:#fff;box-shadow:0 4px 15px #1d5f404d}.age-yes:hover{background:#155032;transform:translateY(-2px);box-shadow:0 6px 20px #1d5f4066}.age-yes:active{transform:translateY(0)}.age-no{background:#fff;color:#1d5f40;border:2px solid #1D5F40}.age-no:hover{background:#f7f9f7;transform:translateY(-2px);box-shadow:0 4px 12px #1d5f4026}.age-no:active{transform:translateY(0)}.age-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e8f3ed}.age-footer-text{font-size:.875rem;color:#718096;margin-bottom:.75rem}.age-footer-links{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.age-footer-links a{color:#1d5f40;text-decoration:none;font-size:.875rem;font-weight:600;transition:color .3s ease}.age-footer-links a:hover{color:#155032;text-decoration:underline}.age-footer-links .separator{color:#cbd5e0}@media(max-width:768px){.age-overlay{padding:1rem}.age-modal{padding:2.5rem 2rem;border-radius:16px}.age-icon{width:70px;height:70px;margin-bottom:1.25rem}.age-icon svg{width:40px;height:40px}.age-title{font-size:1.625rem}.age-main-text{font-size:1rem}.age-verification-text{font-size:.95rem}.age-disclaimer{padding:1rem}.age-disclaimer p{font-size:.8125rem}.age-button{padding:.875rem 1.75rem;font-size:1rem}}@media(max-width:640px){.age-modal{padding:2rem 1.5rem}.age-icon{width:60px;height:60px;margin-bottom:1rem}.age-icon svg{width:32px;height:32px}.age-title{font-size:1.5rem}.age-main-text{font-size:.95rem}.age-verification-text{font-size:.875rem}.age-disclaimer{padding:.875rem;gap:.625rem}.age-disclaimer svg{width:18px;height:18px}.age-disclaimer p{font-size:.75rem}.age-button{padding:.75rem 1.5rem;font-size:.9375rem}.age-footer-text{font-size:.8125rem}.age-footer-links{flex-direction:column;gap:.5rem}.age-footer-links .separator{display:none}}@media(max-width:480px){.age-overlay{padding:.75rem}.age-modal{padding:1.75rem 1.25rem}.age-icon{width:56px;height:56px}.age-title{font-size:1.375rem}.age-main-text{font-size:.875rem}.age-verification-text{font-size:.8125rem}}@media(prefers-reduced-motion:reduce){.age-overlay,.age-modal{animation:none}.age-button{transition:none}}
