.grain-overlay{z-index:2;pointer-events:none;opacity:.038;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;width:200%;height:200%;animation:.45s step-end infinite grainShift;position:fixed;inset:-50%}@keyframes grainShift{0%{transform:translate(0)}11%{transform:translate(-3%,-2%)}22%{transform:translate(2%,3%)}33%{transform:translate(-1%,-4%)}44%{transform:translate(4%,1%)}55%{transform:translate(-2%,3%)}66%{transform:translate(3%,-1%)}77%{transform:translate(-4%,2%)}88%{transform:translate(1%,-3%)}to{transform:translate(-2%,1%)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#f7efe3;--black:#000;--gold:#f5c229;--gray:#5e5e5e;--beige:#bbb1a6}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{color:var(--black);background-color:var(--cream);-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif}.app{width:100%;min-height:100vh;position:relative}.main-content{z-index:10;width:100%;position:relative}.section-head{text-align:center;margin-bottom:5rem}.section-tag{letter-spacing:.18em;text-transform:uppercase;color:#5e5e5e;margin-bottom:1.4rem;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;display:inline-block}@media (width<=768px){:root{font-size:15px}}@media (width<=480px){:root{font-size:14px}}@property --b1x{syntax:"<percentage>";inherits:false;initial-value:76%}@property --b1y{syntax:"<percentage>";inherits:false;initial-value:14%}@property --b2x{syntax:"<percentage>";inherits:false;initial-value:14%}@property --b2y{syntax:"<percentage>";inherits:false;initial-value:62%}@property --b3x{syntax:"<percentage>";inherits:false;initial-value:54%}@property --b3y{syntax:"<percentage>";inherits:false;initial-value:90%}@property --b4x{syntax:"<percentage>";inherits:false;initial-value:12%}@property --b4y{syntax:"<percentage>";inherits:false;initial-value:20%}@property --b5x{syntax:"<percentage>";inherits:false;initial-value:88%}@property --b5y{syntax:"<percentage>";inherits:false;initial-value:72%}.animated-bg{z-index:0;pointer-events:none;will-change:transform;background: radial-gradient(ellipse 70% 60% at var(--mx,75%) var(--my,28%), #f5b9268c 0%, #f5b9262e 45%, transparent 68%),  radial-gradient(ellipse 82% 64% at var(--b1x) var(--b1y), #f5b92685 0%, #f0aa1e33 48%, transparent 68%),  radial-gradient(ellipse 72% 64% at var(--b2x) var(--b2y), #d2763461 0%, #d7823c24 48%, transparent 68%),  radial-gradient(ellipse 85% 65% at var(--b3x) var(--b3y), #dabc8a80 0%, #dcbe912e 50%, transparent 68%),  radial-gradient(ellipse 68% 58% at var(--b4x) var(--b4y), #f5c84e73 0%, #f5c84e24 45%, transparent 65%),  radial-gradient(ellipse 60% 55% at var(--b5x) var(--b5y), #e6963c4d 0%, #eba0461a 48%, transparent 65%),  #f7efe3;animation:16s ease-in-out infinite alternate meshDrift;position:fixed;inset:0}@keyframes meshDrift{0%{--b1x:76%;--b1y:14%;--b2x:14%;--b2y:62%;--b3x:54%;--b3y:90%;--b4x:12%;--b4y:20%;--b5x:88%;--b5y:72%}20%{--b1x:88%;--b1y:28%;--b2x:8%;--b2y:48%;--b3x:66%;--b3y:82%;--b4x:24%;--b4y:12%;--b5x:78%;--b5y:85%}40%{--b1x:65%;--b1y:10%;--b2x:26%;--b2y:72%;--b3x:42%;--b3y:94%;--b4x:6%;--b4y:34%;--b5x:92%;--b5y:60%}60%{--b1x:90%;--b1y:22%;--b2x:10%;--b2y:44%;--b3x:68%;--b3y:78%;--b4x:30%;--b4y:10%;--b5x:74%;--b5y:90%}80%{--b1x:70%;--b1y:32%;--b2x:22%;--b2y:66%;--b3x:48%;--b3y:86%;--b4x:16%;--b4y:26%;--b5x:85%;--b5y:68%}to{--b1x:80%;--b1y:18%;--b2x:18%;--b2y:56%;--b3x:58%;--b3y:92%;--b4x:20%;--b4y:18%;--b5x:90%;--b5y:76%}}.header{z-index:100;background:0 0;width:100%;padding:1rem 4vw;transition:background .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .4s,backdrop-filter .4s;animation:.7s ease-out both slideDown;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(24px)saturate(1.8);background:#f7efe3e0;padding:.6rem 4vw;box-shadow:0 1px #0000000f}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-container{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:grid}.header-left{justify-self:start}.header-right{justify-self:end;align-items:center;gap:1rem;display:flex}.header-logo-img{object-fit:contain;width:auto;height:72px;transition:height .4s,opacity .3s;display:block}.header-logo-img:hover{opacity:.8}.header-logo-img--sm{height:52px}.nav{justify-content:center;align-items:center;gap:.2rem;display:flex}.nav-link{color:#3a3a3a;cursor:pointer;letter-spacing:.01em;white-space:nowrap;background:0 0;border:none;border-radius:100px;padding:.5rem .9rem;font-family:Montserrat,sans-serif;font-size:.86rem;font-weight:500;transition:color .2s,background .2s}.nav-link:hover{color:#000;background:#0000000d}.dock-item{transform-origin:bottom;will-change:transform;display:inline-block}.header-cta{color:#111;letter-spacing:.01em;white-space:nowrap;background:0 0;border:1.5px solid #111;border-radius:100px;align-items:center;padding:.52rem 1.3rem;font-family:Montserrat,sans-serif;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.header-cta-inner{flex-direction:column;height:1.1em;display:flex;overflow:hidden}.header-cta-inner span{flex-shrink:0;line-height:1.1em;transition:transform .18s cubic-bezier(.4,0,.2,1)}.header-cta:hover .header-cta-inner span{transform:translateY(-100%)}.nav-cta--mobile{display:none}.mobile-menu-btn{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;padding:12px;display:none;position:relative}.mobile-menu-btn span{background:#3a3a3a;border-radius:2px;width:22px;height:2px;transition:all .35s cubic-bezier(.4,0,.2,1);display:block}.mobile-menu-btn.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=860px){.header-container{grid-template-columns:1fr auto}.mobile-menu-btn{display:flex}.header-cta{display:none}.nav{-webkit-backdrop-filter:blur(24px);z-index:101;background:#f7efe3f7;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.3rem;width:min(300px,82vw);height:100dvh;padding:6rem 1.8rem 3rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-4px 0 40px #0000001a}.nav.active{right:0}.nav-link{text-align:left;border-radius:8px;width:100%;padding:.8rem 1rem;font-size:1.05rem}.nav-cta--mobile{color:#f5c229;background:#111;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:1rem;padding:.9rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;display:flex!important}}.gooey-text{display:block;position:relative}.gooey-filter-svg{width:0;height:0;position:absolute;overflow:hidden}.gooey-inner{justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;position:relative}.gooey-span{color:#f5c229;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:Playfair Display,Georgia,serif;font-style:normal;line-height:1.1;display:inline-block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hero-section{z-index:10;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:130px 8vw 100px;display:flex;position:relative;overflow:visible}.hero-content{flex-direction:column;gap:1.8rem;max-width:660px;display:flex;overflow:visible}.fade-up{opacity:0;transition:opacity .85s cubic-bezier(.4,0,.2,1),transform .85s cubic-bezier(.4,0,.2,1);transform:translateY(32px)}.fade-up.visible{opacity:1;transform:translateY(0)}.hero-proof{color:#5e5e5e;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:500;display:inline-flex}.hero-proof-stars{color:#000;font-weight:700}.hero-proof-sep{color:#bbb1a6}.hero-proof-free{color:#000;font-weight:700}.hero-phone{color:#5e5e5e;align-items:center;min-height:44px;margin-top:-.4rem;font-family:Montserrat,sans-serif;font-size:.82rem;text-decoration:none;transition:color .2s;display:flex}.hero-phone:hover{color:#000}.hero-phone strong{color:#000;font-weight:700}.hero-title{color:#000;letter-spacing:-.025em;margin:0;padding-bottom:.1em;font-family:Playfair Display,serif;font-size:clamp(2.6rem,5vw,4.6rem);font-weight:700;line-height:1.1;overflow:visible}.hero-title-line2{align-items:flex-end;margin-top:.02em;line-height:1.1;display:flex}.hero-title-static-accent{color:#f5c229;letter-spacing:-.025em;white-space:nowrap;flex-shrink:0;font-style:normal}.hero-gooey{flex:1;min-width:0;height:1.15em;overflow:visible}.hero-gooey .gooey-text,.hero-gooey .gooey-inner{align-items:flex-end;overflow:visible}.hero-gooey .gooey-span{letter-spacing:-.025em;font-size:clamp(2.6rem,5vw,4.6rem);line-height:1.1;top:auto;bottom:0;transform:none}.hero-subtitle{color:#5e5e5e;max-width:580px;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(.98rem,1.4vw,1.12rem);font-weight:400;line-height:1.8}.hero-subtitle strong{color:#000;font-weight:600}.hero-buttons{flex-wrap:wrap;gap:1.1rem;margin-top:.4rem;display:flex}.btn{cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.65rem;padding:1rem 2.1rem;font-family:Montserrat,sans-serif;font-size:.93rem;font-weight:600;text-decoration:none;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-primary{color:#f5c229;background:#000;box-shadow:0 8px 30px #0000002e}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 18px 45px #00000047}.btn-shine{background:linear-gradient(90deg,#0000,#f5c2292e,#0000);width:55%;height:100%;transition:left .65s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.btn-primary:hover .btn-shine{left:155%}.btn-secondary{color:#000;background:0 0;border:1.5px solid #00000038}.btn-secondary:hover{color:#f5c229;background:#000;border-color:#000;transform:translateY(-4px);box-shadow:0 12px 35px #00000024}.hero-scroll-hint{flex-direction:column;align-items:center;gap:.5rem;animation:1.5s 1.3s both fadeInUp;display:flex;position:absolute;bottom:3rem;right:8vw}.hero-scroll-hint span{letter-spacing:.2em;text-transform:uppercase;color:#bbb1a6;writing-mode:vertical-rl;font-family:Montserrat,sans-serif;font-size:.62rem}.scroll-line{background:linear-gradient(#bbb1a6 0%,#0000 100%);width:1px;height:55px;animation:2.2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform-origin:top;transform:scaleY(1)}50%{opacity:1;transform-origin:top;transform:scaleY(1.25)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-section{justify-content:center;padding:110px 6vw 80px}.hero-content{text-align:center;align-items:center;max-width:100%}.hero-buttons{justify-content:center}.hero-scroll-hint{display:none}.hero-subtitle{max-width:100%}.hero-proof{justify-content:center;gap:.35rem;font-size:.72rem}.hero-proof-sep:last-of-type,.hero-proof-free{display:none}}@media (width<=400px){.hero-proof{font-size:.68rem}}@media (width<=480px){.hero-section{padding:95px 5vw 60px}.btn{padding:.9rem 1.5rem;font-size:.88rem}.hero-buttons{flex-direction:column;width:100%}.btn{justify-content:center;width:100%}.hero-phone{display:none}}.partners-section{z-index:10;padding:100px 0 80px;position:relative;overflow:hidden}.partners-head{padding:0 8vw;margin-bottom:4rem!important}.ticker-wrapper{width:100%;padding:1.2rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 14% 86%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 14% 86%,#0000 100%)}.ticker-track{gap:2rem;width:max-content;animation:30s linear infinite ticker;display:flex}.ticker-track:hover{animation-play-state:paused}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.ticker-item{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#fffc;border:1px solid #0000000f;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;min-width:160px;height:76px;padding:1rem 2.2rem;text-decoration:none;transition:box-shadow .3s,transform .3s,border-color .3s;display:flex}.ticker-item:hover{border-color:#f5c22959;transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.company-logo-img{object-fit:contain;filter:saturate(.9);width:auto;max-width:170px;height:44px;transition:filter .3s;display:block}.company-logo-img.logo-lg{max-width:190px;height:64px}.ticker-item:hover .company-logo-img{filter:saturate(1.1)}.partners-cta-row{text-align:center;padding:2.5rem 8vw 0}.partners-cta-text{color:#5e5e5e;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.7}.partners-cta-link{color:#000;border-bottom:1.5px solid #f5c229;padding-bottom:1px;font-weight:600;text-decoration:none;transition:color .3s,border-color .3s}.partners-cta-link:hover{color:#f5c229;border-color:#0000}@media (width<=768px){.partners-section{padding:80px 0 60px}.ticker-item{min-width:130px;height:64px;padding:.8rem 1.6rem}.company-logo-img{height:36px}}.ss-section{z-index:10;width:100%;position:relative}.ss-wrap{grid-template-columns:1fr 1fr;min-height:480px;display:grid}.ss-left{-webkit-backdrop-filter:blur(12px);background:#f7efe3b8;flex-direction:column;justify-content:space-between;gap:0;padding:60px 48px;display:flex}.ss-heading{letter-spacing:-.02em;color:#111;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.25}.ss-heading em{color:#f5c229;font-style:normal}.ss-nav{flex-direction:column;flex:1;justify-content:center;gap:8px;padding:40px 0;display:flex}.ss-nav-item{cursor:pointer;letter-spacing:-.01em;color:#bbb1a6;text-align:left;background:0 0;border:none;border-left:2px solid #0000;padding:4px 12px;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;transition:color .25s,border-color .25s}.ss-nav-item:hover{color:#5e5e5e}.ss-nav-item--active{color:#111;border-left-color:#f5c229;font-weight:600}.ss-arrows{align-items:center;gap:12px;display:flex}.ss-arrow{cursor:pointer;color:#111;background:0 0;border:none;justify-content:center;align-items:center;margin:-20px;padding:20px;transition:opacity .2s;display:flex}.ss-arrow:hover{opacity:.45}.ss-right{background:#111;flex-direction:column;justify-content:space-between;padding:60px 48px;display:flex;overflow:hidden}.ss-card{flex-direction:column;flex:1;justify-content:center;gap:32px;display:flex}.ss-number{color:#f7efe34d;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.5;display:block}.ss-card-body{flex-direction:column;gap:12px;max-width:480px;display:flex}.ss-title{color:#f5c229;letter-spacing:-.01em;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;line-height:1.3}.ss-caption{color:#f7efe3a6;margin:0;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;line-height:1.65}.ss-dots{align-items:center;gap:8px;display:flex}.ss-dot{cursor:pointer;background:#f7efe333;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .3s,transform .3s}.ss-dot--active{background:#f5c229;transform:scale(1.4)}@media (width<=768px){.ss-wrap{grid-template-columns:1fr;min-height:auto}.ss-left{min-height:auto;padding:48px 6vw 36px}.ss-nav{padding:28px 0}.ss-right{min-height:300px;padding:40px 6vw 48px}.ss-heading{font-size:clamp(1.8rem,6vw,2.4rem)}}.process-section{z-index:10;padding:120px 8vw;position:relative}.process-container{max-width:1100px;margin:0 auto}.process-steps{gap:0;display:flex;position:relative}.process-step{text-align:center;opacity:0;flex-direction:column;flex:1;align-items:center;padding:0 2rem;transition:opacity .75s cubic-bezier(.4,0,.2,1),transform .75s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:translateY(40px)}.process-step.visible{opacity:1;transform:translateY(0)}.step-num{color:#f5c2298c;letter-spacing:-.04em;margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:700;line-height:1;transition:color .4s}.process-step:hover .step-num{color:#f5c229d9}.step-body h3{color:#000;letter-spacing:-.01em;margin-bottom:.9rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600}.step-body p{color:#5e5e5e;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.75}@media (width<=768px){.process-section{padding:80px 6vw}.process-steps{flex-direction:column;gap:3rem}.step-connector{background:linear-gradient(90deg,#f5c22980,#f5c2290d);width:60px;height:2px;inset:auto auto -1.5rem 50%;transform:translate(-50%)}}.about-section{z-index:10;padding:120px 8vw;position:relative}.about-container{max-width:1280px;margin:0 auto}.about-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-text{opacity:0;transition:opacity .9s,transform .9s;transform:translate(-30px)}.about-text.visible{opacity:1;transform:translate(0)}.about-text p{color:#5e5e5e;margin-bottom:1.8rem;font-family:Montserrat,sans-serif;font-size:1.05rem;line-height:1.85}.about-badges{flex-wrap:wrap;gap:.8rem;margin-top:2.5rem;display:flex}.badge{letter-spacing:.08em;text-transform:uppercase;color:#000;background:#fff9;border:1px solid #00000026;border-radius:100px;padding:.45rem 1rem;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600}.stats-grid{opacity:0;grid-template-columns:1fr 1fr;gap:1.5rem;transition:opacity .9s,transform .9s;display:grid;transform:translate(30px)}.stats-grid.visible{opacity:1;transform:translate(0)}.stat-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#ffffffbf;border:1px solid #f5c2291f;border-radius:20px;padding:2.5rem 1.5rem;transition:transform .4s,box-shadow .4s}.stat-item:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000012}.stat-number{color:#000;margin-bottom:.7rem;font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;line-height:1}.stat-suffix{color:#f5c229}.stat-label{color:#5e5e5e;text-transform:uppercase;letter-spacing:.08em;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:500;line-height:1.4}@media (width<=968px){.about-layout{grid-template-columns:1fr;gap:3rem}.about-text,.stats-grid{transform:translateY(30px)}}@media (width<=768px){.about-section{padding:80px 6vw}}@media (width<=480px){.stats-grid{grid-template-columns:1fr 1fr}.stat-number{font-size:2.2rem}}.testimonials-section{z-index:10;padding:120px 8vw;position:relative}.testimonials-container{max-width:1280px;margin:0 auto}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{-webkit-backdrop-filter:blur(14px);opacity:0;background:#ffffffc7;border:1px solid #f5c2291a;border-radius:20px;flex-direction:column;gap:1.4rem;padding:2.6rem 2.2rem;transition:opacity .75s cubic-bezier(.4,0,.2,1),transform .75s cubic-bezier(.4,0,.2,1),box-shadow .4s;display:flex;position:relative;transform:translateY(38px)}.testimonial-card.visible{opacity:1;transform:translateY(0)}.testimonial-card:hover{box-shadow:0 22px 55px #00000014;transform:translateY(-6px)!important}.stars-row{gap:.3rem;display:flex}.star-icon{color:#f5c229;width:16px;height:16px}.quote-text{color:#3a3a3a;flex:1;font-family:Montserrat,sans-serif;font-size:.96rem;font-style:normal;line-height:1.85}.quote-author{border-top:1px solid #0000000f;align-items:center;gap:1rem;padding-top:1rem;display:flex}.author-name{color:#000;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600}.author-role{color:#5e5e5e;margin-top:.2rem;font-family:Montserrat,sans-serif;font-size:.76rem}@media (width<=768px){.testimonials-section{padding:80px 6vw}}.cta-section{z-index:10;padding:80px 8vw 120px;position:relative}.cta-inner{opacity:0;background:#000;border-radius:28px;align-items:center;gap:3rem;max-width:960px;margin:0 auto;padding:5rem;transition:opacity .9s,transform .9s;display:flex;position:relative;overflow:hidden;transform:translateY(40px)}.cta-inner:before{content:"";pointer-events:none;background:radial-gradient(circle,#f5c2291f 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-80px}.cta-inner:after{content:"";pointer-events:none;background:radial-gradient(circle,#f5c22912 0%,#0000 70%);border-radius:50%;width:240px;height:240px;position:absolute;bottom:-60px;left:-60px}.cta-inner.visible{opacity:1;transform:translateY(0)}.cta-left{text-align:left;flex-direction:column;flex:1;align-items:flex-start;display:flex}.cta-tag{color:#f5c229cc!important;background:#f5c22914!important;border-color:#f5c2294d!important}.cta-title{color:#fff;letter-spacing:-.02em;margin:1.3rem 0 1.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.1}.cta-title em{background:linear-gradient(135deg,#f5c229,#d4a020);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.cta-desc{color:#fff9;margin-bottom:2.2rem;font-family:Montserrat,sans-serif;font-size:.97rem;line-height:1.8}.cta-btn{color:#000;background:#f5c229;border-radius:14px;align-items:center;gap:.8rem;padding:1rem 2.2rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s;display:inline-flex;position:relative;overflow:hidden}.cta-btn:hover{transform:translateY(-4px);box-shadow:0 20px 50px #f5c22959}.cta-btn-shine{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:60%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.cta-btn:hover .cta-btn-shine{left:150%}.cta-divider{flex-direction:column;flex-shrink:0;align-items:center;gap:.8rem;display:flex}.cta-divider:before,.cta-divider:after{content:"";background:#ffffff26;width:1px;height:50px}.cta-divider span{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:.75rem}.cta-qr{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;display:flex}.cta-qr-link{border-radius:16px;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden;box-shadow:0 4px 20px #0006}.cta-qr-link:hover{transform:scale(1.04);box-shadow:0 8px 32px #f5c22940}.cta-qr-svg{display:block}.cta-qr-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600}@media (width<=768px){.cta-section{padding:60px 6vw 80px}.cta-inner{text-align:center;border-radius:20px;flex-direction:column;gap:2rem;padding:3.5rem 2rem}.cta-left{text-align:center;align-items:center}.cta-divider{flex-direction:row}.cta-divider:before,.cta-divider:after{width:50px;height:1px}.cta-btn{justify-content:center;width:100%}}@media (width<=480px){.cta-inner{padding:2.5rem 1.5rem}}.faq-section{z-index:10;padding:80px 8vw 120px;position:relative}.faq-container{max-width:820px;margin:0 auto}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{-webkit-backdrop-filter:blur(12px);opacity:0;background:#ffffffb8;border:1px solid #00000012;border-radius:16px;margin-bottom:10px;transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1),border-color .3s,box-shadow .3s;overflow:hidden;transform:translateY(20px)}.faq-item.visible{opacity:1;transform:translateY(0)}.faq-item.open{border-color:#f5c22959;box-shadow:0 8px 32px #0000000f}.faq-trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.4rem 1.8rem;display:flex}.faq-q{color:#0d0d0d;flex:1;font-family:Montserrat,sans-serif;font-size:.98rem;font-weight:600;line-height:1.4}.faq-icon{color:#f5c229;flex-shrink:0;width:22px;height:22px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-icon svg{width:100%;height:100%;display:block}.faq-body{max-height:0;padding:0 1.8rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s;overflow:hidden}.faq-item.open .faq-body{max-height:300px;padding:0 1.8rem 1.4rem}.faq-a{color:#5e5e5e;border-top:1px solid #0000000f;padding-top:1rem;font-family:Montserrat,sans-serif;font-size:.92rem;line-height:1.8}@media (width<=768px){.faq-section{padding:60px 6vw 80px}.faq-trigger{padding:1.2rem 1.4rem}.faq-body{padding:0 1.4rem}.faq-item.open .faq-body{padding:0 1.4rem 1.2rem}.faq-q{font-size:.92rem}}.contact-section{z-index:10;padding:100px 8vw 80px;position:relative}.contact-container{grid-template-columns:1fr 1.3fr;align-items:start;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.contact-info{opacity:0;transition:opacity .85s,transform .85s;transform:translate(-28px)}.contact-info.visible{opacity:1;transform:translate(0)}.contact-heading{color:#000;letter-spacing:-.02em;margin:1.2rem 0 1.4rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.contact-desc{color:#5e5e5e;margin-bottom:2.5rem;font-family:Montserrat,sans-serif;font-size:.97rem;line-height:1.8}.contact-detail{margin-bottom:1.6rem}.contact-detail-label{letter-spacing:.18em;text-transform:uppercase;color:#bbb1a6;margin-bottom:.3rem;font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:700;display:block}.contact-detail-value{color:#000;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none}a.contact-detail-value:hover{color:#f5c229}.contact-form-wrap{opacity:0;transition:opacity .85s,transform .85s;transform:translate(28px)}.contact-form-wrap.visible{opacity:1;transform:translate(0)}.contact-form{-webkit-backdrop-filter:blur(14px);background:#ffffffc7;border:1px solid #f5c2291a;border-radius:20px;flex-direction:column;gap:1.3rem;padding:2.8rem 2.4rem;display:flex}.form-group{flex-direction:column;gap:.45rem;display:flex}.form-group label{color:#3a3a3a;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600}.optional{color:#bbb1a6;font-weight:400}.form-group input:not([type=checkbox]),.form-group select,.form-group textarea{color:#1a1a1a;appearance:none;background:#fff;border:1.5px solid #0000001a;border-radius:10px;outline:none;width:100%;padding:.8rem 1rem;font-family:Montserrat,sans-serif;font-size:.92rem;transition:border-color .3s,box-shadow .3s}.form-group input:not([type=checkbox])::placeholder,.form-group textarea::placeholder{color:#bbb1a6}.form-group input:not([type=checkbox]):focus,.form-group select:focus,.form-group textarea:focus{border-color:#f5c229;box-shadow:0 0 0 3px #f5c2291f}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235E5E5E' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group textarea{resize:vertical;min-height:100px}.form-error{color:#c0392b;background:#c0392b0f;border-radius:8px;padding:.7rem 1rem;font-family:Montserrat,sans-serif;font-size:.82rem}.form-group--check{margin-top:.3rem}.check-label{cursor:pointer;color:#5e5e5e;align-items:flex-start;gap:.75rem;line-height:1.6;display:flex;font-size:.8rem!important;font-weight:400!important}.check-label input[type=checkbox]{appearance:none;opacity:0;width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}.check-visual{cursor:pointer;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:12px 12px;border:1.5px solid #00000038;border-radius:5px;flex-shrink:0;width:18px;min-width:18px;height:18px;margin-top:2px;transition:background-color .2s,border-color .2s,box-shadow .2s;display:block}.check-visual.is-checked{background-color:#f5c229;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6 L5 9 L10 3' stroke='%231A1A1A' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:#f5c229;box-shadow:0 0 0 3px #f5c22933}.check-link{color:#000;font-weight:600;-webkit-text-decoration:underline #f5c229;text-decoration:underline #f5c229}.check-link:hover{color:#b8860b}.contact-btn{color:#000;cursor:pointer;background:#f5c229;border:none;border-radius:12px;width:100%;margin-top:.3rem;padding:1rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;transition:transform .3s,box-shadow .3s,opacity .3s}.contact-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #f5c22959}.contact-btn:disabled{opacity:.65;cursor:not-allowed}.form-rgpd{color:#bbb1a6;text-align:center;font-family:Montserrat,sans-serif;font-size:.72rem;line-height:1.6}.contact-success{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center;background:#ffffffc7;border:1px solid #f5c22933;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:3.5rem 2.4rem;display:flex}.contact-success svg{color:#f5c229;stroke-width:1.5px;width:52px;height:52px}.contact-success h3{color:#000;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.contact-success p{color:#5e5e5e;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.7}.contact-success .contact-btn{width:auto;margin-top:.5rem;padding:.8rem 2rem}@media (width<=860px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info,.contact-form-wrap{transform:translateY(28px)}}@media (width<=768px){.contact-section{padding:80px 6vw 60px}.contact-form{padding:2rem 1.6rem}}.logo-rc{cursor:pointer;align-items:center;transition:opacity .3s;display:inline-flex}.logo-rc:hover{opacity:.82}.logo-rc__svg{display:block}.logo-rc--md .logo-rc__svg{width:auto;height:68px}.logo-rc--sm .logo-rc__svg{width:auto;height:50px}.logo-rc--lg .logo-rc__svg{width:auto;height:90px}.footer{z-index:10;color:#fff;background:#000000f5;padding:5rem 8vw 2.5rem;position:relative}.footer-inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 1fr;align-items:start;gap:5rem;max-width:1280px;margin:0 auto;padding-bottom:3.5rem;display:grid}.footer-logo{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.footer-logo-img{object-fit:contain;filter:invert();opacity:.92;width:auto;height:90px;display:block}.footer-logo-icon{color:#000;background:linear-gradient(135deg,#f5c229,#d4a020);border-radius:10px;justify-content:center;align-items:center;width:46px;height:46px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;display:flex}.footer-logo-text{color:#fff;font-family:Playfair Display,serif;font-size:1rem;font-weight:600;line-height:1.3}.footer-tagline{color:#ffffff80;max-width:320px;margin-bottom:2rem;font-family:Montserrat,sans-serif;font-size:.9rem;line-height:1.75}.footer-wa{color:#f5c229;align-items:center;gap:.6rem;font-family:Montserrat,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-flex}.footer-wa:hover{opacity:.75}.footer-nav{gap:3rem;display:flex}.footer-col{flex-direction:column;gap:.9rem;display:flex}.footer-col h4{letter-spacing:.15em;text-transform:uppercase;color:#fff6;margin-bottom:.4rem;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:700}.footer-col a{color:#ffffffa6;font-family:Montserrat,sans-serif;font-size:.88rem;text-decoration:none;transition:color .3s}.footer-col a:hover{color:#f5c229}.footer-bottom{color:#ffffff4d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1280px;margin:0 auto;padding-top:2rem;font-family:Montserrat,sans-serif;font-size:.78rem;display:flex}.footer-legal-links{align-items:center;gap:.5rem;display:flex}.footer-legal-btn{color:#ffffff59;cursor:pointer;background:0 0;border:none;padding:0;font-family:Montserrat,sans-serif;font-size:.75rem;transition:color .3s}.footer-legal-btn:hover{color:#f5c229}.footer-legal-sep{color:#fff3;font-size:.7rem}.footer-powered{color:#f5c22980;letter-spacing:.05em;font-size:.72rem}@media (width<=480px){.footer-bottom{text-align:center;flex-direction:column;gap:.8rem}}@media (width<=768px){.footer{padding:4rem 6vw 2rem}.footer-inner{grid-template-columns:1fr;gap:3rem}}@media (width<=480px){.footer-nav{flex-direction:column;gap:2rem}}.wa-fab{z-index:200;white-space:nowrap;color:#fff;background:#25d366;border-radius:29px;justify-content:flex-start;align-items:center;gap:0;width:58px;height:58px;padding:0;text-decoration:none;transition:width .42s cubic-bezier(.4,0,.2,1),border-radius .42s,box-shadow .3s,transform .3s;display:inline-flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;box-shadow:0 6px 20px #25d36661}.wa-fab:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(105deg,#0000 0%,#ffffff38 50%,#0000 100%);width:50%;height:200%;animation:4s ease-in-out infinite waShimmer;position:absolute;top:-50%;left:-75%;transform:skew(-15deg)}@keyframes waShimmer{0%,60%,to{opacity:0;left:-75%}20%{opacity:1;left:-75%}50%{opacity:1;left:140%}55%{opacity:0;left:140%}}.wa-fab:hover{border-radius:29px;width:215px;transform:translateY(-3px);box-shadow:0 10px 36px #25d36680}.wa-ring{pointer-events:none;z-index:1;background:0 0;border:2.5px solid #25d366a6;border-radius:50%;width:58px;height:58px;animation:2.55s ease-out infinite ringExpand;position:absolute}@keyframes ringExpand{0%{opacity:.75;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}.wa-icon{z-index:2;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:relative}.wa-icon svg{width:27px;height:27px;display:block}.wa-label{z-index:2;letter-spacing:.02em;color:#fff;white-space:nowrap;opacity:0;padding-right:20px;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:700;transition:opacity .28s .1s,transform .28s .1s;position:relative;transform:translate(-8px)}.wa-fab:hover .wa-label{opacity:1;transform:translate(0)}@media (width<=480px){.wa-fab{border-radius:26px;width:52px;height:52px;bottom:1.2rem;right:1.2rem}.wa-icon,.wa-ring{width:52px;height:52px}.wa-fab:hover{width:200px}}.legal-overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.legal-modal{background:#fdfcf8;border-radius:20px;width:100%;max-width:680px;max-height:82vh;padding:3rem;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0003}.legal-close{color:#bbb1a6;cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s;position:absolute;top:1.2rem;right:1.4rem}.legal-close:hover{color:#000}.legal-title{color:#000;border-bottom:1px solid #f5c2294d;margin-bottom:2rem;padding-bottom:1rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.legal-content p{color:#4a4a4a;margin-bottom:.4rem;font-family:Montserrat,sans-serif;font-size:.85rem;line-height:1.8}.legal-content .legal-heading{color:#000;margin-top:1.4rem;font-size:.88rem;font-weight:700}@media (width<=600px){.legal-overlay{padding:1rem}.legal-modal{border-radius:14px;padding:2rem 1.4rem}}.cookie-banner{z-index:300;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0d0d0df5;border-radius:16px;max-width:680px;padding:1.2rem 1.6rem;animation:.5s cubic-bezier(.4,0,.2,1) cookieSlide;position:fixed;bottom:1.5rem;left:1.5rem;right:5.5rem;box-shadow:0 8px 40px #0000004d}@keyframes cookieSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-content{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.cookie-text{color:#ffffffbf;flex:1;margin:0;font-family:Montserrat,sans-serif;font-size:.82rem;line-height:1.6}.cookie-link{color:#f5c229;cursor:pointer;background:0 0;border:none;padding:0;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:600;text-decoration:underline}.cookie-actions{flex-shrink:0;gap:.7rem;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.55rem 1.1rem;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:600;transition:opacity .2s}.cookie-btn:hover{opacity:.85}.cookie-btn--accept{color:#000;background:#f5c229}.cookie-btn--reject{color:#ffffffb3;background:#ffffff1a}@media (width<=600px){.cookie-banner{bottom:5rem;left:1rem;right:1rem}.cookie-content{flex-direction:column;gap:1rem}.cookie-actions{width:100%}.cookie-btn{text-align:center;flex:1}}.eip-backdrop{z-index:8000;-webkit-backdrop-filter:blur(3px);background:#00000073;position:fixed;inset:0}.eip{z-index:8001;text-align:center;background:#f7efe3;border-radius:20px;flex-direction:column;align-items:center;gap:.9rem;width:min(480px,100vw - 2rem);height:fit-content;margin:auto;padding:2.5rem 2rem 2rem;display:flex;position:fixed;inset:0;box-shadow:0 24px 80px #00000038,0 4px 16px #0000001a}.eip__close{cursor:pointer;color:#555;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.eip__close:hover{color:#000;background:#0000001f}.eip__close svg{width:14px;height:14px}.eip__icon{font-size:2.4rem;line-height:1}.eip__title{color:#000;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:700;line-height:1.25}.eip__body{color:#444;margin:0;font-family:Montserrat,sans-serif;font-size:.93rem;line-height:1.6}.eip__cta{color:#fff;background:#25d366;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-top:.3rem;padding:.85rem 1.6rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.eip__cta:hover{opacity:.88;transform:translateY(-1px)}.eip__decline{color:#888;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:Montserrat,sans-serif;font-size:.78rem;text-decoration:underline;transition:color .2s}.eip__decline:hover{color:#444}@media (width<=480px){.eip{padding:2rem 1.5rem 1.75rem}}.spop{z-index:7000;color:#f7efe3;background:#000;border-radius:16px;flex-direction:column;gap:.3rem;width:min(260px,100vw - 4rem);padding:1.1rem 1.3rem;display:flex;position:fixed;bottom:2rem;left:2rem;box-shadow:0 8px 32px #00000038,0 2px 8px #0000001f}.spop__close{color:#f7efe373;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;line-height:1;transition:color .2s;display:flex;position:absolute;top:.3rem;right:.3rem}.spop__close:hover{color:#f7efe3}.spop__label{color:#f7efe3;margin:0;padding-right:1rem;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700}.spop__sub{color:#f7efe399;margin:0;font-family:Montserrat,sans-serif;font-size:.75rem}.spop__cta{color:#000;text-align:center;background:#f5c229;border-radius:100px;margin-top:.5rem;padding:.55rem 1rem;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-block}.spop__cta:hover{opacity:.88;transform:translateY(-1px)}@media (width<=480px){.spop{bottom:5.5rem;left:1rem}}
