:root{--font-sans:"Archivo", system-ui, sans-serif;--section-bg:#4444440a;--btn-gradient:linear-gradient(to right, #c5a572, #c5a572);--btn-gradient-start:#c5a572;--btn-gradient-end:#c5a572;--max-width:1920px;--border-radius:8px;--font-weight-title:600;--font-weight-subtitle:400;--font-weight-label:500;--font-weight-body:400}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;max-width:100vw;font-family:var(--font-sans);font-weight:var(--font-weight-body)}body{color:#000;background-color:#fff}body,input,textarea,select,button{font-family:inherit}p,li,td,small{font-weight:var(--font-weight-body)}label,th,[class*=__label]{font-weight:var(--font-weight-label)!important}h1,h2,h3,h4,h5,h6,[class*=__title],[class*=__heading]{font-weight:var(--font-weight-title)!important}[class*=__subtitle],[class*=__description],[class*=__message],[class*=__hint]{font-weight:var(--font-weight-subtitle)!important}a{color:inherit;text-decoration:none}html.modal-open,body.modal-open{touch-action:none;overscroll-behavior:none;height:100%;overflow:hidden}.header{z-index:1000;padding:0 10px;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;right:0}.header--hidden{transform:translateY(-100%)}.header__inner{-webkit-backdrop-filter:blur(3px);background:#f7f2e7;border:.1px solid #0003;border-radius:9999px;align-items:center;gap:40px;max-width:1000px;height:90px;margin:20px auto;padding:10px 32px;display:flex;position:relative}@media (width<=1024px){.header__inner{gap:20px;height:100px;margin:12px auto;padding:10px 24px}}@media (width<=768px){.header__inner{gap:12px;height:100px;padding:10px 16px}}@media (width<=480px){.header__inner{height:80px}}.header__logo{z-index:1001;background:0 0;align-items:center;margin-top:5px;text-decoration:none;display:flex}.header__logo-img{object-fit:contain;background:0 0;width:auto;max-width:100px;height:100px}@media (width<=768px){.header__logo-img{max-width:90px;height:90px}}.header__nav{background:0 0;flex:1;justify-content:center;align-items:center;gap:36px;display:flex}@media (width<=1024px){.header__nav{z-index:999;border-radius:12px;flex-direction:column;gap:0;padding:12px 0;display:none;position:absolute;top:calc(100% + 12px);left:0;right:0;box-shadow:0 10px 30px #000000a6;-webkit-backdrop-filter:none!important;opacity:1!important;background:#fff!important}.header__nav--open{opacity:1!important;display:flex!important}.header__nav .header__nav-cta{justify-content:center;display:flex!important}}.header__nav a{color:#000;background:0 0;font-size:1rem;font-weight:400;transition:color .2s}@media (width<=1024px){.header__nav a{text-align:center;border-bottom:1px solid #0000000f;width:100%;padding:14px 32px;font-size:1.1rem}.header__nav a:last-child{border-bottom:none}}.header__nav a:hover{color:#c5a572}.header__nav a.header__nav-link--active{color:#0d0d0d;font-weight:600}@media (width<=1024px){.header__nav a.header__nav-link--active{color:#c5a572}}.header__nav-cta{display:none!important}.header__cta{background:var(--btn-gradient);color:#fff;cursor:pointer;white-space:nowrap;z-index:1001;border:none;border-radius:9999px;padding:11px 28px;font-size:1rem;font-weight:500;transition:opacity .2s}.header__cta:hover{opacity:.85}@media (width<=1024px){.header__cta{display:none}}.header__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;margin-left:auto;padding:4px;display:none;opacity:1!important}@media (width<=1024px){.header__hamburger{display:flex}}.header__hamburger span{transform-origin:50%;background:#000;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.header__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header .header__nav-item{align-items:center;display:flex;position:relative}@media (width<=1024px){.header .header__nav-item{width:100%}}.header .header__nav-line{background-color:#c5a572;border-radius:5px;width:25px;height:4px;margin:0 auto;position:absolute;bottom:-8px;left:0%;right:0%}@media (width<=1024px){.header .header__nav-line{display:none}}.header .header__nav-line:after{content:"";background-color:#c5a572;border-radius:50%;position:absolute;inset:0}@keyframes dot-pop{0%{opacity:0;transform:translate(-50%)scale(0)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes dot-pop-mobile{0%{opacity:0;transform:translateY(-50%)scale(0)}to{opacity:1;transform:translateY(-50%)scale(1)}}@keyframes dot-ping{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(3)}}.footer{color:#fff;z-index:1;background:#111113}.footer__inner{max-width:1200px;margin:0 auto;padding:0 32px}@media (width<=768px){.footer__inner{padding:0 20px}}.footer__top{grid-template-columns:1.4fr .6fr 1fr;gap:48px;padding:64px 0 48px;display:grid}@media (width<=1024px){.footer__top{grid-template-columns:1.4fr .6fr}}@media (width<=768px){.footer__top{grid-template-columns:1fr;gap:36px;padding:48px 0 36px}}.footer__brand{flex-direction:column;gap:20px;display:flex}@media (width<=640px){.footer__brand{align-items:center}}.footer__brand p{font-size:1.2em;font-weight:400;line-height:1.65}@media (width<=1024px){.footer__brand p{font-size:1.2em}}@media (width<=640px){.footer__brand p{text-align:center;font-size:1.1rem}}.footer__brand a{color:#fff;text-underline-offset:3px;font-size:1rem;text-decoration:underline;transition:opacity .2s}.footer__brand a:hover{opacity:.85}.footer__newsletter{flex-direction:column;gap:20px;display:flex}.footer__newsletter h4{font-size:1.5rem;font-weight:600}@media (width<=640px){.footer__newsletter h4{text-align:center}}.footer__newsletter form{background:0 0;border-bottom:1px solid #fff;align-items:center;gap:8px;display:flex}.footer__newsletter form input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:15px 0;font-size:1rem}.footer__newsletter form input:-webkit-autofill{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 100px #111113}.footer__newsletter form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 100px #111113}.footer__newsletter form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 100px #111113}.footer__newsletter form input::placeholder{color:#fff}.footer__newsletter form button{background:var(--btn-gradient);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;transition:opacity .2s}.footer__newsletter form button:hover{opacity:.85}.footer__links{flex-direction:column;align-items:flex-start;gap:14px;display:flex}@media (width<=1024px){.footer__links{align-items:flex-start}}@media (width<=640px){.footer__links{align-items:center}}.footer__links a{color:#fff;font-size:1rem;font-weight:400;transition:color .2s}.footer__links a.footer__link--active{opacity:1;border-left:2px solid #c5a572;padding-left:6px;font-weight:600}@media (width<=640px){.footer__links a.footer__link--active{border-bottom:2px solid #c5a572;border-left:none;padding-left:0}}.footer__links a:hover{color:#ffffffd9}.footer__bottom{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;padding:24px 0;display:flex}@media (width<=640px){.footer__bottom{text-align:center;flex-direction:column;gap:10px}}.footer__bottom a:hover{color:#c5a572}.footer__bottom span{color:#ffffff80;font-size:1rem}.layout{flex-direction:column;min-height:100svh;display:flex}.layout__main{flex:1;padding-top:122px}@media (width<=1024px){.layout__main{padding-top:108px}}@media (width<=768px){.layout__main{padding-top:92px}}@keyframes wordReveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hero{background-color:#000;justify-content:center;align-items:center;width:100%;min-height:650px;margin-top:-11%;padding:150px 20px 60px;display:flex;position:relative;overflow:hidden}.hero__background,.hero__overlay{pointer-events:none;position:absolute;inset:0}.hero__background{background-image:var(--hero-bg-image);opacity:0;z-index:0;background-position:top;background-size:cover}.hero__overlay{z-index:0;background:#000000b3}.hero__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.hero__badge{opacity:0;background:#ffffff14;border:1px solid #fff3;border-radius:9999px;align-items:center;margin-bottom:32px;padding:6px 18px;animation:.5s cubic-bezier(.22,1,.36,1) both paused badgeFadeIn;display:inline-flex}.hero__badge span{letter-spacing:.02em;color:#ffffffd9;font-size:.8rem;font-weight:400}.hero__heading{flex-direction:column;margin:0;display:flex}.hero__heading-line{letter-spacing:normal;white-space:normal;color:#fff;padding-bottom:10px;font-family:Archivo,system-ui,sans-serif;font-size:5rem;font-style:normal;line-height:1.2;display:block;font-weight:800!important}@media (width<=1024px){.hero__heading-line{font-size:5rem}}@media (width<=768px){.hero__heading-line{font-size:3rem}}@media (width<=640px){.hero__heading-line{margin-top:1rem;font-size:2.8rem!important}}.hero__heading-sans,.hero__heading-italic{color:#fff;font-family:Archivo,system-ui,sans-serif;font-style:normal;font-weight:800!important}.hero__description{color:#fff;max-width:960px;margin:2rem 0 0;font-family:Archivo,system-ui,sans-serif;font-size:1.2em;line-height:1.65;font-weight:400!important}@media (width<=640px){.hero__description{font-size:1rem}}.hero__word{opacity:0;animation:.38s ease-out both paused wordReveal;display:inline-block}.hero--visible .hero__badge,.hero--visible .hero__word{animation-play-state:running}.hero--visible .hero__background{opacity:1;transform:scale(1)}.hero--with-bg{background-color:#000}.hero--with-bg .hero__grid{background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px)}.hero--with-bg .hero__glow{background:radial-gradient(#ffffff29 0%,#ffffff12 38%,#0000 70%)}@media (width<=1024px){.hero{margin-top:-18%}}@media (width<=640px){.hero{margin-top:-24%}}@media (width<=768px){.hero{min-height:600px;margin-top:-25%;padding:56px 20px 64px}.hero__badge{margin-bottom:24px}.hero__heading{margin-bottom:20px}.hero{padding:150px 24px 60px}}.cta-root{z-index:9999;opacity:0;flex-direction:column;align-items:flex-end;gap:0;transition:opacity .4s,transform .4s;display:flex;position:fixed;bottom:28px;transform:translateY(20px)}.cta-root.cta--visible{opacity:1;transform:translateY(0)}.cta-root.cta--bottom-right{align-items:flex-end;right:28px}.cta-root.cta--hidden{opacity:0;pointer-events:none;transform:translateY(20px)}.cta-root.cta--bottom-left{align-items:flex-start;left:28px}.cta-root.cta--bottom-left .popup{transform-origin:0 100%}.cta-root.cta--bottom-left .popup__avatar{left:16px;right:auto}.trigger{cursor:pointer;background:#fff;border:3px solid #fff;border-radius:9999px;width:62px;height:62px;padding:0;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s,opacity .2s;position:relative;overflow:visible;box-shadow:0 4px 20px #00000014}.trigger img{object-fit:contain;border-radius:9999px;width:100%;height:100%;padding:4px;display:block}.trigger:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 8px 28px #0000001a,0 0 0 5px #c5a57226}.trigger:active{transform:scale(.96)}.trigger.trigger--hidden{opacity:0;pointer-events:none;transform:scale(.7)translateY(10px)}.trigger .trigger__pulse{pointer-events:none;border:2px solid #c5a572;border-radius:9999px;animation:2.4s ease-out infinite ulse;position:absolute;inset:-5px}@keyframes ulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}.popup{width:280px;box-shadow:#00000040;transform-origin:100% 100%;opacity:0;pointer-events:none;background:#fff;border:1px solid #00000014;border-radius:12px;padding:39.6px 20px 20px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s;position:absolute;bottom:0;right:0;transform:scale(.85)translateY(12px)}.popup.popup--open{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.cta--bottom-left .popup{transform-origin:0 100%;left:0;right:auto}.popup__avatar{cursor:pointer;background:#fff;border:3px solid #fff;border-radius:9999px;width:72px;height:72px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);position:absolute;top:-34.56px;right:50px;overflow:hidden;box-shadow:0 0 16px #00000014}.popup__avatar img{object-fit:contain;width:100%;height:100%;padding:4px;display:block}.popup__avatar:hover{transform:scale(1.08)translateY(-3px)}.popup__close{color:#999;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background .15s,color .15s;display:flex;position:absolute;top:10px;right:12px}.popup__close:hover{color:#666;background:#e9e9e9}.popup__body{flex-direction:column;gap:14px;display:flex}.popup__heading{color:#000;margin:0;font-family:inherit;font-size:1.1rem;font-weight:700;line-height:1.45}.popup__subtext{color:#666;margin:-6px 0 0;font-size:.8rem;line-height:1.5}.popup__cta{background:linear-gradient(135deg, var(--btn-gradient-start) 0%, #c5a572 55%, var(--btn-gradient-end) 100%);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:8px;width:100%;padding:13px 16px;font-family:inherit;font-size:1rem;font-weight:700;transition:filter .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 14px #c5a57226}.popup__cta:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 6px 20px #c5a57226}.popup__cta:active{filter:brightness(.97);transform:scale(.97)}@media (width<=640px){.cta-root{flex-direction:column!important;gap:0!important;display:flex!important;bottom:18px!important}.cta-root.cta--bottom-right{align-items:flex-end!important;right:16px!important}.cta-root.cta--bottom-left{align-items:flex-start!important;left:16px!important}.trigger{width:62px!important;height:62px!important}.popup{z-index:100000!important;width:280px!important;max-width:280px!important;position:absolute!important;bottom:0!important}.cta--bottom-right .popup{transform-origin:100% 100%!important;left:auto!important;right:0!important}.cta--bottom-left .popup{transform-origin:0 100%!important;left:0!important;right:auto!important}.popup .popup__avatar{width:72px!important;height:72px!important;display:block!important;position:absolute!important;top:-39.6px!important}.cta--bottom-right .popup .popup__avatar{left:auto!important;right:50px!important}.cta--bottom-left .popup .popup__avatar{left:16px!important;right:auto!important}}.section-heading{margin:0;font-size:clamp(30px,5vw,65px)}.section-heading__bold{color:#0d0d0d;font-style:normal;font-weight:800}.section-heading__italic{-webkit-mask-image:var(--btn-gradient);-webkit-mask-image:var(--btn-gradient);mask-image:var(--btn-gradient);font-family:Archivo,system-ui,sans-serif;font-size:clamp(40px,6vw,80px);font-style:italic;font-weight:500}.section-label{align-items:center;display:inline-flex}.section-label--dot{letter-spacing:.1em;text-transform:uppercase;color:#999;gap:8px;font-size:.8rem;font-weight:700}.section-label__dot{background:var(--btn-gradient);border-radius:50%;flex-shrink:0;width:9px;height:9px}.section-label--pill{letter-spacing:.08em;text-transform:uppercase;color:#0d0d0d;background:#ffffff14;border:1px solid #fff3;border-radius:9999px;padding:5px 16px;font-family:Archivo,system-ui,sans-serif;font-size:.8rem;font-weight:600}.value-row{border-bottom:1px solid #0000001a;position:relative;overflow:hidden}.value-row__overlay{background:var(--btn-gradient-start);transform-origin:top;z-index:0;transition:transform .55s cubic-bezier(.76,0,.24,1);position:absolute;inset:0;transform:scaleY(0)}.value-row--active{cursor:default}.value-row--active .value-row__overlay{transform:scaleY(1)}.value-row--active .value-row__number,.value-row--active .value-row__title{color:#fff;transform:translate(4px)}.value-row--active .value-row__description{opacity:1;color:#fff;transform:translateY(0)}.value-row__content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;padding:clamp(1.4rem,3.5vw,2.2rem) clamp(.5rem,3vw,1.5rem) clamp(1.4rem,3.5vw,2.2rem) 1rem;display:grid;position:relative}.value-row__title-wrap{align-items:center;gap:clamp(.5rem,1.5vw,1.1rem);display:flex}.value-row__number{color:#0d0d0d;font-size:clamp(1.1rem,2.8vw,1.9rem);font-weight:700;transition:all .5s}.value-row__title{color:#0d0d0d;margin:0;font-size:clamp(1.1rem,2.8vw,1.9rem);line-height:1.15;transition:all .5s}.value-row__description{color:#141111;opacity:.55;margin:0;padding-left:clamp(1rem,2.5vw,2rem);line-height:1.75;transition:all .5s;transform:translateY(6px)}@media (width<=768px){.value-row__content{grid-template-columns:1fr;gap:.75rem}.value-row__description{opacity:1;padding-left:0;transform:none}}.animated-arcs{width:100%;height:100%;overflow:visible}@keyframes spinArc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinArcRev{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes pulse{0%,to{opacity:.15}50%{opacity:.4}}.arc1{transform-origin:100px 100px;animation:18s linear infinite spinArc}.arc2{transform-origin:100px 100px;animation:12s linear infinite spinArcRev}.arc3{transform-origin:100px 100px;animation:28s linear infinite spinArc}.dot{animation:3s ease-in-out infinite pulse}.dot2{animation:4.5s ease-in-out 1s infinite pulse}.dot-grid{width:100%;height:100%}@keyframes fadeGrid{0%,to{opacity:.6}50%{opacity:1}}.dotgrid{animation:6s ease-in-out infinite fadeGrid}.floating-orbs{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}@keyframes orbFloat1{0%,to{opacity:.85;transform:translate(0)scale(1)}33%{opacity:1;transform:translate(40px,-30px)scale(1.08)}66%{opacity:.75;transform:translate(-20px,20px)scale(.95)}}@keyframes orbFloat2{0%,to{opacity:.7;transform:translate(0)scale(1)}40%{opacity:.9;transform:translate(-50px,30px)scale(1.12)}70%{opacity:.6;transform:translate(30px,-20px)scale(.9)}}@keyframes orbFloat3{0%,to{opacity:.5;transform:translate(0)scale(1)}50%{opacity:.8;transform:translate(60px,40px)scale(1.15)}}@keyframes shimmerMove{0%{background-position:-200%}to{background-position:200%}}@keyframes contentFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes contentFadeUp2{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes contentFadeUp3{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ready-section-wrapper{background:#f7f2e7;margin-top:0;padding:0 2rem 2rem}@media (width<=768px){.ready-section-wrapper{padding:0 1rem 1.5rem}}.ready-section{background:linear-gradient(135deg,#b8935f 0%,#c5a572 25%,#d4b88a 45%,#c5a572 65%,#b8935f 85%,#c5a572 100%);border-radius:12px;justify-content:center;align-items:center;min-height:0;margin:40px auto 20px;display:flex;position:relative;overflow:hidden;max-width:900px!important}@media (width<=768px){.ready-section{border-radius:8px;width:calc(100% - 2rem);min-height:0;margin:0 auto;min-width:0!important;max-width:100%!important}}@media (width<=640px){.ready-section{border-radius:8px;width:calc(100% - 1rem)}}.ready-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.orb{filter:blur(40px);border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#c5a572bf 0%,#c5a57200 70%);width:120px;height:120px;animation:8s ease-in-out infinite orbFloat1;top:-30px;left:-20px}.orb-2{background:radial-gradient(circle,#b8935fa6 0%,#b8935f00 70%);width:100px;height:100px;animation:11s ease-in-out infinite orbFloat2;bottom:-30px;right:5%}.orb-3{background:radial-gradient(circle,#d4b88a80 0%,#c5a57200 70%);width:80px;height:80px;animation:14s ease-in-out infinite orbFloat3;top:0;right:25%}.shimmer-overlay{background:linear-gradient(135deg,#0000 30%,#ffffff2e 48%,#ffffff47 50%,#ffffff2e 52%,#0000 70%) 0 0/200% 100%;animation:4s linear infinite shimmerMove;position:absolute;inset:0}.ready-content{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;padding:1.1rem 1.5rem;display:flex;position:relative}@media (width<=768px){.ready-content{padding:1rem 1.25rem}}.ready-content .ready-title,.ready-content .ready-subtitle,.ready-content .btn-get-in-touch{opacity:0}.ready-content.animate-in .ready-title{animation:.55s cubic-bezier(.22,1,.36,1) 50ms forwards contentFadeUp}.ready-content.animate-in .ready-subtitle{animation:.55s cubic-bezier(.22,1,.36,1) .2s forwards contentFadeUp2}.ready-content.animate-in .btn-get-in-touch{animation:.55s cubic-bezier(.22,1,.36,1) .35s forwards contentFadeUp3}.ready-title{color:#0d0d0d;letter-spacing:-.02em;margin:0 0 .4rem;line-height:1.15;font-size:clamp(1.25rem,2.5vw,1.75rem)!important;font-weight:800!important}.ready-subtitle{margin:0 0 .75rem;line-height:1.5;color:#fff!important;font-size:1rem!important}.btn-get-in-touch{color:#fff;cursor:pointer;letter-spacing:.01em;background:#0d0d0d;border:none;border-radius:9999px;align-items:center;gap:8px;padding:8px 12px 8px 18px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .25s,transform .2s,box-shadow .25s;display:inline-flex}.btn-get-in-touch:hover{background:#1f1f1f;transform:translate(2px);box-shadow:0 6px 24px #00000040}.btn-get-in-touch:hover .arrow-circle{transform:translate(2px)}.btn-get-in-touch:active{transform:scale(.97)}.btn-arrow{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .2s;display:inline-flex}.btn-arrow img,.btn-arrow svg{width:12px;height:12px;display:block}.btn-rounded{cursor:pointer;white-space:nowrap;background:var(--btn-gradient);color:#fff;border:none;border-radius:50px;justify-content:center;align-items:center;gap:20px;width:fit-content;height:48px;margin-top:20px;padding:10px 15px 10px 25px;font-family:inherit;font-size:clamp(14px,1.6vw,17px);font-weight:600;transition:all .3s;display:inline-flex}.btn-rounded__arrow{background-color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.btn-rounded__arrow svg{color:#0d0d0d;width:14px;height:14px;display:block}.btn-rounded:hover{opacity:.9;transform:translate(2px)}.btn-rounded:active{transform:scale(.98)}@media (width<=768px){.btn-rounded{padding:12px 24px}}@media (width<=640px){.btn-rounded{width:100%}}.newsletter{background:#f5f5f5;margin-top:50px;padding:0 24px;font-family:Archivo,system-ui,sans-serif}.newsletter__rule{background:#e0e0e0;width:100%;max-width:1100px;height:1px;margin:0 auto}.newsletter__panel{flex-direction:column;align-items:center;gap:2.5rem;max-width:1100px;margin:0 auto;padding:3.5rem 2rem;display:flex}.newsletter__top{width:100%;max-width:720px}.newsletter__heading{color:#000;letter-spacing:-.02em;text-align:center;margin:0 0 16px;font-size:clamp(20px,4vw,48px);font-weight:700;line-height:1.2}@media (width<=768px){.newsletter__heading{font-size:1.5rem}}.newsletter__sub{color:#666;text-align:center;margin:0;font-size:1rem;font-weight:500;line-height:1.65}.newsletter__bottom{flex-direction:row;align-items:center;gap:12px;width:100%;max-width:520px;display:flex}.newsletter__input{color:#000;background:0 0;border:none;border-bottom:1px solid #000;outline:none;flex:1;padding:10px 0;font-family:inherit;font-size:1rem;transition:border-color .2s}.newsletter__input::placeholder{color:#999}.newsletter__input:focus{border-bottom-color:#0d0d0d}.newsletter__input:disabled{opacity:.5;cursor:not-allowed}.newsletter__btn{color:#fff;letter-spacing:.08em;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:9999px;flex-shrink:0;padding:12px 24px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .2s}.newsletter__btn:hover{background:#1f1f1f}.newsletter__btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.newsletter{padding:0 20px}.newsletter__panel{gap:2rem;padding:2.75rem .5rem}.newsletter__btn{width:auto}}@media (width<=640px){.newsletter__bottom{flex-direction:column;align-items:stretch}.newsletter__btn{width:100%}}@media (width<=480px){.newsletter{padding:0 16px}.newsletter__panel{padding:2.25rem 0}}.mt{margin-top:0!important}.insight-card{background:#f5f5f5;border-radius:12px;flex-direction:column;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}@media (width<=480px){.insight-card{border:2px solid #c5a57233}}.insight-card-image{aspect-ratio:16/9;background:#fff;border-bottom:1px solid #e9e9e9;flex-shrink:0;width:100%;margin:0;padding:0;position:relative;overflow:hidden}.insight-card-image img{object-fit:cover;object-position:center;width:100%;height:100%;margin:0;padding:0;transition:transform .4s;display:block;position:absolute;inset:0}.insight-card:hover .insight-card-image img{transform:scale(1.04)}.insight-card{background:#f5f5f5;border-radius:12px;flex-direction:column;padding:0;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.insight-card:hover{cursor:default;transform:translateY(-3px);box-shadow:0 10px 32px #0000001a}.insight-card-body{flex-direction:column;flex:1;padding:1.5rem 1.5rem 1.25rem;display:flex}.insight-card-body h3{color:#000;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;line-height:1.4}.insight-card-body p{color:#666;flex:1;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.insight-card-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:auto;display:flex}.insight-btn{text-align:center;white-space:nowrap;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:.65rem 1.15rem;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.2;transition:opacity .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.insight-btn:hover{opacity:.9}.insight-btn--secondary{color:#000;background:0 0;border:1.5px solid #000}.insight-btn--secondary:hover{color:#fff;opacity:1;background:#000}.insight-btn--primary{color:#fff;background:#0d0d0d;border:1.5px solid #0d0d0d}.insight-btn--primary:hover{opacity:1;background:#1f1f1f;border-color:#1f1f1f}.insight-card-image__placeholder{background:#f5f5f5;width:100%;height:100%}.blog-not-found{text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:4rem 1.5rem 0;display:flex}@media (width<=1024px){.blog-not-found{min-height:30vh;padding:2rem 1rem 0}}@media (width<=768px){.blog-not-found{min-height:25vh;padding:2rem 1rem 0}}@media (width<=640px){.blog-not-found{min-height:20vh;padding:1.5rem 1rem 0}}.blog-not-found__inner{flex-direction:column;align-items:center;gap:1.25rem;max-width:480px;display:flex}@media (width<=768px){.blog-not-found__inner{gap:.5rem}}.blog-not-found__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;border:1px solid #e0e0e0;border-radius:9999px;padding:.25rem .85rem;font-size:1.5rem;font-weight:600}.blog-not-found__heading{color:#000;margin:0;font-size:1.3rem;font-weight:300;line-height:1.15}.blog-not-found__body{color:#666;margin:0;font-size:1rem;line-height:1.7}.blog-not-found__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.blog-not-found__btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.blog-not-found__btn--primary{color:#fff;background:#000}.blog-not-found__btn--primary:hover{background:#1f1f1f}@media (width<=640px){.insight-no-blogs{padding:20px 0 0!important}}.insight-no-blogs .blog-not-found__heading{color:#000;margin:0;font-size:1.5rem;font-weight:300;line-height:1.15}.insight-no-blogs .blog-not-found__body{color:#666;margin:0;font-size:1rem;line-height:1.7}.home-page{width:100%}.content-wrapper{z-index:2;background-color:#fff;margin-top:100vh;position:relative}@media (width>=768px) and (width<=1024px){.content-wrapper{margin-top:80vh}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes heroCursorBlink{0%,40%{opacity:1}60%,to{opacity:.2}}@keyframes heroCharIn{0%{opacity:0;filter:blur(1.5px);transform:translateY(.12em)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-section .hero-content .hero-title,.hero-section .hero-content p.hero-description,.hero-section .hero-content .hero-actions{opacity:1;animation:none!important}.hero-section .hero-content .hero-title-cursor{display:none}}.hero-section{width:100%;height:100vh;position:fixed;top:0;left:0;overflow:hidden}@media (width>=768px) and (width<=1024px){.hero-section{height:80vh}}.hero-section .hero-image{object-fit:cover;object-position:center;z-index:-1;width:100%;height:100%;position:absolute;inset:0}.hero-section:after{content:"";z-index:0;background:#000000a6;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-content{z-index:1;text-align:center;color:#fff;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;margin-top:50px;padding:0 2rem;display:flex;position:relative}@media (width<=768px){.hero-section .hero-content{margin-top:40px;padding:0 1.5rem}}@media (width<=640px){.hero-section .hero-content{gap:.75rem;margin-top:24px;padding:0 1.25rem}}@media (width<=480px){.hero-section .hero-content{margin-top:16px;padding:0 1rem}}.hero-section .hero-content .hero-title{text-transform:none;opacity:0;box-sizing:border-box;text-align:center;width:100%;max-width:1200px;min-height:1.12em;margin-top:2rem;margin-bottom:0;font-family:Archivo,system-ui,sans-serif;font-size:clamp(2.75rem,6vw,5.5rem);line-height:1.12;position:relative;font-weight:800!important}@media (width<=1024px){.hero-section .hero-content .hero-title{max-width:1040px;font-size:clamp(2.35rem,5.5vw,4.5rem)}}@media (width<=768px){.hero-section .hero-content .hero-title{max-width:100%;margin-top:1.25rem;font-size:clamp(2.1rem,6.8vw,3.25rem)}}@media (width<=640px){.hero-section .hero-content .hero-title{margin-top:.75rem;line-height:1.18;font-size:clamp(1.85rem,7.8vw,2.55rem)!important}}@media (width<=480px){.hero-section .hero-content .hero-title{font-size:clamp(1.65rem,7.2vw,2.15rem)!important}}.hero-section .hero-content .hero-title.animate-in{animation:.4s ease-out forwards slideInFromLeft}.hero-section .hero-content .hero-title .hero-title-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-section .hero-content .hero-title .hero-title-typed{text-align:center;width:100%;max-width:100%;display:block;position:relative}.hero-section .hero-content .hero-title .hero-title-ghost{visibility:hidden;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;width:100%;display:block}.hero-section .hero-content .hero-title .hero-title-live{text-align:center;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;width:100%;max-width:100%;position:absolute;inset:0}.hero-section .hero-content .hero-title .hero-title-char{will-change:opacity, transform;display:inline}.hero-section .hero-content .hero-title .hero-title-char.is-new{animation:.22s cubic-bezier(.22,1,.36,1) both heroCharIn;display:inline-block}.hero-section .hero-content .hero-title .hero-title-cursor{vertical-align:-.05em;opacity:1;background:currentColor;border-radius:2px;width:.08em;height:.9em;margin-bottom:-.08em;margin-left:.08em;animation:1.25s ease-in-out infinite heroCursorBlink;display:inline-block}.hero-section .hero-content .hero-title .hero-title-cursor.is-active{opacity:.95;animation:none}.hero-section .hero-content p{box-sizing:border-box;width:100%;max-width:960px;margin:2rem 0;font-size:1.2em}@media (width<=768px){.hero-section .hero-content p{margin:1.25rem 0;padding:0 .25rem;font-size:1.1rem}}@media (width<=640px){.hero-section .hero-content p{margin:.75rem 0 1rem;font-size:1rem;line-height:1.55}}@media (width<=480px){.hero-section .hero-content p{font-size:.95rem}}.hero-section .hero-content p.hero-description{opacity:0;font-family:Archivo,system-ui,sans-serif;font-weight:400!important}.hero-section .hero-content p.hero-description.animate-in{animation:.4s ease-out .2s forwards slideInFromLeft}.hero-section .hero-content .hero-actions{opacity:0;box-sizing:border-box;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.hero-section .hero-content .hero-actions .btn-rounded{margin-top:0}.hero-section .hero-content .hero-actions.animate-in{animation:.4s ease-out .4s forwards slideInFromLeft}@media (width<=768px){.hero-section .hero-content .hero-actions{flex-direction:column;gap:.75rem;width:100%;max-width:320px;margin:0 auto;padding:0 .25rem}}@media (width<=480px){.hero-section .hero-content .hero-actions{max-width:100%}}.btn{cursor:pointer;white-space:nowrap;box-sizing:border-box;border:none;border-radius:50px;justify-content:center;align-items:center;font-family:inherit;font-weight:600;transition:all .3s;display:inline-flex}@media (width<=768px){.btn{width:100%}}.btn-secondary{color:#fff;background:0 0;border:1px solid #fff;height:48px;padding:12px 32px;font-size:1rem}.btn-secondary:hover{color:#000;background:#ffffffd9}@media (width<=768px){.btn-secondary{padding:12px 24px}}.why-lose-customers{background:#f7f2e7;padding:4rem 2rem}@media (width<=1024px){.why-lose-customers{padding:3.5rem 1.5rem}}@media (width<=768px){.why-lose-customers{padding:3rem 1rem}}@media (width<=640px){.why-lose-customers{padding:2.5rem .75rem}}@media (width<=480px){.why-lose-customers{padding:2rem .5rem}}.why-lose-customers .section-header{text-align:center;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.why-lose-customers .section-header h2{color:#000;margin-bottom:1rem;font-size:clamp(30px,5vw,65px);font-weight:800;line-height:1.1}.why-lose-customers .section-header h2 .highlight-text{font-family:Archivo,system-ui,sans-serif;font-size:inherit;background:var(--btn-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:500}@media (width<=768px){.why-lose-customers .section-header h2{font-size:2.6rem}}@media (width<=640px){.why-lose-customers .section-header h2{font-size:2.2rem!important}}.why-lose-customers .section-header .section-subtitle{color:#000;font-size:1.1rem}.why-lose-customers .section-header .section-subtitle strong{font-weight:800!important}.why-lose-customers .reasons-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:2rem auto 0;display:grid}@media (width<=1024px){.why-lose-customers .reasons-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:1rem;max-width:100%;margin:2rem 0 0;padding-bottom:.5rem;scroll-padding-left:1rem;display:flex;overflow-x:auto}.why-lose-customers .reasons-grid::-webkit-scrollbar{display:none}}.why-lose-customers .reasons-grid .reason-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;transition:box-shadow .3s;display:flex;overflow:hidden}.why-lose-customers .reasons-grid .reason-card:hover{box-shadow:0 8px 24px #00000014}@media (width<=1024px){.why-lose-customers .reasons-grid .reason-card{scroll-snap-align:start;flex:0 0 calc(50vw - 2rem)}.why-lose-customers .reasons-grid .reason-card .key-points{margin-left:1.25rem;margin-right:1.25rem;padding:1rem 1.25rem 1.25rem}}@media (width<=768px){.why-lose-customers .reasons-grid .reason-card{scroll-snap-align:center;flex:0 0 calc(100vw - 3rem)}}.why-lose-customers .reasons-grid .reason-card .reason-card-left,.why-lose-customers .reasons-grid .reason-card .reason-card-right{display:contents}@media (width>=1025px){.why-lose-customers .reasons-grid .reason-card:last-child:nth-child(odd){flex-direction:row;grid-column:1/-1}.why-lose-customers .reasons-grid .reason-card:last-child:nth-child(odd) .reason-card-left,.why-lose-customers .reasons-grid .reason-card:last-child:nth-child(odd) .reason-card-right{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:1.5rem 0;display:flex}.why-lose-customers .reasons-grid .reason-card:last-child:nth-child(odd) .reason-card-right .reason-description{height:auto;padding-top:0}}.why-lose-customers .reasons-grid .reason-card .reason-image{aspect-ratio:16/9;flex-shrink:0;align-self:center;width:85%;overflow:hidden}.why-lose-customers .reasons-grid .reason-card .reason-image img{object-fit:contain;width:100%;height:100%;transition:transform .4s;display:block}.why-lose-customers .reasons-grid .reason-card:hover .reason-image img{transform:scale(1.04)}.why-lose-customers .reasons-grid .reason-card h3{color:#000;padding:.5rem 1.5rem 0;font-size:1.2em;font-weight:700;line-height:1.3}@media (width<=640px){.why-lose-customers .reasons-grid .reason-card h3{height:4rem}}.why-lose-customers .reasons-grid .reason-card .reason-description{color:#666;height:4.95rem;padding:.6rem 1.5rem 0;font-size:1rem;line-height:1.65;overflow:hidden}@media (width<=1024px){.why-lose-customers .reasons-grid .reason-card .reason-description{height:6.6rem}}@media (width<=640px){.why-lose-customers .reasons-grid .reason-card .reason-description{height:8.25rem}}.why-lose-customers .reasons-grid .reason-card .key-points{border-top:1px solid #e0e0e0;margin-left:1.5rem;margin-right:1.5rem;padding:1rem 1.5rem 1.5rem}.why-lose-customers .reasons-grid .reason-card .key-points>strong{text-transform:uppercase;letter-spacing:.07em;color:#999;margin-bottom:.65rem;font-size:.8rem;font-weight:600;display:block}.why-lose-customers .reasons-grid .reason-card .key-points ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.why-lose-customers .reasons-grid .reason-card .key-points ul li{color:#666;padding-left:1rem;font-size:1rem;line-height:1.55;position:relative}.why-lose-customers .reasons-grid .reason-card .key-points ul li:before{content:"";background:var(--btn-gradient-start);border-radius:50%;width:5px;height:5px;position:absolute;top:.45em;left:0}.why-lose-customers .reasons-nav{display:none}@media (width<=1024px){.why-lose-customers .reasons-nav{justify-content:center;align-items:center;gap:1.25rem;padding:1.5rem 0 0;display:flex}}.why-lose-customers .reasons-nav .reasons-nav-btn{color:#000;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s;display:flex}.why-lose-customers .reasons-nav .reasons-nav-btn:not(:disabled):hover{background:var(--btn-gradient-start);border-color:var(--btn-gradient-start);color:#fff}.why-lose-customers .reasons-nav .reasons-nav-btn:disabled{opacity:.4;cursor:default}.why-lose-customers .reasons-nav .reasons-nav-dots{align-items:center;gap:6px;display:flex}.why-lose-customers .reasons-nav .reasons-nav-dots .slide-dot{background:#999;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.why-lose-customers .reasons-nav .reasons-nav-dots .slide-dot.active{transform:scale(2);background:#c5a572!important}.our-process{margin:0;padding:0;position:relative;background:#f7f2e7!important}@media (width<=768px){.our-process{padding:2rem 0!important}}.our-process .process-container{background:#000;align-items:start;width:100%;height:100%;margin:0;padding:0;display:flex;position:relative}@media (width<=1024px){.our-process .process-container{flex-direction:column}}.our-process .process-container .process-left{flex-direction:column;flex:0 0 45%;justify-content:center;align-self:flex-start;height:calc(100vh - 10px);padding:4rem 2rem 4rem 4rem;display:flex;position:sticky;top:0;overflow-y:hidden}.our-process .process-container .process-left:before{content:"";pointer-events:none;z-index:0;background:#ffefef17;border:1px solid #917c7c12;border-radius:50%;width:900px;height:950px;position:absolute;top:50%;left:-60%;transform:translateY(-50%)}.our-process .process-container .process-left .section-label{color:#fff;letter-spacing:.05em;text-transform:none;border:1px solid #fff;border-radius:9999px;margin-bottom:2.5rem;padding:.3rem 1rem;font-size:.8rem;display:inline-block}.our-process .process-container .process-left h2{color:#fff;width:auto;margin-bottom:1.5rem;font-family:Archivo,system-ui,sans-serif;font-size:clamp(30px,5vw,65px);font-weight:800;line-height:1.15}.our-process .process-container .process-left h2 em{color:var(--btn-gradient-start);font-family:Archivo,system-ui,sans-serif;font-size:clamp(30px,5vw,65px);font-style:italic;font-weight:800}@media (width<=768px){.our-process .process-container .process-left h2{font-size:2.6rem}.our-process .process-container .process-left h2 em{font-size:3rem!important}}@media (width<=640px){.our-process .process-container .process-left h2{font-size:2.2rem!important}.our-process .process-container .process-left h2 em{font-size:2.4rem!important}}.our-process .process-container .process-left p{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}@media (width<=1024px){.our-process .process-container .process-left p{margin-bottom:1.5rem}}@media (width<=640px){.our-process .process-container .process-left p{margin-bottom:.5rem;font-size:1rem}}.our-process .process-container .process-left .btn{background:var(--btn-gradient);border:none;border-radius:9999px;align-self:flex-start;margin-bottom:3rem;color:#fff!important}.our-process .process-container .process-left .btn:after{color:#000!important;background-color:#fff!important}@media (width<=1024px){.our-process .process-container .process-left{flex:none;width:100%;height:auto;padding:3rem 2rem;position:relative;top:auto}}@media (width<=768px){.our-process .process-container .process-left{padding:2rem 1.5rem;overflow:hidden}}@media (width<=640px){.our-process .process-container .process-left .btn-rounded{width:fit-content}}.our-process .process-container .process-right{width:100%;min-width:0;position:relative}.our-process .process-container .process-right .steps-wrapper{flex-direction:column;padding:2rem 3rem 4rem 6rem;display:flex}@media (width<=1024px){.our-process .process-container .process-right .steps-wrapper{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:1rem;padding:2rem 1.5rem 2.5rem;scroll-padding-left:1.5rem;overflow-x:auto}.our-process .process-container .process-right .steps-wrapper::-webkit-scrollbar{display:none}}.our-process .process-container .process-right .steps-wrapper .step-card-container{opacity:.4;min-height:unset;z-index:1;justify-content:flex-start;align-items:flex-start;padding:2rem 0;transition:opacity .35s;display:flex;position:relative}.our-process .process-container .process-right .steps-wrapper .step-card-container:not(:last-child):after{content:"";z-index:0;pointer-events:none;background:#ffffff1a;width:1px;position:absolute;top:calc(3.4rem + 72px);bottom:calc(28px - 3.4rem);left:-3.6rem;transform:translate(-50%)}@media (width<=1024px){.our-process .process-container .process-right .steps-wrapper .step-card-container:not(:last-child):after{display:none}}.our-process .process-container .process-right .steps-wrapper .step-card-container:not(:last-child){border-bottom:1px solid #ffffff14}.our-process .process-container .process-right .steps-wrapper .step-card-container.active,.our-process .process-container .process-right .steps-wrapper .step-card-container.completed{opacity:1}@media (width<=1024px){.our-process .process-container .process-right .steps-wrapper .step-card-container{opacity:1;scroll-snap-align:start;flex-direction:column;flex:0 0 calc(50vw - 2rem);gap:1rem;padding:0;transform:none;border-bottom:none!important}}@media (width<=768px){.our-process .process-container .process-right .steps-wrapper .step-card-container{scroll-snap-align:center;flex:0 0 calc(100vw - 3rem)}}.our-process .process-container .process-right .steps-wrapper .step-card-container .card-header{display:contents}.our-process .process-container .process-right .steps-wrapper .step-card-container .card-number{color:#fff6;z-index:2;background:#000;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.78rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:3.4rem;left:-3.6rem;transform:translate(-50%)}@media (width<=1024px){.our-process .process-container .process-right .steps-wrapper .step-card-container .card-number{margin-bottom:.75rem;position:static;top:auto;left:auto;transform:none}}.step-card-container.active .our-process .process-container .process-right .steps-wrapper .step-card-container .card-number{color:#0d0d0d;background:#c5a572;border-color:#c5a572;box-shadow:0 0 0 6px #c5a57226}.step-card-container.completed .our-process .process-container .process-right .steps-wrapper .step-card-container .card-number{color:#c5a572;background:#c5a57233;border-color:#c5a57266}.our-process .process-container .process-right .steps-wrapper .step-card-container.active .card-number{color:#0d0d0d;background:#c5a572;border-color:#c5a572;box-shadow:0 0 0 6px #c5a57226}.our-process .process-container .process-right .steps-wrapper .step-card-container.completed .card-number{color:#c5a572;background:#c5a57233;border-color:#c5a57266}.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card{width:auto;max-width:90%;box-shadow:none;background:#2c2b2b;border:2px solid #ffffff14;border-radius:12px;flex-direction:column;flex:1;gap:0;padding:2rem 2.5rem;transition:border-color .3s,box-shadow .3s;display:flex}.step-card-container.active .our-process .process-container .process-right .steps-wrapper .step-card-container .step-card{border-color:#c5a5724d;box-shadow:0 4px 30px #0000004d}@media (width<=1024px){.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card{flex:1;width:100%;max-width:100%}}@media (width<=768px){.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card{padding:1.5rem}}.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card h3{color:#c5a572;margin-top:0;margin-bottom:13px;font-size:1.3rem;line-height:1.3;font-weight:700!important}.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card .card-description{color:#ffffffd9;font-size:1rem;line-height:1.7}.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card .card-section strong{color:#ffffffd9;text-transform:uppercase;letter-spacing:.05em;margin:.8rem 0;font-size:.8rem;font-weight:400;display:block}.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card .card-section ul{flex-direction:column;gap:.5rem;padding-bottom:0;padding-left:60px;list-style:none;display:flex}@media (width<=640px){.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card .card-section ul{padding-left:20px}}.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card .card-section ul li{color:#ffffff8c;padding-left:1.2rem;font-size:1rem;font-weight:300;line-height:1.2;position:relative}.our-process .process-container .process-right .steps-wrapper .step-card-container .step-card .card-section ul li:before{content:"";background:#e0e0e0;border-radius:50%;width:8px;height:8px;position:absolute;top:.4em;left:0}.our-process .process-container .process-right .steps-nav{display:none}@media (width<=1024px){.our-process .process-container .process-right .steps-nav{justify-content:center;align-items:center;gap:1.25rem;padding:.5rem 1.5rem 2.5rem;display:flex}}.our-process .process-container .process-right .steps-nav .nav-btn{color:#fff;cursor:pointer;background:#2c2b2b;border:1.5px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s;display:flex}.our-process .process-container .process-right .steps-nav .nav-btn:not(:disabled):hover{background:var(--btn-gradient-start);border-color:var(--btn-gradient-start);color:#0d0d0d}.our-process .process-container .process-right .steps-nav .nav-btn:disabled{opacity:.4;cursor:default}.our-process .process-container .process-right .steps-nav .nav-dots{align-items:center;gap:6px;display:flex}.our-process .process-container .process-right .steps-nav .nav-dots .slide-dot{background:#999;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.our-process .process-container .process-right .steps-nav .nav-dots .slide-dot.active{transform:scale(2);background:#c5a572!important}.insights-section{background:#f7f2e7;padding:5rem 2rem 0}.insights-section .insights-inner{max-width:1200px;margin:0 auto}.insights-section .insights-header{flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}@media (width<=768px){.insights-section .insights-header{flex-direction:column;align-items:flex-start}}.insights-section .insights-header-left{flex:1}.insights-section .section-badge{color:#000;border:1px solid #e0e0e0;border-radius:9999px;margin-bottom:1.2rem;padding:5px 18px;font-size:1rem;display:inline-block}.insights-section .insights-title{color:#000;text-align:center;margin-bottom:1rem;font-size:clamp(30px,5vw,65px);line-height:1.15;font-weight:700!important}.insights-section .insights-title em{font-family:Archivo,system-ui,sans-serif;font-style:italic;font-weight:700;color:var(--btn-gradient-start)!important}@media (width<=1024px){.insights-section .insights-title{font-size:3rem}}@media (width<=768px){.insights-section .insights-title{font-size:1.5rem}}@media (width<=640px){.insights-section .insights-title{font-size:3rem}}.insights-section .insights-subtitle{color:#000;font-size:1.1rem;line-height:1.65}@media (width<=640px){.insights-section .insights-subtitle{font-size:1rem}}.insights-section .insights-header-right{flex-shrink:0}.insights-section .insights-see-all{background:var(--btn-gradient);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;align-items:center;gap:15px;padding:12px 22px;font-size:1rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.insights-section .insights-see-all .btn-arrow{background-color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.insights-section .insights-see-all .btn-arrow img,.insights-section .insights-see-all .btn-arrow svg{width:14px;height:14px;display:block}.insights-section .insights-see-all:hover{opacity:.88;transform:translate(2px)}.insights-section .insights-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}@media (width<=1024px){.insights-section .insights-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:1rem;padding-bottom:.5rem;scroll-padding-left:1rem;display:flex;overflow-x:auto}.insights-section .insights-grid::-webkit-scrollbar{display:none}.insights-section .insights-grid .insight-card{scroll-snap-align:start;flex:0 0 calc(50% - .5rem)}}@media (width<=768px){.insights-section .insights-grid .insight-card{scroll-snap-align:center;flex:0 0 85%}}.insights-section .insights-grid .blog-not-found{grid-column:1/-1;min-height:auto;padding:3rem 1.5rem}.insights-section .insights-nav{display:none}@media (width<=1024px){.insights-section .insights-nav{justify-content:center;align-items:center;gap:1.25rem;padding:1.5rem 0 0;display:flex}}.insights-section .insights-nav .insights-nav-btn{color:#000;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s;display:flex}.insights-section .insights-nav .insights-nav-btn:not(:disabled):hover{background:var(--btn-gradient-start);border-color:var(--btn-gradient-start);color:#fff}.insights-section .insights-nav .insights-nav-btn:disabled{opacity:.4;cursor:default}.insights-section .insights-nav .insights-nav-dots{align-items:center;gap:6px;display:flex}.insights-section .insights-nav .insights-nav-dots .slide-dot{background:#999;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.insights-section .insights-nav .insights-nav-dots .slide-dot.active{transform:scale(2);background:#c5a572!important}.insights-section .insight-card{background:#f5f5f5;border-radius:12px;flex-direction:column;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.insights-section .insight-card:hover{cursor:default;transform:translateY(-3px);box-shadow:0 10px 32px #0000001a}.insights-section .insight-card-image{aspect-ratio:16/9;width:100%;overflow:hidden}.insights-section .insight-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.insight-card:hover .insights-section .insight-card-image img{transform:scale(1.04)}.insights-section .insight-card-body{flex-direction:column;flex:1;padding:1.5rem 1.5rem 1.25rem;display:flex}.insights-section .insight-card-body h3{color:#000;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;line-height:1.4}.insights-section .insight-card-body p{color:#666;flex:1;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}@keyframes graderSpin{to{transform:rotate(360deg)}}.website-grader{background:#f7f2e7;padding:4rem 2rem;overflow-x:clip}@media (width<=1024px){.website-grader{padding:3.5rem 1.5rem}}@media (width<=768px){.website-grader{padding:3rem 1rem}}@media (width<=640px){.website-grader{padding:2.5rem .75rem}}@media (width<=480px){.website-grader{padding:2rem .75rem}}.website-grader .grader-inner{width:100%;max-width:720px;margin:0 auto}.website-grader .section-header{text-align:center;margin-bottom:2.5rem}@media (width<=768px){.website-grader .section-header{margin-bottom:1.75rem}}@media (width<=640px){.website-grader .section-header{margin-bottom:1.5rem}}.website-grader .section-header h2{color:#000;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:1rem;font-size:clamp(1.75rem,5vw,3.75rem);font-weight:800;line-height:1.15}.website-grader .section-header h2 .highlight-text{font-family:Archivo,system-ui,sans-serif;font-size:inherit;background:var(--btn-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:500}@media (width<=768px){.website-grader .section-header h2{margin-bottom:.75rem;font-size:2.25rem}}@media (width<=640px){.website-grader .section-header h2{font-size:1.85rem}}@media (width<=480px){.website-grader .section-header h2{font-size:1.65rem}}.website-grader .section-header .section-subtitle{color:#000;max-width:640px;margin:0 auto;padding:0 .25rem;font-size:1.1rem;line-height:1.65}@media (width<=768px){.website-grader .section-header .section-subtitle{font-size:1rem}}@media (width<=640px){.website-grader .section-header .section-subtitle{font-size:.95rem;line-height:1.55}}.website-grader .grader-steps{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:2rem;display:grid}@media (width<=768px){.website-grader .grader-steps{gap:.5rem;margin-bottom:1.5rem}}@media (width<=640px){.website-grader .grader-steps{gap:.4rem;margin-bottom:1.25rem}}.website-grader .grader-step{color:#999;background:#ffffff8c;border:1px solid #e0e0e0;border-radius:12px;align-items:center;gap:.65rem;min-width:0;padding:.85rem 1rem;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;display:flex}@media (width<=768px){.website-grader .grader-step{text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:.7rem .45rem}}@media (width<=640px){.website-grader .grader-step{border-radius:8px;gap:.3rem;padding:.6rem .35rem}}.website-grader .grader-step.is-active{color:#000;background:#fff;border-color:#c5a57266}.website-grader .grader-step.is-current{border-color:#c5a5724d;box-shadow:0 8px 24px #00000014}.website-grader .grader-step-number{background:#e9e9e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:inline-flex}@media (width<=640px){.website-grader .grader-step-number{width:24px;height:24px;font-size:.7rem}}.is-active .website-grader .grader-step-number{background:var(--btn-gradient);color:#fff}.website-grader .grader-step-label{min-width:0;font-size:1rem;font-weight:600;line-height:1.3}@media (width<=768px){.website-grader .grader-step-label{font-size:.8rem}}@media (width<=640px){.website-grader .grader-step-label{font-size:.7rem;line-height:1.25}}@media (width<=480px){.website-grader .grader-step-label{font-size:.65rem}}.website-grader .grader-panel{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:2rem;box-shadow:0 12px 40px #00000014}@media (width<=768px){.website-grader .grader-panel{padding:1.5rem}}@media (width<=640px){.website-grader .grader-panel{border-radius:12px;padding:1.15rem;box-shadow:0 8px 24px #00000014}}@media (width<=480px){.website-grader .grader-panel{padding:1rem}}.website-grader .grader-url-chip{background:#f7f2e7;border:1px solid #c5a57266;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.85rem 1rem;display:flex}@media (width<=640px){.website-grader .grader-url-chip{flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:1.15rem;padding:.75rem .85rem}}.website-grader .grader-url-label{text-transform:uppercase;letter-spacing:.06em;color:#999;font-size:.8rem;font-weight:700}.website-grader .grader-url-value{color:#000;word-break:break-all;overflow-wrap:anywhere;font-size:1rem;font-weight:600}@media (width<=640px){.website-grader .grader-url-value{font-size:.8rem;line-height:1.4}}.website-grader .grader-form{flex-flow:wrap;align-items:flex-end;gap:.75rem;width:100%;max-width:none;margin:0;display:flex}@media (width<=768px){.website-grader .grader-form{flex-direction:column;align-items:stretch;gap:.85rem}}.website-grader .grader-form .grader-field{flex:1;min-width:0}.website-grader .grader-form .grader-primary-btn{white-space:nowrap;flex-shrink:0}@media (width<=768px){.website-grader .grader-form .grader-primary-btn{white-space:normal;width:100%}}.website-grader .grader-form .grader-error{text-align:left;flex-basis:100%;width:100%}@media (width<=768px){.website-grader .grader-form .grader-error{text-align:center}}.website-grader .grader-unlock-form{flex-direction:column;gap:1rem;width:100%;max-width:none;margin:0;display:flex}@media (width<=640px){.website-grader .grader-unlock-form{gap:.85rem}}.website-grader .grader-unlock-form .grader-primary-btn{width:100%}.website-grader .grader-field{text-align:left;flex-direction:column;gap:.45rem;width:100%;display:flex}.website-grader .grader-field-label{text-transform:uppercase;letter-spacing:.05em;color:#999;font-size:.8rem;font-weight:600}.website-grader .grader-form input,.website-grader .grader-unlock-form input{box-sizing:border-box;color:#000;width:100%;min-height:48px;font-size:1rem;font-family:var(--font-sans);background:#f7f2e7;border:1.5px solid #e0e0e0;border-radius:8px;padding:14px 18px;transition:border-color .15s,box-shadow .15s,background .15s}@media (width<=768px){.website-grader .grader-form input,.website-grader .grader-unlock-form input{padding:13px 16px;font-size:16px}}.website-grader .grader-form input::placeholder,.website-grader .grader-unlock-form input::placeholder{color:#999}.website-grader .grader-form input:hover,.website-grader .grader-unlock-form input:hover{background:#fff;border-color:#c5a57266}.website-grader .grader-form input:focus,.website-grader .grader-unlock-form input:focus{background:#fff;border-color:#c5a572;outline:none;box-shadow:0 0 0 3px #c5a57233}.website-grader .grader-primary-btn{background:var(--btn-gradient);color:#fff;letter-spacing:.01em;cursor:pointer;border:none;border-radius:9999px;min-height:48px;padding:14px 32px;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px #c5a57226}@media (width<=640px){.website-grader .grader-primary-btn{padding:14px 20px}}.website-grader .grader-primary-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #c5a57226}.website-grader .grader-primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.website-grader .grader-error{color:#b23b3b;text-align:center;word-wrap:break-word;margin-top:.25rem;font-size:.8rem;line-height:1.5}@media (width<=640px){.website-grader .grader-error{font-size:.75rem}}.website-grader .grader-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:220px;padding:1rem .5rem;display:flex}@media (width<=640px){.website-grader .grader-loading{gap:.85rem;min-height:160px}}.website-grader .grader-loading p{color:#666;max-width:280px;font-size:1rem;line-height:1.5}@media (width<=640px){.website-grader .grader-loading p{font-size:.8rem}}.website-grader .grader-spinner{border:3px solid #c5a57233;border-top-color:#c5a572;border-radius:50%;flex-shrink:0;width:44px;height:44px;animation:.8s linear infinite graderSpin}@media (width<=640px){.website-grader .grader-spinner{width:36px;height:36px}}.website-grader .grader-results{flex-direction:column;gap:1.5rem;display:flex}@media (width<=640px){.website-grader .grader-results{gap:1.15rem}}.website-grader .grader-score-block{text-align:center;padding-bottom:.5rem}.website-grader .grader-score-block--compact{padding-bottom:0}.website-grader .grader-score-ring{background:radial-gradient(circle,#c5a57233 0%,#fff0 70%);border:2px solid #c5a57266;border-radius:50%;justify-content:center;align-items:center;width:168px;height:168px;margin:0 auto .75rem;display:inline-flex;overflow:hidden}@media (width<=640px){.website-grader .grader-score-ring{width:140px;height:140px}}@media (width<=480px){.website-grader .grader-score-ring{width:124px;height:124px}}.website-grader .grader-score-ring--compact{width:128px;height:128px;margin-bottom:.5rem}@media (width<=640px){.website-grader .grader-score-ring--compact{width:108px;height:108px}}@media (width<=480px){.website-grader .grader-score-ring--compact{width:96px;height:96px}}.website-grader .grader-score-number{font-family:var(--font-sans);font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"lnum" 1, "tnum" 1;color:#c5a572;letter-spacing:-.03em;text-align:center;max-width:100%;font-size:3.25rem;font-weight:900;line-height:1}.grader-score-ring--compact .website-grader .grader-score-number{font-size:2.5rem}@media (width<=640px){.website-grader .grader-score-number{font-size:2.6rem}.grader-score-ring--compact .website-grader .grader-score-number{font-size:2.1rem}}@media (width<=480px){.website-grader .grader-score-number{font-size:2.25rem}.grader-score-ring--compact .website-grader .grader-score-number{font-size:1.85rem}}.website-grader .grader-score-out-of{color:#999;margin-bottom:.75rem;font-size:1rem}@media (width<=640px){.website-grader .grader-score-out-of{margin-bottom:.5rem;font-size:.8rem}}.website-grader .grader-verdict-line{color:#000;max-width:560px;margin:0 auto;padding:0 .25rem;font-size:1.1rem;font-weight:500;line-height:1.55}@media (width<=768px){.website-grader .grader-verdict-line{font-size:1rem}}@media (width<=640px){.website-grader .grader-verdict-line{font-size:.95rem;line-height:1.5}}.website-grader .grader-gate{text-align:center;border-top:1px solid #e0e0e0;padding-top:1.5rem}@media (width<=640px){.website-grader .grader-gate{padding-top:1.15rem}}.website-grader .grader-gate .grader-gate-heading{color:#000;margin-bottom:.35rem;font-size:1.2em;font-weight:700}@media (width<=640px){.website-grader .grader-gate .grader-gate-heading{font-size:1.1rem}}.website-grader .grader-gate .grader-gate-subtext{color:#666;margin-bottom:.75rem;font-size:1rem}@media (width<=640px){.website-grader .grader-gate .grader-gate-subtext{margin-bottom:.6rem;font-size:.8rem}}.website-grader .grader-gate .grader-gate-note{color:#999;max-width:520px;margin:0 auto 1rem;font-size:.8rem;line-height:1.55}@media (width<=640px){.website-grader .grader-gate .grader-gate-note{margin-bottom:.85rem;font-size:.75rem;line-height:1.5}}.website-grader .grader-categories{text-align:left;padding-top:.5rem}.website-grader .grader-categories .grader-summary-line{color:#000;text-align:center;margin-bottom:1.25rem;font-size:1.1rem;font-weight:500;line-height:1.55}@media (width<=768px){.website-grader .grader-categories .grader-summary-line{font-size:1rem}}@media (width<=640px){.website-grader .grader-categories .grader-summary-line{margin-bottom:1rem;font-size:.95rem}}.website-grader .grader-category-row{border-bottom:1px solid #e0e0e0;padding:1rem 0}@media (width<=640px){.website-grader .grader-category-row{padding:.85rem 0}}.website-grader .grader-category-row:last-child{border-bottom:none;padding-bottom:0}.website-grader .grader-category-row .grader-category-top{color:#000;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:flex}@media (width<=640px){.website-grader .grader-category-row .grader-category-top{gap:.5rem;font-size:.8rem}}.website-grader .grader-category-row .grader-category-top span:first-child{min-width:0}.website-grader .grader-category-row .grader-category-top span:last-child{flex-shrink:0}.website-grader .grader-category-row .grader-category-bar-track{background:#e9e9e9;border-radius:9999px;height:10px;overflow:hidden}@media (width<=640px){.website-grader .grader-category-row .grader-category-bar-track{height:8px}}.website-grader .grader-category-row .grader-category-bar-track .grader-category-bar-fill{background:var(--btn-gradient);border-radius:9999px;height:100%;transition:width .6s;box-shadow:0 0 8px #c5a57226}.website-grader .grader-category-row .grader-category-text{color:#666;margin-top:.65rem;font-size:.8rem;line-height:1.55}@media (width<=640px){.website-grader .grader-category-row .grader-category-text{margin-top:.5rem;font-size:.75rem;line-height:1.5}}.website-grader .grader-sent-note{color:#999;text-align:center;font-size:.8rem;line-height:1.55}@media (width<=640px){.website-grader .grader-sent-note{font-size:.75rem}}.website-grader .grader-actions{border-top:1px solid #e0e0e0;justify-content:center;padding-top:.5rem;display:flex}@media (width<=768px){.website-grader .grader-actions{padding-top:.75rem}}.website-grader .grader-reset-btn{color:#c5a572;min-height:48px;font-size:1rem;font-weight:600;font-family:var(--font-sans);letter-spacing:.01em;cursor:pointer;background:#fff;border:1px solid #c5a57266;border-radius:9999px;padding:13px 28px;transition:transform .15s,box-shadow .15s,background .15s}@media (width<=768px){.website-grader .grader-reset-btn{width:100%;padding:13px 20px}}@media (width<=640px){.website-grader .grader-reset-btn{font-size:.8rem}}.website-grader .grader-reset-btn:hover{background:#c5a57233;transform:translateY(-2px);box-shadow:0 4px 16px #c5a57226}.about-page{background:#f7f2e7;width:100%}.about-page .ready-section-wrapper{padding:4rem 2rem 0}@media (width<=480px){.about-page .ready-section-wrapper{padding:3rem 1rem 0}}.our-why{z-index:10;width:100%;padding:80px 0;position:relative;overflow-x:clip}@media (width<=768px){.our-why{padding:56px 0}}@media (width<=640px){.our-why{padding:40px 0}}.our-why__grid-bg{pointer-events:none;background-image:linear-gradient(#11111105 1px,#0000 1px),linear-gradient(90deg,#11111108 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 45%,#0000 80%);mask-image:radial-gradient(#000 45%,#0000 80%)}@media (width<=640px){.our-why__grid-bg{background-size:32px 32px}}.our-why__container{z-index:10;max-width:1280px;margin:0 auto;padding:0 40px;position:relative;overflow:hidden}@media (width<=768px){.our-why__container{padding:0 20px}}@media (width<=640px){.our-why__container{padding:0 16px}}.our-why__top{z-index:10;justify-content:space-between;align-items:center;gap:64px;display:flex}@media (width<=768px){.our-why__top{flex-direction:column;gap:20px}}.our-why__right{z-index:10;width:45%;margin-top:3%}@media (width<=768px){.our-why__right{width:100%}}.our-why__left{z-index:10;width:55%}@media (width<=768px){.our-why__left{width:100%}}.our-why__header{z-index:10;margin-bottom:32px}.our-why__header .section-heading__bold{color:#0d0d0d}.our-why__header .section-heading__italic{background:var(--btn-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.our-why__body{z-index:10;flex-direction:column;gap:16px;max-width:700px;margin-bottom:52px;display:flex}.our-why__body p{color:#000;margin:0;font-size:clamp(14px,1.45vw,16px);font-weight:300;line-height:1.8}.our-why__body strong{color:#000;font-weight:700}.our-why__lead{color:#000!important;font-size:clamp(16px,1.7vw,18px)!important;font-weight:400!important}.our-why__bold{font-size:clamp(18px,1.8vw,20px)!important;font-weight:400!important}.our-why__callout{color:#000!important;font-weight:700!important}.our-why__grid{z-index:10;align-items:center;gap:10px;display:flex}@media (width<=640px){.our-why__grid{gap:8px}}.our-why__col{z-index:10;flex-direction:column;flex:1;gap:10px;display:flex}.our-why__col--a .our-why__img{height:560px}.our-why__col--b .our-why__img{height:275px}@media (width<=1024px){.our-why__col--a .our-why__img{height:340px}.our-why__col--b .our-why__img{height:165px}}@media (width<=768px){.our-why__col--a .our-why__img{height:380px}.our-why__col--b .our-why__img{height:185px}}@media (width<=640px){.our-why__col{gap:8px}.our-why__col--a .our-why__img{height:300px}.our-why__col--b .our-why__img{height:146px}}.our-why__img{border-radius:14px;width:100%;overflow:hidden}.our-why__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.our-why__img:hover img{transform:scale(1.04)}.values{padding:0 clamp(2.5rem,6vw,5rem) clamp(1rem,5vw,3.5rem)}.values__container{max-width:1060px;margin:0 auto;padding:0 40px}@media (width<=768px){.values__container{padding:0 20px}}@media (width<=640px){.values__container{padding:0 16px}}.values__label{border:1px solid #0000001a;border-radius:999px;margin-bottom:clamp(1rem,3vw,1.6rem);padding:5px 16px;display:inline-block}.values__heading{margin-bottom:clamp(1rem,2vw,2.5rem);font-size:clamp(2.4rem,6.5vw,5rem);line-height:1.05}.values__heading .section-heading__bold{color:#0d0d0d}.values__heading .section-heading__italic{background:var(--btn-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.our-approach{background:#181717;width:100%}.our-approach__container{max-width:1060px;margin:0 auto;padding:0 56px}@media (width<=1024px){.our-approach__container{padding:0 40px}}@media (width<=768px){.our-approach__container{padding:0 32px}}@media (width<=480px){.our-approach__container{padding:0 20px}}.our-approach__top{padding:96px 0 80px}@media (width<=768px){.our-approach__top{padding:64px 0 56px}}@media (width<=480px){.our-approach__top{padding:48px 0 40px}}.our-approach__layout{grid-template-columns:1.5fr 1fr;align-items:center;gap:30px;display:grid}@media (width<=1024px){.our-approach__layout{grid-template-columns:1fr 1fr;gap:20px}}@media (width<=768px){.our-approach__layout{grid-template-columns:1fr;gap:48px}}.our-approach__left{flex-direction:column;display:flex}.our-approach__body{flex-direction:column;gap:20px;margin-top:36px;display:flex}.our-approach__body p{color:#ffffffd9;margin:0;font-size:clamp(14px,1.4vw,16px);font-weight:300;line-height:1.8}.our-approach__lead{color:#ffffffd9!important;font-size:clamp(15px,1.5vw,17px)!important;font-weight:600!important}.our-approach__images{align-items:flex-end;gap:12px;height:400px;margin-top:32px;margin-left:24px;display:flex}@media (width<=1024px){.our-approach__images{height:380px;margin-top:24px;margin-left:16px}}@media (width<=768px){.our-approach__images{height:340px;margin-top:0;margin-left:0}}@media (width<=480px){.our-approach__images{gap:8px;height:260px}}.our-approach__img-wrap{border-radius:999px;flex-shrink:0;overflow:hidden}.our-approach__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.our-approach__img-wrap:hover img{transform:scale(1.05)}.our-approach__img-wrap--left{align-self:flex-start;width:33%;height:78%}@media (width<=1024px){.our-approach__img-wrap--left{width:31%}}.our-approach__img-wrap--center{align-self:flex-end;width:33%;height:78%;margin-top:0}@media (width<=1024px){.our-approach__img-wrap--center{width:31%}}.our-approach__img-wrap--right{align-self:flex-start;width:33%;height:78%}@media (width<=1024px){.our-approach__img-wrap--right{width:31%}}.our-approach .section-label--pill{color:#fff;background:0 0;width:fit-content}.our-approach .section-heading__bold,.our-approach .section-heading__italic{color:#fff}.our-approach__statement{text-align:center;padding:20px 0 100px}@media (width<=768px){.our-approach__statement{padding:40px 0 80px}}@media (width<=480px){.our-approach__statement{padding:20px 0 64px}}.our-approach__bottom-text{letter-spacing:-.02em;color:#fff;border-left:3px solid #c5a572;padding-top:.5rem;padding-bottom:.5rem;font-size:clamp(18px,1.4vw,30px);font-weight:600;line-height:1.15}.contact-us{width:100%}.contact-form-wrapper{z-index:10}.contact-form-wrapper__heading{margin-bottom:36px}@media (width<=768px){.contact-form-wrapper__heading{margin-bottom:24px}}.contact-form-wrapper__title{color:#000;white-space:nowrap;margin:0;font-size:clamp(30px,5vw,65px);line-height:1.1;font-weight:700!important}@media (width<=768px){.contact-form-wrapper__title{text-align:center;font-size:clamp(24px,5vw,48px)}}@media (width<=640px){.contact-form-wrapper__title{white-space:normal}}.contact-form-wrapper__title--accent{color:var(--btn-gradient-start);font-family:Archivo,system-ui,sans-serif;font-style:normal;font-weight:700!important}.contact-form{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:16px;flex-direction:column;gap:20px;padding:32px;display:flex}@media (width<=640px){.contact-form{padding:24px 16px}}.contact-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=640px){.contact-form__row{grid-template-columns:1fr}}.contact-form__field{flex-direction:column;gap:6px;display:flex}.contact-form__field--full{grid-column:1/-1}.contact-form__field .contact-select__control{min-height:48px!important;box-shadow:none!important;border:1px solid #e9e9e9!important;border-radius:10px!important}.contact-form__field .contact-select__control:hover,.contact-form__field .contact-select__control--is-focused{border-color:#c5a572!important}.contact-form__field .contact-select__menu{overflow:hidden;border-radius:12px!important}.contact-form__field .contact-select__option{padding:12px 16px}.contact-form__field .contact-select__option--is-focused{background:#f5f5f5}.contact-form__field .contact-select__option--is-selected{background:#c5a572!important}.contact-form__label{color:#000;font-size:1rem;font-weight:700!important}.contact-form__label span:not(.contact-form__optional){color:#c5a572;margin-left:2px}.contact-form__optional{color:#000;font-weight:700!important}.contact-form__input,.contact-form__textarea{color:#000;resize:none;background:#fff;border:1px solid #e9e9e9;border-radius:8px;outline:none;padding:10px 14px;font-size:.8rem;transition:border-color .2s}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#999}.contact-form__input:focus,.contact-form__textarea:focus{border-color:#c5a572}.contact-form__textarea{line-height:1.6}.contact-form__consent{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.contact-form__consent span{color:#666;font-size:1rem;line-height:1.2}.contact-form__checkbox{accent-color:#c5a572;cursor:pointer;flex-shrink:0;width:15px;height:15px;margin-top:2px}.contact-form__submit{background:var(--btn-gradient);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:12px;width:100%;padding:10px 24px;font-size:1rem;font-weight:600;transition:opacity .2s,transform .2s;display:flex}.contact-form__submit:hover{opacity:.9;transform:translateY(-1px)}.contact-form__submit:active{transform:translateY(0)}.contact-form__submit-icon{color:#000;background:#fff;border-radius:9999px;justify-content:center;align-items:center;width:28px;height:28px;padding-bottom:3px;font-size:1.3rem;display:flex;font-weight:900!important}.contact-form__input--error,.contact-form__textarea--error,.contact-form__input--error:focus,.contact-form__textarea--error:focus{border-color:#e53e3e}.contact-form__error{color:#e53e3e;margin-top:2px;font-size:.8rem;font-weight:400;display:block}@keyframes contact-form-detail-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.contact-section{background:#f7f2e7;padding:80px 40px 100px}@media (width<=768px){.contact-section{padding:60px 20px 80px}}.contact-section__inner{grid-template-columns:340px 1fr;align-items:start;gap:32px;max-width:1140px;margin:0 auto;display:grid}@media (width<=1024px){.contact-section__inner{grid-template-columns:1fr;gap:48px}}.whats-next{padding-top:86px}@media (width<=1024px){.whats-next{padding-top:0}}.whats-next__heading{color:#000;margin:0 0 10px;font-size:1.5rem;font-weight:700!important}.whats-next__description{color:#000;margin:0 0 40px;font-size:1.1rem;font-weight:400}.whats-next__list{flex-direction:column;gap:36px;margin:0;padding:0;list-style:none;display:flex}.whats-next__step{align-items:flex-start;gap:16px;display:flex;position:relative}.whats-next__step:after{content:"";background:linear-gradient(#c5a57266,#0000);width:2px;position:absolute;top:40px;bottom:-36px;left:19px}.whats-next__step-badge{background:var(--btn-gradient);color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.8rem;font-weight:700;display:flex}.whats-next__step-body{padding-top:6px}.whats-next__step-title{color:#000;margin:0 0 8px;font-size:1.1rem;font-weight:600}.whats-next__step-desc{color:#000;margin:0;font-size:.8rem;font-weight:400;line-height:1.65}.service-page{background:#f7f2e7;width:100%}.service-page .ready-section-wrapper{padding:4rem 2rem 0}@media (width<=480px){.service-page .ready-section-wrapper{padding:3rem 1rem 0}}.offers{background:#f7f2e7;padding:clamp(2.5rem,6vw,5rem) clamp(1rem,5vw,3.5rem)}.offers__container{max-width:1060px;margin:0 auto;padding:0 40px}@media (width<=768px){.offers__container{padding:0 20px}}@media (width<=640px){.offers__container{padding:0 16px}}.offers__label{border:1px solid #0000001a;border-radius:999px;margin-bottom:clamp(1rem,3vw,1.6rem);padding:5px 16px;display:inline-block}.offers__heading{margin-bottom:clamp(1rem,2vw,2.5rem);font-size:clamp(2.4rem,6.5vw,5rem);line-height:1.05}.offers__heading .section-heading__bold{color:#0d0d0d}.offers__heading .section-heading__italic{background:var(--btn-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.offers__body{color:#000;font-size:clamp(15px,1.6vw,18px)}.offers__list{margin-top:30px}.web-dev{background:#f7f2e7;width:100%;padding:40px 0}@media (width<=480px){.web-dev{padding:30px 0}}.web-dev__container{max-width:1060px;margin:0 auto;padding:0 40px}@media (width<=1024px){.web-dev__container{padding:0 24px}}@media (width<=480px){.web-dev__container{padding:0 16px}}.web-dev__heading{text-align:center;margin-bottom:20px}.web-dev__heading .section-heading{justify-content:center;font-size:clamp(44px,7vw,76px)}.web-dev__heading .section-heading__bold{color:#0d0d0d}.web-dev__heading .section-heading__italic{background:var(--btn-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.web-dev__desc{text-align:center;color:#000;max-width:680px;margin:0 auto 56px;font-size:clamp(15px,1.6vw,18px);font-weight:400;line-height:1.7}@media (width<=480px){.web-dev__desc{margin-bottom:36px}}.web-dev__grid{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:16px;display:grid}@media (width<=1024px){.web-dev__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:stretch;gap:1rem;padding:.25rem .25rem 1.5rem;display:flex;overflow-x:auto}.web-dev__grid::-webkit-scrollbar{display:none}}.web-dev__card{background:#fafafa;border:1px solid #e8e8e5;border-radius:16px;height:100%;padding:28px 24px}.web-dev__card--featured{background:#000;border-color:#000}@media (width<=1024px){.web-dev__card{scroll-snap-align:start;flex:0 0 calc(50% - .5rem);height:auto}}@media (width<=768px){.web-dev__card{flex:0 0 100%}}.web-dev__nav{display:none}@media (width<=1024px){.web-dev__nav{justify-content:center;align-items:center;gap:1.25rem;padding:.5rem 0 0;display:flex}}.web-dev__nav .nav-btn{color:#141414;cursor:pointer;background:#fff;border:1.5px solid #14141426;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s;display:flex}.web-dev__nav .nav-btn:not(:disabled):hover{color:#fff;background:#c5a572;border-color:#c5a572}.web-dev__nav .nav-btn:disabled{opacity:.4;cursor:default}.web-dev__nav .nav-dots{align-items:center;gap:6px;display:flex}.web-dev__nav .nav-dots .slide-dot{background:#999;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.web-dev__nav .nav-dots .slide-dot.active{transform:scale(2);background:#c5a572!important}.web-dev__card-header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.web-dev__card-title{color:#141414;font-size:17px;font-weight:900;line-height:1.2}.web-dev__card--featured .web-dev__card-title{color:#fff}.web-dev__card-badge{color:#c5a572;white-space:nowrap;background:#c5a5721f;border:1px solid #c5a5724d;border-radius:99px;padding:3px 10px;font-size:11px;font-weight:600}.web-dev__card--featured .web-dev__card-badge{color:#c5a572;background:#c5a5722e;border-color:#c5a57266}.web-dev__card-desc{color:#636363;margin-bottom:22px;font-size:14px;font-weight:300;line-height:1.75}.web-dev__card--featured .web-dev__card-desc{color:#fff}.web-dev__card-divider{background:#e8e8e5;height:1px;margin-bottom:18px}.web-dev__card--featured .web-dev__card-divider{background:#ffffff1f}.web-dev__card-list{flex-direction:column;gap:11px;list-style:none;display:flex}.web-dev__card-item{color:#636363;align-items:flex-start;gap:10px;font-size:13.5px;font-weight:400;line-height:1.55;display:flex}.web-dev__card--featured .web-dev__card-item{color:#fff}.web-dev__check{color:#c5a572;flex-shrink:0;margin-top:1px}.web-dev__check svg{width:clamp(12px,1.2vw,16px);height:clamp(12px,1.2vw,16px)}.web-dev__outcome{color:#000;text-align:center;margin-top:50px;font-size:clamp(12px,1.2vw,15px)}.plan-section{background:#f7f2e7;flex-direction:column;justify-content:center;align-items:center;padding:30px 24px;display:flex}.plan__title{letter-spacing:-.5px;color:#141414;margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.15}.plan__tagline{color:#999;margin:0 0 1.125rem;font-size:clamp(15px,1.6vw,18px);font-weight:500;line-height:1.65}.plan__cards-container{justify-content:center;align-items:center;padding:30px 24px;display:flex}.plan-cards{background:linear-gradient(60deg,#f9f8f600 0%,#fff 30%,#c5a572 100%);border-radius:20px;width:100%;max-width:900px;padding:4px;display:flex;overflow:hidden;box-shadow:0 4px 32px #00000014}@media (width<=768px){.plan-cards{background:linear-gradient(140deg,#f9f8f600 0%,#fff 20%,#c5a572 100%);flex-direction:column}}.plan-card{flex:1;padding:36px 32px}.plan-card__inner{flex-direction:column;gap:0;height:100%;display:flex}.plan-card--lead{z-index:1;background:#fff;border-radius:20px;margin:-1.5px;position:relative}@media (width<=768px){.plan-card--lead{border-radius:0 0 20px 20px;margin:0}}.plan-card__title{color:#000;letter-spacing:-.01em;margin:0 0 16px;font-size:1.2rem;font-weight:700}.plan-card__description{color:#000;margin:0 0 24px;font-size:.875rem;line-height:1.65}.plan-card__label{color:#000;margin:0 0 14px;font-size:.875rem;font-weight:700}.plan-card__list{flex-direction:column;flex:1;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:flex}.plan-card__item{color:#000;align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;display:flex}.plan-card__item span{flex:1}.plan-card__item .icon-simple{color:#c5a572;width:16px;height:16px}.plan-card__item .icon-filled{fill:#c5a572;color:#fff;width:24px;height:24px}.plan-card__outcome{color:#000;margin:0;font-size:.8125rem;line-height:1.55}.plan-card__outcome strong{color:#000;font-weight:600}.web-design{background:#181717;width:100%;padding:80px 0}@media (width<=480px){.web-design{padding:56px 0}}.web-design__container{max-width:1200px;margin:0 auto;padding:0 48px}@media (width<=768px){.web-design__container{padding:0 28px}}@media (width<=480px){.web-design__container{padding:0 18px}}.web-design__layout{align-items:center;gap:40px;display:flex}@media (width<=768px){.web-design__layout{flex-direction:column;gap:40px}}.web-design__left{flex-direction:column;width:60%;display:flex}@media (width<=768px){.web-design__left{width:100%}}.web-design__heading{margin-bottom:28px}.web-design__heading .section-heading{font-size:clamp(2.4rem,6.5vw,5rem)}.web-design__heading .section-heading__bold,.web-design__heading .section-heading__italic{color:#fff}.web-design__desc{color:#fff;max-width:520px;margin-bottom:40px;font-size:clamp(15px,1.6vw,18px);font-weight:300;line-height:1.8}.web-design__features{flex-direction:column;gap:14px;margin-bottom:40px;list-style:none;display:flex}.web-design__feature{color:#fff;align-items:center;gap:12px;font-size:.875rem;font-weight:400;display:flex}.web-design__check{color:#c5a572;width:20px;height:20px}.web-design__outcome{background:#ffffff12;border:1px solid #ffffff1a;border-radius:12px;padding:20px 22px}.web-design__outcome-label{letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:10px;font-size:.875rem;font-weight:700}.web-design__outcome-text{color:#fff;font-size:.875rem;font-weight:500;line-height:1.55}.web-design__img-wrap{background:#ffffff12;border:1px solid #ffffff1a;border-radius:16px;width:40%;height:600px;padding:16px;overflow:hidden}@media (width<=768px){.web-design__img-wrap{order:-1;width:100%;height:340px}}@media (width<=480px){.web-design__img-wrap{height:260px}}.web-design__img-wrap img{object-fit:cover;object-position:center top;border-radius:16px;width:100%;height:100%;display:block}.our-process{background:#f7f2e7;width:100%;padding:40px 0}@media (width<=480px){.our-process{padding:30px 0}}.our-process__container{max-width:1060px;margin:0 auto;padding:0 40px}@media (width<=1024px){.our-process__container{padding:0 24px}}@media (width<=480px){.our-process__container{padding:0 16px}}.our-process__label{border:1px solid #0000001a;border-radius:999px;justify-self:center;margin-bottom:clamp(1rem,3vw,1.6rem);padding:5px 16px}.our-process__heading{text-align:center;margin-bottom:20px}.our-process__heading .section-heading{justify-content:center;font-size:clamp(30px,5vw,65px)}.our-process__heading .section-heading__bold{color:#0d0d0d}.our-process__heading .section-heading__italic{background:var(--btn-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.our-process__desc{text-align:center;color:#000;margin:0 auto 20px;font-size:clamp(15px,1.6vw,18px);font-weight:400;line-height:1.7}@media (width<=480px){.our-process__desc{margin-bottom:10px}}.our-process__button{justify-self:center}.steps-section{max-width:1060px;margin:0 auto;padding:clamp(2.5rem,6vw,3rem) clamp(1rem,5vw,2.5rem)}.steps-section .steps-wrapper{flex-direction:column;display:flex}@media (width<=1024px){.steps-section .steps-wrapper{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:1rem;padding:.25rem .25rem 1.5rem;overflow-x:auto}.steps-section .steps-wrapper::-webkit-scrollbar{display:none}}.steps-section .steps-nav{display:none}@media (width<=1024px){.steps-section .steps-nav{justify-content:center;align-items:center;gap:1.25rem;padding:.5rem 0 0;display:flex}}.steps-section .steps-nav .nav-btn{color:#141414;cursor:pointer;background:#fff;border:1.5px solid #14141426;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s;display:flex}.steps-section .steps-nav .nav-btn:not(:disabled):hover{color:#fff;background:#c5a572;border-color:#c5a572}.steps-section .steps-nav .nav-btn:disabled{opacity:.4;cursor:default}.steps-section .steps-nav .nav-dots{align-items:center;gap:6px;display:flex}.steps-section .steps-nav .nav-dots .slide-dot{background:#999;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.steps-section .steps-nav .nav-dots .slide-dot.active{transform:scale(2);background:#c5a572!important}.step{grid-template-columns:1fr 56px 1fr;align-items:stretch;display:grid}.step--odd .step__image-wrap{order:1}.step--odd .step__spine{order:2}.step--odd .step__text{order:3}.step--even .step__text{order:1}.step--even .step__spine{order:2}.step--even .step__image-wrap{order:3}.step:first-child .step__spine-line--top,.step:last-child .step__spine-line--bottom{visibility:hidden}.step__text{padding-top:.25rem;padding-bottom:3rem}.step__title{letter-spacing:-.5px;color:#141414;margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.15}.step__tagline{color:#999;margin:0 0 1.125rem;font-size:.9375rem;font-weight:500;line-height:1.65}.step__list-label{color:#141411;margin:0 0 .5rem;font-size:.8125rem}.step__list{margin:0 0 1rem;padding:0;list-style:none}.step__list-item{color:#141411;padding:.2rem 0 .2rem 1.125rem;font-size:.875rem;line-height:1.5;position:relative}.step__list-item:before{content:"";background:#141411;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.step__outcome{color:#141411;margin:0;font-size:.8125rem}.step__spine{flex-direction:column;align-items:center;display:flex}.step__spine-line{opacity:.3;background:linear-gradient(#c5a572,#b8935f);flex:1;width:1.5px;min-height:0}.step__spine-line--top{flex:0 0 7rem;height:.6rem}.step__spine-line--bottom{flex:1}.step__badge{color:#fff;letter-spacing:.5px;z-index:1;background:#c5a572;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.6875rem;font-weight:700;display:flex}.step__image-wrap{align-items:flex-start;padding-bottom:3rem;display:flex}.step__image{object-fit:cover;border-radius:8px;width:100%;height:260px;display:block}@media (width<=1024px){.step{scroll-snap-align:start;background:#fff;border:2px solid #14141414;border-radius:12px;flex-direction:column;flex:0 0 calc(50% - .5rem);padding:1.5rem;display:flex}.step--odd .step__text,.step--odd .step__image-wrap,.step--odd .step__spine,.step--even .step__text,.step--even .step__image-wrap,.step--even .step__spine{order:unset;padding-left:0;padding-right:0}.step--odd .step__spine,.step--even .step__spine{order:1;padding-bottom:1.25rem}.step--odd .step__image-wrap,.step--even .step__image-wrap{order:2;padding-bottom:1rem}.step--odd .step__text,.step--even .step__text{order:3;padding-top:.25rem;padding-bottom:0}.step__spine{flex-direction:row;align-items:center;height:48px;padding:0}.step__spine-line{width:auto;height:1px;min-height:unset;flex:1}.step__spine-line--top,.step__spine-line--bottom{flex:1;height:1px}.step:first-child .step__spine-line--top,.step:last-child .step__spine-line--bottom{visibility:visible}.step__title{font-size:1.5rem}.step__image{height:220px}}@media (width<=768px){.step{flex:0 0 100%}.step__image{height:300px}}.faq-section{background:#4444440a;padding:clamp(2.5rem,6vw,5rem) clamp(1rem,5vw,3.5rem)}.faq-section__container{max-width:1060px;margin:0 auto;padding:0 40px}@media (width<=768px){.faq-section__container{padding:0 20px}}@media (width<=640px){.faq-section__container{padding:0}}.faq-section__heading{text-align:center;margin-bottom:clamp(1rem,2vw,2.5rem);font-size:clamp(2.4rem,6.5vw,5rem);line-height:1.05}.faq-section__heading .section-heading__bold{color:#0d0d0d}.faq-section__heading .section-heading__italic{background:var(--btn-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.faq-list{flex-direction:column;gap:10px;max-width:980px;margin:0 auto;display:flex}.faq-list .faq-item{background:#fff;border:1px solid #ffffff1a;border-radius:10px;transition:box-shadow .2s;overflow:hidden}.faq-list .faq-item:hover{box-shadow:0 2px 12px #00000012}.faq-list .faq-item__trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:22px 24px;display:flex}.faq-list .faq-item__trigger:focus-visible{outline-offset:-2px;outline:2px solid #c5a572}.faq-list .faq-item__question{color:#000;flex:1;font-size:.975rem;font-weight:600;line-height:1.45}.faq-list .faq-item__icon{background:#c5a572;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .18s;display:flex}.faq-list .faq-item__icon svg{color:#fff;width:18px;height:18px}.faq-list .faq-item__answer{width:90%;padding:0 24px 22px}.faq-list .faq-item__answer p{color:#000;margin:0;font-size:.875rem;line-height:1.7}.faq-empty{text-align:center;color:#000;opacity:.6;padding:40px 20px;font-size:1rem}.single-blog-section{background:#fff;padding-top:60px}.single-blog-section__container{max-width:800px;margin:0 auto}.single-blog-section__back-wrap{margin-bottom:32px;margin-left:15%}.single-blog-section__back{background:var(--btn-gradient);color:#fff;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:6px;padding:7px 23px;font-size:1rem;font-weight:500;transition:opacity .2s;display:inline-flex}.single-blog-section__back .btn-arrow{background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:5px;height:32px;display:flex}.single-blog-section__back img{width:15px;height:15px}.single-blog-section__back:hover{opacity:.85}.single-blog-section__title{color:#000;text-align:center;letter-spacing:-.02em;margin:0 0 20px;font-size:3.5rem;line-height:1.2;font-weight:800!important}.single-blog-section__title--gold{color:#c5a572;margin-left:20px;font-size:3rem;font-weight:800!important}.single-blog-section__desc{color:#000;text-align:center;max-width:750px;margin:0 auto 36px;font-size:1.2em;font-weight:600;line-height:1.7}@media (width<=768px){.single-blog-section{padding:36px 20px 20px}}@media (width<=480px){.single-blog-section{padding:28px 16px 0}.single-blog-section__back-wrap{margin-left:0}.single-blog-section__title{font-size:1.5rem}.single-blog-section__title--gold{margin:0;font-size:1.5rem}}.blog-body{max-width:760px;margin:0 auto;padding:48px 24px 20px}@media (width<=768px){.blog-body{padding:36px 20px 0}}@media (width<=480px){.blog-body{padding:28px 16px 0}}.blog-image{margin:40px 0}@media (width<=640px){.blog-image{margin:28px 0}}@media (width<=480px){.blog-image{margin:20px 0}}.blog-image__img{border:1px solid #e0e0e0;border-radius:12px;width:100%;height:auto;display:block}@media (width<=640px){.blog-image__img{border-radius:8px}}.blog-image__caption{text-align:center;color:#999;margin-top:10px;font-size:.8rem}.blog-body__text-block+.blog-body__text-block{margin-top:8px}.blog-body__paragraph{color:#000;margin:0 0 24px;font-size:1.1rem;line-height:1.8}@media (width<=640px){.blog-body__paragraph{margin:0 0 18px;font-size:1rem}}.blog-body__h2{color:#000;letter-spacing:-.015em;margin:48px 0 16px;font-size:3rem;font-weight:700;line-height:1.25}@media (width<=768px){.blog-body__h2{margin:36px 0 14px;font-size:3rem}}@media (width<=480px){.blog-body__h2{margin:28px 0 12px;font-size:1.5rem}}.blog-body__h3{color:#c5a572;margin:32px 0 12px;font-size:1.3rem;font-weight:600;line-height:1.3}@media (width<=640px){.blog-body__h3{margin:24px 0 10px;font-size:1.2em}}.blog-body__list,.blog-body__ol{counter-reset:list-counter;margin:0 0 24px;padding-left:0;list-style:none}@media (width<=640px){.blog-body__list,.blog-body__ol{margin:0 0 18px}}.blog-body__list-item{color:#000;padding:6px 0 6px 24px;font-size:1.1rem;line-height:1.75;position:relative}@media (width<=640px){.blog-body__list-item{padding:5px 0 5px 20px;font-size:1rem}}.blog-body__list .blog-body__list-item:before{content:"";background:#c5a57299;border-radius:9999px;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.blog-body__ol .blog-body__list-item{counter-increment:list-counter}.blog-body__ol .blog-body__list-item:before{content:counter(list-counter) ".";color:#c5a572;background:0 0;border-radius:0;width:auto;height:auto;font-size:.8rem;font-weight:600;position:absolute;top:6px;left:0;transform:none}.blog-body__blockquote{background:#c5a57233;border-left:3px solid #c5a572;border-radius:0 8px 8px 0;margin:32px 0;padding:16px 24px}@media (width<=640px){.blog-body__blockquote{margin:24px 0;padding:12px 16px}}.blog-body__blockquote p{color:#666;margin:0;font-family:Archivo,system-ui,sans-serif;font-size:1.2em;font-style:italic;line-height:1.7}@media (width<=640px){.blog-body__blockquote p{font-size:1.1rem}}.blog-card-image{background:#fff;padding:48px 24px 0}.blog-card-image__inner{border:1px solid #e0e0e0;border-radius:12px;max-width:760px;margin:0 auto;overflow:hidden}.blog-card-image__img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}@media (width<=768px){.blog-card-image{padding:32px 20px 0}}.blog{background:#f7f2e7;margin:0;font-family:Archivo,system-ui,sans-serif}.blog .newsletter__heading,.blog .newsletter__sub,.blog .newsletter__input,.blog .newsletter__btn{font-family:Archivo,system-ui,sans-serif}.grid{background:#f7f2e7;padding:72px 20px 80px;font-family:Archivo,system-ui,sans-serif}@media (width<=768px){.grid{padding:48px 16px 64px}}@media (width<=640px){.grid{padding:36px 12px 48px}}.grid__header{text-align:center;max-width:1100px;margin:0 auto 2.5rem}@media (width<=768px){.grid__header{margin-bottom:2rem}}.grid__heading{color:#000;margin:0;font-family:Archivo,system-ui,sans-serif;font-size:clamp(30px,5vw,65px);line-height:1.15;font-weight:700!important}@media (width<=1024px){.grid__heading{font-size:3rem}}@media (width<=768px){.grid__heading{font-size:1.5rem}}@media (width<=640px){.grid__heading{font-size:3rem}}.grid__inner{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto;display:grid}@media (width<=1024px){.grid__inner{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=640px){.grid__inner{grid-template-columns:1fr;gap:20px}}.grid__empty{background:#f5f5f5;border:1px dashed #e0e0e0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;max-width:1100px;min-height:320px;margin:0 auto;padding:64px 24px;display:flex}.grid__empty .grid__empty-icon{opacity:.25;font-size:2.5rem}.grid__empty .grid__empty-title{color:#000;font-size:1.3rem;font-weight:600}.grid__empty .grid__empty-subtitle{color:#666;font-size:1rem}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:2.5rem;display:flex}@media (width<=480px){.pagination{gap:4px;margin-top:1.75rem}}.pagination__page{color:#000;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:38px;height:38px;padding:0 12px;font-family:Archivo,system-ui,sans-serif;font-size:1rem;font-weight:500;transition:background .2s,color .2s,border-color .2s}.pagination__page:hover{color:#000;background:#f7f2e7;border-color:#000}@media (width<=480px){.pagination__page{min-width:32px;height:32px;padding:0 8px;font-size:1rem}}.pagination__page--active{color:#fff;pointer-events:none;background:#0d0d0d;border-color:#0d0d0d;font-weight:600}.pagination__ellipsis{color:#666;justify-content:center;align-items:center;min-width:38px;height:38px;font-size:1rem;display:flex}@media (width<=480px){.pagination__ellipsis{min-width:32px;height:32px}}.pagination__arrow{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 10px;display:flex}.pagination__arrow:hover .pagination__arrow-img{opacity:.65}.pagination__arrow:disabled{pointer-events:none}.pagination__arrow:disabled .pagination__arrow-img{opacity:.15}@media (width<=480px){.pagination__arrow{min-width:32px;height:32px;padding:0 6px}}.pagination__arrow-img{opacity:.4;width:16px;height:16px;transition:opacity .2s;display:block}@media (width<=480px){.pagination__arrow-img{width:13px;height:13px}}.pagination__arrow-img--next{transform:scaleX(-1)}
