:root {
  --petrol: #0b6763;
  --petrol-dark: #064d4b;
  --petrol-soft: #e6f2f1;
  --ink: #243241;
  --muted: #64717f;
  --line: #e4e9ec;
  --white: #ffffff;
  --cream: #f8f5ef;
  --gold: #c7a272;
  --shadow: 0 20px 60px rgba(36, 50, 65, 0.12);
  --radius: 8px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: var(--white);
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.12; color: var(--ink); font-weight: 760; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 5vw, 4.65rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
h3 { font-size: 1.15rem; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link {
  position: absolute; top: 8px; left: 8px; z-index: 30; padding: .7rem 1rem;
  transform: translateY(-150%); background: var(--ink); color: white; border-radius: var(--radius);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(228,233,236,.7); backdrop-filter: blur(14px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 1.25rem; }
.brand img { width: 210px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 1.25rem; font-size: .94rem; color: #344452; }
.main-nav a { position: relative; padding: .4rem 0; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  transform: scaleX(0); transform-origin: left; background: var(--petrol); transition: transform .2s ease;
}
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.main-nav a.is-active { color: var(--petrol); font-weight: 700; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: var(--radius); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--petrol); transition: transform .2s ease; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .8rem 1.15rem;
  border: 1px solid transparent; border-radius: var(--radius); font-weight: 750; cursor: pointer; transition: .2s ease;
}
.btn-primary { background: var(--petrol); color: white; box-shadow: 0 10px 24px rgba(11,103,99,.22); }
.btn-primary:hover { background: var(--petrol-dark); transform: translateY(-1px); }
.btn-secondary { border-color: rgba(11,103,99,.45); color: var(--petrol); background: white; }
.btn-secondary:hover, .btn-outline:hover { border-color: var(--petrol); background: var(--petrol-soft); }
.btn-outline { border-color: rgba(255,255,255,.5); color: white; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 800; margin-bottom: .7rem; }
.section { padding: 76px 0; }
.section-soft { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.section-head { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.section-head p { margin-top: .75rem; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(90deg, #fff 0%, #fff 35%, rgba(255,255,255,.72) 48%, rgba(255,255,255,0) 70%); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: url("../img/WhatsApp Image 2026-07-10 at 16.26.36 (1).jpeg") center right / cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 116px; z-index: -1;
  background: var(--petrol);
}
.hero-content { max-width: 620px; padding: 70px 0 160px; }
.hero h1 strong { color: var(--petrol); display: block; }
.hero p { font-size: 1.14rem; max-width: 530px; margin-top: 1.25rem; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.7rem; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; margin-top: 2.2rem; max-width: 760px; }
.trust-item { display: flex; align-items: center; gap: .7rem; color: #3f4d59; font-size: .9rem; }
.icon-bubble {
  width: 46px; height: 46px; display: inline-grid; place-items: center; flex: 0 0 auto;
  border: 1px solid var(--line); border-radius: 50%; color: var(--petrol); background: rgba(255,255,255,.75);
}
.booking-panel {
  position: relative; z-index: 3; margin-top: -88px; padding: 1.2rem; border-radius: var(--radius);
  background: white; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.05fr 4fr; gap: 1.3rem; align-items: center;
}
.booking-title { display: flex; gap: .9rem; align-items: center; padding-right: 1.2rem; border-right: 1px solid var(--line); }
.booking-title strong { display: block; color: var(--ink); }
.recea-booking-content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.recea-booking-content p { margin: 0; max-width: 680px; }
.recea-inline {
  margin-top: 1.1rem; padding: 1.2rem; background: white; border: 1px solid var(--line);
  border-left: 5px solid var(--gold); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(36,50,65,.06);
}
.recea-inline h2 { font-size: 1.35rem; margin-bottom: .5rem; }
.form-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .9rem; align-items: end; }
.field label { display: block; color: var(--petrol); font-size: .8rem; font-weight: 700; margin-bottom: .35rem; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 6px; padding: .75rem .85rem; background: white; color: var(--ink);
}
.field textarea { min-height: 138px; resize: vertical; }
.form-note { display: none; grid-column: 1 / -1; color: var(--petrol); font-weight: 700; }
.is-sent .form-note { display: block; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.service-card, .person-card, .gallery-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.35rem;
  box-shadow: 0 12px 40px rgba(36,50,65,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover, .person-card:hover, .gallery-card:hover { transform: translateY(-4px); border-color: rgba(11,103,99,.35); box-shadow: var(--shadow); }
.service-card .icon-bubble { width: 64px; height: 64px; margin-bottom: 1rem; }
.service-card p { font-size: .94rem; min-height: 72px; }
.small-link { color: var(--petrol); font-weight: 800; font-size: .92rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.2rem; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; }
.check-list { padding: 0; margin: 1.35rem 0; list-style: none; }
.check-list li { margin: .55rem 0; padding-left: 1.75rem; position: relative; color: #394856; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--petrol); font-weight: 900; }
.recea-section { background: linear-gradient(135deg, var(--petrol), #0d7772); color: white; }
.recea-section h2, .recea-section p { color: white; }
.recea-section p { opacity: .86; }
.contact-band { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: start; }
.contact-list { display: grid; gap: .9rem; margin-top: 1rem; }
.contact-item { padding: 1rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.map-placeholder {
  min-height: 280px; display: grid; place-items: center; padding: 2rem; text-align: center;
  border: 1px dashed rgba(11,103,99,.45); border-radius: var(--radius); background: white; color: var(--muted);
}
.page-hero { padding: 70px 0 46px; background: linear-gradient(135deg, var(--petrol-soft), #fff 72%); }
.page-hero .container { max-width: 900px; }
.page-hero p { font-size: 1.12rem; max-width: 760px; margin-top: 1rem; }
.info-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.info-box { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.avatar {
  width: 86px; height: 86px; border-radius: 50%; background: linear-gradient(135deg, var(--petrol-soft), var(--cream));
  display: grid; place-items: center; color: var(--petrol); font-size: 2rem; margin-bottom: 1rem;
}
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.gallery-card { padding: .7rem; }
.gallery-card img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; background: var(--petrol-soft); }
.gallery-card h3 { padding: .9rem .55rem .25rem; }
.contact-form { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); }
.contact-form .form-grid { grid-template-columns: repeat(2, 1fr); }
.full { grid-column: 1 / -1; }
.privacy { display: flex; gap: .65rem; align-items: flex-start; color: var(--muted); font-size: .92rem; }

.site-footer { background: radial-gradient(circle at 20% 0%, #16827b 0, var(--petrol) 36%, var(--petrol-dark) 100%); color: white; padding-top: 58px; }
.site-footer p, .site-footer a, .site-footer address { color: rgba(255,255,255,.82); font-style: normal; }
.site-footer h2 { color: white; font-size: 1.05rem; margin-bottom: 1rem; }
.footer-logo { width: 225px; margin-bottom: 1rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .9fr .9fr 1.2fr; gap: 2.4rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer a:hover { color: white; }
.btn-footer { margin-top: 1rem; }
.footer-bottom { margin-top: 2.5rem; padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.recea-widget {
  position: fixed; right: 18px; bottom: 18px; z-index: 25; width: min(280px, calc(100% - 36px));
  background: white; border: 1px solid rgba(11,103,99,.18); border-left: 5px solid var(--gold);
  border-radius: var(--radius); padding: 1rem; box-shadow: var(--shadow);
}
.recea-widget p { margin: 0; color: var(--ink); font-weight: 800; }
.recea-widget a { color: var(--petrol); font-weight: 800; font-size: .94rem; }

@media (max-width: 980px) {
  .header-inner { min-height: 78px; }
  .brand img { width: 178px; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; padding: .75rem 1rem 1rem;
    background: white; border-bottom: 1px solid var(--line); transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none;
  }
  .nav-open .main-nav { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .header-cta { display: none; }
  .hero { min-height: auto; background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.72)); }
  .hero::before { opacity: .38; }
  .hero-content { padding: 70px 0 140px; }
  .trust-row, .card-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-panel, .split, .contact-grid, .footer-grid, .info-columns { grid-template-columns: 1fr; }
  .booking-title { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 1rem; }
  .recea-booking-content { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 54px 0; }
  .hero-content { padding-top: 48px; }
  .hero-actions, .cta-actions { display: grid; }
  .trust-row, .card-grid, .form-grid, .contact-form .form-grid, .team-grid, .gallery-grid { grid-template-columns: 1fr; }
  .booking-panel { margin-top: -64px; }
  .service-card p { min-height: auto; }
  .footer-bottom { display: grid; }
  .recea-widget { position: static; width: auto; margin: 1rem; }
}

/* Phase 2 premium visual layer */
:root {
  --shadow-soft: 0 18px 55px rgba(18, 35, 48, .10);
  --shadow-deep: 0 32px 90px rgba(7, 45, 49, .22);
}

body {
  background:
    radial-gradient(circle at 12% 6%, rgba(199,162,114,.12), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbfcfc 48%, #ffffff 100%);
}

.site-header {
  background: rgba(255, 255, 255, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  transition: min-height .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  border-color: rgba(228,233,236,.9);
  box-shadow: 0 14px 40px rgba(26, 44, 56, .08);
}

.header-inner { min-height: 104px; transition: min-height .25s ease; }
.site-header.is-scrolled .header-inner { min-height: 74px; }
.brand img { width: 230px; transition: width .25s ease; }
.site-header.is-scrolled .brand img { width: 188px; }

.main-nav {
  gap: 1.35rem;
  font-size: .91rem;
  font-weight: 680;
  letter-spacing: .01em;
}

.header-cta {
  min-height: 50px;
  padding-inline: 1.35rem;
  box-shadow: 0 16px 34px rgba(11, 103, 99, .26);
}

.btn {
  min-height: 50px;
  padding: .9rem 1.3rem;
  border-radius: 7px;
}

.btn-large {
  min-height: 58px;
  padding-inline: 1.65rem;
  font-size: 1.02rem;
}

.section { padding: 104px 0; }
.section-head { margin-bottom: 3.1rem; }
.section-head h2 { max-width: 820px; margin-inline: auto; }
.section-head p { font-size: 1.08rem; }
.eyebrow { letter-spacing: .15em; }

.hero {
  min-height: calc(100vh - 18px);
  isolation: isolate;
  background: #092d31;
}

.hero::before {
  z-index: -3;
  background: url("../img/WhatsApp Image 2026-07-10 at 16.26.36 (1).jpeg") center right / cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  inset: 0;
  z-index: -2;
  height: auto;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 35%, rgba(255,255,255,.34) 58%, rgba(255,255,255,.06) 100%),
    linear-gradient(180deg, rgba(6,77,75,.18), rgba(6,77,75,.44));
}

.hero .container {
  display: grid;
  min-height: calc(100vh - 18px);
  align-items: center;
}

.hero-content {
  max-width: 710px;
  padding: 128px 0 150px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 1.2rem;
  padding: .48rem .72rem;
  border: 1px solid rgba(11,103,99,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--petrol);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(3.2rem, 7.2vw, 7rem);
  letter-spacing: 0;
  line-height: .98;
  max-width: 760px;
}

.hero p {
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  max-width: 590px;
  margin-top: 1.6rem;
}

.hero-actions { margin-top: 2.15rem; gap: 1rem; }

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  max-width: 700px;
  margin-top: 2.6rem;
}

.hero-proof div {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 36px rgba(26,44,56,.08);
  backdrop-filter: blur(14px);
}

.hero-proof strong {
  display: block;
  color: var(--petrol);
  font-size: 1.02rem;
  margin-bottom: .18rem;
}

.hero-proof span { color: #52616e; font-size: .88rem; }

.booking-panel {
  margin-top: -62px;
  padding: 1.45rem;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 10px;
  box-shadow: var(--shadow-deep);
}

.recea-booking {
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(135deg, rgba(11,103,99,.28), rgba(199,162,114,.42)) border-box;
}

.icon-bubble svg {
  width: 52%;
  height: 52%;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 1.55rem;
  border-color: rgba(228,233,236,.78);
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.94)),
    radial-gradient(circle at 100% 0, rgba(11,103,99,.11), transparent 13rem);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--petrol), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { transform: translateY(-7px); }
.service-card .icon-bubble {
  width: 70px;
  height: 70px;
  color: var(--petrol);
  background: linear-gradient(135deg, #fff, var(--petrol-soft));
  border-color: rgba(11,103,99,.12);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.7);
}

.small-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.small-link::after {
  content: "→";
  transition: transform .2s ease;
}

.small-link:hover::after { transform: translateX(4px); }

.trust-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f8f7 100%);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.trust-card {
  padding: 1.55rem;
  border: 1px solid rgba(228,233,236,.9);
  border-radius: var(--radius);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.trust-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.trust-card .icon-bubble {
  width: 68px;
  height: 68px;
  margin-bottom: 1rem;
  background: var(--petrol);
  border-color: var(--petrol);
  color: #fff;
}

.recea-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(199,162,114,.35), transparent 18rem),
    linear-gradient(135deg, #063f3e 0%, #0b6763 52%, #0a4d50 100%);
}

.recea-section::after {
  content: "";
  position: absolute;
  inset: 12% -10% auto auto;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.recea-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 5rem;
  align-items: center;
}

.phone-mockup {
  width: min(360px, 100%);
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(230,242,241,.9));
  box-shadow: 0 34px 90px rgba(0,0,0,.25);
}

.phone-top {
  width: 88px;
  height: 6px;
  margin: .2rem auto 1rem;
  border-radius: 999px;
  background: rgba(36,50,65,.2);
}

.chat-screen {
  min-height: 520px;
  padding: 1.25rem;
  border-radius: 25px;
  background:
    linear-gradient(180deg, #f7fbfb, #ffffff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .75rem;
}

.bubble {
  max-width: 82%;
  margin: 0;
  padding: .78rem .9rem;
  border-radius: 16px;
  font-size: .94rem;
  line-height: 1.35;
  box-shadow: 0 10px 25px rgba(36,50,65,.08);
}

.bubble.assistant {
  align-self: flex-start;
  color: var(--ink);
  background: #fff;
}

.bubble.user {
  align-self: flex-end;
  color: #fff;
  background: var(--petrol);
}

.recea-copy h2 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}

.recea-copy > p {
  font-size: 1.13rem;
  max-width: 660px;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1.2rem;
  padding: 0;
  margin: 1.6rem 0 2rem;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 1.8rem;
  color: rgba(255,255,255,.92);
  font-weight: 700;
}

.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.recea-section .btn-primary {
  background: #fff;
  color: var(--petrol);
}

.recea-section .btn-primary:hover {
  background: var(--cream);
}

.split {
  gap: 4.5rem;
}

.split img {
  border-radius: 10px;
  box-shadow: var(--shadow-deep);
}

.installations-preview {
  background: #fff;
}

.gallery-feature {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  grid-template-rows: repeat(2, 250px);
  gap: 1rem;
}

.gallery-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}

.gallery-feature .gallery-large {
  grid-row: span 2;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.contact-band {
  background:
    linear-gradient(180deg, var(--cream), #fff);
}

.contact-item {
  border-color: rgba(228,233,236,.9);
  box-shadow: 0 10px 30px rgba(36,50,65,.05);
}

.map-placeholder {
  min-height: 360px;
  border: 1px solid rgba(11,103,99,.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(230,242,241,.82)),
    repeating-linear-gradient(45deg, rgba(11,103,99,.05) 0 1px, transparent 1px 18px);
  box-shadow: var(--shadow-soft);
}

.site-footer {
  padding-top: 72px;
  background:
    radial-gradient(circle at 12% 0%, rgba(199,162,114,.32), transparent 20rem),
    linear-gradient(135deg, #074341 0%, #0b6763 42%, #052d31 100%);
}

.footer-grid {
  grid-template-columns: 1.35fr .85fr 1fr .85fr 1.1fr .9fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand p { max-width: 300px; }
.footer-logo { width: 235px; }

.social-links {
  display: flex;
  gap: .7rem;
  margin-top: 1.25rem;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-map a {
  display: block;
  min-height: 120px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 14px);
}

.recea-page {
  min-height: calc(100vh - 104px);
  padding: 78px 0 96px;
  background:
    radial-gradient(circle at 14% 10%, rgba(199,162,114,.18), transparent 22rem),
    linear-gradient(180deg, #f7fbfb 0%, #ffffff 54%, var(--cream) 100%);
}

.recea-page-head {
  max-width: 860px;
  text-align: center;
  margin-bottom: 2.2rem;
}

.recea-page-head h1 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.recea-page-head p {
  max-width: 680px;
  margin: 1rem auto 0;
  font-size: 1.12rem;
}

.recea-embed-shell {
  min-height: 640px;
  padding: 1rem;
  border: 1px solid rgba(11,103,99,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-deep);
}

.legal-hero {
  background:
    radial-gradient(circle at 12% 0%, rgba(199,162,114,.16), transparent 22rem),
    linear-gradient(135deg, var(--petrol-soft), #fff 72%);
}

.legal-section {
  background: linear-gradient(180deg, #fff, #f8fbfb);
}

.legal-content {
  max-width: 920px;
  padding: 2rem;
  border: 1px solid rgba(228,233,236,.9);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.legal-content h2 {
  margin-top: 2.25rem;
  margin-bottom: .85rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin-top: 1.5rem;
  margin-bottom: .6rem;
}

.legal-content ul {
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
  color: var(--muted);
}

.legal-content li {
  margin-bottom: .55rem;
}

.legal-content a {
  color: var(--petrol);
  font-weight: 800;
}

.legal-note {
  padding: 1rem;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: var(--cream);
  color: #4f5e68;
}

.consent-placeholder {
  min-height: 520px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  border: 1px dashed rgba(11,103,99,.35);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(230,242,241,.88)),
    repeating-linear-gradient(45deg, rgba(11,103,99,.05) 0 1px, transparent 1px 18px);
}

.consent-placeholder h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: .7rem;
}

.consent-placeholder p {
  max-width: 560px;
  margin-inline: auto;
}

#klaro .klaro .cookie-modal,
#klaro .klaro .cookie-notice {
  font-family: inherit;
}

#klaro .klaro .cm-btn.cm-btn-success,
#klaro .klaro .cn-ok .cm-btn-success {
  background: var(--petrol);
}

#klaro .klaro .cm-btn.cm-btn-info {
  background: var(--petrol-soft);
  color: var(--petrol);
}

#klaro .klaro a {
  color: var(--petrol);
}

.gallery-grid {
  gap: 1rem;
}

.gallery-card {
  border: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.gallery-card img {
  border-radius: 0;
  transition: transform .35s ease;
}

.gallery-card:hover img { transform: scale(1.035); }

.gallery-card h3 {
  padding: 1rem;
  background: white;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1120px) {
  .main-nav { gap: .85rem; font-size: .85rem; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .header-inner { min-height: 82px; }
  .site-header.is-scrolled .header-inner { min-height: 68px; }
  .brand img, .site-header.is-scrolled .brand img { width: 190px; }
  .hero,
  .hero .container {
    min-height: 760px;
  }
  .hero::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.78) 48%, rgba(255,255,255,.42) 100%),
      linear-gradient(180deg, rgba(6,77,75,.12), rgba(6,77,75,.28));
  }
  .hero-content { padding: 110px 0 130px; }
  .hero-proof, .trust-grid, .recea-grid { grid-template-columns: 1fr; }
  .recea-grid { gap: 2.8rem; }
  .phone-mockup { order: 2; }
  .gallery-feature {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 210px;
  }
  .gallery-feature .gallery-large { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .hero,
  .hero .container {
    min-height: 720px;
  }
  .hero-content { padding: 92px 0 120px; }
  .hero h1 { font-size: clamp(2.75rem, 15vw, 4.15rem); }
  .hero-proof { grid-template-columns: 1fr; }
  .booking-panel {
    margin-top: -48px;
    padding: 1.1rem;
  }
  .trust-grid, .benefit-list { grid-template-columns: 1fr; }
  .phone-mockup {
    border-radius: 26px;
    padding: .75rem;
  }
  .chat-screen { min-height: 430px; padding: 1rem; }
  .bubble { font-size: .88rem; }
  .gallery-feature {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .gallery-feature img { aspect-ratio: 4 / 3; }
  .footer-grid { grid-template-columns: 1fr; }
  .recea-page { padding: 54px 0 72px; }
  .recea-embed-shell {
    min-height: 560px;
    padding: .7rem;
    border-radius: 10px;
  }
}
