@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
:root{--color-bg:#f5f3ec;--color-bg-secondary:#ebe7df;--color-bg-card:#fff;--color-bg-card-hover:#fafaf8;--color-surface:#f8f9fa;--color-surface-warm:#f5f0e8;--color-primary:#4d492b;--color-primary-light:#6d6945;--color-primary-dark:#373420;--color-primary-glow:#4d492b26;--color-primary-glow-strong:#4d492b4d;--color-steel:#8b9bb4;--color-orange-glow:0 0 30px #4d492b33;--gradient-hero:linear-gradient(180deg,#f5f3ec1a 0%,#f5f3ecf2 100%);--gradient-brand:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));--color-text-primary:#1a1a1a;--color-text-secondary:#4a4a4a;--color-text-muted:#7a7a7a;--color-border:#00000014;--color-border-hover:#00000026;--glass-bg:#ffffffa6;--glass-blur:blur(24px);--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--section-padding:140px 0;--section-padding-sm:100px 0;--container-max:1320px;--container-padding:0 clamp(1.5rem,5vw,4rem);--transition-fast:all .2s cubic-bezier(.4,0,.2,1);--transition-smooth:all .4s cubic-bezier(.16,1,.3,1);--transition-spring:all .6s cubic-bezier(.34,1.56,.64,1);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--color-bg);color:var(--color-text-primary);font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--color-text-primary);text-transform:uppercase;font-weight:800;line-height:1.05}h1{font-size:clamp(3rem,8vw,6.5rem)}h2{font-size:clamp(2.2rem,5vw,4.5rem)}h3{letter-spacing:-.02em;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}h4{letter-spacing:-.01em;font-size:1.2rem;font-weight:600}p{font-family:var(--font-body);color:var(--color-text-secondary);font-size:1.125rem;font-weight:400;line-height:1.7}li{list-style:none}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{object-fit:cover;max-width:100%;height:auto;display:block}::selection{background-color:var(--color-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-bg-card-hover);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.container{max-width:var(--container-max);width:100%;padding:var(--container-padding);margin:0 auto}.section-label{font-family:var(--font-heading);color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--gradient-brand);border-radius:2px;width:40px;height:2px;display:inline-block}.gradient-text{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border)}.card-glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:var(--transition-smooth);background:linear-gradient(145deg,#fffc 0%,#fff6 100%);position:relative;overflow:hidden}.card-glass:hover{border-color:#00000026;transform:translateY(-4px);box-shadow:0 20px 40px #0000000d}.btn-primary{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;background:var(--color-primary);color:#fff;border-radius:var(--radius-full);transition:var(--transition-spring);justify-content:center;align-items:center;gap:.75rem;padding:1.15rem 2.8rem;font-size:1rem;font-weight:800;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #e85d2633}.btn-primary:hover{background:var(--color-primary-light);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #e85d264d}.btn-primary span,.btn-primary svg{z-index:1;position:relative}.btn-secondary{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-primary);border-radius:var(--radius-full);border:2px solid var(--color-border-hover);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-smooth);justify-content:center;align-items:center;gap:.75rem;padding:1.15rem 2.8rem;font-size:1rem;font-weight:700;display:inline-flex}.btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary-dark);background:#fff;transform:translateY(-3px)}@keyframes glowPulse{0%{box-shadow:0 0 20px #e85d2633}50%{box-shadow:0 0 40px #e85d2680}to{box-shadow:0 0 20px #e85d2633}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes splitWord{0%{opacity:0;transform:translateY(20px)rotateX(45deg)}to{opacity:1;transform:translateY(0)rotate3d(0,0,0,0)}}.word-anim{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards splitWord;display:inline-block}.reveal{opacity:0;will-change:opacity,transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-left{transform:translate(-30px)}.reveal-left.active{transform:translate(0)}.reveal-right{transform:translate(30px)}.reveal-right.active{transform:translate(0)}.reveal-scale{transform:scale(.95)}.reveal-scale.active{transform:scale(1)}.img-wrap{border-radius:var(--radius-lg);background:var(--color-bg-card);position:relative;overflow:hidden}.img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.img-wrap:hover img{transform:scale(1.05)}.img-placeholder{background:linear-gradient(135deg,var(--color-bg-card),var(--color-bg-secondary));width:100%;height:100%;color:var(--color-text-muted);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;justify-content:center;align-items:center;min-height:300px;font-size:.9rem;display:flex;position:relative}@media (max-width:1024px){:root{--section-padding:100px 0}}@media (max-width:768px){:root{--section-padding:80px 0;--section-padding-sm:60px 0}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:.9rem}}
.Navbar-module__O8Na-a__nav{z-index:9999;border-bottom:1px solid #0000;padding:1.5rem 0;transition:padding .4s cubic-bezier(.16,1,.3,1),background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.Navbar-module__O8Na-a__open{background:var(--color-bg)!important;-webkit-backdrop-filter:none!important}.Navbar-module__O8Na-a__scrolled{-webkit-backdrop-filter:blur(24px);background:#f5f3ecd9;border-bottom:1px solid #0000000d;padding:1rem 0;box-shadow:0 10px 30px #0000000d}.Navbar-module__O8Na-a__container{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem);display:flex}.Navbar-module__O8Na-a__logo_wrapper{z-index:1002;align-items:center;min-width:150px;height:50px;transition:transform .3s;display:flex}.Navbar-module__O8Na-a__logo_wrapper:hover{transform:scale(1.02)}.Navbar-module__O8Na-a__logo_img{object-fit:contain;width:auto;height:100%}.Navbar-module__O8Na-a__links{align-items:center;gap:2.5rem;display:flex}.Navbar-module__O8Na-a__link{font-family:var(--font-heading);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.1em;padding:.5rem 0;font-size:.95rem;font-weight:600;position:relative}.Navbar-module__O8Na-a__link:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__O8Na-a__link:hover,.Navbar-module__O8Na-a__active{color:var(--color-text-primary)}.Navbar-module__O8Na-a__link:hover:after,.Navbar-module__O8Na-a__active:after{width:100%}.Navbar-module__O8Na-a__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__O8Na-a__link_partner{font-family:var(--font-heading);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.Navbar-module__O8Na-a__link_partner:hover{color:var(--color-text-primary)}.Navbar-module__O8Na-a__nav_btn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 15px var(--color-primary-glow);padding:.7rem 1.8rem;font-size:.9rem;font-weight:700;transition:all .3s}.Navbar-module__O8Na-a__nav_btn:hover{background:var(--color-primary-light);box-shadow:0 0 20px var(--color-primary-glow-strong);transform:translateY(-2px)}.Navbar-module__O8Na-a__toggle{z-index:1003;flex-direction:column;gap:6px;display:none;position:relative}.Navbar-module__O8Na-a__bar{background:var(--color-text-primary);width:30px;height:2px;transition:all .3s}.Navbar-module__O8Na-a__open .Navbar-module__O8Na-a__bar:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__O8Na-a__open .Navbar-module__O8Na-a__bar:nth-child(2){opacity:0}.Navbar-module__O8Na-a__open .Navbar-module__O8Na-a__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__O8Na-a__mobile_menu{z-index:1002;opacity:0;visibility:hidden;-webkit-overflow-scrolling:touch;flex-direction:column;padding:7rem 2rem 2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s,visibility .3s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(-100%);background:#f5f3ec!important}.Navbar-module__O8Na-a__open .Navbar-module__O8Na-a__mobile_menu{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__O8Na-a__mobile_links{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.Navbar-module__O8Na-a__mobile_link{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;color:var(--color-text-secondary);border-bottom:1px solid #0000000d;padding-bottom:1rem;font-size:2rem;font-weight:800}.Navbar-module__O8Na-a__mobile_link.Navbar-module__O8Na-a__mobile_active{color:var(--color-text-primary);border-bottom-color:var(--color-primary)}.Navbar-module__O8Na-a__mobile_actions{flex-direction:column;gap:1rem;margin-top:auto;display:flex}@media (max-width:1024px){.Navbar-module__O8Na-a__links,.Navbar-module__O8Na-a__actions{display:none}.Navbar-module__O8Na-a__toggle{display:flex}}
.Footer-module__yg9ahW__footer{background:var(--color-bg-secondary);z-index:10;border-top:1px solid #0000000d;position:relative}.Footer-module__yg9ahW__action_band{background:var(--gradient-brand);padding:4rem 0;position:relative;overflow:hidden}.Footer-module__yg9ahW__action_band:before{content:"";opacity:.5;background-image:radial-gradient(#0000001a 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.Footer-module__yg9ahW__action_content{z-index:2;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.Footer-module__yg9ahW__action_title{color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem)}.Footer-module__yg9ahW__action_desc{color:#ffffffe6;max-width:500px;font-size:1.1rem}.Footer-module__yg9ahW__action_btns{gap:1.5rem;display:flex}.Footer-module__yg9ahW__main_footer{padding:6rem 0 2rem;position:relative;overflow:hidden}.Footer-module__yg9ahW__footer_watermark{pointer-events:none;z-index:0;position:absolute;bottom:1.5rem;right:-2rem}.Footer-module__yg9ahW__footer_watermark_img{opacity:.03;filter:grayscale();width:520px;height:auto}.Footer-module__yg9ahW__top{z-index:1;grid-template-columns:2fr 3fr;gap:6rem;margin-bottom:5rem;display:grid;position:relative}.Footer-module__yg9ahW__brand{flex-direction:column;display:flex}.Footer-module__yg9ahW__logo_wrapper{width:auto;height:40px;margin-bottom:2rem;display:block}.Footer-module__yg9ahW__logo_img{object-fit:contain;width:auto;height:100%}.Footer-module__yg9ahW__tagline{color:var(--color-text-secondary);max-width:440px;margin-bottom:2.5rem;line-height:1.8}.Footer-module__yg9ahW__badge{border-radius:var(--radius-full);font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-primary);background:#00000005;border:1px solid #00000014;align-items:center;gap:.75rem;width:fit-content;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.Footer-module__yg9ahW__badge_dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #22c55e80}.Footer-module__yg9ahW__socials{gap:1rem;display:flex}.Footer-module__yg9ahW__social_link{width:45px;height:45px;color:var(--color-text-primary);transition:var(--transition-smooth);background:#0000000d;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__yg9ahW__social_link:hover{background:var(--color-primary);color:#fff;box-shadow:var(--color-orange-glow);transform:translateY(-3px)}.Footer-module__yg9ahW__links_section{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__yg9ahW__group_title{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Footer-module__yg9ahW__links{flex-direction:column;gap:1rem;display:flex}.Footer-module__yg9ahW__link{color:var(--color-text-secondary);width:fit-content;font-size:1rem;font-weight:400}.Footer-module__yg9ahW__link:hover{color:var(--color-primary);transform:translate(3px)}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--color-border);z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;display:flex;position:relative}.Footer-module__yg9ahW__copyright_group{flex-direction:column;gap:.3rem;display:flex}.Footer-module__yg9ahW__copyright{color:var(--color-text-muted);margin:0;font-size:.95rem}.Footer-module__yg9ahW__copyright_attr{color:var(--color-text-muted);opacity:.6;margin:0;font-size:.65rem}.Footer-module__yg9ahW__legal_links{gap:2rem;display:flex}.Footer-module__yg9ahW__legal_link{color:var(--color-text-muted);font-size:.95rem}.Footer-module__yg9ahW__legal_link:hover{color:var(--color-text-primary)}@media (max-width:1024px){.Footer-module__yg9ahW__top{grid-template-columns:1fr;gap:4rem}.Footer-module__yg9ahW__action_content{text-align:center;flex-direction:column;gap:2rem}.Footer-module__yg9ahW__links_section{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:768px){.Footer-module__yg9ahW__links_section{grid-template-columns:1fr;gap:2.5rem}.Footer-module__yg9ahW__bottom{flex-direction:column;align-items:flex-start}.Footer-module__yg9ahW__action_btns{flex-direction:column;width:100%}.Footer-module__yg9ahW__action_btns a{width:100%}.Footer-module__yg9ahW__footer_watermark_img{width:300px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_a869fe2d-module__Nl2jCG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_a869fe2d-module__Nl2jCG__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_2cd52c41-module__amABYq__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_2cd52c41-module__amABYq__variable{--font-outfit:"Outfit","Outfit Fallback"}
