:root {
  --bg: #f5f7fa;
  --surface: #ffffff;
  --surface-alt: #eef4f7;
  --text: #17212b;
  --muted: #5d6975;
  --primary: #0d5e6d;
  --primary-dark: #083944;
  --accent: #d69c2f;
  --border: #d9e1e6;
  --shadow: 0 14px 38px rgba(18, 42, 56, 0.12);
  --radius: 22px;
  --max-width: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--primary); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--max-width)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(10px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; color: var(--text); line-height: 1.15; }
.brand strong { font-size: 1.35rem; }
.brand span { color: var(--muted); font-size: .86rem; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.main-nav a { text-decoration: none; font-weight: 700; }
.hero { position: relative; color: #fff; background: linear-gradient(rgba(8,43,52,.78), rgba(8,43,52,.72)), url("/assets/images/movida-divertimento-gallipoli.jpg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(214,156,47,.25), transparent 34%); }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 42px; align-items: center; padding: 88px 0 72px; }
.eyebrow { display: inline-block; margin: 0 0 14px; color: #f6d28d; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(2.35rem, 6vw, 4.7rem); line-height: 1.02; letter-spacing: -.04em; }
.hero-lead { max-width: 720px; margin: 24px 0 0; color: #e5f0f2; font-size: 1.18rem; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; }
.badge { padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); font-weight: 700; font-size: .92rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 2px solid transparent; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #162027; background: #f4c768; }
.button-primary:hover { background: #ffd786; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.08); }
.button-outline { color: var(--primary); border-color: var(--primary); background: transparent; }
.contact-highlight { padding: 26px; color: var(--text); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-highlight small { display: block; color: var(--muted); font-weight: 700; }
.contact-highlight strong { display: block; margin: 6px 0 2px; font-size: 1.55rem; }
.contact-highlight p { margin: 0; color: var(--muted); }
.contact-highlight .button { width: 100%; margin-top: 18px; }
.section { padding: 72px 0; }
.section-alt { background: var(--surface-alt); }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.12; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 7px 24px rgba(24,47,62,.06); }
.card-media { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.card-body { padding: 24px 24px 28px; }
.card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.card p { margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 30px 26px 26px; background: var(--surface); border-radius: var(--radius); border: 1px solid var(--border); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; color: #fff; background: var(--primary); border-radius: 50%; font-weight: 900; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); }
.price-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.price-list li { padding: 22px; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; font-weight: 800; text-align: center; }
.notice { margin-top: 22px; padding: 18px 20px; border-left: 5px solid var(--accent); border-radius: 10px; background: #fff8e7; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { overflow: hidden; border-radius: 18px; background: var(--surface); border: 1px solid var(--border); box-shadow: 0 7px 24px rgba(24,47,62,.06); }
.gallery-item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.gallery-item figcaption { padding: 12px 14px 16px; color: var(--muted); font-size: .95rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { padding: 30px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.contact-card.primary { border: 2px solid var(--primary); box-shadow: var(--shadow); }
.contact-card .role { color: var(--muted); font-weight: 700; }
.contact-card h3 { margin: 4px 0 6px; font-size: 1.55rem; }
.phone { display: inline-block; margin: 4px 0 18px; font-size: 1.4rem; font-weight: 900; text-decoration: none; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.content-page { padding: 56px 0 76px; }
.page-shell { padding: clamp(24px, 5vw, 54px); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.content-page h1 { margin-top: 0; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
.content-page h2 { margin-top: 42px; font-size: 1.9rem; }
.content-page h3 { margin-top: 30px; font-size: 1.35rem; }
.content-page p, .content-page li { font-size: 1.04rem; }
.hero-banner { margin: 24px 0 34px; overflow: hidden; border-radius: 20px; border: 1px solid var(--border); }
.hero-banner img { width: 100%; aspect-ratio: 16 / 6; object-fit: cover; }
.inline-contact { margin: 36px 0; padding: 28px; border-radius: 20px; color: #fff; background: var(--primary-dark); }
.inline-contact h2 { margin-top: 0; color: #fff; }
.inline-contact a { color: #fff; }
.site-footer { padding: 34px 0; color: #d7e4e7; background: #10262e; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.site-footer p { margin: 4px 0; }
.site-footer a { color: #fff; }
.small { color: var(--muted); font-size: .9rem; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; padding: 10px 14px; color: #fff; background: #000; }
@media (max-width: 860px) {
  .hero-grid, .cards, .steps, .price-list, .gallery-grid, .contact-grid { grid-template-columns: 1fr; }
  .main-nav a:not(.button) { display: none; }
  .hero-grid { padding-top: 64px; }
}
@media (max-width: 520px) {
  .container { width: min(calc(100% - 22px), var(--max-width)); }
  .header-inner { min-height: 68px; }
  .brand strong { font-size: 1.12rem; }
  .main-nav .button { padding-inline: 14px; min-height: 44px; font-size: .9rem; }
  .hero h1 { font-size: 2.45rem; }
  .section { padding: 54px 0; }
  .contact-actions .button { width: 100%; }
}
