@font-face{font-family:New Nord Light;src:url(/assets/New%20Nord%20Light-DwLNXGBC.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}*{box-sizing:border-box}:root{font-family:New Nord Light,New Nord,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:300;color:#151515;background-color:#eef1f5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{opacity:.8}body{margin:0;min-height:100vh;background:#eef1f5;color:inherit}#root{width:100%}img{max-width:100%;display:block}button,input{font:inherit}:root{--radius-lg: 28px;--radius-md: 20px;--radius-sm: 16px;--shadow-soft: 0 24px 60px rgba(15, 23, 42, .14);--shadow-card: 0 20px 45px rgba(15, 23, 42, .12);--text-muted: #5f6675;--text-subtle: #858fa0;--surface: #ffffff;--surface-dark: #0b0e15;--accent: #1d1f2b;--page-padding: 20px;--layout-max-width: 1400px;--layout-gutter: clamp(10px, 3.6vw, 68px)}.page-shell{min-height:100vh;background:#eef1f5;padding:0}[data-reveal]{opacity:0;transform:translate3d(0,32px,0);transition:opacity .48s cubic-bezier(.26,.58,.46,.99),transform .48s cubic-bezier(.26,.58,.46,.99);will-change:opacity,transform}[data-reveal].is-revealed{opacity:1;transform:translateZ(0)}[data-reveal]>*{opacity:0;transform:translate3d(0,18px,0);transition:opacity .42s ease,transform .42s ease}.page{width:min(var(--layout-max-width),calc(100% - 2 * var(--layout-gutter)));margin:0 auto;padding:clamp(12px,3.5vw,30px);display:flex;flex-direction:column;gap:clamp(80px,12vw,140px);background:#fff;border-radius:32px 32px 0 0;box-shadow:0 40px 120px #0f172a1f}h1,h2,h3,h4,h5{margin:0;color:#10121a}p{margin:0;color:var(--text-muted)}section{display:flex;flex-direction:column;gap:48px}.about{display:flex;flex-direction:column;gap:clamp(32px,5vw,56px);background:linear-gradient(135deg,#0f172a08,#0f172a14);border-radius:var(--radius-lg);padding:clamp(32px,6vw,64px);position:relative;overflow:hidden}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top left,#ffffffd1,#fff0);pointer-events:none}.about__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,5vw,64px);align-items:center;position:relative;z-index:1}.about__media{position:relative}.about__image-wrapper{position:relative;border-radius:clamp(18px,3vw,26px);overflow:hidden;box-shadow:0 35px 80px #0f172a29}.about__image-wrapper img{width:100%;height:100%;display:block;object-fit:cover}.about__content{display:flex;flex-direction:column;gap:clamp(16px,2.6vw,24px);color:#10121a}.about__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;text-transform:uppercase;letter-spacing:.22em;color:#ff7a29;font-weight:700}.about__content h2{font-size:clamp(32px,3.4vw,42px);line-height:1.1}.about__content p{font-size:clamp(16px,1.4vw,18px);line-height:1.65;color:#42485a}@media (max-width: 960px){.about__inner{grid-template-columns:1fr}.about__media{order:-1}}.hero{--hero-pad-top: clamp(28px, 3vw, 40px);--hero-pad-x: clamp(28px, 3.4vw, 44px);--hero-pad-bottom: clamp(40px, 5vw, 72px);--hero-nav-height: 78px;position:relative;overflow:hidden;border-radius:20px 20px 0;padding:var(--hero-pad-top) var(--hero-pad-x) var(--hero-pad-bottom);color:#f6f9ff;min-height:calc(100vh - var(--hero-pad-top) - var(--hero-pad-bottom));min-height:calc(100svh - var(--hero-pad-top) - var(--hero-pad-bottom));display:flex;flex-direction:column;justify-content:space-between;background:#111827}.hero__background{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.hero__background-slide{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(112%);opacity:0;transform:scale(1.08);transition:opacity .9s ease-in-out,transform 12s ease;will-change:opacity,transform}.hero__background-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111827e0,#111827ad 42%,#11182747 60%,#11182700 74%);pointer-events:none}@media (max-width: 768px){.hero__background-slide:before{background:linear-gradient(90deg,#111827e0,#111827c7,#111827b8)}}.hero__background-slide.is-active{opacity:1;transform:scale(1.02);z-index:1}.hero__nav,.hero__content,.hero__stats{position:relative;z-index:1}.hero__nav{display:flex;align-items:center;gap:24px;font-weight:500;width:100%;padding:0 var(--hero-pad-x);transition:background .24s ease,box-shadow .24s ease,transform .24s ease}.hero__nav-left{display:flex;align-items:center;gap:16px}.hero__menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;cursor:pointer;transition:transform .2s ease,background .2s ease}.hero__menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#fff;transition:transform .2s ease,opacity .2s ease}.hero__nav--open .hero__menu-toggle span:nth-child(1){transform:translateY(4px) rotate(45deg)}.hero__nav--open .hero__menu-toggle span:nth-child(2){opacity:0}.hero__nav--open .hero__menu-toggle span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}.brand{display:flex;align-items:center;gap:12px;font-weight:600;letter-spacing:.04em;font-size:18px}.brand__logo{height:clamp(40px,5vw,56px);width:auto;display:block}.hero__links{list-style:none;display:flex;gap:28px;margin:0 auto 0 32px;padding:0;font-size:15px;transition:opacity .2s ease;z-index:19}.hero__links.is-open{display:flex}.hero__links li{color:#fff}.hero__links a{color:inherit;text-decoration:none}.hero__button{display:flex;align-items:center;gap:12px;padding:14px 22px;background:#f8fafc;color:#111827;border:none;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 30px #0f172a40}.hero__button:hover{transform:translateY(-2px)}.hero__button-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ed9734;color:#fff}.hero__nav--sticky,.hero__nav--open{position:fixed;top:16px;left:50%;transform:translate(-50%);width:min(var(--layout-max-width),calc(100% - 2 * var(--layout-gutter)));padding:12px clamp(18px,4vw,32px);border-radius:16px;background:#090e18eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 44px #060b1859;z-index:20}.hero--nav-fixed{padding-top:calc(clamp(28px,3vw,40px) + var(--hero-nav-height))}.hero__nav--sticky .hero__links{margin-left:auto}.hero__nav--sticky .hero__button{box-shadow:0 12px 30px #0f172a40}.hero__nav-overlay{display:none}.hero__nav-overlay.is-active{display:block;position:fixed;inset:0;background:#060a128c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:15}.hero__content-slide{display:flex;flex-direction:column}.hero__content-slide .hero__motion-text{opacity:0;transform:translate3d(0,26px,0);animation:heroFadeSlideUp .72s cubic-bezier(.2,.8,.2,1) forwards}.hero__content-slide .hero__motion-text--delay-sm{animation-delay:.1s}.hero__content-slide .hero__motion-text--delay-md{animation-delay:.2s}.hero__content-slide .hero__motion-text--delay-lg{animation-delay:.32s}@keyframes heroFadeSlideUp{0%{opacity:0;transform:translate3d(0,32px,0)}65%{opacity:1;transform:translate3d(0,-2px,0)}to{opacity:1;transform:translateZ(0)}}.hero__content{width:60%;max-width:60%;padding-top:34px;padding-bottom:40px;margin-bottom:clamp(80px,12vw,160px)}.hero h1{font-size:clamp(32px,3.6vw + 4px,50px);line-height:1.05;color:#fff}.hero__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:600;color:#fff9;margin-bottom:12px}.hero__subtext{margin-top:14px;font-size:clamp(16px,1.7vw + 8px,21px);line-height:1.6;color:#fff}.primary-cta,.secondary-cta{display:inline-flex;align-items:center;gap:14px;padding:14px 28px;border-radius:999px;border:none;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;width:fit-content}.hero__content .primary-cta{align-self:flex-start}.primary-cta{margin-top:32px;background:#fff;color:#10121a;box-shadow:0 16px 32px #0f172a2e}.primary-cta:hover,.secondary-cta:hover{transform:translateY(-2px)}.secondary-cta{background:#10121a;color:#fff;box-shadow:0 16px 32px #0f172a26}.cta-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ed9734;color:#fff}.secondary-cta .cta-icon{background:#ed9734;color:#fff}.hero__stats{--scoop: 46px;position:absolute;right:0;bottom:0;width:min(500px,52%);display:flex;align-items:center;justify-content:space-between;gap:clamp(8px,1.6vw,16px);padding:clamp(10px,2vw,18px) clamp(14px,2.4vw,24px);background:#fff;border-radius:24px 0 0;box-shadow:0 24px 48px #0f172a2e;color:#10121a;z-index:1;overflow:visible}.hero__stats:after{content:"";position:absolute;inset:-59px -1px auto auto;width:60px;height:60px;background:#fff;clip-path:path("M60 0 Q 72 72 0 60 L60 60 Z");pointer-events:none;z-index:2}.hero__stats:before{content:"";position:absolute;inset:auto auto -1px -59px;width:60px;height:60px;background:#fff;clip-path:path("M60 0 Q 72 72 0 60 L60 60 Z");transform:rotate(0);transform-origin:center;pointer-events:none;z-index:0}@media (max-width: 640px){.hero__stats{--scoop: 40px}}.hero__stat{flex:1;display:flex;flex-direction:column;gap:1px;text-align:left;align-items:flex-start}.hero__stat+.hero__stat{border-left:1px solid rgba(15,23,42,.08);padding-left:clamp(12px,2.4vw,18px);margin-left:clamp(12px,2.4vw,18px)}.hero__stat-value{font-size:clamp(16px,2vw,24px);font-weight:700;color:#10121a}.hero__stat-label{font-size:11px;color:var(--text-muted)}.hero__stat-value{font-size:clamp(18px,2.4vw,28px);font-weight:700;color:#10121a}.hero__stat-label{font-size:clamp(12px,1.5vw,15px);color:#1118279e}.section-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.section-header h2{font-size:34px}.section-header p{margin-top:12px;max-width:520px}.properties__carousel{position:relative;margin:0 -var(--page-padding);padding:clamp(32px,5vw,56px) var(--page-padding);background:transparent}.properties__inner{position:relative;z-index:1}.properties__nav{position:absolute;top:50%;width:clamp(44px,4vw,60px);height:clamp(44px,4vw,60px);border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;background:#ff7a29;color:#fff;box-shadow:0 12px 24px #ff7a2947;cursor:pointer;z-index:3;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.properties__nav--prev{left:clamp(0px,2vw,28px);transform:translate(-50%,-50%)}.properties__nav--next{right:clamp(0px,2vw,28px);transform:translate(50%,-50%)}.properties__nav--prev:hover,.properties__nav--prev:focus-visible{transform:translate(-50%,-50%) scale(1.06);box-shadow:0 18px 32px #ff7a2957;outline:none}.properties__nav--next:hover,.properties__nav--next:focus-visible{transform:translate(50%,-50%) scale(1.06);box-shadow:0 18px 32px #ff7a2957;outline:none}.properties__nav--prev:active{transform:translate(-50%,-50%) scale(.95)}.properties__nav--next:active{transform:translate(50%,-50%) scale(.95)}.properties__nav-icon{display:inline-flex;align-items:center;justify-content:center;width:60%;height:60%}.properties__nav-icon svg{width:100%;height:100%;fill:currentColor}.properties__nav--prev .properties__nav-icon{transform:rotate(180deg)}.properties__nav--next .properties__nav-icon{transform:rotate(0)}.properties__viewport{overflow:hidden;position:relative;padding:clamp(20px,3vw,32px) clamp(18px,4vw,32px);background:#0f172a0a;z-index:1;cursor:grab;touch-action:pan-y}.properties__viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.properties__viewport:focus-visible{outline:3px solid rgba(17,24,39,.2);outline-offset:6px}.properties__track{display:flex;gap:28px;width:max-content;position:relative;z-index:1;will-change:transform}.property-card{flex:0 0 clamp(280px,40vw,420px);background:var(--surface);border-radius:var(--radius-md) var(--radius-md) 0 0;box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:1;transition:transform .28s ease,box-shadow .28s ease}.property-card:hover,.property-card:focus-within{transform:translateY(-10px);box-shadow:0 32px 70px #0f172a38;z-index:2}.properties__loading{display:flex;align-items:center;justify-content:center;padding:48px;border-radius:var(--radius-md);background:#0f172a0a;color:var(--text-muted);font-weight:500;box-shadow:inset 0 0 0 1px #0f172a14}.property-card__image{position:relative;width:100%;padding-top:75%;background:#0f172805;overflow:hidden}.property-card__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.property-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.property-card__link:focus-visible{outline:3px solid rgba(17,24,39,.35);outline-offset:-3px}.property-card__badge{position:absolute;top:18px;right:18px;padding:8px 16px;border-radius:999px;background:#0e1320db;color:#fff;font-size:13px;font-weight:600}.property-card__body{padding:24px 24px 28px;display:flex;flex-direction:column;gap:18px}.property-card__address{display:flex;align-items:center;gap:10px;color:var(--text-subtle);font-size:14px}.property-card__meta{display:flex;flex-wrap:wrap;gap:14px;font-size:14px;color:var(--text-subtle)}.property-card__meta span{display:inline-flex;align-items:center;gap:6px}.property-card__price{font-weight:700;font-size:18px;color:#10121a}.icon-button{width:42px;height:42px;border-radius:50%;border:none;display:inline-flex;align-items:center;justify-content:center;background:#ed9734;color:#fff;cursor:pointer;transition:transform .2s ease}.icon-button:hover{transform:translate(2px)}.icon{width:20px;height:20px}.services__intro h2{font-size:34px;text-align:center;max-width:820px;margin:0 auto}.services__intro p{max-width:520px;text-align:center;max-width:820px;margin:0 auto}.services__content{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:42px;align-items:stretch}.services__list{display:flex;flex-direction:column;gap:18px}.service-item{position:relative;background:#ffffffe6;border-radius:18px;padding:24px 28px;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.service-item:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#4f46e524,#0ea5e914);opacity:0;transition:opacity .22s ease;pointer-events:none}.service-item--active{transform:translate(10px);border-color:#4f46e559;background:#f8f9fffa;box-shadow:0 22px 48px #3e63ff29}.service-item--active:before{opacity:1}.service-item__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;gap:18px;color:inherit;cursor:pointer;text-align:left}.service-item__trigger h3{margin:0;font-size:18px;font-weight:600}.service-item__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#0f172a1f;color:#111827;transition:transform .26s ease,background .22s ease,color .22s ease;flex-shrink:0}.service-item--active .service-item__icon{background:#113e5d;color:#fff;transform:rotate(90deg)}.service-item__content{max-height:0;overflow:hidden;opacity:0;will-change:max-height,opacity;transition:max-height .32s ease,opacity .22s ease}.service-item__content.is-open{margin-top:14px;max-height:240px;opacity:1}.service-item__content p{margin:0;color:var(--text-muted)}.service-item__media{display:none}.service-item__media img{width:100%;height:100%;object-fit:cover;display:block}@media (prefers-reduced-motion: reduce){.service-item,.service-item__icon,.service-item__content,.testimonial__image-slide,.testimonial__card-slide,.testimonial__indicator{transition:none!important}}.services__image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow-card)}.services__image img{width:100%;height:100%;object-fit:cover}.testimonial__intro{text-align:center;max-width:820px;margin:0 auto}.testimonial__intro h2{font-size:34px}.testimonial__intro p{margin-top:12px}.testimonial__content{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:40px;align-items:center}.testimonial__image{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-card);aspect-ratio:4 / 3}.testimonial__image-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(110%);transform:scale(1.06);opacity:0;transition:opacity .8s ease,transform 9s ease}.testimonial__image-slide.is-active{opacity:1;transform:scale(1);z-index:1}.testimonial__card{background:#fff;border-radius:32px;padding:40px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:24px}.testimonial__card-slider{position:relative;display:grid;gap:20px;min-height:240px}.testimonial__card-slide{grid-area:1 / 1;display:flex;flex-direction:column;gap:24px;opacity:0;transform:translateY(18px);transition:opacity .42s ease,transform .42s ease;pointer-events:none}.testimonial__card-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.testimonial__card h3{font-size:28px}.testimonial__quote{font-size:17px;color:var(--text-muted);line-height:1.7}.testimonial__author{display:flex;align-items:center;gap:14px}.testimonial__author img{width:52px;height:52px;border-radius:50%;object-fit:cover}.testimonial__name{font-weight:600;display:block}.star-rating{display:flex;align-items:center;gap:4px;margin-top:6px;color:#feb000}.star-rating__item .icon--star{width:18px;height:18px}.testimonial__role{display:block;margin-top:6px;color:var(--text-subtle);font-size:14px}.testimonial__actions{display:flex;gap:14px}.testimonial__controls{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.testimonial__indicators{display:inline-flex;align-items:center;gap:10px}.testimonial__indicator{width:12px;height:12px;border-radius:999px;background:#0f172a29;border:none;padding:0;cursor:pointer;transition:background .22s ease,transform .22s ease,width .22s ease}.testimonial__indicator.is-active{width:28px;background:#111827;transform:translateY(-1px)}.cta{position:relative;border-radius:0;padding:60px;color:#fff;box-shadow:var(--shadow-soft);background:linear-gradient(0deg,#080f209c,#080f20e6),image-set(url(/assets/cta-house-B_2uzTAi.webp) type("image/webp"),url(./assets/images/cta-house.jpg) type("image/jpeg"));background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.cta__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:40px;align-items:flex-start}.cta__text{display:flex;flex-direction:column;gap:20px}.cta__text h2{font-size:36px;color:#fff}.cta__text p{margin-top:16px;color:#ffffffb3;max-width:420px}.cta__newsletter{margin-top:24px;display:flex;flex-direction:column;gap:14px;max-width:420px}.cta__newsletter h3{margin:0;font-size:20px;color:#fff}.cta__newsletter .newsletter-form-wrapper{margin-top:0}.cta__newsletter .newsletter-form{width:100%;margin-top:0}.cta .primary-cta{margin-top:32px;background:#fff;color:#111827}.cta__form{background:#0f172a80;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:32px;display:flex;flex-direction:column;gap:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:420px;width:100%;justify-self:end}.cta__form h3{font-size:22px;color:#fff}.cta__form form{display:grid;gap:18px}.cta__form-group{display:flex;flex-direction:column;gap:8px}.cta__form-group label{font-size:14px;font-weight:500;color:#ffffffdb}.cta__form-group input,.cta__form-group textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#070b15bf;color:#fff;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.cta__form-group input::placeholder,.cta__form-group textarea::placeholder{color:#fff}.cta__form-group input:focus,.cta__form-group textarea:focus{outline:none;border-color:#ffffff47;box-shadow:0 0 0 3px #ffffff1f}.cta__form textarea{resize:vertical;min-height:96px}.cta__form .primary-cta{margin-top:0;width:100%;justify-content:center}.cta__form-feedback{margin-top:16px;font-size:14px;line-height:1.4}.cta__form-feedback--success{color:#16a34a}.cta__form-feedback--error{color:#f87171}.floating-whatsapp{position:fixed;bottom:24px;right:24px;width:64px;height:64px;border-radius:50%;background:#25d366;display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 18px 30px #25d36659;z-index:120;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.floating-whatsapp:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 22px 40px #25d36673}.floating-whatsapp svg{width:32px;height:32px}.footer{background:#06080f;color:#ffffffd6;border-radius:0;display:flex;flex-direction:column;overflow:hidden;width:100%}.footer__cta{padding:clamp(30px,5vw,52px) clamp(30px,7vw,88px);display:flex;justify-content:center}.footer__cta-inner{width:min(1180px,calc(100% - 2 * var(--page-padding)));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:clamp(28px,6vw,56px)}.footer__cta-inner .cta__text{flex:1 1 46%;max-width:520px;display:flex;flex-direction:column;gap:18px}.footer__cta-inner .cta__image{flex:1 1 54%;border-radius:0;overflow:hidden}.footer__cta-inner .cta__image img{width:100%;height:100%;object-fit:cover}.footer__content{padding:clamp(28px,5vw,52px) clamp(30px,7vw,88px) clamp(20px,4vw,40px);display:flex;justify-content:center}.footer__content-inner{width:min(1180px,calc(100% - 2 * var(--page-padding)));display:flex;flex-direction:column;gap:clamp(28px,4vw,48px)}.footer__top{display:flex;flex-direction:column;gap:clamp(28px,4vw,48px)}.footer__newsletter{display:flex;flex-direction:column;gap:18px;align-items:flex-start}.footer__newsletter h3{font-size:26px;color:#fff}.footer__columns{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(32px,5vw,64px);align-items:flex-start}.footer__info{display:flex;flex-direction:column;gap:18px;color:#ffffffd6}.footer__info-logo{max-width:160px;width:auto;height:auto}.footer__address{margin:0;line-height:1.6;color:#ffffffb8;max-width:440px}.footer__contacts{list-style:none;padding:0;margin:0;display:grid;gap:12px}.footer__links-wrapper{display:flex;flex-direction:column;gap:24px;align-items:flex-end;margin-left:auto}.newsletter-form-wrapper{width:100%;margin-top:20px;display:flex;flex-direction:column;gap:8px}.newsletter-form{margin-top:20px;position:relative;display:flex;align-items:center;gap:12px;background:#fff;border-radius:999px;padding:8px 8px 8px 22px;max-width:360px}.newsletter-form input{border:none;outline:none;flex:1;font-size:15px;color:#424a59}.newsletter-form input::placeholder{color:#a0a8b9}.newsletter-button{width:44px;height:44px;border-radius:50%;border:none;background:#ed9734;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.newsletter-button[disabled]{cursor:not-allowed;opacity:.7}.newsletter-form-feedback{font-size:13px;margin:0;text-align:left}.newsletter-form-feedback--success{color:#16a34a}.newsletter-form-feedback--error{color:#f87171}.newsletter-form-privacy{font-size:13px;margin:0;color:#ffffffbf}.newsletter-form-privacy a{color:#ffb258;text-decoration:underline}.newsletter-form-privacy a:hover{color:#ffd08f}.footer__contact-item{display:flex;align-items:center;gap:10px;color:#ffffffd6}.footer__contact-item a{color:inherit;text-decoration:none}.footer__contact-item a:hover{color:#fff}.footer__contact-icon{display:inline-flex;align-items:center;justify-content:center;color:#ed9734;flex-shrink:0}.footer__contact-icon .icon{width:20px;height:20px}.footer__social{display:flex;align-items:center;gap:14px}.footer__social--right{justify-content:flex-end;width:100%}.footer__social-link{width:40px;height:40px;border-radius:12px;background:#ffffff14;display:inline-flex;align-items:center;justify-content:center;color:#ed9734;transition:transform .2s ease,background .2s ease}.footer__social-link:hover{transform:translateY(-2px);background:#ffffff2e}.footer__links{display:grid;grid-auto-flow:column;grid-template-rows:repeat(auto-fit,minmax(0,max-content));gap:clamp(20px,4vw,36px);justify-items:end}.footer__column{color:#ffffffb3;display:flex;flex-direction:column;gap:12px;text-align:right}.footer__column h4{color:#fff;font-size:16px}.footer__column a{color:#ffffffb3;text-decoration:none;font-size:15px}.footer__column a:hover{color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;font-size:14px;color:#ffffff8c}.footer__credit{display:inline-flex;align-items:center;gap:10px;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer__credit span{color:inherit}.footer__credit img{height:20px;width:auto;display:block}.footer__credit:hover{color:#fff}@media (max-width: 1024px){.hero{--hero-pad-top: 28px;--hero-pad-x: 28px;--hero-pad-bottom: 40px}.hero__nav{flex-wrap:wrap}.hero__links{order:3;margin:0;width:100%;justify-content:space-between}.hero__content{width:100%;max-width:none;margin-bottom:0}.hero__stats{position:static;right:0;bottom:0;width:100%;height:auto;margin-top:32px;padding:18px 20px;border-radius:20px;flex-direction:row;align-items:center;gap:16px;mask:none;-webkit-mask:none}.hero__stat{text-align:center;align-items:center}.services__content,.testimonial__content,.cta__inner{grid-template-columns:1fr}.cta{padding:48px 32px}.cta__inner{gap:32px}.footer__columns{grid-template-columns:minmax(0,1fr);gap:32px}.footer__links-wrapper{align-items:flex-start}.cta__form{padding:28px;justify-self:stretch}.footer__content-inner{gap:40px}.cta__text h2{font-size:32px}.footer__links{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__info{gap:16px}}@media (max-width: 960px){.hero{--hero-nav-height: 72px}.hero__nav{padding:0 clamp(16px,6vw,24px);gap:16px}.hero__nav-left{width:100%;justify-content:space-between}.hero__menu-toggle{display:inline-flex}.hero__links{position:fixed;top:calc(clamp(16px,6vw,24px) + var(--hero-nav-height));left:50%;transform:translate(-50%) translateY(-16px);width:min(calc(100% - (2*clamp(16px,6vw,24px))),380px);padding:clamp(22px,6vw,32px) clamp(20px,6vw,28px);background:#090e18f2;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;box-shadow:0 30px 60px #060c1973;margin:0;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .22s ease;z-index:21}.hero__links.is-open,.hero__nav--open .hero__links{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.hero__links li,.hero__links a{width:100%}.hero__links a{display:block;padding:6px 0;font-size:17px;color:#ffffffeb}.hero__button{display:none}.hero__nav--sticky{padding:12px clamp(16px,6vw,24px)}.hero__nav--sticky .hero__links{top:calc(16px + var(--hero-nav-height))}.hero--nav-fixed{padding-top:calc(clamp(24px,3vw,36px) + var(--hero-nav-height))}}@media (max-width: 768px){:root{--page-padding: 16px}.hero__content{margin-bottom:0}.hero__stats{flex-direction:column;gap:16px;mask:none;-webkit-mask:none;padding:18px 16px}.hero__stat+.hero__stat{border-left:none;padding-left:0;margin-left:0;border-top:1px solid rgba(15,23,42,.08);padding-top:16px;margin-top:12px}.section-header{flex-direction:column;align-items:flex-start}.testimonial__card{padding:32px 28px}.cta__form{padding:24px;justify-self:stretch}.footer__links{grid-template-columns:1fr}.footer__columns{gap:28px}.footer__links-wrapper,.footer__social--right{align-items:flex-start;justify-content:flex-start}.footer__links-wrapper{margin-left:0;align-items:flex-start}.footer__links{grid-auto-flow:row;justify-items:start;align-items:start}.footer__column{text-align:left;align-items:flex-start}.footer__cta-inner{flex-direction:column;gap:28px}.footer__cta{padding:clamp(24px,6vw,38px) clamp(20px,6vw,30px)}.footer__content{padding:clamp(24px,6vw,38px) clamp(20px,6vw,30px) clamp(14px,5vw,22px)}.footer__content-inner{gap:36px}.service-item__content.is-open{max-height:720px}.service-item__media{display:block;margin-top:16px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card)}.services__image{display:none}}@media (max-width: 540px){:root{--page-padding: 12px}.page-shell{padding:0}.hero{padding:24px 22px 36px}.hero__nav{gap:16px}.hero__button{width:100%;justify-content:center}.hero__links{display:none}.cta{padding:36px 24px}.cta .primary-cta,.cta .secondary-cta{width:100%;justify-content:center}.cta__form{padding:20px;gap:20px;justify-self:stretch}.cta__form form{gap:14px}.newsletter-form{max-width:none}.footer__columns{gap:20px}.footer__links-wrapper{align-items:flex-start}.footer__social--right{justify-content:flex-start;width:100%}.footer__social{gap:12px}.footer__cta{padding:18px 14px}.footer__content{padding:18px 14px 10px}.footer__cta-inner{flex-direction:column;gap:24px}.footer__content-inner{gap:32px}}[data-reveal].is-revealed>*{opacity:1;transform:translateZ(0)}[data-reveal]>*:nth-child(2){transition-delay:60ms}[data-reveal]>*:nth-child(3){transition-delay:.12s}[data-reveal]>*:nth-child(4){transition-delay:.18s}@media (prefers-reduced-motion: reduce){[data-reveal]{opacity:1!important;transform:none!important}[data-reveal]>*{opacity:1!important;transform:none!important;transition:none!important}}
