:root {
  --pine: #17372d;
  --pine-deep: #0e2821;
  --pine-soft: #25483c;
  --olive: #6f8163;
  --sage: #a7b6a2;
  --terracotta: #e48b59;
  --terracotta-dark: #c96f40;
  --sand: #f3efe6;
  --sand-deep: #e6ded0;
  --paper: #fbfaf6;
  --ink: #17201d;
  --muted: #65706b;
  --line: #d9ded8;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(14, 40, 33, .11);
  --font-display: Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section { scroll-margin-top: 88px; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 19px; color: var(--terracotta-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f0b18b; }
.sectionHeading h2 { margin: 0; max-width: 700px; color: var(--pine); font: 400 clamp(38px, 5vw, 66px)/1.05 var(--font-display); letter-spacing: -.035em; }
.sectionHeading > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.sectionHeading.centered { display: flex; align-items: center; flex-direction: column; text-align: center; }
.sectionHeading.centered > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.sectionHeading.narrow { max-width: 780px; margin: 0 auto 66px; }

.topbar { background: var(--pine-deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .025em; }
.topbarInner { height: 37px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: #fff; }
.siteHeader { position: sticky; top: 0; z-index: 30; background: rgba(251,250,246,.96); border-bottom: 1px solid rgba(23,55,45,.1); backdrop-filter: blur(18px); }
.headerInner { position: relative; height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: var(--pine); font-size: 30px; font-weight: 750; letter-spacing: -.06em; line-height: 1; }
.brandHome { font-weight: 500; }
.brandOk { position: relative; margin-left: 2px; font-weight: 850; }
.brandCheck { position: absolute; top: -10px; right: -18px; width: 20px; height: 20px; display: grid; place-items: center; background: var(--terracotta); color: white; border-radius: 50%; }
.nav { display: flex; align-items: center; gap: 16px; color: #34443e; font-size: 14px; font-weight: 650; }
.nav > a:not(.navCta), .navGroupToggle { position: relative; padding: 31px 0; }
.nav > a:not(.navCta)::after, .navGroupToggle::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--terracotta); transition: right .25s; }
.nav > a:not(.navCta):hover::after, .nav > a.activeNav::after, .navGroup:hover .navGroupToggle::after, .navGroupToggle:focus-visible::after, .navGroupToggle.activeNav::after { right: 0; }
.navGroup { position: relative; align-self: stretch; display: flex; align-items: center; }
.navGroupToggle { display: inline-flex; align-items: center; gap: 7px; margin: 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: inherit; cursor: pointer; }
.navChevron { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.navGroupToggle[aria-expanded="true"] .navChevron { margin-top: 3px; transform: rotate(225deg); }
.navDropdown { position: absolute; z-index: 20; top: calc(100% - 8px); left: 50%; min-width: 230px; display: grid; gap: 3px; padding: 9px; visibility: hidden; opacity: 0; transform: translate(-50%,-7px); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 48px rgba(14,40,33,.16); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.navGroup:hover .navDropdown, .navGroup.submenuOpen .navDropdown { visibility: visible; opacity: 1; transform: translate(-50%,0); pointer-events: auto; }
.navDropdown a { display: grid; gap: 3px; padding: 12px 14px; color: #34443e; border-radius: 9px; font-size: 14px; line-height: 1.25; white-space: nowrap; }
.navDropdownTitle { font-weight: 750; }
.navDropdownSubtitle { color: #697871; font-size: 12px; font-weight: 500; line-height: 1.25; }
.navDropdown a:hover, .navDropdown a:focus-visible, .navDropdown a.activeNav { outline: none; background: var(--sand); color: var(--terracotta-dark); }
.navDropdown a:hover .navDropdownSubtitle, .navDropdown a:focus-visible .navDropdownSubtitle, .navDropdown a.activeNav .navDropdownSubtitle { color: inherit; }
.navCta { padding: 13px 18px; background: var(--pine); color: #fff; border-radius: 999px; transition: transform .2s, background .2s; }
.navCta:hover { background: var(--pine-soft); transform: translateY(-1px); }
.menuButton { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: var(--pine); font-size: 31px; font-weight: 750; line-height: 1; place-items: center; cursor: pointer; }

.hero { position: relative; min-height: 720px; display: grid; overflow: hidden; background: var(--pine-deep); color: #fff; }
.heroImage { position: absolute; inset: 0; background: var(--pine) url('../images/hero-casaok.jpg') center/cover no-repeat; transform: scale(1.01); }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,29,23,.93) 0%, rgba(8,29,23,.81) 38%, rgba(8,29,23,.18) 72%, rgba(8,29,23,.05) 100%), linear-gradient(0deg, rgba(8,29,23,.4), transparent 45%); }
.heroInner { position: relative; z-index: 1; display: flex; min-height: 720px; align-items: center; justify-content: space-between; padding-top: 30px; padding-bottom: 30px; }
.heroCopy { max-width: 690px; padding: 40px 0 84px; }
.hero h1 { margin: 0; font: 400 clamp(52px, 5.5vw, 76px)/1.05 var(--font-display); letter-spacing: -.05em; text-wrap: balance; }
.hero h1 span { color: #f2a273; font-style: italic; }
.heroLead { max-width: 615px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.65; }
.heroActions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.buttonAccent { background: var(--terracotta); color: #172a24; box-shadow: 0 13px 28px rgba(6,27,21,.24); }
.buttonAccent:hover { background: #f0a173; box-shadow: 0 16px 35px rgba(6,27,21,.3); }
.buttonDark { width: 100%; background: var(--pine); color: #fff; }
.textLink { display: inline-flex; align-items: center; gap: 10px; margin-top: 27px; color: var(--pine); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(23,55,45,.3); padding-bottom: 5px; }
.lightLink { margin-top: 0; color: #fff; border-color: rgba(255,255,255,.45); }
.heroProof { position: absolute; left: 0; bottom: 34px; display: flex; align-items: center; gap: 14px; padding: 15px 19px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; backdrop-filter: blur(12px); }
.proofIcon { width: 45px; height: 45px; display: grid; place-items: center; background: rgba(228,139,89,.18); color: #f2a273; border-radius: 50%; }
.heroProof div { display: grid; gap: 3px; }
.heroProof strong { font-size: 14px; }
.heroProof small { color: rgba(255,255,255,.68); font-size: 12px; }

.trustStrip { background: #fff; border-bottom: 1px solid var(--line); }
.trustGrid { min-height: 112px; display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; }
.trustGrid > div { display: flex; align-items: center; gap: 16px; padding: 24px 27px; color: var(--olive); border-right: 1px solid var(--line); }
.trustGrid > div:first-child { padding-left: 0; }
.trustGrid > div:last-child { border-right: 0; padding-right: 0; }
.trustGrid span { display: grid; gap: 4px; }
.trustGrid strong { color: var(--ink); font-size: 13px; }
.trustGrid small { color: var(--muted); font-size: 11px; line-height: 1.4; }

.introSection { background: var(--paper); }
.introGrid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.stickyHeading { position: sticky; top: 130px; padding-top: 12px; }
.benefitStack { display: grid; gap: 18px; }
.benefitCard { position: relative; min-height: 230px; padding: 36px 40px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; color: var(--olive); box-shadow: 0 8px 30px rgba(14,40,33,.035); }
.benefitCard.featured { background: var(--pine); color: #b8c9c1; border-color: var(--pine); }
.benefitCard .cardNumber { position: absolute; top: 31px; right: 35px; color: var(--terracotta); font: italic 27px var(--font-display); }
.benefitCard h3 { margin: 24px 0 12px; color: var(--pine); font: 400 30px/1.15 var(--font-display); }
.benefitCard.featured h3 { color: #fff; }
.benefitCard p { max-width: 580px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.benefitCard.featured p { color: rgba(255,255,255,.68); }

.processSection { position: relative; background: var(--sand); }
.processGrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 25px; }
.processItem > span { color: var(--terracotta-dark); font: italic 24px var(--font-display); }
.processLine { width: 100%; height: 1px; margin: 22px 0 28px; background: #cfc7b9; }
.processItem h3 { margin: 0 0 13px; color: var(--pine); font-size: 17px; }
.processItem p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.onboardingNote { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 62px; padding: 27px 31px; background: rgba(255,255,255,.68); border: 1px solid #d7cec0; border-radius: 18px; }
.onboardingNote > div { display: flex; align-items: center; gap: 18px; color: var(--terracotta-dark); }
.onboardingNote span { display: grid; gap: 5px; }
.onboardingNote strong { color: var(--pine); font-size: 15px; }
.onboardingNote small { color: var(--muted); }
.onboardingNote p { max-width: 390px; margin: 0; color: var(--pine); font-size: 13px; font-weight: 700; text-align: right; }

.pricingSection { position: relative; background: var(--pine-deep); color: #fff; }
.priceHeading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.priceHeading h2 { color: #fff; }
.priceHeading > p { margin: 0; color: rgba(255,255,255,.62); }
.configurator { display: grid; grid-template-columns: minmax(0,1fr) 345px; gap: 26px; align-items: start; }
.configMain { display: grid; gap: 19px; }
.basePlan, .configBlock { padding: 33px; background: #fff; border-radius: 21px; color: var(--ink); }
.basePlan { border-top: 4px solid var(--terracotta); }
.basePlanTop { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.planTag { display: inline-block; margin-bottom: 9px; color: var(--terracotta-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.basePlan h3 { margin: 0; color: var(--pine); font: 400 29px var(--font-display); }
.price { display: flex; align-items: baseline; white-space: nowrap; }
.price strong { color: var(--pine); font: 400 43px var(--font-display); }
.price span { color: var(--muted); font-size: 12px; }
.basePlan ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px 28px; margin: 25px 0 0; padding: 0; list-style: none; }
.basePlan li { display: flex; align-items: flex-start; gap: 9px; color: #53605b; font-size: 13px; line-height: 1.5; }
.basePlan li svg { flex: 0 0 auto; margin-top: 2px; color: var(--terracotta-dark); }
.configTitle { display: flex; align-items: flex-start; gap: 15px; }
.configTitle > span { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; background: var(--sand); color: var(--terracotta-dark); border-radius: 50%; font-size: 12px; font-weight: 900; }
.configTitle h3 { margin: 2px 0 5px; color: var(--pine); font-size: 16px; }
.configTitle p { margin: 0; color: var(--muted); font-size: 12px; }
.visitSelector { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 25px; }
.visitSelector button { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 57px; padding: 9px; background: var(--paper); color: var(--pine); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.visitSelector button.selected { background: var(--pine); color: #fff; border-color: var(--pine); box-shadow: 0 8px 18px rgba(23,55,45,.18); }
.visitSelector strong { font: 400 26px var(--font-display); }
.visitSelector span { font-size: 11px; }
.optionGrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 25px; }
.optionCard { position: relative; display: grid; grid-template-columns: 22px 25px 1fr; gap: 10px; min-height: 127px; align-items: start; padding: 19px; background: var(--paper); border: 1px solid var(--line); border-radius: 13px; cursor: pointer; transition: border .2s, background .2s; }
.optionCard.checked { background: #f2f4ee; border-color: var(--olive); }
.optionCard > svg { color: var(--olive); }
.optionCard > span:nth-of-type(2) { display: grid; gap: 5px; }
.optionCard strong { color: var(--pine); font-size: 12px; }
.optionCard small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.optionCard b { grid-column: 3; color: var(--terracotta-dark); font-size: 11px; }
.optionCard input, .simpleOptions input, .privacyCheck input { position: absolute; opacity: 0; pointer-events: none; }
.fakeCheck { width: 20px; height: 20px; display: grid; place-items: center; background: #fff; color: transparent; border: 1px solid #aeb6b1; border-radius: 5px; }
.checked .fakeCheck, input:checked + .fakeCheck { background: var(--pine); color: #fff; border-color: var(--pine); }
.compactBlock { padding-bottom: 26px; }
.simpleOptions { display: grid; gap: 8px; margin-top: 23px; }
.simpleOptions label { position: relative; display: grid; grid-template-columns: 21px 1fr auto; align-items: center; gap: 11px; min-height: 42px; padding: 7px 11px; background: var(--paper); border-radius: 9px; cursor: pointer; }
.simpleOptions em { color: #4e5c57; font-size: 12px; font-style: normal; }
.simpleOptions b { color: var(--terracotta-dark); font-size: 11px; }
.estimateCard { position: sticky; top: 108px; padding: 31px; background: var(--sand); color: var(--ink); border-radius: 21px; box-shadow: var(--shadow); }
.estimateCard .eyebrow { margin-bottom: 22px; }
.estimateRows { display: grid; gap: 0; border-top: 1px solid #d9d0c1; }
.estimateRows span { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; color: #5e6864; font-size: 11px; border-bottom: 1px solid #d9d0c1; }
.estimateRows b { color: var(--pine); }
.estimateTotal { margin: 27px 0; }
.estimateTotal > span { display: block; color: var(--muted); font-size: 11px; }
.estimateTotal > div { display: flex; align-items: baseline; gap: 7px; margin-top: 7px; }
.estimateTotal strong { color: var(--pine); font: 400 59px/.9 var(--font-display); }
.estimateTotal small { color: var(--muted); font-size: 10px; }
.estimateFine { margin: 18px 0 0; color: #707a76; font-size: 9px; line-height: 1.55; text-align: center; }

.optionalSection { background: var(--paper); }
.splitHeading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 63px; }
.splitHeading > p { margin: 0; }
.serviceFeatureGrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.serviceFeature { padding: 38px; border-radius: 24px; }
.gardenFeature { background: var(--pine); color: #fff; }
.cleaningFeature { background: var(--sand); color: var(--pine); }
.serviceFeatureTop { display: flex; align-items: center; gap: 12px; color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.serviceIcon { width: 48px; height: 48px; display: grid; place-items: center; background: rgba(255,255,255,.12); border-radius: 50%; }
.cleaningFeature .serviceIcon { background: rgba(23,55,45,.09); }
.serviceFeature h3 { margin: 34px 0 26px; color: inherit; font: 400 37px/1.1 var(--font-display); }
.rateList { display: grid; }
.rateList > div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.cleaningFeature .rateList > div { border-color: #d6cebf; }
.rateList span { font-size: 12px; }
.rateList b { font-size: 12px; white-space: nowrap; }
.gardenFeature .rateList b { color: #f0a173; }
.rateNote { margin: 23px 0 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.6; }
.cleaningFeature .rateNote { color: var(--muted); }
.operationsGrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin-top: 24px; }
.operationCard { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.operationIcon { width: 40px; height: 40px; display: grid; place-items: center; background: #edf0e9; color: var(--olive); border-radius: 11px; }
.operationCard h3 { margin: 22px 0 9px; color: var(--pine); font-size: 14px; }
.operationCard p { margin: 0 0 20px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.operationCard > strong { margin-top: auto; color: var(--terracotta-dark); font-size: 12px; }

.hospitalitySection { background: var(--pine); color: #fff; overflow: hidden; }
.hospitalityGrid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; align-items: center; }
.hospitalityIntro h2 { margin: 0; color: #fff; font: 400 clamp(42px,5vw,64px)/1.04 var(--font-display); letter-spacing: -.04em; }
.hospitalityIntro > p:not(.eyebrow):not(.hospitalityNote) { margin: 28px 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.7; }
.hospitalityIntro ul { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.hospitalityIntro li { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.85); font-size: 13px; }
.hospitalityIntro li svg { color: #f0a173; }
.hospitalityNote { margin: 31px 0 0; padding-top: 20px; color: #a9beb5; font-size: 11px; border-top: 1px solid rgba(255,255,255,.13); }
.hospitalityPlans { position: relative; display: grid; gap: 12px; }
.hospitalityPlans::before { content: ""; position: absolute; inset: -70px -120px; background: radial-gradient(circle at 75% 50%,rgba(228,139,89,.18),transparent 56%); pointer-events: none; }
.hospitalityPlans article, .seasonPlan { position: relative; padding: 26px 28px; background: #fff; color: var(--ink); border-radius: 15px; }
.hospitalityPlans article > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.hospitalityPlans article span { color: var(--pine); font: 400 23px var(--font-display); }
.hospitalityPlans article strong { color: var(--pine); font: 400 31px var(--font-display); }
.hospitalityPlans article strong small { margin-left: 4px; color: var(--muted); font: 600 9px var(--font-sans); }
.hospitalityPlans article p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.hospitalityPlans article.recommended { background: var(--sand); border: 2px solid var(--terracotta); }
.hospitalityPlans article.recommended > b { position: absolute; top: -10px; right: 22px; padding: 5px 10px; background: var(--terracotta); color: var(--pine-deep); border-radius: 999px; font-size: 9px; text-transform: uppercase; }
.seasonPlan { display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; align-items: center; margin-top: 5px; background: rgba(255,255,255,.09); color: #fff; border: 1px solid rgba(255,255,255,.14); }
.seasonPlan span { font-size: 12px; font-weight: 750; }
.seasonPlan strong { color: #f0a173; font: 400 23px var(--font-display); }
.seasonPlan small { color: rgba(255,255,255,.55); font-size: 9px; }

.areaSection { background: var(--sand); }
.areaMap { position: relative; min-height: 560px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; padding: 25px 0; overflow: hidden; background: #ece6da; border-radius: 28px; }
.coastShape { position: relative; min-height: 480px; overflow: hidden; }
.coastShape::before { content: ""; position: absolute; width: 460px; height: 620px; top: -80px; right: 10px; background: #b7c2ad; border-radius: 47% 53% 34% 66% / 48% 36% 64% 52%; transform: rotate(-16deg); box-shadow: inset -20px 0 50px rgba(23,55,45,.08); }
.coastShape::after { content: "CILENTO"; position: absolute; left: 46px; bottom: 65px; color: rgba(23,55,45,.2); font: 400 54px var(--font-display); letter-spacing: .15em; transform: rotate(-90deg); transform-origin: left bottom; }
.wave { position: absolute; z-index: 2; width: 320px; height: 160px; left: -50px; border: 1px solid rgba(23,55,45,.19); border-radius: 50%; }
.waveOne { bottom: 55px; }.waveTwo { bottom: 105px; left: -80px; }
.dot { position: absolute; z-index: 3; width: 14px; height: 14px; background: var(--terracotta); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 4px 15px rgba(23,55,45,.3); }
.dot1 { top: 155px; right: 170px; }.dot2 { top: 270px; right: 115px; }.dot3 { top: 385px; right: 85px; }
.areaCards { position: relative; z-index: 2; display: grid; gap: 11px; padding: 25px 35px 25px 10px; }
.areaCards article { padding: 25px 28px; background: rgba(255,255,255,.86); border: 1px solid rgba(23,55,45,.08); border-radius: 15px; backdrop-filter: blur(8px); }
.areaCards article > span { color: var(--terracotta-dark); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.areaCards h3 { margin: 7px 0 7px; color: var(--pine); font: 400 23px var(--font-display); }
.areaCards p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.areaCards b { display: inline-block; margin-top: 13px; color: var(--olive); font-size: 10px; }

.faqSection { background: #fff; }
.faqGrid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faqList { border-top: 1px solid var(--line); }
.faqItem { border-bottom: 1px solid var(--line); }
.faqItem button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; background: transparent; color: var(--pine); border: 0; text-align: left; cursor: pointer; }
.faqItem button span { font-size: 15px; font-weight: 700; }
.faqItem button i { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; background: var(--sand); color: var(--terracotta-dark); border-radius: 50%; font-size: 20px; font-style: normal; }
.faqAnswer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faqAnswer p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faqItem.open .faqAnswer { grid-template-rows: 1fr; }
.faqItem.open .faqAnswer p { padding: 0 55px 25px 0; }

.contactSection { padding: 112px 0; background: var(--pine-deep); color: #fff; }
.contactGrid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.contactCopy h2 { margin: 0; color: #fff; font: 400 clamp(45px,5vw,67px)/1.02 var(--font-display); letter-spacing: -.04em; }
.contactCopy > p:not(.eyebrow) { margin: 25px 0 32px; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.75; }
.contactEmail { display: inline-flex; align-items: center; gap: 14px; }
.contactEmail > span { width: 46px; height: 46px; display: grid; place-items: center; background: rgba(255,255,255,.1); color: #f0a173; border-radius: 50%; }
.contactEmail div { display: grid; gap: 3px; }
.contactEmail small { color: rgba(255,255,255,.52); font-size: 9px; }
.contactEmail strong { font-size: 15px; }
.contactPromise { display: flex; align-items: center; gap: 13px; margin-top: 37px; padding-top: 27px; color: #f0a173; border-top: 1px solid rgba(255,255,255,.13); }
.contactPromise span { display: grid; gap: 3px; }
.contactPromise strong { color: #fff; font-size: 12px; }
.contactPromise small { color: rgba(255,255,255,.52); font-size: 10px; }
.contactForm { padding: 39px; background: var(--paper); color: var(--ink); border-radius: 24px; box-shadow: 0 35px 75px rgba(0,0,0,.2); }
.formRow { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.contactForm label:not(.privacyCheck) { display: grid; gap: 8px; margin-bottom: 17px; color: var(--pine); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.contactForm input, .contactForm select, .contactForm textarea { width: 100%; outline: none; padding: 13px 14px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; font-size: 12px; resize: vertical; }
.contactForm input:focus, .contactForm select:focus, .contactForm textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(111,129,99,.12); }
.contactForm input::placeholder, .contactForm textarea::placeholder { color: #a4aba8; }
.privacyCheck { position: relative; display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; margin: 2px 0 20px; cursor: pointer; }
.privacyCheck small { color: var(--muted); font-size: 9px; line-height: 1.5; }
.submitButton { width: 100%; }
.formNote { margin: 10px 0 0; color: #89918e; font-size: 8px; line-height: 1.5; text-align: center; }

footer { padding: 65px 0 0; background: #091e18; color: #fff; }
.footerTop { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 65px; padding-bottom: 55px; }
.footerBrand { color: #fff; }
.footerTop > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footerTop > div:first-child p { max-width: 220px; margin: 12px 0 0; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.6; }
.footerTop > div > strong { margin-bottom: 7px; color: #f0a173; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footerTop > div > a, .footerTop > div > span { color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.5; }
.footerTop > div > a:hover { color: #fff; }
.footerBottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.mobileCta { display: none; }
.cookieSettings { margin: 0; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.5; cursor: pointer; }
.cookieSettings:hover, .cookieSettings:focus-visible { color: #fff; }
.cookieBanner { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; padding: 18px; opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.cookieBanner.isVisible { opacity: 1; transform: translateY(0); }
.cookieBannerInner { width: min(1180px,100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: center; padding: 22px 24px; background: #fff; color: var(--ink); border: 1px solid rgba(23,55,45,.16); border-radius: 18px; box-shadow: 0 20px 60px rgba(8,29,23,.25); pointer-events: auto; }
.cookieCopy strong { display: block; margin-bottom: 6px; color: var(--pine); font-size: 15px; }
.cookieCopy p { max-width: 760px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.cookieCopy a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 2px; }
.cookieActions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookieButton { min-height: 43px; padding: 10px 17px; border: 1px solid var(--pine); border-radius: 999px; background: #fff; color: var(--pine); font-size: 11px; font-weight: 800; cursor: pointer; }
.cookieButtonPrimary { background: var(--pine); color: #fff; }
.cookieButton:hover, .cookieButton:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(111,129,99,.2); }

@media (max-width: 1080px) {
  .nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 16px 21px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 25px 45px rgba(14,40,33,.13); }
  .nav.navOpen { display: flex; }
  .nav > a:not(.navCta) { display: block; padding: 14px 5px; border-bottom: 1px solid var(--line); }
  .nav > a:not(.navCta)::after { display: none; }
  .navGroup { display: block; }
  .navGroupToggle { width: 100%; justify-content: space-between; padding: 14px 5px; border-bottom: 1px solid var(--line); text-align: left; }
  .navGroupToggle::after { display: none; }
  .navChevron { margin-right: 7px; }
  .navDropdown { position: static; min-width: 0; display: none; gap: 2px; padding: 7px 0 9px 17px; visibility: visible; opacity: 1; transform: none; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; pointer-events: auto; transition: none; }
  .navGroup:hover .navDropdown { transform: none; }
  .navGroup.submenuOpen .navDropdown { display: grid; transform: none; }
  .navDropdown a { padding: 11px 13px; border-left: 2px solid rgba(23,55,45,.14); border-radius: 0 8px 8px 0; font-size: 14px; white-space: normal; }
  .navDropdownSubtitle { font-size: 13px; }
  .navCta { margin-top: 13px; text-align: center; }
  .menuButton { display: grid; }
  .introGrid { gap: 65px; }
  .processGrid { grid-template-columns: repeat(2,1fr); gap: 45px 28px; }
  .operationsGrid { grid-template-columns: repeat(2,1fr); }
  .hospitalityGrid { gap: 55px; }
  .faqGrid, .contactGrid { gap: 60px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .section { padding: 84px 0; }
  .topbarInner { justify-content: center; }
  .topbarInner > span { display: none; }
  .headerInner { height: 70px; }
  .nav { position: absolute; top: 70px; left: -16px; right: -16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 16px 21px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 25px 45px rgba(14,40,33,.13); }
  .nav.navOpen { display: flex; }
  .nav > a:not(.navCta) { display: block; padding: 14px 5px; border-bottom: 1px solid var(--line); }
  .nav > a:not(.navCta)::after { display: none; }
  .navCta { margin-top: 13px; text-align: center; }
  .menuButton { display: grid; }
  .hero, .heroInner { min-height: 690px; }
  .heroImage { background-position: 62% center; }
  .heroShade { background: linear-gradient(90deg,rgba(8,29,23,.95),rgba(8,29,23,.61)), linear-gradient(0deg,rgba(8,29,23,.55),transparent); }
  .heroCopy { max-width: 610px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(50px,11vw,72px); }
  .heroProof { left: 0; right: 0; bottom: 24px; width: fit-content; }
  .trustGrid { grid-template-columns: repeat(2,1fr); }
  .trustGrid > div { padding: 21px 15px; border-bottom: 1px solid var(--line); }
  .trustGrid > div:nth-child(2) { border-right: 0; }
  .trustGrid > div:first-child { padding-left: 15px; }
  .introGrid, .priceHeading, .splitHeading, .hospitalityGrid, .faqGrid, .contactGrid { grid-template-columns: 1fr; }
  .introGrid, .priceHeading, .splitHeading, .hospitalityGrid, .faqGrid, .contactGrid { gap: 48px; }
  .stickyHeading, .estimateCard { position: static; }
  .configurator { grid-template-columns: 1fr; }
  .estimateCard { order: -1; }
  .serviceFeatureGrid { grid-template-columns: 1fr; }
  .areaMap { grid-template-columns: 1fr; }
  .coastShape { min-height: 330px; }
  .coastShape::before { right: 13%; top: -190px; }
  .dot1 { top: 80px; right: 52%; }.dot2 { top: 170px; right: 42%; }.dot3 { top: 260px; right: 36%; }
  .areaCards { padding: 0 18px 22px; }
  .footerTop { grid-template-columns: repeat(2,1fr); gap: 42px; }
  .footerTop > div > strong { font-size: 11px; }
  .footerTop > div > a, .footerTop > div > span, .cookieSettings { font-size: 12px; }
  .footerBottom { color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.5; }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  .shell { width: calc(100% - 28px); }
  .section { padding: 70px 0; }
  .eyebrow { font-size: 10px; }
  .sectionHeading h2 { font-size: 41px; }
  .sectionHeading > p:not(.eyebrow) { font-size: 14px; }
  .topbar { display: none; }
  .brand { font-size: 27px; }
  .headerInner { height: 66px; }
  .nav { top: 66px; }
  .menuButton { width: 50px; height: 50px; font-size: 34px; }
  .hero, .heroInner { min-height: 705px; }
  .heroImage { background-position: 68% center; }
  .heroShade { background: linear-gradient(90deg,rgba(8,29,23,.92),rgba(8,29,23,.52)), linear-gradient(0deg,rgba(8,29,23,.7),transparent 55%); }
  .heroCopy { padding: 30px 0 118px; }
  .hero h1 { font-size: 48px; line-height: 1.01; }
  .heroLead { font-size: 15px; line-height: 1.6; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 5px; margin-top: 28px; }
  .heroProof { right: 0; width: auto; }
  .heroProof strong { font-size: 12px; }.heroProof small { font-size: 10px; }
  .trustGrid { grid-template-columns: 1fr; padding: 10px 0; }
  .trustGrid > div, .trustGrid > div:first-child, .trustGrid > div:last-child { padding: 14px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trustGrid > div:last-child { border-bottom: 0; }
  .benefitCard { min-height: 0; padding: 28px; }
  .benefitCard h3 { font-size: 26px; }
  .processGrid { grid-template-columns: 1fr; gap: 33px; }
  .onboardingNote { align-items: flex-start; flex-direction: column; padding: 24px; }
  .onboardingNote p { text-align: left; }
  .priceHeading { margin-bottom: 45px; }
  .basePlan, .configBlock { padding: 24px; }
  .basePlanTop { flex-direction: column; }
  .basePlan ul { grid-template-columns: 1fr; }
  .visitSelector { grid-template-columns: repeat(2,1fr); }
  .optionGrid { grid-template-columns: 1fr; }
  .estimateCard { padding: 26px; }
  .estimateTotal strong { font-size: 52px; }
  .serviceFeature { padding: 28px 23px; }
  .serviceFeature h3 { font-size: 31px; }
  .operationsGrid { grid-template-columns: 1fr; }
  .operationCard { min-height: 185px; }
  .hospitalityPlans article > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .seasonPlan { grid-template-columns: 1fr; }
  .coastShape::before { right: -10%; }
  .areaCards article { padding: 22px; }
  .faqItem button { min-height: 70px; }.faqItem button span { font-size: 13px; }
  .contactForm { padding: 26px 20px; }
  .formRow { grid-template-columns: 1fr; gap: 0; }
  .footerTop { grid-template-columns: 1fr; gap: 35px; }
  .footerTop > div:first-child p { font-size: 14px; }
  .footerTop > div > strong { font-size: 12px; }
  .footerTop > div > a, .footerTop > div > span, .cookieSettings { font-size: 13px; line-height: 1.55; }
  .footerBottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; }
  .mobileCta { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--terracotta); color: var(--pine-deep); font-size: 13px; font-weight: 850; box-shadow: 0 -8px 28px rgba(14,40,33,.2); }
  .cookieBanner { padding: 10px; }
  .cookieBannerInner { grid-template-columns: 1fr; gap: 17px; padding: 19px; border-radius: 15px; }
  .cookieActions { display: grid; grid-template-columns: 1fr; }
  .cookieButton { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Pagine statiche */
.pageHero { position: relative; padding: 96px 0 86px; overflow: hidden; background: var(--pine-deep); color: #fff; }
.pageHero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -90px; top: -170px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.pageHero .shell { position: relative; z-index: 1; }
.pageHero h1 { max-width: 820px; margin: 0; color: #fff; font: 400 clamp(49px,7vw,82px)/1 var(--font-display); letter-spacing: -.045em; }
.pageHero p:not(.eyebrow) { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.breadcrumb { margin-bottom: 22px; color: rgba(255,255,255,.48); font-size: 11px; }
.breadcrumb a { color: #f0a173; }
.contentSection { padding: 90px 0; }
.contentSection.alt { background: var(--sand); }
.contentGrid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contentGrid .sectionHeading h2 { font-size: clamp(38px,4.7vw,58px); }
.infoCards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.infoCard { padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: 19px; }
.infoCard .operationIcon { margin-bottom: 19px; }
.infoCard h3 { margin: 0 0 10px; color: var(--pine); font: 400 26px var(--font-display); }
.infoCard p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.checkList { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.checkList li { position: relative; padding-left: 27px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.checkList li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--terracotta-dark); font-weight: 900; }
.staticTable { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(14,40,33,.05); }
.staticTable th, .staticTable td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 12px; line-height: 1.55; }
.staticTable th { background: var(--pine); color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.staticTable td:last-child { color: var(--terracotta-dark); font-weight: 800; white-space: nowrap; }
.staticTable tr:last-child td { border-bottom: 0; }
.notice { margin-top: 25px; padding: 20px 22px; background: #f4f0e7; color: var(--muted); border-left: 4px solid var(--terracotta); border-radius: 0 12px 12px 0; font-size: 11px; line-height: 1.65; }
.pageCta { padding: 72px 0; background: var(--terracotta); color: var(--pine-deep); }
.pageCtaInner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pageCta h2 { margin: 0; font: 400 clamp(34px,4vw,52px) var(--font-display); }
.pageCta p { margin: 9px 0 0; font-size: 13px; }
.pageCta .button { background: var(--pine-deep); color: #fff; white-space: nowrap; }
.tariffGroups { display: grid; gap: 56px; }
.tariffGroup h2 { margin: 0 0 24px; color: var(--pine); font: 400 42px var(--font-display); }
.tariffGroup > p { max-width: 700px; margin: -12px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.staticConfigurator { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }
.staticConfigurator .estimateCard { top: 102px; }
.activeNav { color: var(--terracotta-dark); }
.legalText { max-width: 850px; }
.legalText h2 { margin: 43px 0 13px; color: var(--pine); font: 400 30px var(--font-display); }
.legalText p, .legalText li { color: var(--muted); font-size: 13px; line-height: 1.75; }
.legalText a { color: var(--terracotta-dark); text-decoration: underline; }
.notFound { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.notFound h1 { margin: 0; color: var(--pine); font: 400 100px var(--font-display); }

@media (max-width: 820px) {
  .pageHero { padding: 70px 0; }
  .contentGrid, .staticConfigurator { grid-template-columns: 1fr; gap: 45px; }
  .infoCards { grid-template-columns: 1fr; }
  .pageCtaInner { align-items: flex-start; flex-direction: column; }
  .staticTable { display: block; overflow-x: auto; }
  .staticConfigurator .estimateCard { position: static; order: -1; }
}

@media (max-width: 560px) {
  .pageHero h1 { font-size: 48px; }
  .pageHero p:not(.eyebrow) { font-size: 14px; }
  .contentSection { padding: 67px 0; }
  .tariffGroup h2 { font-size: 34px; }
  .pageCta { padding: 55px 0; }
}

/* Territori e rete CasaOK */
.territorySection, .territoryDirectory { background: #fff; }
.territoryGrid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.territoryCard { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; gap: 35px; padding: 42px; overflow: hidden; color: #fff; border-radius: 26px; box-shadow: var(--shadow); }
.territoryCard::after { content: ""; position: absolute; width: 320px; height: 320px; right: -135px; bottom: -175px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); pointer-events: none; }
.territoryRome { background: linear-gradient(145deg,#20383e,#102a23 72%); }
.territoryCilento { background: linear-gradient(145deg,#657a5d,#28473b 72%); }
.territoryCard > div, .territoryCard > a { position: relative; z-index: 1; }
.territoryTag { display: inline-flex; margin-bottom: 30px; padding: 8px 12px; background: rgba(255,255,255,.12); color: #f5b08a; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.territoryCard h3 { max-width: 500px; margin: 0; color: #fff; font: 400 clamp(34px,4vw,48px)/1.05 var(--font-display); letter-spacing: -.035em; }
.territoryCard p { max-width: 520px; margin: 22px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.territoryCard ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; color: rgba(255,255,255,.8); list-style: none; font-size: 12px; line-height: 1.5; }
.territoryCard li { position: relative; padding-left: 22px; }
.territoryCard li::before { content: "✓"; position: absolute; left: 0; color: #f5b08a; font-weight: 900; }
.buttonLight { align-self: flex-start; background: #fff; color: var(--pine); }
.territoryNetwork { margin: 35px 0 0; color: var(--muted); font-size: 14px; text-align: center; }
.territoryNetwork a { color: var(--terracotta-dark); font-weight: 800; border-bottom: 1px solid rgba(201,111,64,.35); }
.leadText { margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.compactInfoCards .infoCard { min-height: 190px; }

.regionalHeroActions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.regionalServicesGrid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.regionalServicesGrid .infoCard { min-height: 280px; display: flex; flex-direction: column; align-items: flex-start; }
.regionalServicesGrid .textLink { margin-top: auto; font-size: 12px; }
.regionalAreaCards { padding: 0; }

.networkBand, .integratedSupport, .regionalPriceBand { padding: 82px 0; background: var(--pine); color: #fff; }
.integratedSupport { background: #1c3339; }
.regionalPriceBand { background: var(--pine-deep); }
.networkBandInner, .integratedSupportGrid, .regionalPriceInner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 70px; align-items: center; }
.networkBand h2, .integratedSupport h2, .regionalPriceBand h2 { max-width: 800px; margin: 0; color: #fff; font: 400 clamp(38px,5vw,62px)/1.04 var(--font-display); letter-spacing: -.04em; }
.networkBand p:not(.eyebrow), .integratedSupport p:not(.eyebrow), .regionalPriceBand p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.75; }
.networkBand .button, .integratedSupport .button, .regionalPriceBand .button { white-space: nowrap; }

.areaPricingNotice { padding: 24px 0; background: #fff; border-bottom: 1px solid var(--line); }
.areaPricingNoticeInner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 22px 25px; background: var(--sand); border: 1px solid #ded5c6; border-radius: 16px; }
.areaPricingNoticeInner > div { display: grid; grid-template-columns: auto 1fr; gap: 3px 14px; align-items: center; }
.areaPricingNoticeInner span { grid-row: 1 / span 2; padding: 8px 11px; background: var(--pine); color: #fff; border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.areaPricingNoticeInner strong { color: var(--pine); font-size: 13px; }
.areaPricingNoticeInner p { margin: 0; color: var(--muted); font-size: 11px; }
.areaPricingNoticeInner .textLink { flex: 0 0 auto; margin: 0; }

.partnerContact { background: #102a23; }
.legalStrip { padding: 22px 0; background: #0a201a; color: rgba(255,255,255,.55); }
.legalStrip p { max-width: 960px; margin: 0 auto; font-size: 10px; line-height: 1.65; text-align: center; }

@media (max-width: 1080px) {
  .regionalServicesGrid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .territoryGrid { grid-template-columns: 1fr; }
  .territoryCard { min-height: 390px; }
  .networkBandInner, .integratedSupportGrid, .regionalPriceInner { grid-template-columns: 1fr; gap: 35px; }
  .regionalHeroActions { align-items: flex-start; flex-direction: column; gap: 7px; }
  .areaPricingNoticeInner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .territoryCard { min-height: 0; padding: 31px 25px; border-radius: 20px; }
  .territoryCard h3 { font-size: 37px; }
  .territoryCard p { font-size: 13px; }
  .regionalServicesGrid { grid-template-columns: 1fr; }
  .regionalServicesGrid .infoCard { min-height: 0; }
  .networkBand, .integratedSupport, .regionalPriceBand { padding: 62px 0; }
  .areaPricingNoticeInner > div { grid-template-columns: 1fr; }
  .areaPricingNoticeInner span { grid-row: auto; justify-self: start; }
}

/* Language selector */
.langSwitch{display:inline-grid;place-items:center;min-width:36px;height:32px;padding:0 9px;border:1px solid rgba(23,55,45,.22);border-radius:999px;font-size:11px!important;font-weight:850!important;letter-spacing:.08em}
