.hero{background:#082f49;min-height:100dvh;position:relative;overflow:hidden}.hero-carousel{position:absolute;inset:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-slide-media{opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.hero-slide-media[data-active=true]{opacity:1}.hero-video,.hero-slide-img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-slide-media picture{display:contents}.hero-overlay{background:linear-gradient(#0000008c 0%,#00000047 45%,#000000a6 100%);position:absolute;inset:0}.hero-content-layer{z-index:10;pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.hero-content-layer[data-v=top]{justify-content:flex-start}.hero-content-layer[data-v=center]{justify-content:center}.hero-content-layer[data-v=bottom]{justify-content:flex-end}.hero-content-wrapper{flex-direction:column;width:100%;max-width:1200px;margin-inline:auto;padding-block:6rem 4rem;padding-inline:1.25rem;display:flex}.hero-content-layer[data-h=left] .hero-content-wrapper{align-items:flex-start}.hero-content-layer[data-h=center] .hero-content-wrapper{align-items:center}.hero-content-layer[data-h=right] .hero-content-wrapper{align-items:flex-end}@media (width>=768px){.hero-content-wrapper{padding-inline:2rem}}.hero-slide-text{pointer-events:auto;flex-direction:column;width:100%;display:flex}.hero-content-layer[data-h=center] .hero-slide-text{align-items:center}.hero-content-layer[data-h=right] .hero-slide-text{align-items:flex-end}.hero-content{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:820px;display:flex}.hero-content-layer[data-h=left] .hero-content{text-align:left;align-items:flex-start}.hero-content-layer[data-h=center] .hero-content{text-align:center;align-items:center}.hero-content-layer[data-h=right] .hero-content{text-align:right;align-items:flex-end}.hero-tag{color:var(--hero-block-subtitle-color-desktop,var(--hero-title-accent,#fbbf24));font-family:var(--hero-subtitle-font,var(--font-body));letter-spacing:.22em;text-transform:uppercase;text-shadow:0 1px 10px #0000008c;font-size:.8125rem;font-weight:700;display:inline-block}.hero-title{font-family:var(--hero-title-font,var(--font-heading));font-size:var(--hero-block-title-size-desktop,var(--hero-title-size,clamp(2.5rem, 7.5vw, 5.75rem)));color:var(--hero-block-title-color-desktop,var(--hero-title-color,white));letter-spacing:-.02em;text-shadow:0 2px 24px #00000073;max-width:15ch;margin:0;font-weight:700;line-height:1.05}.hero-subtitle{font-family:var(--hero-subtitle-font,var(--font-body));font-size:var(--hero-block-subtitle-size-desktop,var(--hero-subtitle-size,clamp(1rem, 2vw, 1.25rem)));color:var(--hero-block-subtitle-color-desktop,var(--hero-subtitle-color,#fffc));max-width:46ch;margin:0;line-height:1.6}@media (width<=767px){.hero-tag{color:var(--hero-block-subtitle-color-mobile,var(--hero-title-accent,#fbbf24))}.hero-title{font-size:var(--hero-block-title-size-mobile,var(--hero-title-size,clamp(2.5rem, 7.5vw, 5.75rem)));color:var(--hero-block-title-color-mobile,var(--hero-title-color,white))}.hero-subtitle{font-size:var(--hero-block-subtitle-size-mobile,var(--hero-subtitle-size,clamp(1rem, 2vw, 1.25rem)));color:var(--hero-block-subtitle-color-mobile,var(--hero-subtitle-color,#fffc))}}@media (width>=768px){.hero-cta--hide-desktop{display:none}}@media (width<=767px){.hero-cta--hide-mobile{display:none}}.hero-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.hero-content-layer[data-h=left] .hero-actions{justify-content:flex-start}.hero-content-layer[data-h=center] .hero-actions{justify-content:center}.hero-content-layer[data-h=right] .hero-actions{justify-content:flex-end}.btn-reserve{background:var(--hero-btn-bg,#f59e0b);color:var(--hero-btn-text-color,white);font-family:var(--hero-btn-font,var(--font-body));font-weight:600;font-size:var(--hero-btn-size,1rem);border-radius:9999px;align-items:center;min-height:48px;padding:.875rem 2rem;text-decoration:none;transition:transform .15s,box-shadow .2s,filter .2s;display:inline-flex}.btn-reserve:hover{filter:brightness(.94);transform:translateY(-2px);box-shadow:0 10px 28px #00000047}.btn-secondary{color:#fff;backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:9999px;align-items:center;min-height:48px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.btn-secondary:hover{background:#fff3;border-color:#fff6}.hero-sound{top:max(1.25rem, env(safe-area-inset-top));right:max(1.25rem, env(safe-area-inset-right));z-index:20;color:#fff;min-width:48px;min-height:48px;font-family:var(--font-body);cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#082f49b8;border:1px solid #ffffff59;border-radius:9999px;align-items:center;gap:.5rem;padding:0 .875rem;font-size:.875rem;font-weight:600;transition:background .2s,border-color .2s,transform .15s;display:inline-flex;position:absolute}.hero-sound[hidden]{display:none}.hero-sound:hover{background:#082f49e6;border-color:#fff9;transform:translateY(-1px)}.hero-sound:focus-visible{outline:3px solid var(--color-sun-400,#fbbf24);outline-offset:2px}.hero-sound-icon{flex-shrink:0}.hero-sound-icon--on,.hero-sound[aria-pressed=true] .hero-sound-icon--muted{display:none}.hero-sound[aria-pressed=true] .hero-sound-icon--on{display:inline}.hero-sound-label{white-space:nowrap}.hero-sound[aria-pressed=false]{animation:2.4s ease-in-out infinite soundPulse}@keyframes soundPulse{0%,to{box-shadow:0 0 #f59e0b00}50%{box-shadow:0 0 0 6px #f59e0b2e}}@media (prefers-reduced-motion:reduce){.hero-sound[aria-pressed=false]{animation:none}}@media (width<=480px){.hero-sound{justify-content:center;width:48px;padding:0}.hero-sound-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.hero-dots{left:50%;bottom:max(1.75rem, env(safe-area-inset-bottom));z-index:20;-webkit-backdrop-filter:blur(8px);background:#082f49b8;border:1px solid #ffffff38;border-radius:9999px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;transform:translate(-50%)}.hero-dot{appearance:none;cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;margin:0;padding:8px;display:inline-flex}.hero-dot-shape{background:#ffffff73;border-radius:9999px;width:8px;height:8px;transition:width .3s cubic-bezier(.4,0,.2,1),background-color .3s;display:block}.hero-dot:hover .hero-dot-shape{background:#ffffffbf}.hero-dot[data-active=true] .hero-dot-shape{background:#f59e0b;width:24px}.hero-dot:focus-visible{outline:3px solid var(--color-sun-400,#fbbf24);outline-offset:3px}@media (prefers-reduced-motion:reduce){.hero-dot-shape{transition:none}}.hero-arrow{display:none}@media (width>=1024px){.hero-arrow{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#082f49b8;border:1px solid #ffffff38;border-radius:9999px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .15s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow--prev{left:max(1rem, env(safe-area-inset-left))}.hero-arrow--next{right:max(1rem, env(safe-area-inset-right))}.hero-arrow:hover{background:#082f49e6}.hero-arrow--prev:hover{transform:translateY(-50%)translate(-2px)}.hero-arrow--next:hover{transform:translateY(-50%)translate(2px)}.hero-arrow:focus-visible{outline-offset:2px;outline:3px solid #fbbf24}}@media (prefers-reduced-motion:reduce){.hero-arrow--prev:hover,.hero-arrow--next:hover{transform:translateY(-50%)}}.hero-scroll{z-index:10;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#fff0,#ffffff80);width:1px;height:60px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.scroll-line{opacity:.5;animation:none}}.card[data-astro-cid-5xf3wkt6]{background:#fff;border:1px solid #e7e5e4cc;border-radius:1.125rem;flex-direction:column;height:100%;transition:transform .26s cubic-bezier(.16,1,.3,1),box-shadow .26s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000f}.card[data-astro-cid-5xf3wkt6]:hover{transform:translateY(-4px);box-shadow:0 2px 4px #0000000a,0 12px 32px #0000001a}.card-media-link[data-astro-cid-5xf3wkt6]{text-decoration:none;display:block;overflow:hidden}.card-media[data-astro-cid-5xf3wkt6]{aspect-ratio:4/3;background:#f5f4f2;position:relative;overflow:hidden}.card-img[data-astro-cid-5xf3wkt6]{object-fit:cover;object-position:center;will-change:transform;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1);display:block}.card[data-astro-cid-5xf3wkt6]:hover .card-img[data-astro-cid-5xf3wkt6]{transform:scale(1.04)}.card-body[data-astro-cid-5xf3wkt6]{flex-direction:column;flex:1;gap:.55rem;padding:1.25rem 1.375rem 1.5rem;display:flex}.card-badge[data-astro-cid-5xf3wkt6]{letter-spacing:.1em;text-transform:uppercase;color:var(--color-badge-blue-ink);background:var(--color-badge-blue);border:1px solid var(--color-badge-blue-line);border-radius:9999px;align-self:flex-start;padding:.25rem .65rem;font-size:.6875rem;font-weight:700}.card-title[data-astro-cid-5xf3wkt6]{font-family:var(--font-heading);letter-spacing:-.02em;color:#1c1917;margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.card-title-link[data-astro-cid-5xf3wkt6]{color:inherit;text-decoration:none;transition:color .15s}.card-title-link[data-astro-cid-5xf3wkt6]:hover{color:var(--color-teal-ink)}.card-blurb[data-astro-cid-5xf3wkt6]{color:#78716c;flex:1;margin:0;font-size:.9375rem;line-height:1.6}.card-cta[data-astro-cid-5xf3wkt6]{color:#1e293b;background:var(--color-sun-pastel);border-radius:9999px;align-self:flex-start;align-items:center;gap:.4rem;min-height:44px;margin-top:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .16s,gap .16s;display:inline-flex}.card-cta[data-astro-cid-5xf3wkt6]:hover{background:var(--color-sun-pastel-hover);gap:.6rem}.card-cta[data-astro-cid-5xf3wkt6]:active{transform:scale(.98)}.card-cta-arrow[data-astro-cid-5xf3wkt6]{flex-shrink:0;transition:transform .16s}.card-cta[data-astro-cid-5xf3wkt6]:hover .card-cta-arrow[data-astro-cid-5xf3wkt6]{transform:translate(3px)}@media (width>=1024px){.card--featured[data-astro-cid-5xf3wkt6] .card-media[data-astro-cid-5xf3wkt6]{aspect-ratio:16/9}.card--featured[data-astro-cid-5xf3wkt6] .card-title[data-astro-cid-5xf3wkt6]{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.card[data-astro-cid-5xf3wkt6],.card-img[data-astro-cid-5xf3wkt6],.card-cta[data-astro-cid-5xf3wkt6],.card-cta-arrow[data-astro-cid-5xf3wkt6]{transition:none}.card[data-astro-cid-5xf3wkt6]:hover,.card[data-astro-cid-5xf3wkt6]:hover .card-img[data-astro-cid-5xf3wkt6]{transform:none}}.activities[data-astro-cid-uljj6z66]{background:radial-gradient(60% 40% at 88% 6%,#eaf3f1 0%,#eaf3f100 60%),#fdfcfa;padding-block:5rem;position:relative;overflow:hidden}@media (width>=768px){.activities[data-astro-cid-uljj6z66]{padding-block:7rem 6rem}}.decor[data-astro-cid-uljj6z66]{pointer-events:none;user-select:none;z-index:0;position:absolute}.decor--mountains[data-astro-cid-uljj6z66]{width:300px;max-width:55vw;color:var(--color-teal-ink);opacity:.55;top:-.5rem;right:-1rem}.decor--mountains[data-astro-cid-uljj6z66] svg{width:100%;height:auto;display:block}.decor--left[data-astro-cid-uljj6z66],.decor--right[data-astro-cid-uljj6z66]{opacity:.8;width:150px;max-width:28vw;top:34%}.decor--left[data-astro-cid-uljj6z66]{left:-5rem}.decor--right[data-astro-cid-uljj6z66]{top:auto;bottom:8%;right:-5rem;transform:scaleX(-1)}@media (width>=1024px){.decor--mountains[data-astro-cid-uljj6z66]{width:420px;right:1.5rem}.decor--left[data-astro-cid-uljj6z66]{width:210px;left:-3.5rem}.decor--right[data-astro-cid-uljj6z66]{width:220px;right:-3.5rem}}@media (width<=767px){.decor--left[data-astro-cid-uljj6z66],.decor--right[data-astro-cid-uljj6z66]{display:none}}.activities[data-astro-cid-uljj6z66]>.container-site[data-astro-cid-uljj6z66]{z-index:1;position:relative}.activities-head[data-astro-cid-uljj6z66]{max-width:640px;margin-bottom:4rem}.activities-overline[data-astro-cid-uljj6z66]{letter-spacing:.16em;text-transform:uppercase;color:var(--color-teal-ink);margin-bottom:.875rem;font-size:.8rem;font-weight:700}.activities-title[data-astro-cid-uljj6z66]{font-family:var(--font-heading);letter-spacing:-.03em;color:#1c1917;margin:0 0 1rem;font-size:clamp(2rem,5.5vw,3.5rem);font-weight:700;line-height:1.05}.activities-lead[data-astro-cid-uljj6z66]{color:#78716c;margin:0;font-size:1.075rem;line-height:1.65}.family[data-astro-cid-uljj6z66]{border-top:1px solid #e7e5e4;margin-top:4rem;padding-top:3.5rem}.family[data-astro-cid-uljj6z66]:first-of-type{border-top:none;margin-top:0;padding-top:0}.family-head[data-astro-cid-uljj6z66]{align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;display:flex}.family-index[data-astro-cid-uljj6z66]{font-family:var(--font-heading);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1.5px var(--color-teal-pastel);opacity:.85;flex-shrink:0;margin-top:.25rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:.9}.family-heading[data-astro-cid-uljj6z66]{flex:1}.family-label[data-astro-cid-uljj6z66]{letter-spacing:.14em;text-transform:uppercase;color:var(--color-teal-ink);margin-bottom:.4rem;font-size:.75rem;font-weight:700}.family-title[data-astro-cid-uljj6z66]{font-family:var(--font-heading);letter-spacing:-.025em;color:#1c1917;margin:0 0 .6rem;font-size:clamp(1.375rem,3vw,2rem);font-weight:700;line-height:1.15}.family-desc[data-astro-cid-uljj6z66]{color:#78716c;max-width:600px;margin:0;font-size:1rem;line-height:1.65}.family-grid[data-astro-cid-uljj6z66]{grid-template-columns:1fr;gap:1.375rem;margin:0;padding:0;list-style:none;display:grid}.family-grid[data-astro-cid-uljj6z66]>li[data-astro-cid-uljj6z66]{display:flex}@media (width>=600px){.family-grid[data-astro-cid-uljj6z66]{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.family-grid--3[data-astro-cid-uljj6z66]{grid-template-columns:repeat(3,1fr)}.family-grid--3[data-astro-cid-uljj6z66]>li[data-astro-cid-uljj6z66]:first-child{grid-column:span 2}.family-grid--4[data-astro-cid-uljj6z66]{grid-template-columns:repeat(4,1fr)}}@media (width>=1024px) and (width<=1279px){.family-grid--4[data-astro-cid-uljj6z66]{grid-template-columns:repeat(2,1fr)}}.wave-divider[data-astro-cid-uljj6z66]{opacity:.35;margin-top:3rem;line-height:0}.wave-divider[data-astro-cid-uljj6z66] img[data-astro-cid-uljj6z66]{width:100%;height:auto;display:block}.section-divider[data-astro-cid-r46663es]{pointer-events:none;background-color:var(--divider-from);width:100%;height:40px;color:var(--divider-to);margin-bottom:-1px;line-height:0;display:block;overflow:hidden}@media (width>=768px){.section-divider[data-astro-cid-r46663es]{height:64px}}@media (width>=1280px){.section-divider[data-astro-cid-r46663es]{height:84px}}.section-divider[data-astro-cid-r46663es] svg{width:100%;height:100%;display:block}.section-divider[data-astro-cid-r46663es].is-flip svg{transform:scaleX(-1)}.features-section[data-astro-cid-lcdefpme]{background:#faf7f2;padding-block:5.5rem;position:relative;overflow:hidden}@media (width>=768px){.features-section[data-astro-cid-lcdefpme]{padding-block:7.5rem}}.features-water[data-astro-cid-lcdefpme]{opacity:.4;pointer-events:none;user-select:none;mix-blend-mode:multiply;width:300px;max-width:45vw;position:absolute;top:-4rem;left:-6rem}.features-decor[data-astro-cid-lcdefpme]{pointer-events:none;opacity:.9;user-select:none;z-index:0;position:absolute}.features-decor--left[data-astro-cid-lcdefpme]{width:190px;max-width:34vw;top:3rem;left:-5rem}.features-decor--right[data-astro-cid-lcdefpme]{width:200px;max-width:36vw;bottom:1rem;right:-4rem;transform:scaleX(-1)}.features-garza[data-astro-cid-lcdefpme]{opacity:.95;pointer-events:none;user-select:none;z-index:0;width:150px;max-width:40vw;position:absolute;bottom:0;left:.5rem}@media (width>=1024px){.features-decor--left[data-astro-cid-lcdefpme]{width:250px;left:-3rem}.features-decor--right[data-astro-cid-lcdefpme]{width:260px;right:-2.5rem}.features-garza[data-astro-cid-lcdefpme]{width:230px;left:1.5rem}.features-water[data-astro-cid-lcdefpme]{width:420px}}.features-section[data-astro-cid-lcdefpme] .container-site[data-astro-cid-lcdefpme]{z-index:1;position:relative}.features-layout[data-astro-cid-lcdefpme]{grid-template-columns:1fr;align-items:start;gap:3.5rem;display:grid}@media (width>=1024px){.features-layout[data-astro-cid-lcdefpme]{grid-template-columns:5fr 7fr;align-items:center;gap:5rem}}.section-overline[data-astro-cid-lcdefpme]{letter-spacing:.16em;text-transform:uppercase;color:var(--color-teal-ink);margin-bottom:.875rem;font-size:.8rem;font-weight:700}.features-title[data-astro-cid-lcdefpme]{font-family:var(--font-heading);letter-spacing:-.025em;color:#1c1917;max-width:480px;margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.features-body[data-astro-cid-lcdefpme]{color:#57534e;margin:0 0 1.1rem;font-size:1.0625rem;line-height:1.7}.features-body[data-astro-cid-lcdefpme]:last-of-type{margin-bottom:1.75rem}.btn-amber[data-astro-cid-lcdefpme]{background:var(--color-sun-pastel);color:#1e293b;border-radius:9999px;align-items:center;min-height:48px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .18s,transform .14s;display:inline-flex}.btn-amber[data-astro-cid-lcdefpme]:hover{background:var(--color-sun-pastel-hover);transform:translateY(-2px)}.btn-amber[data-astro-cid-lcdefpme]:active{transform:translateY(0)}.features-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (width>=480px){.features-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr}}.feature-item[data-astro-cid-lcdefpme]{align-items:flex-start;gap:1rem;display:flex}.feature-icon-wrap[data-astro-cid-lcdefpme]{width:2.75rem;height:2.75rem;color:var(--color-teal-ink);background:#fff;border:1px solid #d3e7e4;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 4px #0f766e14}.feature-content[data-astro-cid-lcdefpme]{flex:1;min-width:0}.feature-title[data-astro-cid-lcdefpme]{font-family:var(--font-heading);color:#1c1917;margin-bottom:.3rem;font-size:.9375rem;font-weight:600;line-height:1.3}.feature-desc[data-astro-cid-lcdefpme]{color:#475569;font-size:.9rem;line-height:1.6}.cta-banner[data-astro-cid-lcdefpme]{background-color:var(--color-cta-aqua);background-image:radial-gradient(85% 55% at 50% -12%, var(--color-cta-aqua-lite) 0%, #1c818f00 62%);padding-block:5rem;position:relative;overflow:hidden}@media (width>=768px){.cta-banner[data-astro-cid-lcdefpme]{padding-block:6.5rem}}.cta-water[data-astro-cid-lcdefpme]{opacity:.28;pointer-events:none;user-select:none;mix-blend-mode:screen;width:340px;max-width:40vw;position:absolute;top:50%;transform:translateY(-50%)}.cta-water--left[data-astro-cid-lcdefpme]{left:-4rem}.cta-water--right[data-astro-cid-lcdefpme]{right:-4rem;transform:translateY(-50%)scaleX(-1)}.cta-leaf[data-astro-cid-lcdefpme]{opacity:.85;pointer-events:none;user-select:none;width:170px;max-width:30vw;position:absolute}.cta-leaf--left[data-astro-cid-lcdefpme]{bottom:-1.5rem;left:-3rem}.cta-leaf--right[data-astro-cid-lcdefpme]{top:-1.5rem;right:-3rem;transform:scaleX(-1)rotate(4deg)}@media (width>=1024px){.cta-leaf[data-astro-cid-lcdefpme]{width:220px}}@media (width<=639px){.cta-leaf[data-astro-cid-lcdefpme]{display:none}}.cta-inner[data-astro-cid-lcdefpme]{z-index:1;text-align:center;max-width:680px;margin-inline:auto;position:relative}.cta-title[data-astro-cid-lcdefpme]{font-family:var(--font-heading);letter-spacing:-.025em;color:#fff;margin:0 0 1rem;font-size:clamp(1.875rem,4.5vw,3rem);font-weight:700;line-height:1.15}.cta-body[data-astro-cid-lcdefpme]{color:#fff;margin:0 0 2.25rem;font-size:1.125rem;line-height:1.65}.cta-actions[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.btn-cta-primary[data-astro-cid-lcdefpme]{background:var(--color-sun-pastel);color:#1e293b;border-radius:9999px;align-items:center;min-height:48px;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .18s,transform .14s;display:inline-flex}.btn-cta-primary[data-astro-cid-lcdefpme]:hover{background:var(--color-sun-pastel-hover);transform:translateY(-2px)}.btn-cta-primary[data-astro-cid-lcdefpme]:active{transform:translateY(0)}.btn-cta-secondary[data-astro-cid-lcdefpme]{color:#fff;background:#ffffff1f;border:1.5px solid #ffffff59;border-radius:9999px;align-items:center;min-height:48px;padding:.9rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .18s;display:inline-flex}.btn-cta-secondary[data-astro-cid-lcdefpme]:hover{background:#fff3}.cta-contact[data-astro-cid-lcdefpme]{color:#fff;margin:0;font-size:.9375rem}.cta-phone[data-astro-cid-lcdefpme]{color:#fff;text-underline-offset:2px;font-weight:600;text-decoration:underline #ffffff73;transition:text-decoration-color .15s}.cta-phone[data-astro-cid-lcdefpme]:hover{text-decoration-color:#ffffffe6}
