:root {
  --blue: #51c3e8;
  --blue-dark: #079fcf;
  --green: #94c83d;
  --ink: #14323d;
  --muted: #61747b;
  --white: #fff;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f7fbfc; font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.site-header { position: relative; z-index: 10; background: var(--white); box-shadow: 0 12px 35px rgb(15 70 88 / 8%); }

.coverage-dialog { width: min(92vw, 560px); padding: 0; border: 0; border-radius: 22px; color: #16343d; background: #fff; box-shadow: 0 28px 80px rgb(0 0 0 / 28%); }
.coverage-dialog::backdrop { background: rgb(8 37 47 / 66%); backdrop-filter: blur(4px); }
.coverage-panel { position: relative; padding: 38px; }
.coverage-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #16343d; background: #edf7f9; font: inherit; font-size: 1.45rem; cursor: pointer; }
.coverage-kicker { margin: 0 0 7px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.coverage-panel h2 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.08; }
.coverage-intro { margin: 12px 0 24px; color: #5c7178; line-height: 1.55; }
.coverage-form { display: grid; grid-template-columns: 1fr 140px; gap: 16px; }
.coverage-field { display: grid; gap: 7px; }
.coverage-field:first-child, .coverage-field:nth-child(4), .coverage-submit, .coverage-status { grid-column: 1 / -1; }
.coverage-field label { font-size: .78rem; font-weight: 800; }
.coverage-field input { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cbdde2; border-radius: 11px; color: #16343d; background: #fff; font: inherit; outline: none; }
.coverage-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(81 195 232 / 16%); }
.coverage-submit { min-height: 50px; border: 0; border-radius: 999px; color: #16343d; background: var(--green); font: inherit; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.coverage-status { display: none; margin: 0; padding: 14px 16px; border-radius: 12px; color: #24460a; background: #edf8df; font-weight: 700; line-height: 1.45; }
.coverage-status.is-visible { display: block; }
body.has-dialog { overflow: hidden; }

@media (max-width: 560px) {
  .coverage-panel { padding: 32px 22px 24px; }
  .coverage-form { grid-template-columns: 1fr; }
  .coverage-field, .coverage-field:first-child, .coverage-field:nth-child(4), .coverage-submit, .coverage-status { grid-column: 1; }
}
.utility-bar { color: #dff7ff; background: #123744; font-size: .76rem; font-weight: 700; letter-spacing: .02em; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; gap: 24px; }
.utility-links a:hover { color: var(--white); }

.brand-row { min-height: 125px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { grid-column: 2; display: block; }
.brand img { display: block; width: clamp(250px, 31vw, 430px); height: auto; }
.whatsapp { justify-self: end; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgb(148 200 61 / 35%); }
.whatsapp svg { width: 23px; fill: currentColor; }
.service-nav { position: relative; min-height: 110px; padding: 6px 0 36px; overflow: visible; isolation: isolate; }
.service-line { position: absolute; z-index: 0; top: 44px; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--blue), #75d8ec); }
.service-links { position: relative; z-index: 1; display: flex; justify-content: center; gap: clamp(25px, 4vw, 55px); overflow: visible; }
.service-link { min-width: 84px; display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 7px; overflow: visible; color: var(--blue-dark); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.icon-circle { position: relative; z-index: 2; width: 76px; height: 76px; flex: 0 0 76px; display: grid; place-items: center; overflow: visible; border: 2px solid currentColor; border-radius: 50%; background: #fff; background-clip: padding-box; box-shadow: 0 5px 18px rgb(13 159 204 / 10%); transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.icon-circle svg { width: 43px; height: 43px; display: block; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-link:hover .icon-circle, .service-link.active .icon-circle { color: #fff; background: var(--blue-dark); transform: translateY(-4px); box-shadow: 0 12px 26px rgb(13 159 204 / 25%); }
.service-link.active .service-label { color: var(--green); }

.preview-hero { position: relative; min-height: 530px; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 30%, rgb(81 195 232 / 22%), transparent 32%), linear-gradient(135deg, #14323d, #0a566c); }
.preview-hero .shell { padding-block: 70px; }
.hero-track { display: flex; transition: transform .7s cubic-bezier(.22,.72,.3,1); }
.hero-slide { min-width: 100%; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 355px; align-items: center; gap: clamp(45px, 8vw, 105px); }
.hero-message { min-width: 0; }
.eyebrow { color: #aee8f7; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 750px; margin: 12px 0; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .95; letter-spacing: -.06em; }
.preview-hero p { max-width: 560px; color: #c9e0e6; font-size: 1rem; }
.hero-offer { padding: 33px 32px 30px; color: var(--ink); border-top: 4px solid var(--green); border-radius: 5px; background: #fff; box-shadow: 0 24px 55px rgb(0 0 0 / 18%); }
.hero-offer-type { color: var(--blue-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-offer h2 { margin: 12px 0 14px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.04em; }
.hero-offer-price { font-size: 3.35rem; font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.hero-offer-period { display: block; margin-top: 5px; color: var(--muted); font-size: .73rem; }
.hero-offer ul { margin: 25px 0 27px; padding: 20px 0 0; border-top: 1px solid #e5eff1; list-style: none; }
.hero-offer li { position: relative; padding: 6px 0 6px 23px; color: #47616a; font-size: .78rem; line-height: 1.5; }
.hero-offer li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.hero-offer-button { display: block; padding: 14px 20px; color: #fff; border-radius: 999px; background: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.hero-offer-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgb(148 200 61 / 28%); }
.hero-promotion h1 { max-width: 730px; font-size: clamp(2.8rem, 5.8vw, 5.25rem); }
.hero-promotion p { max-width: 630px; font-size: clamp(1rem, 1.6vw, 1.22rem); line-height: 1.65; }
.hero-promo-visual { position: relative; height: 405px; display: grid; place-items: center; isolation: isolate; }
.hero-promo-visual::before { content: ""; position: absolute; z-index: -1; width: 92%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgb(81 195 232 / 28%) 0%, rgb(81 195 232 / 13%) 42%, transparent 72%); filter: blur(13px); }
.hero-school .hero-promo-visual::before { background: radial-gradient(circle, rgb(148 200 61 / 24%) 0%, rgb(81 195 232 / 12%) 45%, transparent 72%); }
.hero-promo-visual img { position: relative; z-index: 1; width: 125%; max-width: none; height: 125%; display: block; object-fit: contain; filter: drop-shadow(0 28px 20px rgb(0 0 0 / 30%)) drop-shadow(0 0 17px rgb(111 215 239 / 18%)); }
.hero-promo-button { width: fit-content; margin-top: 28px; padding: 14px 22px; display: block; color: #16343d; border-radius: 999px; background: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.hero-promo-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgb(0 0 0 / 20%); }
.hero-chipiona { background: radial-gradient(circle at 75% 35%, rgb(81 195 232 / 28%), transparent 30%); }
.hero-school { background: radial-gradient(circle at 75% 35%, rgb(148 200 61 / 20%), transparent 32%); }
.hero-arrow { position: absolute; top: 50%; z-index: 3; width: 42px; height: 42px; display: grid; place-items: center; padding: 0 0 4px; color: #fff; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; background: rgb(9 51 64 / 55%); backdrop-filter: blur(8px); cursor: pointer; font: 800 1.7rem/1 Manrope, sans-serif; transition: background .2s ease, transform .2s ease; transform: translateY(-50%); }
.hero-arrow:hover { background: var(--green); transform: translateY(-50%) scale(1.05); }
.hero-prev { left: max(14px, calc((100vw - var(--shell)) / 2 - 58px)); }
.hero-next { right: max(14px, calc((100vw - var(--shell)) / 2 - 58px)); }
.hero-dots { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: flex; gap: 9px; transform: translateX(-50%); }
.hero-dot { width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.hero-dot.is-active { width: 26px; border-radius: 8px; background: var(--green); }

.featured-rates { padding: 105px 0 115px; background: #f7fbfc; }
.section-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-kicker { display: inline-block; margin-bottom: 13px; color: var(--blue-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.1; letter-spacing: -.045em; }
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.rate-grid > .category-heading { grid-column: 1 / -1; max-width: 760px; margin: 48px 0 12px; }
.rate-grid > .category-heading:first-child { margin-top: 0; }
.rate-card { position: relative; min-height: 530px; padding: 39px 34px 32px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #dbecef; border-radius: 5px; background: #fff; box-shadow: 0 18px 45px rgb(18 55 68 / 7%); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.rate-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--blue); }
.rate-card:hover { transform: translateY(-7px); border-color: #b7e4ee; box-shadow: 0 24px 60px rgb(18 55 68 / 13%); }
.rate-card.featured::before { background: var(--green); }
.rate-badge { position: absolute; top: 17px; right: -34px; width: 150px; padding: 7px 0; color: #fff; background: var(--green); font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: rotate(38deg); }
.rate-topline { min-height: 53px; display: flex; align-items: center; gap: 14px; color: var(--blue-dark); }
.rate-icon { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; }
.rate-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.rate-type { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rate-card h3 { margin: 24px 0 11px; color: var(--ink); font-size: 1.35rem; letter-spacing: -.035em; }
.rate-price { display: flex; align-items: baseline; gap: 10px; color: var(--ink); font-size: 3.7rem; font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.rate-price .currency { color: var(--blue-dark); font-size: .42em; letter-spacing: 0; }
.rate-period { margin: 3px 0 25px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.rate-card ul { margin: 0 0 31px; padding: 23px 0 0; border-top: 1px solid #e5eff1; list-style: none; }
.rate-card li { position: relative; padding: 7px 0 7px 25px; color: #47616a; font-size: .8rem; line-height: 1.55; }
.rate-card li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--green); font-weight: 900; }
.rate-cta { margin-top: auto; padding: 13px 20px; color: var(--blue-dark); border: 1.5px solid var(--blue-dark); border-radius: 999px; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: color .2s ease, background .2s ease, transform .2s ease; }
.rate-cta:hover { color: #fff; background: var(--blue-dark); transform: translateY(-2px); }
.featured .rate-cta { color: #fff; border-color: var(--green); background: var(--green); }

.neighbor-callout { padding: 34px 0 96px; background: #f7fbfc; }
.neighbor-callout-inner { position: relative; padding: 54px 58px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; border-radius: 24px; background: linear-gradient(120deg, #fff 0%, #f3faed 58%, #e7f7fb 100%); box-shadow: 0 22px 60px rgb(18 55 68 / 10%); }
.neighbor-callout-inner::after { content: ""; position: absolute; right: -70px; top: -95px; width: 300px; height: 300px; border: 2px solid rgb(148 200 61 / 25%); border-radius: 50%; box-shadow: 0 0 0 28px rgb(148 200 61 / 9%), 0 0 0 58px rgb(81 195 232 / 8%); }
.neighbor-callout-copy { position: relative; z-index: 1; max-width: 720px; }
.neighbor-callout h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; letter-spacing: -.055em; }
.neighbor-callout h2 em, .neighbor-hero h1 em { color: #4f8b36; font-style: normal; }
.neighbor-callout h2 strong, .neighbor-hero h1 strong { color: #087bc0; }
.neighbor-callout p { max-width: 680px; margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.neighbor-callout-button { position: relative; z-index: 1; min-width: 245px; padding: 16px 22px; color: #fff; border-radius: 999px; background: #4f8b36; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.neighbor-callout-button:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgb(79 139 54 / 25%); }
.neighbor-callout-button span { margin-left: 8px; }

.neighbor-page { min-height: 70vh; background: #fbfcfd; }
.neighbor-hero { position: relative; padding: 78px 0 50px; overflow: hidden; text-align: center; background: radial-gradient(circle at 88% 0%, rgb(148 200 61 / 13%), transparent 28%), #fff; }
.neighbor-hero::after { content: ""; position: absolute; right: -90px; top: -190px; width: 390px; height: 390px; border: 2px solid rgb(148 200 61 / 22%); border-radius: 50%; box-shadow: 0 0 0 25px rgb(148 200 61 / 7%), 0 0 0 50px rgb(148 200 61 / 5%); pointer-events: none; }
.neighbor-kicker { color: #4f8b36; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.neighbor-hero h1 { max-width: 1100px; margin: 20px auto 18px; font-size: clamp(2.8rem, 6vw, 5.7rem); line-height: 1; letter-spacing: -.065em; }
.neighbor-hero p { margin: 0; color: #657279; font-size: clamp(1rem, 1.6vw, 1.2rem); }
.neighbor-filters { margin-top: 36px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.neighbor-filter { min-width: 130px; padding: 11px 19px; border: 1px solid #cfdbdd; border-radius: 999px; color: #56676d; background: #fff; font: inherit; font-size: .84rem; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.neighbor-filter:hover { border-color: #4f8b36; transform: translateY(-2px); }
.neighbor-filter.is-active { color: #fff; border-color: #4f8b36; background: #4f8b36; }
.neighbor-directory { padding: 34px 0 110px; }
.neighbor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.neighbor-card { min-height: 430px; padding: 24px 22px 22px; display: flex; flex-direction: column; align-items: center; border: 1px solid #e8edef; border-radius: 19px; background: #fff; box-shadow: 0 16px 38px rgb(18 55 68 / 8%); text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.neighbor-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgb(18 55 68 / 13%); }
.neighbor-card[hidden] { display: none; }
.neighbor-logo, .neighbor-logo-square, .neighbor-logo-wide { width: 100%; height: clamp(150px, 16vw, 190px); padding: clamp(6px, 1vw, 12px); display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: #fff; }
.neighbor-logo img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; display: block; object-fit: contain; object-position: center; }
.neighbor-logo-full img { width: min(80%, 168px); height: min(80%, 140px); }
.neighbor-card h2 { min-height: 2.7em; margin: 15px 0 7px; display: grid; place-items: center; font-size: 1.08rem; line-height: 1.3; letter-spacing: -.035em; }
.neighbor-badge { margin-bottom: 13px; padding: 5px 15px; border-radius: 999px; color: #4f8b36; background: #eff6e9; font-size: .72rem; }
.neighbor-play { width: 82%; margin-bottom: 10px; padding: 10px 16px; border: 0; border-radius: 999px; color: #fff; background: #e84c62; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }
.neighbor-play span { margin-right: 7px; }
.neighbor-play:disabled { opacity: .68; cursor: default; }
.neighbor-business-link { width: 82%; margin-top: auto; padding: 10px 18px; border: 1.5px solid #4f8b36; border-radius: 999px; color: #4f8b36; font-size: .78rem; font-weight: 800; transition: color .2s ease, background .2s ease; }
.neighbor-business-link:hover { color: #fff; background: #4f8b36; }

.rates-page-hero { padding: 92px 0 100px; color: #fff; background: radial-gradient(circle at 75% 30%, rgb(81 195 232 / 25%), transparent 28%), linear-gradient(135deg, #14323d, #08708a); }
.rates-page-hero h1 { max-width: 820px; }
.rates-page-hero p { max-width: 590px; color: #c9e3e9; line-height: 1.75; }
.tv-hero-copy { max-width: 700px; margin-top: 28px; padding-top: 25px; border-top: 1px solid rgb(255 255 255 / 22%); }
.tv-hero-copy h2 { margin: 0 0 10px; font-size: clamp(1.45rem, 2.8vw, 2.15rem); line-height: 1.12; letter-spacing: -.04em; }
.tv-hero-copy p { margin: 0; }
.tv-hero-button { width: fit-content; margin-top: 30px; padding: 15px 23px; display: block; color: #16343d; border-radius: 999px; background: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.tv-hero-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgb(0 0 0 / 20%); }
.rates-category { padding: 105px 0 115px; background: #f7fbfc; }
.category-heading { max-width: 680px; margin-bottom: 48px; }
.category-heading h2 { margin: 0 0 14px; color: var(--ink); font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.055em; }
.category-heading p { margin: 0; color: var(--muted); line-height: 1.75; }
.category-heading small { display: block; margin-top: 25px; color: #71858b; line-height: 1.6; }
.rate-grid-two { max-width: none; grid-template-columns: repeat(3, 1fr); }
.convergent-rates { background: #fff; }
.convergent-grid { row-gap: 24px; }
.convergent-grid .rate-card { min-height: 535px; }
.seasonal-rates { background: #f7fbfc; }
.mobile-rates-grid .rate-card { min-height: 520px; }
.additional-line { background: #fff; }
.additional-line .category-heading { margin-bottom: 48px; }
.additional-card { min-height: 520px; }
.tv-intro { padding: 100px 0; background: #fff; }
.tv-intro-grid { display: grid; grid-template-columns: .9fr 1.3fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.tv-intro h2 { max-width: 520px; margin: 0; color: var(--ink); font-size: clamp(2.3rem, 4.8vw, 4.1rem); line-height: 1.04; letter-spacing: -.055em; }
.tv-features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--blue); }
.tv-features div { min-height: 145px; padding: 32px 24px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid #dcebee; border-bottom: 1px solid #dcebee; }
.tv-features div:first-child { border-left: 1px solid #dcebee; }
.tv-features strong { color: var(--ink); font-size: 1.5rem; letter-spacing: -.04em; }
.tv-features span { color: var(--muted); font-size: .72rem; line-height: 1.5; }
.tv-download { padding: 62px 0; overflow: hidden; color: #fff; border-bottom: 28px solid #fff; background: radial-gradient(circle at 22% 35%, rgb(81 195 232 / 24%), transparent 30%), linear-gradient(135deg, #103744, #075d73); }
.tv-download-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 135px); align-items: center; }
.app-visual { position: relative; min-height: 330px; display: grid; place-items: center; }
.app-orbit { position: absolute; border: 1px solid rgb(255 255 255 / 14%); border-radius: 50%; }
.orbit-one { width: 315px; height: 315px; }
.orbit-two { width: 250px; height: 250px; border-style: dashed; }
.app-phone { position: relative; z-index: 1; width: 175px; height: 315px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid #eaf5f7; border-radius: 30px; background: linear-gradient(160deg, #fff 0%, #eef8fa 100%); box-shadow: 0 35px 70px rgb(0 0 0 / 28%); }
.app-phone-speaker { position: absolute; top: 14px; width: 42px; height: 5px; border-radius: 99px; background: #b8ccd1; }
.app-phone img { width: 92px; height: 92px; object-fit: contain; }
.app-phone > span { margin-top: 16px; color: var(--ink); font-size: 1rem; font-weight: 800; }
.app-play { width: 43px; height: 43px; margin-top: 28px; display: grid; place-items: center; padding-left: 3px; color: #fff; border-radius: 50%; background: var(--green); font-size: .8rem; box-shadow: 0 10px 22px rgb(148 200 61 / 35%); }
.app-copy h2 { margin: 0 0 22px; font-size: clamp(2.8rem, 5.5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.app-copy > p { max-width: 620px; margin: 0; color: rgb(255 255 255 / 74%); line-height: 1.8; }
.app-platforms { margin: 27px 0 23px; display: flex; flex-wrap: wrap; gap: 8px; }
.app-platforms span { padding: 7px 11px; color: #c9eff7; border: 1px solid rgb(156 226 243 / 28%); border-radius: 999px; font-size: .62rem; font-weight: 700; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.store-links a { display: block; border-radius: 7px; transition: transform .2s ease, box-shadow .2s ease; }
.store-links a:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgb(0 0 0 / 24%); }
.store-links img { display: block; width: auto; height: 46px; }
.app-copy small { display: block; margin-top: 18px; color: rgb(255 255 255 / 48%); font-size: .62rem; }
.channel-section { padding: 100px 0 115px; background: #f7fbfc; }
.channel-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.channel-heading h2 { margin: 0; color: var(--ink); font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.055em; }
.channel-count { color: var(--blue-dark); font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.channel-tools { margin-bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.channel-search { width: min(100%, 260px); }
.channel-search input { width: 100%; height: 43px; padding: 0 17px; color: var(--ink); border: 1px solid #cfe3e7; border-radius: 999px; outline: none; background: #fff; font: inherit; font-size: .78rem; }
.channel-search input:focus { border-color: var(--blue-dark); box-shadow: 0 0 0 3px rgb(81 195 232 / 14%); }
.channel-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.channel-filter { padding: 9px 14px; color: var(--muted); border: 1px solid #d4e5e8; border-radius: 999px; background: #fff; font: inherit; font-size: .66rem; font-weight: 800; cursor: pointer; }
.channel-filter.active, .channel-filter:hover { color: #fff; border-color: var(--blue-dark); background: var(--blue-dark); }
.channel-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid #d9e8eb; border-left: 1px solid #d9e8eb; background: #fff; }
.channel-card { min-width: 0; min-height: 128px; padding: 21px 16px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid #d9e8eb; border-bottom: 1px solid #d9e8eb; transition: box-shadow .2s ease, transform .2s ease; }
.channel-card:hover { z-index: 1; box-shadow: 0 14px 35px rgb(18 55 68 / 12%); transform: translateY(-3px); }
.channel-card img { max-width: 105px; max-height: 55px; width: auto; height: auto; object-fit: contain; }
.channel-card span { max-width: 100%; overflow: hidden; color: #77878c; font-size: .59rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.tv-cta { padding: 85px 0; color: #fff; background: linear-gradient(135deg, #123946, #08708a); }
.tv-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.tv-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.05em; }
.tv-cta a { flex: 0 0 auto; padding: 15px 24px; color: #16343d; border-radius: 999px; background: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.seasonal-layout { display: block; }
.seasonal-layout .category-heading { margin-bottom: 48px; }
.vacation-card { width: min(100%, 390px); }

.why-us { position: relative; padding: 110px 0 120px; overflow: hidden; background: #fff; }
.why-us::before { content: ""; position: absolute; top: 0; left: 50%; width: min(calc(100% - 40px), var(--shell)); height: 1px; background: #dcebee; transform: translateX(-50%); }
.why-heading { max-width: 680px; margin-bottom: 62px; }
.why-heading h2 { margin: 0 0 17px; color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.35rem); line-height: 1; letter-spacing: -.055em; }
.why-heading p { max-width: 610px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--blue); }
.why-item { position: relative; min-height: 320px; padding: 49px 42px 38px; border-right: 1px solid #dcebee; }
.why-item:first-child { border-left: 1px solid #dcebee; }
.why-number { position: absolute; top: 17px; right: 20px; color: #d9e9ec; font-size: 2.7rem; font-weight: 800; letter-spacing: -.07em; }
.why-icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--blue-dark); border: 1.5px solid currentColor; border-radius: 50%; }
.why-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.why-item h3 { margin: 28px 0 13px; color: var(--ink); font-size: 1.25rem; letter-spacing: -.03em; }
.why-item p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.75; }
.why-item::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: var(--green); transition: width .3s ease; }
.why-item:hover::after { width: 100%; }
.why-item:hover .why-icon { color: #fff; background: var(--blue-dark); }

.google-reviews { padding: 0 0 110px; background: #fff; }
.google-reviews-inner { display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; gap: 34px; align-items: center; padding: 42px 48px; border: 1px solid #dcebee; border-radius: 24px; background: linear-gradient(135deg, #f8fcfd, #fff 62%); box-shadow: 0 22px 55px rgb(16 55 68 / 9%); }
.google-reviews-mark { width: 82px; height: 82px; display: grid; place-items: center; color: #4285f4; border-radius: 50%; background: #fff; box-shadow: 0 9px 28px rgb(16 55 68 / 12%); font-size: 3rem; font-weight: 800; font-family: Arial, sans-serif; }
.google-reviews-copy h2 { margin: 7px 0 11px; color: var(--ink); font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.05; letter-spacing: -.045em; }
.google-reviews-copy p { max-width: 650px; margin: 13px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.google-stars { display: flex; flex-wrap: wrap; gap: 10px 15px; align-items: center; }
.google-stars span { color: #f8b400; font-size: 1.22rem; letter-spacing: .11em; line-height: 1; }
.google-stars strong { color: #35535b; font-size: .78rem; }
.google-reviews-actions { display: grid; gap: 10px; min-width: 205px; }
.google-review-button { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--blue-dark); border-radius: 999px; font-size: .76rem; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.google-review-button.primary { color: #fff; background: var(--blue-dark); }
.google-review-button.secondary { color: var(--blue-dark); background: #fff; }
.google-review-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgb(16 55 68 / 15%); }

.chipiona-sponsorship { position: relative; padding: 96px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 15%, rgb(81 195 232 / 22%), transparent 30%), radial-gradient(circle at 88% 82%, rgb(148 200 61 / 15%), transparent 28%), linear-gradient(135deg, #102f3a 0%, #075a70 62%, #0a3d4d 100%); }
.chipiona-sponsorship::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, #000, transparent 55%); }
.chipiona-sponsorship::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.chipiona-sponsorship-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.chipiona-sponsorship-kicker { display: inline-flex; align-items: center; gap: 10px; color: #aee8f7; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.chipiona-sponsorship-kicker i { width: 10px; height: 10px; display: block; border: 3px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgb(148 200 61 / 15%); }
.chipiona-club-lockup { display: flex; align-items: center; gap: 18px; }
.chipiona-club-lockup img { width: 82px; height: 82px; padding: 7px; display: block; object-fit: contain; border: 1px solid rgb(255 255 255 / 24%); border-radius: 50%; background: rgb(255 255 255 / 10%); box-shadow: 0 12px 28px rgb(0 0 0 / 23%); }
.chipiona-sponsorship-copy h2 { max-width: 540px; margin: 18px 0 24px; font-size: clamp(2.75rem, 5.4vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.chipiona-sponsorship-copy h2 span { margin-top: 15px; display: block; color: var(--green); font-size: .48em; line-height: 1.08; letter-spacing: -.035em; }
.chipiona-sponsorship-copy > p { max-width: 560px; margin: 0; color: rgb(255 255 255 / 78%); font-size: 1rem; line-height: 1.75; }
.chipiona-sponsorship-actions { margin-top: 27px; }
.chipiona-sponsorship-actions a { width: fit-content; min-height: 46px; padding: 12px 20px; display: inline-flex; align-items: center; gap: 9px; color: #15343e; border-radius: 999px; background: var(--green); box-shadow: 0 10px 24px rgb(0 0 0 / 17%); font-size: .72rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.chipiona-sponsorship-actions a:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgb(0 0 0 / 24%); }
.chipiona-sponsorship-signature { margin-top: 32px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 8px 22px; border-top: 1px solid rgb(255 255 255 / 18%); }
.chipiona-sponsorship-signature strong { color: #fff; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.chipiona-sponsorship-signature span { color: #9edceb; font-size: .78rem; font-weight: 700; }
.chipiona-sponsorship-media { position: relative; padding: 12px; border: 1px solid rgb(255 255 255 / 23%); border-radius: 22px; background: rgb(255 255 255 / 8%); box-shadow: 0 30px 70px rgb(0 0 0 / 32%); backdrop-filter: blur(10px); transform: rotate(1deg); }
.chipiona-sponsorship-media::before { content: ""; position: absolute; z-index: 2; inset: 12px; pointer-events: none; border: 1px solid rgb(255 255 255 / 15%); border-radius: 13px; }
.chipiona-sponsorship-media video { position: relative; z-index: 1; width: 100%; aspect-ratio: 16 / 9; display: block; border-radius: 13px; background: #06171d; object-fit: cover; }
.chipiona-video-play { position: absolute; z-index: 4; top: 50%; left: 50%; width: 94px; height: 94px; display: grid; place-items: center; padding: 0; color: #15343e; border: 0; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 13px rgb(255 255 255 / 13%), 0 18px 40px rgb(0 0 0 / 40%); cursor: pointer; transform: translate(-50%, -50%); transition: transform .2s ease, opacity .2s ease, visibility .2s ease; }
.chipiona-video-play:hover { transform: translate(-50%, -50%) scale(1.07); }
.chipiona-video-play svg { width: 58px; height: 58px; display: block; fill: #15343e; }
.chipiona-video-play svg circle { fill: none; stroke: currentColor; stroke-width: 2; }
.chipiona-video-play svg path { stroke: none; }
.chipiona-sponsorship-media.is-playing .chipiona-video-play { opacity: 0; visibility: hidden; pointer-events: none; }
.chipiona-sponsorship-glow { position: absolute; z-index: -1; inset: 15% -8% -10% 8%; border-radius: 50%; background: rgb(81 195 232 / 27%); filter: blur(40px); }
.chipiona-sponsorship-caption { position: absolute; z-index: 3; right: 27px; bottom: 27px; padding: 9px 13px; color: #15343e; border-radius: 999px; background: var(--green); box-shadow: 0 8px 24px rgb(0 0 0 / 22%); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.benefits-carousel { padding: 105px 0; color: #fff; overflow: hidden; background: radial-gradient(circle at 82% 22%, rgb(81 195 232 / 26%), transparent 28%), linear-gradient(135deg, #103744, #075d73); }
.carousel-shell { display: grid; grid-template-columns: .75fr 1.7fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.carousel-kicker { display: inline-block; margin-bottom: 13px; color: #9ce2f3; font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.carousel-intro h2 { max-width: 370px; margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.05em; }
.carousel-controls { margin-top: 40px; display: flex; align-items: center; gap: 17px; }
.carousel-arrow { width: 42px; height: 42px; padding: 0; color: #fff; border: 1px solid rgb(255 255 255 / 40%); border-radius: 50%; background: transparent; font-size: 1.15rem; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.carousel-arrow:hover { color: var(--ink); border-color: var(--green); background: var(--green); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgb(255 255 255 / 35%); cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.carousel-dot.active { width: 25px; border-radius: 99px; background: var(--green); }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; transition: transform .55s cubic-bezier(.22,.75,.25,1); }
.benefit-slide { min-width: 100%; display: grid; grid-template-columns: 210px 1fr; gap: clamp(35px, 5vw, 70px); align-items: center; }
.benefit-visual { position: relative; width: 210px; height: 210px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; background: rgb(255 255 255 / 6%); }
.benefit-visual::before { content: ""; position: absolute; inset: 18px; border: 1px dashed rgb(255 255 255 / 23%); border-radius: 50%; }
.benefit-visual svg { width: 78px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.benefit-index { position: absolute; top: 13px; right: 12px; width: 42px; height: 42px; display: grid; place-items: center; color: #163b44; border-radius: 50%; background: var(--green); font-size: .68rem; font-weight: 800; }
.benefit-copy > span { color: #a8e6f5; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.benefit-copy h3 { max-width: 520px; margin: 14px 0 20px; font-size: clamp(2rem, 4.2vw, 3.7rem); line-height: 1.03; letter-spacing: -.055em; }
.benefit-copy p { max-width: 520px; margin: 0; color: rgb(255 255 255 / 72%); font-size: .95rem; line-height: 1.8; }

.partners { padding: 82px 0 90px; background: #f7fbfc; }
.partners-inner { display: grid; grid-template-columns: minmax(240px, .8fr) 2.2fr; gap: clamp(45px, 7vw, 95px); align-items: center; }
.partners-heading h2 { max-width: 390px; margin: 0; color: var(--ink); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d7e8eb; border-left: 1px solid #d7e8eb; background: #fff; }
.partner-logo { min-height: 125px; padding: 24px; display: grid; place-items: center; border-right: 1px solid #d7e8eb; border-bottom: 1px solid #d7e8eb; }
.partner-logo img { display: block; max-width: 145px; max-height: 62px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .63; transition: filter .25s ease, opacity .25s ease, transform .25s ease; }
.partner-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.06); }

.site-footer { position: relative; min-height: 420px; color: #fff; background: #22180f url("../footer-wood-plants.png") center bottom / cover no-repeat; text-shadow: 0 2px 8px rgb(0 0 0 / 85%); }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 7px; background: var(--green); }
.footer-content { min-height: 350px; padding-block: 62px 38px; display: grid; grid-template-columns: 1.45fr 1fr 1.25fr 1.1fr; gap: clamp(32px, 5vw, 76px); align-items: start; }
.footer-brand img { width: min(100%, 270px); height: auto; }
.footer-brand p { max-width: 310px; margin: 22px 0 27px; color: rgb(255 255 255 / 76%); line-height: 1.75; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h2 { position: relative; margin: 3px 0 21px; color: #fff; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-column h2::after { content: ""; position: absolute; left: 0; bottom: -11px; width: 30px; height: 2px; background: var(--green); }
.footer-column a, .footer-contact address { color: rgb(255 255 255 / 73%); font-size: .83rem; font-style: normal; line-height: 1.7; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #fff; transform: translateX(3px); }
.footer-contact .footer-phone { color: #fff; font-size: 1.35rem; font-weight: 800; letter-spacing: -.03em; }
.footer-map { width: 100%; max-width: 245px; height: 112px; margin-top: 7px; overflow: hidden; border: 1px solid rgb(255 255 255 / 45%); border-radius: 4px; background: #e8eef0; box-shadow: 0 7px 22px rgb(0 0 0 / 24%); text-shadow: none; }
.footer-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; font-size: .7rem; font-weight: 800; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { color: #16343d; border-color: var(--green); background: var(--green); transform: translateY(-3px); }
.footer-bottom { min-height: 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / 18%); color: rgb(255 255 255 / 58%); font-size: .72rem; }

.legal-page { background: #f5fafb; }
.legal-hero { padding: 76px 0 82px; color: #fff; background: radial-gradient(circle at 78% 28%, rgb(81 195 232 / 24%), transparent 34%), linear-gradient(135deg, #14323d, #0a566c); }
.legal-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-hero p { max-width: 760px; margin: 0; color: #d2e7ec; font-size: 1.08rem; line-height: 1.7; }
.legal-layout { padding-block: 75px 105px; display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.legal-summary { position: sticky; top: 24px; padding: 28px; display: grid; gap: 8px; border-top: 4px solid var(--green); border-radius: 5px; background: #fff; box-shadow: 0 18px 45px rgb(18 55 68 / 9%); }
.legal-summary > span { margin-bottom: 13px; color: var(--blue-dark); font-size: .69rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-summary strong { margin-top: 8px; font-size: .82rem; }
.legal-summary p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.legal-summary a, .legal-content a { color: #087fa5; text-decoration: underline; text-underline-offset: 3px; }
.legal-content { min-width: 0; }
.legal-updated { margin: 0 0 35px; color: var(--muted); font-size: .8rem; }
.legal-content section { padding: 0 0 34px; margin: 0 0 38px; border-bottom: 1px solid #d9e8eb; }
.legal-content h2 { margin: 0 0 17px; color: var(--ink); font-size: clamp(1.35rem, 2.6vw, 1.85rem); letter-spacing: -.03em; }
.legal-content p, .legal-content li { color: #4e6870; font-size: .94rem; line-height: 1.85; }
.legal-content p { margin: 0 0 15px; }
.legal-content ul { margin: 0; padding-left: 22px; }
.legal-content li { margin-bottom: 11px; }
.legal-formula { padding: 18px 20px; color: #21430b !important; border-left: 4px solid var(--green); background: #edf8df; font-weight: 800; }
.legal-contact-box { padding: 34px; border-radius: 5px; color: #fff; background: #123744; }
.legal-contact-box h2 { color: #fff; }
.legal-contact-box p { color: #d3e7ec; }
.legal-contact-box a:not(.legal-button) { color: #fff; }
.legal-button { width: fit-content; margin-top: 8px; padding: 14px 22px; display: inline-block; color: #16343d !important; border-radius: 999px; background: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-decoration: none !important; text-transform: uppercase; }
.cookie-table-wrap { margin: 20px 0 24px; overflow-x: auto; border: 1px solid #d5e6ea; border-radius: 5px; background: #fff; }
.cookie-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.cookie-table th, .cookie-table td { padding: 15px 17px; border-bottom: 1px solid #e0ecef; color: #4e6870; font-size: .78rem; line-height: 1.55; vertical-align: top; }
.cookie-table th { color: #173742; background: #eaf6f8; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.cookie-table tbody tr:last-child td { border-bottom: 0; }
.cookie-banner { position: fixed; z-index: 1000; inset: auto 0 0; padding: 18px; color: #fff; background: rgb(9 37 47 / 96%); box-shadow: 0 -16px 45px rgb(0 0 0 / 24%); backdrop-filter: blur(12px); }
.cookie-banner-inner { width: min(100%, 1180px); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; }
.cookie-kicker { color: #98d9ec; font-size: .63rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cookie-copy h2 { margin: 5px 0 7px; color: #fff; font-size: 1.25rem; }
.cookie-copy p { max-width: 790px; margin: 0; color: rgb(255 255 255 / 78%); font-size: .78rem; line-height: 1.65; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-items: center; }
.cookie-button { min-width: 122px; min-height: 44px; padding: 10px 17px; border: 2px solid var(--green); border-radius: 999px; font: inherit; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.cookie-accept, .cookie-reject { color: #15343e; background: var(--green); }
.cookie-button:hover, .cookie-button:focus-visible { outline: 3px solid rgb(255 255 255 / 38%); outline-offset: 2px; }
.cookie-more { grid-column: 1 / -1; color: #fff; font-size: .7rem; font-weight: 800; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings { position: fixed; z-index: 900; left: 12px; bottom: 12px; padding: 9px 13px; color: #fff; border: 1px solid rgb(255 255 255 / 25%); border-radius: 999px; background: #123744; box-shadow: 0 6px 20px rgb(0 0 0 / 22%); font: inherit; font-size: .64rem; font-weight: 800; cursor: pointer; }
.cookie-settings[hidden] { display: none; }
.footer-map { position: relative; }
.footer-map::before { content: "Mapa disponible al aceptar cookies"; position: absolute; inset: 0; display: grid; place-items: center; padding: 15px; color: #25434d; background: #e8f1f3; font-size: .68rem; font-weight: 800; line-height: 1.4; text-align: center; }
.footer-map.has-content::before { display: none; }
.footer-map iframe { position: relative; z-index: 1; }

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .utility-links { gap: 16px; }
  .brand-row { min-height: 92px; }
  .brand img { width: min(58vw, 260px); }
  .whatsapp { width: 40px; height: 40px; }
  .service-nav { min-height: 98px; padding: 6px 0 26px; }
  .service-line { top: 38px; }
  .service-links { width: calc(100% - 16px); gap: clamp(4px, 2vw, 12px); }
  .service-link { min-width: 0; flex: 1 1 0; font-size: .61rem; }
  .icon-circle { width: clamp(52px, 16vw, 64px); height: clamp(52px, 16vw, 64px); flex-basis: clamp(52px, 16vw, 64px); }
  .icon-circle svg { width: clamp(29px, 9vw, 36px); height: clamp(29px, 9vw, 36px); }
  .preview-hero { min-height: 480px; }
  .preview-hero .shell { padding-block: 60px; }
  .hero-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero-offer { width: 100%; max-width: 430px; }
  .hero-promo-visual { width: 100%; max-width: 430px; height: 310px; margin-inline: auto; }
  .hero-arrow { top: auto; bottom: 14px; width: 38px; height: 38px; transform: none; }
  .hero-arrow:hover { transform: scale(1.05); }
  .hero-prev { left: 14px; }
  .hero-next { right: 14px; }
  .hero-dots { bottom: 28px; }
  .featured-rates { padding: 75px 0 80px; }
  .neighbor-callout { padding: 18px 0 72px; }
  .neighbor-callout-inner { padding: 38px 28px; align-items: flex-start; flex-direction: column; gap: 30px; }
  .neighbor-callout-button { min-width: 0; width: 100%; }
  .neighbor-hero { padding: 58px 0 40px; }
  .neighbor-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .neighbor-filter { flex: 0 0 auto; min-width: 115px; }
  .neighbor-directory { padding: 25px 0 78px; }
  .neighbor-grid { grid-template-columns: 1fr; gap: 20px; }
  .neighbor-card { min-height: 0; }
  .neighbor-logo, .neighbor-logo-square, .neighbor-logo-wide { height: 175px; }
  .section-heading { margin-bottom: 38px; }
  .rate-grid { grid-template-columns: 1fr; gap: 18px; }
  .rate-card { min-height: auto; }
  .rates-page-hero { padding: 70px 0 76px; }
  .rates-category { padding: 75px 0 80px; }
  .rate-grid-two { max-width: none; }
  .seasonal-layout .category-heading { margin-bottom: 38px; }
  .tv-intro { padding: 74px 0; }
  .tv-intro-grid { grid-template-columns: 1fr; gap: 38px; }
  .tv-features { grid-template-columns: 1fr; }
  .tv-features div, .tv-features div:first-child { min-height: 0; border-left: 1px solid #dcebee; }
  .tv-download { padding: 55px 0 60px; border-bottom-width: 22px; }
  .tv-download-grid { grid-template-columns: 1fr; gap: 46px; }
  .app-visual { min-height: 285px; }
  .orbit-one { width: 270px; height: 270px; }
  .orbit-two { width: 215px; height: 215px; }
  .app-phone { width: 150px; height: 275px; border-radius: 25px; }
  .app-phone img { width: 70px; height: 70px; }
  .store-links img { height: 40px; }
  .channel-section { padding: 74px 0 82px; }
  .channel-heading, .channel-tools { align-items: flex-start; flex-direction: column; }
  .channel-search { width: 100%; }
  .channel-filters { justify-content: flex-start; }
  .channel-grid { grid-template-columns: repeat(3, 1fr); }
  .channel-card { min-height: 110px; padding: 16px 10px 12px; }
  .channel-card img { max-width: 85px; max-height: 46px; }
  .tv-cta-inner { align-items: flex-start; flex-direction: column; gap: 32px; }
  .why-us { padding: 78px 0 82px; }
  .why-heading { margin-bottom: 40px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item, .why-item:first-child { min-height: 0; padding: 38px 28px; border-left: 1px solid #dcebee; border-right: 1px solid #dcebee; border-bottom: 1px solid #dcebee; }
  .google-reviews { padding-bottom: 78px; }
  .chipiona-sponsorship { padding: 76px 0 80px; }
  .chipiona-sponsorship-inner { grid-template-columns: 1fr; gap: 42px; }
  .chipiona-sponsorship-copy h2 { max-width: 620px; }
  .chipiona-sponsorship-media { width: 100%; max-width: 680px; margin-inline: auto; transform: none; }
  .google-reviews-inner { grid-template-columns: 76px 1fr; padding: 35px; }
  .google-reviews-mark { width: 68px; height: 68px; font-size: 2.5rem; }
  .google-reviews-actions { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-carousel { padding: 76px 0 80px; }
  .carousel-shell { grid-template-columns: 1fr; gap: 50px; }
  .carousel-intro h2 { max-width: 560px; }
  .carousel-controls { margin-top: 27px; }
  .benefit-slide { grid-template-columns: 120px 1fr; gap: 27px; }
  .benefit-visual { width: 120px; height: 120px; }
  .benefit-visual::before { inset: 10px; }
  .benefit-visual svg { width: 49px; }
  .benefit-index { top: -6px; right: -5px; width: 34px; height: 34px; }
  .partners { padding: 68px 0 74px; }
  .partners-inner { grid-template-columns: 1fr; gap: 35px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-logo { min-height: 105px; padding: 18px; }
  .partner-logo img { max-width: 120px; max-height: 54px; }
  .site-footer { background-position: 58% center; }
  .footer-content { padding-block: 72px 48px; grid-template-columns: 1fr 1fr; gap: 46px 28px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-brand img { width: 230px; }
  .footer-bottom { padding-block: 20px; flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
  .legal-hero { padding: 58px 0 64px; }
  .legal-layout { padding-block: 55px 75px; grid-template-columns: 1fr; gap: 42px; }
  .legal-summary { position: static; }
  .legal-contact-box { padding: 27px 23px; }
  .cookie-banner { padding: 17px 14px; }
  .cookie-banner-inner { grid-template-columns: 1fr; gap: 17px; }
  .cookie-actions { width: 100%; }
  .cookie-button { min-width: 0; }
  .cookie-settings { max-width: calc(100vw - 24px); }
}

@media (max-width: 380px) {
  .service-line { top: 34px; }
  .service-links { width: calc(100% - 8px); gap: 2px; }
  .service-link { font-size: .55rem; letter-spacing: .04em; }
  .icon-circle { width: clamp(46px, 15vw, 56px); height: clamp(46px, 15vw, 56px); flex-basis: clamp(46px, 15vw, 56px); }
  .icon-circle svg { width: clamp(26px, 8.5vw, 31px); height: clamp(26px, 8.5vw, 31px); }
}

@media (min-width: 721px) and (max-width: 980px) {
  .rate-grid { grid-template-columns: repeat(2, 1fr); }
  .neighbor-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .neighbor-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 460px) {
  .chipiona-sponsorship { padding: 64px 0 68px; }
  .chipiona-sponsorship-copy h2 { font-size: clamp(2.45rem, 13vw, 3.4rem); }
  .chipiona-club-lockup { align-items: flex-start; flex-direction: column; gap: 16px; }
  .chipiona-club-lockup img { width: 72px; height: 72px; }
  .chipiona-sponsorship-copy > p { font-size: .92rem; }
  .chipiona-sponsorship-media { padding: 7px; border-radius: 15px; }
  .chipiona-sponsorship-media::before { inset: 7px; border-radius: 10px; }
  .chipiona-sponsorship-media video { border-radius: 10px; }
  .chipiona-video-play { width: 70px; height: 70px; box-shadow: 0 0 0 9px rgb(255 255 255 / 13%), 0 14px 30px rgb(0 0 0 / 38%); }
  .chipiona-video-play svg { width: 43px; height: 43px; }
  .chipiona-sponsorship-caption { right: 16px; bottom: 16px; max-width: calc(100% - 32px); }
  .google-reviews-inner { grid-template-columns: 1fr; gap: 22px; padding: 29px 22px; text-align: center; }
  .google-reviews-mark { margin: 0 auto; }
  .google-stars { justify-content: center; }
  .google-reviews-actions { grid-column: auto; grid-template-columns: 1fr; width: 100%; }
  .neighbor-logo, .neighbor-logo-square, .neighbor-logo-wide { height: 155px; padding: 6px; }
  .neighbor-logo-full img { width: min(74%, 160px); height: min(74%, 116px); }
  .benefit-slide { grid-template-columns: 1fr; }
  .benefit-visual { width: 105px; height: 105px; }
  .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-content { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Integración WordPress */
.icon-circle { font-size: 2rem; font-weight: 500; }
.neighbor-play { display: block; text-align: center; }
.neighbor-business-link.is-disabled { opacity: .55; cursor: default; }
.channel-card span { display: block; margin-top: 8px; font-size: .72rem; font-weight: 700; text-align: center; }
.legal-content .alignwide { max-width: 100%; }
.admin-bar .site-header { margin-top: 0; }
