@charset "UTF-8";.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,#0b3d64 0,#0d4876 45%,#0d0d1a 100%)}.hero__img,.hero__video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(13,72,118,.25) 0,rgba(13,72,118,.65) 50%,rgba(13,72,118,.82) 100%),radial-gradient(ellipse 90% 60% at 20% 80%,rgba(200,149,108,.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;opacity:0;transform:translateY(16px);animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .2s forwards}.hero__tag::after,.hero__tag::before{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__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:-.02em;opacity:0;transform:translateY(20px);animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .42s forwards}.hero__title em.text-accent{font-style:italic;color:#c8956c}.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:rgba(255,255,255,.62);max-width:540px;margin:0 auto 2.5rem;opacity:0;transform:translateY(20px);animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .62s forwards}.hero__search{display:flex;align-items:stretch;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(13,72,118,.28),0 4px 16px rgba(13,72,118,.12);overflow:hidden;margin-top:2rem;opacity:0;transform:translateY(24px);animation:heroFadeUp .9s cubic-bezier(.22,1,.36,1) .85s forwards}@media (max-width:767.98px){.hero__search{flex-direction:column;border-radius:12px}}.hero__search-field{flex:1;padding:1rem 1.375rem;position:relative;border-right:1px solid rgba(13,72,118,.08);transition:background .2s ease}.hero__search-field:last-of-type{border-right:none}.hero__search-field:focus-within{background:rgba(200,149,108,.035)}@media (max-width:767.98px){.hero__search-field{border-right:none;border-bottom:1px solid rgba(13,72,118,.08)}.hero__search-field:last-of-type{border-bottom:none}}.hero__search-field--date{flex:0.85}@media (max-width:767.98px){.hero__search-field--date{flex:1}}.hero__search-field--guests{flex:0.7}@media (max-width:767.98px){.hero__search-field--guests{flex:1}}.hero__search-label{display:block;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(13,72,118,.4);margin-bottom:.3rem;pointer-events:none}.hero__search-input{display:block;width:100%;border:none;outline:0;background:0 0;padding:0;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;font-weight:500;color:#0d4876;cursor:pointer}.hero__search-input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.hero__search-input[type=date]::-webkit-calendar-picker-indicator{opacity:.3;cursor:pointer}.hero__search-input[type=date]:not([value=""]){color:#0d4876}.hero__search-input:is(select){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;padding-right:1rem}.hero__search-input:focus{outline:0}.hero__search-btn{display:flex;align-items:center;gap:.5rem;background:#c8956c;color:#fff;border:none;border-radius:0 14px 14px 0;padding:0 2rem;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .3s cubic-bezier(.22, 1, .36, 1),transform .3s cubic-bezier(.22, 1, .36, 1),box-shadow .3s cubic-bezier(.22, 1, .36, 1)}.hero__search-btn:focus-visible,.hero__search-btn:hover{background:#a87650;transform:translateX(2px);box-shadow:-4px 0 16px rgba(200,149,108,.25);outline:0}.hero__search-btn:active{transform:translateX(0)}@media (max-width:767.98px){.hero__search-btn{border-radius:0 0 12px 12px;width:100%;padding:1.125rem;justify-content:center}}.hero__search-btn-icon{flex-shrink:0}@media (min-width:992px){.hero__search-btn-icon{display:none}}.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,.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__scroll,.hero__search,.hero__subtitle,.hero__tag,.hero__title{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,.08) 15%,rgba(255,255,255,.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:first-child{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(.22, 1, .36, 1),border-color .3s cubic-bezier(.22, 1, .36, 1),transform .3s cubic-bezier(.22, 1, .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:rgba(255,255,255,.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(.22, 1, .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%;-o-object-fit:cover;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:first-child{transition-delay:0s}.section-props__grid .prop-card:nth-child(2){transition-delay:80ms}.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(.22, 1, .36, 1),box-shadow .3s cubic-bezier(.22, 1, .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%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22, 1, .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:rgba(255,255,255,.92);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s cubic-bezier(.22, 1, .36, 1),transform .18s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.prop-card__fav svg{color:#a09c94;transition:color .3s cubic-bezier(.22, 1, .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:rgba(255,255,255,.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(.22, 1, .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}}.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:-.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:first-child{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(.22, 1, .36, 1),box-shadow .3s cubic-bezier(.22, 1, .36, 1),transform .3s cubic-bezier(.22, 1, .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(.22, 1, .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:-.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:first-child{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(.22, 1, .36, 1),transform .3s cubic-bezier(.22, 1, .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:-.25em;margin-right:2px}.review-card__text p::after{content:"”";color:#c8956c;font-size:1.25em;line-height:0;vertical-align:-.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,#0b3d64 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,.1) 0,transparent 65%),radial-gradient(ellipse 40% 40% at 10% 90%,rgba(200,149,108,.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:-.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:rgba(255,255,255,.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}}
/*# sourceMappingURL=home.min.css.map */