:root{--bg:#fbfbfa;--bg-dark:#121413;--text:#2f3330;--text-dark:#e6eae6;--text-h:#0b0c0c;--text-h-dark:#f0f4ef;--border:#e1e7e0;--border-dark:#2d312e;--accent:#425043;--accent-light:#7a8e7b;--accent-bg:#e2e8e066;--accent-bg-dark:#42504333;--shadow:#4250430d 0px 10px 30px -5px, #00000005 0px 4px 6px -2px;--sans:"Plus Jakarta Sans", system-ui, sans-serif;--serif:"Cormorant Garamond", Georgia, serif;--mono:ui-monospace, monospace;font:18px/150% var(--sans);letter-spacing:-.01em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}body{background-color:var(--bg);margin:0;overflow-x:hidden}body:before{content:"";opacity:.045;pointer-events:none;z-index:99999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--serif);color:var(--text-h);margin:0;font-weight:500;line-height:1.1}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem)}h2{letter-spacing:-.01em;font-size:clamp(1.8rem,3.5vw,3rem)}p{color:var(--text);margin:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}section{padding:6rem 0;position:relative}@media (width<=768px){section{padding:4rem 0}}.navbar-wrapper{z-index:1000;pointer-events:none;justify-content:center;width:100%;display:flex;position:fixed;top:1.5rem;left:0}.navbar{pointer-events:auto;-webkit-backdrop-filter:blur(16px);background:#fbfbfabf;border:1px solid #42504314;border-radius:9999px;justify-content:space-between;align-items:center;width:90%;max-width:800px;padding:.5rem 1.5rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 10px 30px #00000008}.navbar.scrolled{background:#fbfbfae6;transform:translateY(-.5rem)scale(.96);box-shadow:0 20px 40px #4250430f}.logo{font-family:var(--serif);color:var(--accent);letter-spacing:-.02em;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.logo-img{object-fit:contain;width:auto;height:36px}.nav-right{align-items:center;gap:2rem;display:flex}.nav-links{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text);opacity:.8;padding:.2rem 0;font-size:.9rem;font-weight:500;transition:all .3s;position:relative}.nav-links a:hover{opacity:1;color:var(--accent)}.nav-links a:after{content:"";background:var(--accent-light);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.btn-nav{background:var(--accent);color:var(--bg);font-family:var(--sans);cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.btn-nav:hover{background:var(--accent-light);transform:scale(1.04)}@media (width<=768px){.nav-links{display:none}}@media (width<=992px){.navbar-wrapper{transition:transform .35s,opacity .35s;top:0}.navbar-wrapper.nav-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.navbar{width:100%;max-width:100%;box-shadow:none;background:#fbfbfae6;border:none;border-bottom:1px solid #42504314;border-radius:0;padding:.75rem 1.5rem}.navbar.scrolled{box-shadow:none;transform:none}}@media (width>=993px){.navbar-wrapper{pointer-events:auto;top:0}.navbar{background:#fbfbfad9;border:none;border-bottom:1px solid #42504314;border-radius:0;width:100%;max-width:100%;padding:1rem 4rem}.navbar.scrolled{background:#fbfbfaf2;border-bottom:1px solid #4250431f;transform:none}.logo-img{height:54px}.nav-right{gap:3rem}}.hero-sec{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative}.hero-overlay{pointer-events:none;z-index:1;background:#ffffff59;position:absolute;inset:0}.hero-container{z-index:2;justify-content:flex-start;display:flex;position:relative}.hero-content{text-align:left;flex-direction:column;align-items:flex-start;gap:2rem;max-width:560px;display:flex}.hero-sec h1{color:var(--accent);font-size:clamp(2rem,4vw,3.2rem)}.hero-subtitle{color:var(--accent);opacity:.95;max-width:520px;font-size:1.15rem;line-height:1.6}@media (width<=992px){.hero-sec{background-position:0}.hero-container{justify-content:center}.hero-content{text-align:center;align-items:center;max-width:100%}.hero-subtitle{margin:0 auto}}.btn-primary{background:var(--accent);color:var(--bg);font-family:var(--sans);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex;box-shadow:0 10px 20px #42504326}.btn-primary:hover{background:var(--accent-light);transform:scale(1.03);box-shadow:0 15px 25px #42504340}.split-trigger-wrapper{justify-content:center;align-items:center;min-height:100vh;display:flex}.split-trigger-wrapper section{width:100%;padding:0}.split-grid{grid-template-areas:"overlap";width:100%;display:grid}.split-column{grid-area:overlap;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem 4rem;display:grid}.split-image-col{border-radius:1.5rem;overflow:hidden}.split-image{border-radius:1.5rem;width:100%;height:auto;display:block}.split-text-col{flex-direction:column;gap:1.5rem;display:flex}@media (width<=992px){.split-column{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.split-column h2{font-size:1.5rem}.split-text{font-size:.95rem}}.problem-tag{color:#a26c3f;text-transform:uppercase;background:#a26c3f1a;border:1px solid #a26c3f33;border-radius:9999px;align-self:flex-start;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.solution-tag{color:var(--accent);background:var(--accent-bg);text-transform:uppercase;border:1px solid var(--accent-light);border-radius:9999px;align-self:flex-start;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.split-text{font-size:1.05rem;line-height:1.6}.methodology-header-sec{background:radial-gradient(circle at 10% 80%,#e2e8e040 0%,#fbfbfa00 50%);padding:4rem 0 2rem}.section-header{text-align:center;flex-direction:column;gap:1rem;max-width:700px;margin:0 auto;display:flex}.horizontal-pin-wrapper{align-items:center;height:100vh;display:flex}.desktop-steps-wrapper{width:100vw;overflow:hidden}.horizontal-scroll-container{width:300vw;display:flex}.horizontal-panel{box-sizing:border-box;grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;width:100vw;padding:0 10vw;display:grid}.horizontal-panel-content{flex-direction:column;gap:1.5rem;display:flex}.step-title-hoz{font-family:var(--serif);color:var(--accent);font-size:2.5rem;line-height:1.2}.step-desc-hoz{font-size:1.05rem;line-height:1.6}.mobile-slider-wrapper{display:none}@media (width<=992px){.horizontal-pin-wrapper{height:auto;padding:2rem 0;display:block}.desktop-steps-wrapper{display:none}.mobile-slider-wrapper{width:100%;margin-top:2rem;display:block}.mobile-slider-nav{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.slider-btn{background:var(--accent-bg);color:var(--accent);border:1px solid var(--accent-light);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;transition:all .3s;display:flex}.slider-btn:disabled{opacity:.4;cursor:not-allowed}.slider-indicator{color:var(--text);font-weight:600}.mobile-panel{grid-template-columns:1fr;gap:2.5rem;display:grid}.mobile-panel-content{flex-direction:column;gap:1rem;display:flex}.step-title-hoz{font-size:1.8rem}}.panel-graphic{border:1px dashed var(--accent-light);aspect-ratio:16/10;background:#e2e8e033;border-radius:1.5rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.step-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.panel-graphic:hover .step-img{transform:scale(1.03)}.benefits-sec{background:#fbfbfa80}.benefits-pretitle{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-light);font-size:.8rem;font-weight:700}.benefits-title{font-size:clamp(1.4rem,2.5vw,2rem)!important;line-height:1.2!important}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}@media (width<=768px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{border:1px solid var(--border);aspect-ratio:1;opacity:0;background:#fff;border-radius:1.8rem;flex-direction:column;justify-content:center;gap:1.5rem;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 4px 20px #42504305}.benefit-card:hover{border-color:var(--accent-light);transform:translateY(-.5rem);box-shadow:0 15px 35px #42504314}@media (width<=768px){.benefit-card{box-sizing:border-box;aspect-ratio:auto;width:100%;max-width:100%}}.benefit-icon-box{background:var(--accent-bg);width:3.5rem;height:3.5rem;color:var(--accent);border-radius:1rem;justify-content:center;align-items:center;display:flex}.benefit-title{font-family:var(--serif);color:var(--text-h);font-size:1.4rem;font-weight:600}.benefit-desc{opacity:.85;font-size:.95rem;line-height:1.6}.featured-sec{background:var(--accent);color:var(--text-h-dark);border-radius:2.5rem;margin:3rem 0;padding:5rem 0;overflow:hidden}.featured-sec p{color:var(--text-dark)}.featured-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}@media (width<=992px){.featured-grid{grid-template-columns:1fr;gap:3rem}}.featured-content{flex-direction:column;gap:2rem;display:flex}.featured-title{color:var(--text-h-dark)}.featured-desc{font-size:1.1rem;line-height:1.7}.featured-list{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.featured-list li{align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}.featured-list-icon{color:var(--accent-light);flex-shrink:0}.featured-image-container{aspect-ratio:16/10;border:1px solid #fbfbfa1a;border-radius:2rem;overflow:hidden;box-shadow:0 20px 40px #0003}.featured-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.featured-image-container:hover .featured-img{transform:scale(1.02)}.contact-sec{border-top:1px solid var(--border);background:#f3f5f2;padding:6rem 0 4rem}.contact-grid{grid-template-cols:.9fr 1.1fr;gap:5rem;display:grid}@media (width<=992px){.contact-grid{grid-template-cols:1fr;gap:3rem}}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-form-container{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:2rem;padding:3rem}@media (width<=576px){.contact-form-container{padding:2rem 1.5rem}}.contact-form{flex-direction:column;gap:1.8rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex;position:relative}.form-label{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.form-input{border:none;border-bottom:1.5px solid var(--border);font-family:var(--sans);color:var(--text-h);background:0 0;padding:.6rem 0;font-size:1rem;transition:border-color .3s}.form-input:focus{border-color:var(--accent);outline:none}.btn-submit{background:var(--accent);color:var(--bg);font-family:var(--sans);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.2rem 2.2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex;box-shadow:0 10px 20px #42504326}.btn-submit:hover{background:var(--accent-light);transform:scale(1.02);box-shadow:0 15px 25px #42504340}.footer-bottom{border-top:1px solid var(--border);color:var(--accent-light);justify-content:space-between;align-items:center;margin-top:5rem;padding-top:2rem;font-size:.9rem;display:flex}@media (width<=576px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
