.hero{position:relative;height:100svh;min-height:680px;display:flex;align-items:center;overflow:hidden}@supports not (height: 100svh){.hero{height:100vh}}@media(max-width: 576px){.hero{height:auto;min-height:auto}}.hero__bg{position:absolute;inset:0;z-index:0;background:linear-gradient(150deg, rgb(10.9755725191, 60.7877862595, 99.6244274809) 0%, #0d4876 45%, #0d0d1a 100%)}.hero__img,.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(13, 72, 118, 0.25) 0%, rgba(13, 72, 118, 0.65) 50%, rgba(13, 72, 118, 0.82) 100%),radial-gradient(ellipse 90% 60% at 20% 80%, rgba(200, 149, 108, 0.1) 0%, transparent 65%)}.hero__grain{position:absolute;inset:0;opacity:.032;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none}.hero__content{position:relative;z-index:2;width:100%;padding-top:0;padding-bottom:140px}@media(max-width: 576px){.hero__content{padding:7rem 2.5rem 4rem 2.5rem}}.hero__tag{display:inline-block;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#fff;margin-bottom:1.5rem;position:relative;padding:0 1.75rem}.hero__tag::before,.hero__tag::after{content:"";position:absolute;top:50%;width:1.25rem;height:1px;background:#c8956c;opacity:.6}.hero__tag::before{right:100%;margin-right:-1.75rem}.hero__tag::after{left:100%;margin-left:-1.75rem}.hero__tag{opacity:0;transform:translateY(16px);animation:heroFadeUp .9s cubic-bezier(0.22, 1, 0.36, 1) .2s forwards}.hero__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:600;line-height:1.08;color:#fff;margin-bottom:1.25rem;letter-spacing:-0.02em}.hero__title em.text-accent{font-style:italic;color:#c8956c}.hero__title{opacity:0;transform:translateY(20px);animation:heroFadeUp .9s cubic-bezier(0.22, 1, 0.36, 1) .42s forwards}.hero__subtitle{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;font-weight:400;line-height:1.65;color:hsla(0,0%,100%,.62);max-width:540px;margin:0 auto 2.5rem;opacity:0;transform:translateY(20px);animation:heroFadeUp .9s cubic-bezier(0.22, 1, 0.36, 1) .62s forwards}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:.5rem;opacity:0;transform:translateY(24px);animation:heroFadeUp .9s cubic-bezier(0.22, 1, 0.36, 1) .85s forwards}@media(max-width: 575.98px){.hero__actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:360px;margin-left:auto;margin-right:auto}.hero__actions .btn{width:100%}}.hero__actions .btn-primary:hover .hero__cta-icon,.hero__actions .btn-primary:focus-visible .hero__cta-icon{transform:translateX(3px)}.hero__cta-icon{transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3;opacity:0;animation:heroFadeIn 1s ease 1.8s forwards}.hero__scroll-line{display:block;width:1px;height:48px;background:linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);margin:0 auto;animation:scrollPulse 2.2s ease-in-out infinite}@keyframes heroFadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{to{opacity:1}}@keyframes scrollPulse{0%,100%{opacity:.4;transform:scaleY(1)}50%{opacity:.9;transform:scaleY(1.15)}}@media(prefers-reduced-motion: reduce){.hero__tag,.hero__title,.hero__subtitle,.hero__actions,.hero__scroll{animation:none;opacity:1;transform:none}.hero__scroll-line{animation:none}}.section-how{background-color:#0d4876;padding-top:6.25rem;padding-bottom:6.25rem}@media(max-width: 991.98px){.section-how{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 575.98px){.section-how{padding-top:3rem;padding-bottom:3rem}}.section-how__header{margin-bottom:4rem}@media(max-width: 767.98px){.section-how__header{margin-bottom:2.5rem}}.section-how__steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:0;position:relative}.section-how__steps::before{content:"";position:absolute;top:39px;left:calc(12.5% + 8px);right:calc(12.5% + 8px);height:1px;background:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08) 15%, rgba(255, 255, 255, 0.08) 85%, transparent);pointer-events:none}@media(max-width: 991.98px){.section-how__steps{grid-template-columns:repeat(2, 1fr);gap:2.5rem 1.5rem}.section-how__steps::before{display:none}}@media(max-width: 575.98px){.section-how__steps{grid-template-columns:1fr;gap:2rem}}.section-how__step{padding:0 1.5rem;position:relative;text-align:center}@media(max-width: 991.98px){.section-how__step{padding:0;text-align:left;display:grid;grid-template-columns:64px 1fr;gap:1.25rem;align-items:start}}@media(max-width: 575.98px){.section-how__step{grid-template-columns:56px 1fr;gap:1rem}}.section-how__step:nth-child(1){transition-delay:0s}.section-how__step:nth-child(2){transition-delay:0.12s}.section-how__step:nth-child(3){transition-delay:0.24s}.section-how__step:nth-child(4){transition-delay:0.36s}.section-how__step-num{width:80px;height:80px;border-radius:50%;background:#0d4876;border:1px solid rgba(200,149,108,.22);display:flex;align-items:center;justify-content:center;margin:0 auto 1.75rem;position:relative;z-index:1;transition:background .3s cubic-bezier(0.22, 1, 0.36, 1),border-color .3s cubic-bezier(0.22, 1, 0.36, 1),transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.section-how__step:hover .section-how__step-num{background:rgba(200,149,108,.15);border-color:rgba(200,149,108,.5);transform:translateY(-3px)}.section-how__step-num svg{stroke:#c8956c !important}@media(max-width: 991.98px){.section-how__step-num{width:64px;height:64px;margin:0;flex-shrink:0}}@media(max-width: 575.98px){.section-how__step-num{width:56px;height:56px}}.section-how__step-icon{font-size:1.625rem;line-height:1;display:block}.section-how__step-icon i{color:#c8956c}@media(max-width: 991.98px){.section-how__step-icon{font-size:1.375rem}}@media(max-width: 575.98px){.section-how__step-icon{font-size:1.25rem}}.section-how__step-count{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:600;color:#c8956c;line-height:1}@media(max-width: 991.98px){.section-how__step-body{padding-top:.25rem}}.section-how__step-index{display:block;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.18em;color:rgba(200,149,108,.45);margin-bottom:.625rem;text-transform:uppercase}.section-how__step-title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.125rem;font-weight:600;color:#fff;line-height:1.3;margin-bottom:.75rem}@media(max-width: 575.98px){.section-how__step-title{font-size:1rem}}.section-how__step-text{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:400;line-height:1.7;color:hsla(0,0%,100%,.48);margin:0}.section-props{background-color:#faf8f5;padding-top:6.25rem;padding-bottom:6.25rem}@media(max-width: 991.98px){.section-props{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 575.98px){.section-props{padding-top:3rem;padding-bottom:3rem}}.section-props__header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}@media(max-width: 767.98px){.section-props__header-row{flex-direction:column;align-items:flex-start}}.section-props__header-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.section-props__header-cta svg{transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.section-props__header-cta:hover svg{transform:translateX(4px)}@media(max-width: 767.98px){.section-props__header-cta{display:none}}.section-props__header{margin-bottom:3rem}@media(max-width: 767.98px){.section-props__header{margin-bottom:2rem}}.prop-card__thumb{position:relative;overflow:hidden}.prop-card__slides{position:relative;width:100%;height:100%}.prop-card__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease;pointer-events:none}.prop-card__slide.is-active{opacity:1;position:relative;pointer-events:auto}.section-props__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.75rem}@media(max-width: 991.98px){.section-props__grid{grid-template-columns:repeat(2, 1fr);gap:1.25rem}}@media(max-width: 575.98px){.section-props__grid{grid-template-columns:1fr;gap:1rem}}.section-props__grid .prop-card:nth-child(1){transition-delay:0s}.section-props__grid .prop-card:nth-child(2){transition-delay:0.08s}.section-props__grid .prop-card:nth-child(3){transition-delay:0.16s}.section-props__grid .prop-card:nth-child(4){transition-delay:0.24s}.section-props__grid .prop-card:nth-child(5){transition-delay:0.32s}.section-props__grid .prop-card:nth-child(6){transition-delay:0.4s}.prop-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(13,72,118,.08);position:relative;transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1)}.prop-card:hover{transform:translateY(-6px);box-shadow:0 12px 48px rgba(13,72,118,.12)}.prop-card__link{position:absolute;inset:0;z-index:0}.prop-card__thumb{position:relative;height:220px;overflow:hidden;background:#e8e6e1}@media(max-width: 575.98px){.prop-card__thumb{height:200px}}.prop-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1)}.prop-card:hover .prop-card__img{transform:scale(1.04)}.prop-card__thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #e8e6e1, #d0cdc6)}.prop-card__badge{position:absolute;top:14px;left:14px;z-index:2}.prop-card__fav{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.92);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s cubic-bezier(0.22, 1, 0.36, 1),transform .18s ease;backdrop-filter:blur(4px)}.prop-card__fav svg{color:#a09c94;transition:color .3s cubic-bezier(0.22, 1, 0.36, 1)}.prop-card__fav:hover{background:#fff;transform:scale(1.1)}.prop-card__fav:hover svg{color:#e74c3c}.prop-card__fav.is-saved svg{fill:#e74c3c;color:#e74c3c}.prop-card__dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:2}.prop-card__dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.45);transition:background .18s ease}.prop-card__dot--active{background:#fff}.prop-card__info{padding:1.25rem}.prop-card__zona{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#c8956c;margin-bottom:.4rem}.prop-card__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.125rem;font-weight:600;line-height:1.3;color:#0d4876;margin-bottom:.375rem}.prop-card__title-link{color:#0d4876;position:relative;z-index:1;transition:color .3s cubic-bezier(0.22, 1, 0.36, 1)}.prop-card__title-link:hover{color:#c8956c}.prop-card__details{font-size:.875rem;color:#a09c94;margin-bottom:1rem;line-height:1.4}.prop-card__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:.875rem;border-top:1px solid #e8e6e1}.prop-card__price{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;font-weight:700;color:#0d4876;line-height:1}.prop-card__price-per{font-size:.75rem;font-weight:400;color:#a09c94;margin-left:2px}.prop-card__price-on-request{font-size:.875rem;font-weight:500;color:#a09c94;font-style:italic}.prop-card__rating{display:flex;align-items:center;gap:4px}.prop-card__rating-star{color:#f0b429}.prop-card__rating-value{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;font-weight:600;color:#0d4876}.prop-card__rating-count{font-size:.75rem;color:#a09c94}.section-props__cta-mobile{text-align:center;margin-top:2.5rem;display:none}@media(max-width: 767.98px){.section-props__cta-mobile{display:block}}.exc-card{position:relative;background:#fff;border:1px solid #e8e6e1;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(13,72,118,.07);transition:box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1),transform .3s cubic-bezier(0.22, 1, 0.36, 1);display:flex;flex-direction:column}.exc-card:hover{box-shadow:0 12px 48px rgba(13,72,118,.12);transform:translateY(-3px)}.exc-card__link{position:absolute;inset:0;z-index:1}.exc-card__thumb{position:relative;aspect-ratio:4/3;background:#f7f6f4;overflow:hidden}.exc-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1)}.exc-card:hover .exc-card__img{transform:scale(1.05)}.exc-card__thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #f0ece4, #e8e6e1);display:flex;align-items:center;justify-content:center}.exc-card__thumb-placeholder svg{width:36px;height:36px;stroke:#a09c94}.exc-card__badge{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;background:#fff;color:#0d4876;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:11px;font-weight:600;letter-spacing:.04em;border-radius:50px;box-shadow:0 2px 12px rgba(13,72,118,.07)}.exc-card__badge svg{width:12px;height:12px;stroke:currentColor;stroke-width:2}.exc-card__badge--type{top:10px;left:10px}.exc-card__badge--hot{top:10px;left:10px;transform:translateY(28px);background:#c8956c;color:#fff}.exc-card__badge--duration{bottom:10px;left:10px;background:rgba(13,72,118,.85);color:#fff;backdrop-filter:blur(4px)}.exc-card--hot .exc-card__badge--hot{transform:translateY(28px)}.exc-card__fav{position:absolute;top:10px;right:10px;z-index:2;width:34px;height:34px;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(13,72,118,.07);transition:transform .18s ease,color .18s ease;color:#a09c94}.exc-card__fav svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.exc-card__fav:hover{transform:scale(1.08);color:#e74c3c}.exc-card__info{padding:18px 18px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.exc-card__eyebrow{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#c8956c;margin:0}.exc-card__title{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;font-size:1.0625rem !important;font-weight:700 !important;line-height:1.3 !important;color:#0d4876;margin:2px 0 4px !important}.exc-card__title-link{color:inherit;text-decoration:none;position:relative;z-index:2}.exc-card__title-link:hover{color:#c8956c}.exc-card__desc{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;line-height:1.5;color:#3d3d56;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.exc-card__details{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;color:#a09c94;margin:4px 0 0}.exc-card__bottom{margin-top:12px;padding-top:12px;border-top:1px solid #e8e6e1;display:flex;align-items:center;justify-content:space-between;gap:8px}.exc-card__zona{display:inline-flex;align-items:center;gap:4px;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;color:#3d3d56}.exc-card__zona svg{width:13px;height:13px;stroke:#c8956c;stroke-width:2}.exc-card__price{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:700;color:#0d4876;white-space:nowrap}.exc-card__price-from{font-weight:400;font-size:11px;color:#a09c94;margin-right:2px;text-transform:uppercase;letter-spacing:.05em}.exc-card__price-per{font-weight:400;font-size:12px;color:#a09c94;margin-left:2px}.exc-card__price-on-request{font-weight:500;font-size:13px;color:#3d3d56}.section-esc{background-color:#f0ece4;padding-top:6.25rem;padding-bottom:6.25rem}@media(max-width: 991.98px){.section-esc{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 575.98px){.section-esc{padding-top:3rem;padding-bottom:3rem}}.section-esc__header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-top:.5rem}@media(max-width: 767.98px){.section-esc__header-row{flex-direction:column;align-items:flex-start}}.section-esc__header-cta{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.section-esc__header-cta svg{transition:transform .18s ease}.section-esc__header-cta:hover svg{transform:translateX(3px)}@media(max-width: 767.98px){.section-esc__header-cta{display:none}}.section-esc__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}@media(min-width: 576px){.section-esc__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.section-esc__grid{grid-template-columns:repeat(3, 1fr)}}.section-esc__cta-mobile{display:none;margin-top:2rem;text-align:center}@media(max-width: 767.98px){.section-esc__cta-mobile{display:block}}.section-esc__cta-mobile .btn{width:100%;max-width:360px}.section-trust{background-color:#f0ece4;border-top:1px solid #e2dbd0;border-bottom:1px solid #e2dbd0;padding-top:3.5rem;padding-bottom:3.5rem}.section-trust__grid{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width: 991.98px){.section-trust__grid{display:grid;grid-template-columns:repeat(3, 1fr);justify-items:center;gap:2rem 1rem}}@media(max-width: 575.98px){.section-trust__grid{grid-template-columns:repeat(2, 1fr);gap:1.75rem .5rem}}.section-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem;position:relative}.section-trust__value{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.5vw,2.625rem);font-weight:700;line-height:1;color:#c8956c;letter-spacing:-0.02em}.section-trust__label{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4;color:#3d3d56;max-width:120px}.section-why{background-color:#faf8f5;padding-top:6.25rem;padding-bottom:6.25rem}@media(max-width: 991.98px){.section-why{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 575.98px){.section-why{padding-top:3rem;padding-bottom:3rem}}.section-why__header{margin-bottom:3rem}@media(max-width: 767.98px){.section-why__header{margin-bottom:2rem}}.section-why__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.75rem}@media(max-width: 991.98px){.section-why__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575.98px){.section-why__grid{grid-template-columns:1fr;gap:1rem}}.section-why__grid .why-card:nth-child(1){transition-delay:0s}.section-why__grid .why-card:nth-child(2){transition-delay:0.1s}.section-why__grid .why-card:nth-child(3){transition-delay:0.2s}.why-card{padding:2.5rem 2rem;background:#fff;border-radius:12px;border:1px solid #e8e6e1;transition:border-color .3s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1),transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.why-card:hover{border-color:#c8956c;box-shadow:0 4px 24px rgba(13,72,118,.08);transform:translateY(-4px)}.why-card__icon{display:block;font-size:2.25rem;line-height:1;margin-bottom:1.25rem;transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.why-card__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.1875rem;font-weight:600;color:#0d4876;line-height:1.3;margin-bottom:.75rem;letter-spacing:-0.01em}.why-card__text{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:400;line-height:1.7;color:#a09c94;margin:0}.section-reviews{background-color:#f0ece4;padding-top:6.25rem;padding-bottom:6.25rem}@media(max-width: 991.98px){.section-reviews{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 575.98px){.section-reviews{padding-top:3rem;padding-bottom:3rem}}.section-reviews__header{margin-bottom:3rem}@media(max-width: 767.98px){.section-reviews__header{margin-bottom:2rem}}.section-reviews__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;align-items:start}@media(max-width: 991.98px){.section-reviews__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575.98px){.section-reviews__grid{grid-template-columns:1fr;gap:1rem}}.section-reviews__grid .review-card:nth-child(1){transition-delay:0s}.section-reviews__grid .review-card:nth-child(2){transition-delay:0.1s}.section-reviews__grid .review-card:nth-child(3){transition-delay:0.2s}.section-reviews__grid .review-card:nth-child(4){transition-delay:0.3s}.review-card{background:#fff;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 1px 4px rgba(13,72,118,.06);transition:box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1),transform .3s cubic-bezier(0.22, 1, 0.36, 1)}.review-card:hover{box-shadow:0 4px 24px rgba(13,72,118,.08);transform:translateY(-3px)}.review-card__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.review-card__stars{display:flex;gap:2px}.review-card__star--filled{color:#f0b429}.review-card__star--empty{color:#d0cdc6}.review-card__property{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#c8956c;white-space:nowrap}.review-card__text{margin:0;padding:0;border:none;flex:1}.review-card__text p{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;font-weight:400;line-height:1.7;color:#3d3d56;font-style:italic;margin:0}.review-card__text p::before{content:"“";color:#c8956c;font-size:1.25em;line-height:0;vertical-align:-0.25em;margin-right:2px}.review-card__text p::after{content:"”";color:#c8956c;font-size:1.25em;line-height:0;vertical-align:-0.25em;margin-left:2px}.review-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1.25rem;border-top:1px solid #e8e6e1}.review-card__avatar{width:40px;height:40px;border-radius:50%;background:#f0ece4;border:1px solid #e2dbd0;display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:600;color:#c8956c;flex-shrink:0}.review-card__meta{display:flex;flex-direction:column;gap:.2rem}.review-card__name{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#0d4876;line-height:1.3}.review-card__source{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:400;color:#a09c94;line-height:1.3}.section-cta{position:relative;padding-top:6.25rem;padding-bottom:6.25rem;overflow:hidden}@media(max-width: 991.98px){.section-cta{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 575.98px){.section-cta{padding-top:3rem;padding-bottom:3rem}}.section-cta__bg{position:absolute;inset:0;z-index:0;background:linear-gradient(150deg, rgb(10.9755725191, 60.7877862595, 99.6244274809) 0%, #0d4876 45%, #0d0d1a 100%)}.section-cta__overlay{position:absolute;inset:0;background:radial-gradient(ellipse 80% 80% at 50% 50%, rgba(200, 149, 108, 0.1) 0%, transparent 65%),radial-gradient(ellipse 40% 40% at 10% 90%, rgba(200, 149, 108, 0.06) 0%, transparent 60%)}.section-cta__grain{position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none}.section-cta .container{position:relative;z-index:1}.section-cta__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:clamp(1.875rem,4vw,2.75rem);font-weight:600;line-height:1.15;color:#fff;letter-spacing:-0.02em;margin-bottom:1.25rem}.section-cta__title em.text-accent{font-style:italic;color:#c8956c}.section-cta__text{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;font-weight:400;line-height:1.65;color:hsla(0,0%,100%,.58);margin-bottom:2.5rem;max-width:540px;margin-left:auto;margin-right:auto}.section-cta__btns{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width: 575.98px){.section-cta__btns{flex-direction:column;align-items:stretch}.section-cta__btns .btn{text-align:center}}.section-cta__newsletter-wrap{margin-top:2.5rem}.section-cta__newsletter-label{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;font-weight:500;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.section-cta__newsletter-label::before,.section-cta__newsletter-label::after{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.12)}.section-cta__newsletter .wpcf7{max-width:560px !important;margin:0 auto !important}.section-cta__newsletter .wpcf7-form{display:flex;gap:.625rem;flex-wrap:nowrap;align-items:stretch}@media(max-width: 575.98px){.section-cta__newsletter .wpcf7-form{flex-direction:column}}.section-cta__newsletter .wpcf7-form>p{margin-bottom:0;flex:1 1 0%}.section-cta__newsletter .wpcf7-form p:has(input[type=submit]){flex:0 0 auto}.section-cta__newsletter input[type=email],.section-cta__newsletter input[type=text]{width:100%;height:50px;padding:0 1.125rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);border-radius:.75rem;color:#fff;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;line-height:1;transition:border-color .2s ease,background .2s ease;box-shadow:none}.section-cta__newsletter input[type=email]::placeholder,.section-cta__newsletter input[type=text]::placeholder{color:hsla(0,0%,100%,.38)}.section-cta__newsletter input[type=email]:focus,.section-cta__newsletter input[type=text]:focus{outline:none;background:hsla(0,0%,100%,.13);border-color:rgba(200,149,108,.65);box-shadow:0 0 0 3px rgba(200,149,108,.18);color:#fff}.section-cta__newsletter input[type=email].wpcf7-text,.section-cta__newsletter input[type=email].wpcf7-email,.section-cta__newsletter input[type=text].wpcf7-text,.section-cta__newsletter input[type=text].wpcf7-email{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);color:#fff}.section-cta__newsletter input[type=submit]{height:50px;padding:0 1.625rem;background:#c8956c;border:1px solid #c8956c;border-radius:.75rem;color:#fff;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:none}.section-cta__newsletter input[type=submit]:hover{background:rgb(188.8910891089,127.5900990099,78.3089108911);border-color:rgb(188.8910891089,127.5900990099,78.3089108911);transform:translateY(-1px);box-shadow:0 4px 16px rgba(200,149,108,.35)}.section-cta__newsletter input[type=submit]:active{transform:translateY(0);box-shadow:none}.section-cta__newsletter input[type=submit].wpcf7-submit{background:#c8956c;border-color:#c8956c;color:#fff}.section-cta__newsletter .wpcf7-response-output{width:100%;margin-top:.75rem;margin-bottom:0;padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;text-align:center;border:none !important;box-shadow:none !important}.section-cta__newsletter .wpcf7-mail-sent-ok .wpcf7-response-output{background:rgba(200,149,108,.18);color:hsl(26.7391304348,45.5445544554%,82.3921568627%)}.section-cta__newsletter .wpcf7-validation-errors .wpcf7-response-output,.section-cta__newsletter .wpcf7-spam-blocked .wpcf7-response-output{background:rgba(231,76,60,.18);color:rgb(243.295890411,167.7068493151,159.904109589)}.section-cta__newsletter .wpcf7-not-valid-tip{color:hsl(5.6140350877,78.0821917808%,82.0588235294%);font-size:.8125rem;margin-top:.25rem;display:block;text-align:left}.section-cta__newsletter .wpcf7-spinner{margin-left:.5rem;vertical-align:middle}