:root{--color-bg:#fafaf7;--color-bg-alt:#f2ede6;--color-bg-warm:#eae4db;--color-bg-card:#fff;--color-text:#1a1a1a;--color-text-secondary:#5a5a5a;--color-text-muted:#8a8a8a;--color-accent:#1b4332;--color-accent-light:#2d6a4f;--color-accent-hover:#245c42;--color-accent-pale:#d8f3dc;--color-gold:#b8860b;--color-gold-light:#d4a84b;--color-border:#e0dcd6;--color-border-light:#edebe7;--color-white:#fff;--color-overlay:#1a1a1a08;--font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-accent:"Outfit", "Helvetica Neue", sans-serif;--section-padding:clamp(80px, 12vw, 160px);--container-width:1400px;--container-padding:clamp(24px, 5vw, 80px);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out-quart:cubic-bezier(.76, 0, .24, 1);--ease-out-quint:cubic-bezier(.22, 1, .36, 1);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:40px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}html.lenis,html.lenis body{height:auto}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);line-height:1.7;position:relative;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:9998;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:600;line-height:1.15}h1{letter-spacing:-.02em;font-size:clamp(2.8rem,6vw,5.5rem)}h2{letter-spacing:-.02em;font-size:clamp(2.2rem,4.5vw,4rem)}h3{letter-spacing:-.01em;font-size:clamp(1.5rem,2.5vw,2rem)}h4{font-size:clamp(1.2rem,1.5vw,1.4rem)}p{color:var(--color-text-secondary);max-width:65ch;font-size:clamp(.95rem,1.1vw,1.1rem)}.text-accent{color:var(--color-accent)}.text-gold{color:var(--color-gold)}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.container{width:100%;max-width:var(--container-width);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-padding) 0;position:relative}.section-label{font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:12px;margin-bottom:24px;font-size:.8rem;font-weight:500;display:flex}.section-label:before{content:"";background:var(--color-accent);width:40px;height:1.5px;display:inline-block}.section-heading{margin-bottom:24px}.section-description{max-width:580px;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.8}.preloader{z-index:10000;background:var(--color-bg);transition:transform 1.2s var(--ease-in-out-quart);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.preloader.done{transform:translateY(-100%)}.preloader-brand{font-family:var(--font-accent);letter-spacing:.3em;text-transform:uppercase;color:var(--color-accent);font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600;overflow:hidden}.preloader-brand span{opacity:0;display:inline-block;transform:translateY(100%)}.preloader-line{background:var(--color-accent);width:0;height:1.5px;transition:width 1.8s var(--ease-out-expo);margin-top:20px}.preloader-line.grow{width:120px}.preloader-counter{font-family:var(--font-accent);letter-spacing:.1em;color:var(--color-text-muted);opacity:0;margin-top:16px;font-size:.75rem;transition:opacity .5s}.preloader-counter.show{opacity:1}.nav{z-index:1000;transition:all .5s var(--ease-out-expo);padding:24px 0;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--color-border-light);background:#fafaf7d9;padding:14px 0}.nav-inner{max-width:var(--container-width);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo{font-family:var(--font-accent);letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}.nav-logo-icon{background:var(--color-accent);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nav-logo-icon svg{width:18px;height:18px;fill:var(--color-white)}.nav-links{align-items:center;gap:40px;display:flex}.nav-link{font-family:var(--font-accent);letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);padding:4px 0;font-size:.85rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--color-accent);width:0;height:1.5px;transition:width .4s var(--ease-out-expo);position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:var(--color-accent)}.nav-cta{font-family:var(--font-accent);letter-spacing:.05em;text-transform:uppercase;background:var(--color-accent);color:var(--color-white);border-radius:var(--radius-full);transition:all .4s var(--ease-out-expo);padding:12px 28px;font-size:.8rem;font-weight:600}.nav-cta:hover{background:var(--color-accent-hover)}.nav-hamburger{cursor:pointer;z-index:1001;flex-direction:column;justify-content:space-between;width:32px;height:24px;display:none}.nav-hamburger span{background:var(--color-text);width:100%;height:2px;transition:all .4s var(--ease-out-expo);transform-origin:50%;border-radius:2px}.nav-hamburger.open span:first-child{transform:rotate(45deg)translate(8px,8px)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}.mobile-menu{z-index:999;background:var(--color-bg);opacity:0;pointer-events:none;transition:opacity .5s var(--ease-out-expo);flex-direction:column;justify-content:center;align-items:center;gap:32px;display:flex;position:fixed;inset:0}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{font-family:var(--font-heading);color:var(--color-text);opacity:0;transition:all .5s var(--ease-out-expo);font-size:clamp(2rem,5vw,3rem);font-weight:600;transform:translateY(30px)}.mobile-menu.open a{opacity:1;transform:translateY(0)}.mobile-menu.open a:first-child{transition-delay:.1s}.mobile-menu.open a:nth-child(2){transition-delay:.15s}.mobile-menu.open a:nth-child(3){transition-delay:.2s}.mobile-menu.open a:nth-child(4){transition-delay:.25s}.mobile-menu.open a:nth-child(5){transition-delay:.3s}.mobile-menu a:hover{color:var(--color-accent)}.hero{align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,80px);width:100%;display:grid}.hero-content{z-index:2;position:relative}.hero-label{font-family:var(--font-accent);letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);opacity:0;align-items:center;gap:14px;margin-bottom:28px;font-size:.78rem;font-weight:600;display:flex}.hero-label:before{content:"";background:var(--color-gold);width:50px;height:1.5px}.hero-heading{margin-bottom:32px;font-size:clamp(3rem,6.5vw,5.5rem);line-height:1.05}.hero-heading .word{vertical-align:top;margin-right:.22em;display:inline-block;overflow:hidden}.hero-heading .word-inner{transition:transform 1s var(--ease-out-expo);display:inline-block;transform:translateY(105%)}.hero-heading .italic{color:var(--color-accent);font-style:italic}.hero-description{max-width:500px;color:var(--color-text-secondary);opacity:0;margin-bottom:40px;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.8;transform:translateY(20px)}.hero-buttons{opacity:0;flex-wrap:wrap;gap:16px;display:flex;transform:translateY(20px)}.hero-visual{z-index:1;position:relative}.hero-image-wrapper{border-radius:var(--radius-xl);aspect-ratio:4/5;opacity:0;position:relative;overflow:hidden;transform:scale(.9)translateY(30px)}.hero-image-wrapper img,.hero-image-wrapper video{object-fit:cover;width:100%;height:100%;transition:transform 8s var(--ease-out-expo)}.hero-image-wrapper:hover img,.hero-image-wrapper:hover video{transform:scale(1.05)}.hero-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(135deg,#1b433214,#0000 60%);position:absolute;inset:0}.hero-floating-badge{background:var(--color-white);border-radius:var(--radius-lg);z-index:3;opacity:0;align-items:center;gap:14px;padding:20px 28px;display:flex;position:absolute;bottom:-20px;left:-30px;transform:translateY(20px);box-shadow:0 20px 60px #00000014}.hero-floating-badge .badge-icon{background:var(--color-accent-pale);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hero-floating-badge .badge-icon svg{width:24px;height:24px;stroke:var(--color-accent);fill:none;stroke-width:2px}.hero-floating-badge .badge-text{font-family:var(--font-accent)}.hero-floating-badge .badge-number{color:var(--color-accent);font-size:1.5rem;font-weight:700;line-height:1.2}.hero-floating-badge .badge-label{color:var(--color-text-muted);letter-spacing:.05em;font-size:.75rem}.hero-scroll-indicator{opacity:0;flex-direction:column;align-items:center;gap:8px;animation:1s 2.5s forwards fadeInUp;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-scroll-indicator span{font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);font-size:.7rem}.hero-scroll-indicator .scroll-line{background:var(--color-border);width:1px;height:40px;position:relative;overflow:hidden}.hero-scroll-indicator .scroll-line:after{content:"";background:var(--color-accent);width:100%;height:100%;animation:2s ease-in-out infinite scrollDown;position:absolute;top:-100%;left:0}@keyframes scrollDown{0%{top:-100%}50%{top:100%}to{top:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn{font-family:var(--font-accent);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);transition:all .4s var(--ease-out-expo);cursor:pointer;align-items:center;gap:10px;padding:16px 36px;font-size:.85rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--color-accent);color:var(--color-white)}.btn-primary:hover{background:var(--color-accent-hover)}.btn-outline{color:var(--color-accent);border:1.5px solid var(--color-accent);background:0 0}.btn-outline:hover{background:var(--color-accent);color:var(--color-white)}.btn-white{background:var(--color-white);color:var(--color-accent)}.btn-white:hover{background:#ffffffe6}.btn-white-outline{color:var(--color-white);background:0 0;border:1.5px solid #fff6}.btn-white-outline:hover{border-color:var(--color-white);background:#ffffff1a}.btn-link{font-family:var(--font-accent);letter-spacing:.05em;color:var(--color-accent);transition:gap .3s var(--ease-out-expo);align-items:center;gap:8px;padding:0;font-size:.88rem;font-weight:600;display:inline-flex}.btn-link:hover{gap:14px}.btn-link svg{stroke:currentColor;fill:none;stroke-width:2px;width:18px;height:18px}.btn svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px;transition:transform .3s}.btn:hover svg{transform:translate(3px)}.marquee-section{border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);background:var(--color-bg);padding:32px 0;overflow:hidden}.marquee-track{width:max-content;animation:30s linear infinite marqueeScroll;display:flex}.marquee-track:hover{animation-play-state:paused}.marquee-item{white-space:nowrap;align-items:center;gap:40px;padding:0 40px;display:flex}.marquee-text{font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;color:var(--color-text);font-size:clamp(.85rem,1.2vw,1.1rem);font-weight:500}.marquee-dot{background:var(--color-gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,100px);display:grid}.about-image-wrapper{border-radius:var(--radius-lg);aspect-ratio:4/5;position:relative;overflow:hidden}.about-image-wrapper img{object-fit:cover;width:100%;height:100%}.about-text p{margin-bottom:20px}.about-text .highlight{color:var(--color-text);font-weight:500}.stats-section{background:var(--color-bg-alt)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.stat-item{text-align:center;padding:40px 20px;position:relative}.stat-item:not(:last-child):after{content:"";background:var(--color-border);width:1px;height:60%;position:absolute;top:20%;right:0}.stat-number{font-family:var(--font-heading);color:var(--color-accent);margin-bottom:8px;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:700;line-height:1}.stat-suffix{font-family:var(--font-accent);color:var(--color-gold);font-size:clamp(1.2rem,2vw,1.8rem);font-weight:400}.stat-label{font-family:var(--font-accent);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);font-size:.85rem;font-weight:500}.products-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:clamp(40px,5vw,72px);display:flex}.products-header .section-description{text-align:right}.products-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{border-radius:var(--radius-lg);aspect-ratio:4/5;cursor:pointer;display:block;position:relative;overflow:hidden}.product-card .card-image{position:absolute;inset:0}.product-card .card-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out-expo)}.product-card:hover .card-image img{transform:scale(1.08)}.product-card .card-overlay{background:linear-gradient(#0000 30%,#1a1a1ab3 100%);transition:background .5s;position:absolute;inset:0}.product-card:hover .card-overlay{background:linear-gradient(#1b43321a 0%,#1b4332d9 100%)}.product-card .card-content{z-index:2;transition:transform .5s var(--ease-out-expo);padding:32px;position:absolute;bottom:0;left:0;right:0;transform:translateY(20px)}.product-card:hover .card-content{transform:translateY(0)}.product-card .card-number{font-family:var(--font-accent);letter-spacing:.15em;color:var(--color-gold-light);margin-bottom:8px;font-size:.75rem;font-weight:600}.product-card .card-title{font-family:var(--font-heading);color:var(--color-white);margin-bottom:8px;font-size:clamp(1.3rem,1.8vw,1.6rem);font-weight:600}.product-card .card-excerpt{color:#fffc;opacity:0;max-height:0;transition:all .5s var(--ease-out-expo);font-size:.88rem;line-height:1.6;overflow:hidden}.product-card:hover .card-excerpt{opacity:1;max-height:80px;margin-bottom:16px}.product-card .card-arrow{background:var(--color-white);opacity:0;width:48px;height:48px;transition:all .5s var(--ease-out-expo);border-radius:50%;justify-content:center;align-items:center;display:flex;transform:translateY(10px)scale(.8)}.product-card:hover .card-arrow{opacity:1;transform:translateY(0)scale(1)}.product-card .card-arrow svg{width:20px;height:20px;stroke:var(--color-accent);fill:none;stroke-width:2px;transition:transform .3s}.product-card:hover .card-arrow svg{transform:translate(3px)}.why-section{background:var(--color-bg-alt)}.why-grid{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-white);grid-template-columns:repeat(2,1fr);gap:0;display:grid;overflow:hidden}.why-item{border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);transition:background .5s var(--ease-out-expo);padding:clamp(32px,4vw,56px);position:relative}.why-item:nth-child(2n){border-right:none}.why-item:nth-last-child(-n+2){border-bottom:none}.why-item:hover{background:var(--color-accent-pale)}.why-icon{background:var(--color-accent-pale);width:52px;height:52px;transition:background .4s ease, transform .4s var(--ease-out-expo);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.why-item:hover .why-icon{background:var(--color-accent);transform:scale(1.05)}.why-icon svg{width:24px;height:24px;stroke:var(--color-accent);fill:none;stroke-width:1.8px;transition:stroke .4s}.why-item:hover .why-icon svg{stroke:var(--color-white)}.why-title{font-family:var(--font-heading);color:var(--color-text);margin-bottom:10px;font-size:1.25rem;font-weight:600}.why-text{color:var(--color-text-secondary);font-size:.92rem;line-height:1.7}.cta-section{background:var(--color-accent);color:var(--color-white);text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 70%,#2d6a4f80,#0000 50%),radial-gradient(circle at 70% 30%,#b8860b26,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.cta-content{z-index:1;position:relative}.cta-heading{color:var(--color-white);margin-bottom:20px}.cta-text{color:#fffc;max-width:550px;margin:0 auto 40px;font-size:clamp(1rem,1.2vw,1.15rem)}.footer{background:var(--color-text);color:#ffffffb3;padding:clamp(60px,8vw,100px) 0 0}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:clamp(30px,4vw,60px);padding-bottom:clamp(40px,6vw,80px);display:grid}.footer-brand .nav-logo{color:var(--color-white);margin-bottom:20px}.footer-brand .nav-logo-icon{background:var(--color-accent-light)}.footer-brand p{color:#ffffff80;margin-bottom:24px;font-size:.92rem;line-height:1.7}.footer-social{gap:12px;display:flex}.footer-social a{background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social a:hover{background:var(--color-accent);transform:translateY(-2px)}.footer-social svg{fill:#ffffffb3;width:18px;height:18px}.footer-social a:hover svg{fill:var(--color-white)}.footer-column h4{font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;color:var(--color-white);margin-bottom:24px;font-size:.85rem;font-weight:600}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:#ffffff80;font-size:.92rem;transition:color .3s}.footer-column ul li a:hover{color:var(--color-white)}.footer-contact-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.footer-contact-item svg{width:18px;height:18px;stroke:var(--color-accent-light);fill:none;stroke-width:2px;flex-shrink:0;margin-top:3px}.footer-contact-item span{color:#ffffff80;font-size:.9rem;line-height:1.6}.footer-contact-item a{color:#ffffff80;transition:color .3s}.footer-contact-item a:hover{color:var(--color-white)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;display:flex}.footer-bottom p{color:#ffffff59;font-size:.82rem}.back-to-top{cursor:pointer;background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.back-to-top:hover{background:var(--color-accent);transform:translateY(-3px)}.back-to-top svg{stroke:#ffffff80;fill:none;stroke-width:2px;width:20px;height:20px}.back-to-top:hover svg{stroke:var(--color-white)}.page-header{background:var(--color-bg-alt);padding:clamp(140px,18vw,200px) 0 clamp(60px,8vw,100px);position:relative;overflow:hidden}.page-header:after{content:"";background:radial-gradient(circle, var(--color-accent-pale) 0%, transparent 70%);opacity:.5;pointer-events:none;width:400px;height:400px;position:absolute;bottom:0;right:0}.breadcrumb{font-family:var(--font-accent);letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:20px;font-size:.82rem;display:flex}.breadcrumb a{color:var(--color-text-muted);transition:color .3s}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb .sep{color:var(--color-text-muted)}.breadcrumb .current{color:var(--color-accent);font-weight:500}.app-main-connect{min-height:auto}.connect-landing{align-items:flex-start;min-height:auto;padding:clamp(72px,10vw,124px) 0 clamp(24px,4vw,40px);display:flex;position:relative;overflow:hidden}.connect-glow{pointer-events:none;filter:blur(10px);opacity:.7;border-radius:50%;width:clamp(280px,32vw,460px);height:clamp(280px,32vw,460px);position:absolute}.connect-glow-left{background:radial-gradient(circle,#d8f3dcf2 0%,#d8f3dc00 72%);top:-120px;left:-140px}.connect-glow-right{background:radial-gradient(circle,#b8860b29 0%,#b8860b00 70%);bottom:-160px;right:-160px}.connect-shell{width:100%;max-width:860px;margin:0 auto;position:relative}.connect-copy{z-index:1;border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(18px);background:#fffc;border:1px solid #e0dcd6cc;width:100%;padding:clamp(32px,4vw,56px);position:relative;box-shadow:0 28px 80px #1a1a1a14}.connect-brand{font-family:var(--font-accent);letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:clamp(28px,4vw,44px);font-size:.9rem;font-weight:700;transition:color .3s;display:inline-flex}.connect-brand:hover{color:var(--color-accent-hover)}.connect-label{margin-bottom:22px}.connect-label:before{width:34px}.connect-title{max-width:11ch;font-size:clamp(2.9rem,6vw,5rem);line-height:1.04}.connect-description{max-width:44ch;margin-top:22px;font-size:clamp(1rem,1.2vw,1.12rem)}.connect-actions{grid-template-columns:1fr;gap:16px;margin-top:38px;display:grid}.connect-action{border-radius:var(--radius-lg);border:1px solid var(--color-border);min-height:136px;transition:transform .4s var(--ease-out-expo), box-shadow .4s var(--ease-out-expo), border-color .3s ease;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:24px 22px;display:grid;box-shadow:0 18px 42px #1a1a1a14}.connect-action:hover{transform:translateY(-4px);box-shadow:0 24px 48px #1a1a1a1f}.connect-action-copy{flex:1;min-width:0;display:block}.connect-action-title{font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;overflow-wrap:anywhere;margin-bottom:8px;font-size:.84rem;font-weight:700;display:block}.connect-action-text{overflow-wrap:anywhere;font-size:.95rem;line-height:1.6;display:block}.connect-action-icon{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.connect-action-arrow{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.connect-action-arrow svg{stroke:currentColor;fill:none;stroke-width:2px;width:18px;height:18px}.connect-action-primary{color:var(--color-white);background:linear-gradient(135deg,#1b4332 0%,#25d366 100%);border-color:#25d36647}.connect-action-primary .connect-action-icon{background:#ffffff29}.connect-action-primary .connect-action-icon svg{fill:currentColor;width:28px;height:28px}.connect-action-primary .connect-action-text{color:#ffffffd6}.connect-action-primary .connect-action-arrow{background:#ffffff24}.connect-action-secondary{color:var(--color-text);background:#ffffffeb}.connect-action-secondary:hover{border-color:#1b433233}.connect-action-secondary .connect-action-icon{background:var(--color-accent-pale);color:var(--color-accent)}.connect-action-secondary .connect-action-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:24px;height:24px}.connect-action-secondary .connect-action-text{color:var(--color-text-secondary)}.connect-action-secondary .connect-action-arrow{color:var(--color-accent);background:var(--color-accent-pale)}.connect-footnote{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin-top:26px;font-size:.78rem;font-weight:600;line-height:1.7}@media (width>=901px){.connect-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{margin-bottom:4px;position:relative}.form-group.full-width{grid-column:1/-1}.form-group label{font-family:var(--font-accent);letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:8px;font-size:.82rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{width:100%;font-family:var(--font-body);color:var(--color-text);background:var(--color-white);border:1.5px solid var(--color-border);border-radius:var(--radius-md);outline:none;padding:14px 18px;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-pale)}.form-group textarea{resize:vertical;min-height:140px}.phone-field{border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);align-items:stretch;transition:border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.phone-field:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-pale)}.phone-code-wrapper{border-right:1.5px solid var(--color-border);background:var(--color-white);flex-shrink:0;align-items:center;width:auto;transition:background .3s;display:flex;position:relative}.phone-code-wrapper:hover{background:var(--color-bg-alt)}.phone-code-wrapper select{appearance:none;font-family:var(--font-body);color:var(--color-text);cursor:pointer;background:0 0;width:auto;min-width:0;padding:14px 26px 14px 10px;font-size:.95rem;font-weight:400;transition:color .3s;box-shadow:none!important;border:none!important;outline:none!important}.phone-chevron{pointer-events:none;stroke:var(--color-text-muted);fill:none;stroke-width:2px;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.phone-number-input{font-family:var(--font-body);color:var(--color-text);background:0 0;flex:1;padding:14px 18px;font-size:.95rem;font-weight:400;box-shadow:none!important;border:none!important;border-radius:0!important;outline:none!important}.contact-grid{grid-template-columns:1fr 1.2fr;gap:clamp(40px,6vw,80px);display:grid}.contact-info-card{background:var(--color-bg-alt);border-radius:var(--radius-md);gap:16px;margin-bottom:16px;padding:24px;transition:all .3s;display:flex}.contact-info-card:hover{background:var(--color-accent-pale);transform:translate(4px)}.contact-info-card .info-icon{background:var(--color-white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-info-card .info-icon svg{width:22px;height:22px;stroke:var(--color-accent);fill:none;stroke-width:1.8px}.contact-info-card h4{font-family:var(--font-accent);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:4px;font-size:.82rem;font-weight:600}.contact-info-card p,.contact-info-card a{color:var(--color-text);font-size:1rem;font-weight:500}.map-wrapper{border-radius:var(--radius-lg);border:1px solid var(--color-border);aspect-ratio:16/9;margin-top:24px;overflow:hidden}.map-wrapper iframe{border:none;width:100%;height:100%}.timeline{padding-left:40px;position:relative}.timeline:before{content:"";background:var(--color-border);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline-item{padding-bottom:48px;position:relative}.timeline-item:before{content:"";background:var(--color-accent);border:3px solid var(--color-bg);border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:-46px}.timeline-year{font-family:var(--font-accent);letter-spacing:.1em;color:var(--color-gold);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:600}.timeline-title{font-family:var(--font-heading);margin-bottom:8px;font-size:1.2rem;font-weight:600}.timeline-text{color:var(--color-text-secondary);font-size:.92rem;line-height:1.7}.product-detail-section{border-bottom:1px solid var(--color-border-light);padding:clamp(60px,8vw,100px) 0}.product-detail-section:last-of-type{border-bottom:none}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,80px);display:grid}.product-detail-grid.reverse{direction:rtl}.product-detail-grid.reverse>*{direction:ltr}.product-detail-image{border-radius:var(--radius-lg);aspect-ratio:4/3;overflow:hidden}.product-detail-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out-expo)}.product-detail-image:hover img{transform:scale(1.03)}.product-list{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.product-tag{background:var(--color-bg-alt);border-radius:var(--radius-full);font-family:var(--font-accent);color:var(--color-text-secondary);padding:8px 16px;font-size:.82rem;font-weight:500;transition:all .3s}.product-tag:hover{background:var(--color-accent);color:var(--color-white)}.cert-grid{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.cert-item{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);min-width:180px;transition:all .4s var(--ease-out-expo);flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.cert-item:hover{border-color:var(--color-accent-pale);transform:translateY(-4px);box-shadow:0 20px 60px #0000000f}.cert-icon{background:var(--color-accent-pale);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.cert-icon svg{width:28px;height:28px;stroke:var(--color-accent);fill:none;stroke-width:1.8px}.cert-name{font-family:var(--font-accent);color:var(--color-text);font-size:.9rem;font-weight:600}.cert-desc{color:var(--color-text-muted);text-align:center;font-size:.8rem}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:0;transition:opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo)}.reveal{transform:translateY(40px)}.reveal-left{transform:translate(-40px)}.reveal-right{transform:translate(40px)}.reveal-scale{transform:scale(.92)}.reveal.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:translate(0)scale(1)}.stagger-1{transition-delay:50ms}.stagger-2{transition-delay:.1s}.stagger-3{transition-delay:.15s}.stagger-4{transition-delay:.2s}.stagger-5{transition-delay:.25s}.stagger-6{transition-delay:.3s}.whatsapp-button{cursor:pointer;z-index:998;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 16px #25d3664d}.whatsapp-button:hover{background:#20ba5a;transform:scale(1.12);box-shadow:0 8px 24px #25d36666}.whatsapp-button:active{transform:scale(.95)}.whatsapp-button svg{filter:drop-shadow(0 2px 3px #0000001a);width:28px;height:28px}.announcement-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);animation:announceFadeIn .4s var(--ease-out-expo) forwards;background:#1a1a1a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.announcement-overlay.closing{animation:announceFadeOut .35s var(--ease-in-out-quart) forwards}.announcement-modal{border-radius:var(--radius-lg);width:100%;max-width:820px;animation:announceSlideUp .5s var(--ease-out-expo) forwards;position:relative;overflow:hidden;box-shadow:0 32px 100px #00000040,0 0 0 1px #ffffff14}.announcement-modal.closing{animation:announceSlideDown .35s var(--ease-in-out-quart) forwards}.announcement-image-wrapper{width:100%;line-height:0}.announcement-image-wrapper img{border-radius:var(--radius-lg);width:100%;height:auto;display:block}.announcement-close{-webkit-backdrop-filter:blur(6px);cursor:pointer;z-index:2;width:32px;height:32px;transition:background .25s ease, transform .25s var(--ease-out-expo);background:#1a1a1a8c;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.announcement-close:hover{background:#1a1a1abf;transform:scale(1.1)}.announcement-close svg{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;width:14px;height:14px}@keyframes announceFadeIn{0%{opacity:0}to{opacity:1}}@keyframes announceFadeOut{0%{opacity:1}to{opacity:0}}@keyframes announceSlideUp{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes announceSlideDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(30px)scale(.96)}}@media (width<=1100px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-content{order:2}.hero-visual{order:1}.hero-label{justify-content:center}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-image-wrapper{aspect-ratio:3/2;max-width:500px;margin:0 auto}.hero-floating-badge{bottom:-10px;left:50%;transform:translate(-50%)translateY(20px)}.products-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}}@media (width<=900px){.about-grid,.contact-grid,.product-detail-grid,.product-detail-grid.reverse{direction:ltr;grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2):after{display:none}.why-grid{grid-template-columns:1fr}.why-item{border-right:none!important}.products-header{flex-direction:column;align-items:flex-start}.products-header .section-description{text-align:left}.connect-copy{padding:40px 32px}.connect-actions{grid-template-columns:1fr}}@media (width<=768px){.nav-links,.nav-cta{display:none}.nav-hamburger{display:flex}.hero{min-height:auto;padding-top:120px;padding-bottom:60px}.hero-heading{font-size:clamp(2.2rem,8vw,3rem)}.hero-floating-badge{display:none}.products-grid{grid-template-columns:1fr}.product-card{aspect-ratio:3/2}.stats-grid{background:var(--color-border);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;gap:2px;overflow:hidden}.stat-item{background:var(--color-bg-alt);padding:28px 16px}.stat-item:after{display:none!important}.form-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.hero-scroll-indicator{display:none}.whatsapp-button{width:56px;height:56px;bottom:20px;right:20px}.whatsapp-button svg{width:26px;height:26px}.connect-landing{padding:64px 0 28px}.connect-copy{border-radius:28px;padding:30px 22px}.connect-title{font-size:clamp(2.3rem,11vw,3.5rem)}.connect-action{min-height:118px}}@media (width<=640px){.connect-landing{align-items:flex-start;padding:56px 0 24px}.connect-copy{border-radius:24px;padding:24px 18px}.connect-label{letter-spacing:.12em;gap:8px;margin-bottom:18px;font-size:.72rem}.connect-label:before{width:24px}.connect-title{max-width:none;font-size:clamp(2rem,10vw,2.8rem)}.connect-description{margin-top:16px;font-size:.95rem;line-height:1.65}.connect-actions{gap:12px;margin-top:26px}.connect-action{border-radius:20px;gap:12px;min-height:0;padding:18px 16px}.connect-action-title{letter-spacing:.1em;margin-bottom:6px;font-size:.76rem}.connect-action-text{font-size:.9rem;line-height:1.5}.connect-footnote{letter-spacing:.08em;margin-top:20px;font-size:.7rem}}@media (width<=480px){:root{--container-padding:20px}.announcement-modal{max-width:400px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{justify-content:center;width:100%}.cert-grid{flex-direction:column;align-items:stretch}.cert-item{min-width:auto}.connect-brand{letter-spacing:.1em;gap:10px;margin-bottom:24px;font-size:.74rem}.connect-brand .nav-logo-icon{width:28px;height:28px}.connect-brand .nav-logo-icon svg{width:15px;height:15px}.connect-action{grid-template-columns:auto 1fr;padding:16px 14px}.connect-action-copy{grid-column:2}.connect-action-arrow{grid-column:2;justify-self:start;width:34px;height:34px;margin-top:4px}.connect-action-icon{border-radius:14px;width:44px;height:44px}.connect-action-primary .connect-action-icon svg{width:22px;height:22px}.connect-action-secondary .connect-action-icon svg{width:20px;height:20px}.connect-action-title{font-size:.72rem}.connect-action-text{font-size:.88rem}}@media (width<=360px){.connect-copy{padding:20px 14px}.connect-title{font-size:clamp(1.8rem,10vw,2.2rem)}.connect-description{font-size:.9rem}.connect-action{gap:10px}.connect-footnote{font-size:.66rem}}
