:root {
  --ink: #063f3b;
  --green: #075e55;
  --deep: #033c3a;
  --aqua: #59d8df;
  --blue: #49a9db;
  --gold: #c9932d;
  --cream: #fffaf0;
  --paper: #fffef9;
  --muted: #5a6d69;
  --line: rgba(6, 75, 70, .14);
  --shadow: 0 24px 70px rgba(1, 56, 54, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.7 Montserrat, sans-serif; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { left: 1rem; }
.site-header { width: min(1180px, calc(100% - 2.4rem)); margin: 0 auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand strong, .footer-brand strong { display: block; font: 600 1.55rem/1 Cormorant Garamond, serif; text-transform: uppercase; letter-spacing: .04em; }
.brand small { display: block; margin-top: .3rem; font-size: .64rem; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; }
.molecule { width: 42px; height: 38px; position: relative; display: block; }
.molecule i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: linear-gradient(145deg, #b9f9ff, #12aabd); box-shadow: inset -2px -2px 3px rgba(0,71,81,.3); }
.molecule i:nth-child(1) { left: 15px; top: 4px; width: 15px; height: 15px; }
.molecule i:nth-child(2) { left: 2px; bottom: 1px; }
.molecule i:nth-child(3) { right: 2px; bottom: 1px; }
.molecule:before, .molecule:after { content:""; position: absolute; width: 20px; height: 3px; background: var(--gold); bottom: 11px; }
.molecule:before { left: 8px; transform: rotate(-47deg); }
.molecule:after { right: 8px; transform: rotate(47deg); }
nav { display: flex; align-items: center; gap: 1.65rem; }
nav a { font-size: .86rem; font-weight: 600; text-decoration: none; }
.nav-cta { padding: .75rem 1.1rem; border: 1px solid var(--gold); border-radius: 999px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: .6rem .9rem; color: var(--ink); font: 600 .85rem Montserrat, sans-serif; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4rem; width: min(1180px, calc(100% - 2.4rem)); margin: 0 auto; padding: 3.5rem 0 5.5rem; position: relative; }
.hero:before { content:""; position: absolute; width: 560px; height: 560px; left: -420px; top: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(89,216,223,.23), transparent 68%); }
.eyebrow { margin: 0 0 .7rem; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: Cormorant Garamond, serif; line-height: 1.05; margin-top: 0; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.3rem, 6vw, 5.8rem); font-weight: 600; letter-spacing: -.04em; }
h2 { margin-bottom: 1rem; font-size: clamp(2.6rem, 4.6vw, 4.4rem); font-weight: 600; letter-spacing: -.03em; }
h3 { margin-bottom: .75rem; font-size: 2rem; font-weight: 600; }
.hero-text { max-width: 650px; margin: 0 0 2rem; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.4rem; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .9rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--green), var(--deep)); box-shadow: 0 12px 30px rgba(2,75,69,.2); }
.button-ghost { border: 1px solid var(--line); background: white; }
.button-light { background: white; color: var(--deep); box-shadow: 0 14px 35px rgba(0,0,0,.13); }
.trust-row { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2rem; color: var(--muted); font-size: .78rem; font-weight: 600; }
.trust-row span:before { content:""; width: 6px; height: 6px; display: inline-block; margin: 0 .55rem .1rem 0; border-radius: 50%; background: var(--gold); }
.hero-visual { position: relative; padding: 1.2rem 2rem 2.7rem 1.2rem; }
.image-frame { overflow: hidden; border-radius: 48% 48% 2rem 2rem; box-shadow: var(--shadow); background: #e8ffff; }
.image-frame img { aspect-ratio: 1/1; object-fit: cover; }
.hero-visual:before { content:""; position: absolute; inset: 0 0 1.5rem 1.4rem; z-index: -1; border: 1px solid rgba(201,147,45,.7); border-radius: 48% 48% 2.5rem 2.5rem; }
.hero-note { position: absolute; left: -2.5rem; bottom: 0; max-width: 260px; padding: 1rem 1.25rem; color: white; background: rgba(3,60,58,.95); border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; box-shadow: var(--shadow); }
.hero-note strong { display:block; font-family: Cormorant Garamond, serif; font-size: 1.45rem; }
.offer { width: min(1180px, calc(100% - 2.4rem)); margin: 0 auto; padding: 2.3rem 2.7rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; border-radius: 1.8rem; background: radial-gradient(circle at 80% 0, rgba(79,214,224,.28), transparent 38%), linear-gradient(120deg, #043f3d, #087064); box-shadow: var(--shadow); }
.offer h2 { margin: .4rem 0 .3rem; font-size: clamp(2.4rem, 4vw, 3.5rem); }
.offer p { margin: 0; }
.offer-badge { display: inline-flex; padding: .35rem .7rem; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.section { width: min(1180px, calc(100% - 2.4rem)); margin: 0 auto; padding: 8rem 0; }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); max-width: 620px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 285px; padding: 2rem; border: 1px solid var(--line); border-radius: 1.5rem; background: white; box-shadow: 0 14px 38px rgba(7,70,66,.05); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-number { margin-bottom: 3.4rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .15em; }
.feature-card { color: white; background: linear-gradient(145deg, #075e55, #033c3a); }
.feature-card p { color: rgba(255,255,255,.76); }
.care { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: center; }
.care-image { position: relative; }
.care-image img { aspect-ratio: 4/5.2; object-fit: cover; border-radius: 1.7rem; box-shadow: var(--shadow); }
.care-image:after { content:""; position: absolute; inset: 1rem -1rem -1rem 1rem; z-index: -1; border: 1px solid var(--gold); border-radius: 1.7rem; }
.care-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.care-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; margin: 2rem 0; padding: 0; list-style: none; }
.care-copy li { padding: 1rem 0 1rem 1.3rem; border-bottom: 1px solid var(--line); position: relative; font-size: .92rem; font-weight: 600; }
.care-copy li:before { content:""; position: absolute; left: 0; top: 1.65rem; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 3px rgba(89,216,223,.18); }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: .25rem; }
.text-link span { color: var(--gold); margin-left: .35rem; }
.ozone { width: 100%; max-width: none; padding: 7.5rem max(1.2rem, calc((100vw - 1180px)/2)); background: radial-gradient(circle at 70% 10%, rgba(60,187,204,.23), transparent 32%), var(--deep); }
.light { color: white; }
.light > p:last-child { color: rgba(255,255,255,.7); }
.ozone-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ozone-gallery figure { margin: 0; overflow: hidden; border-radius: 1.5rem; background: #eaffff; }
.ozone-gallery img { aspect-ratio: 4/5; object-fit: cover; transition: transform .5s; }
.ozone-gallery figure:hover img { transform: scale(1.025); }
.location { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.location-card { padding: 2.8rem; border-radius: 1.8rem; background: #f2fbf9; border: 1px solid var(--line); }
.location-card > p { color: var(--muted); }
.location-card .address { color: var(--ink); font-size: 1.05rem; }
.contact-line { margin: 2rem 0; padding: 1.2rem 0; display: flex; flex-direction: column; border-block: 1px solid var(--line); }
.contact-line span { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-line a { font: 600 2.2rem Cormorant Garamond, serif; text-decoration: none; }
.location-image img { border-radius: 1.7rem; box-shadow: var(--shadow); }
.final-cta { width: min(1180px, calc(100% - 2.4rem)); margin: 0 auto 2rem; padding: 5rem 2rem; text-align: center; color: white; border-radius: 2.2rem; background: radial-gradient(circle at 20% 0, rgba(89,216,223,.25), transparent 40%), linear-gradient(130deg, #075e55, #023432); }
.final-cta h2 { max-width: 760px; margin-inline: auto; }
.final-cta > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 2rem; color: rgba(255,255,255,.76); }
footer { width: min(1180px, calc(100% - 2.4rem)); margin: 0 auto; padding: 2rem 0 3rem; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: end; color: var(--muted); font-size: .78rem; }
.footer-brand span { display:block; margin-top:.3rem; font-size:.65rem; letter-spacing:.14em; text-transform:uppercase; }
.floating-whatsapp { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 50; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: white; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 1.2rem; flex-direction: column; align-items: stretch; background: rgba(255,254,249,.98); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: .55rem; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 2rem; padding-top: 2.5rem; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(580px, 100%); margin-left: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .care, .location { grid-template-columns: 1fr; gap: 3rem; }
  .care-image { width: min(540px, calc(100% - 1rem)); }
  .ozone-gallery { overflow-x: auto; grid-template-columns: repeat(3, minmax(260px, 1fr)); scroll-snap-type: x mandatory; padding-bottom: .5rem; }
  .ozone-gallery figure { scroll-snap-align: start; }
  footer { grid-template-columns: 1fr; gap: .7rem; }
  footer p { margin: 0; }
}
@media (max-width: 620px) {
  body { font-size: .96rem; }
  .site-header { min-height: 78px; }
  .brand strong { font-size: 1.25rem; }
  .brand small { font-size: .52rem; }
  .molecule { transform: scale(.86); transform-origin: left center; margin-right: -.3rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .hero { min-height: auto; padding-bottom: 4rem; }
  .hero-visual { padding-right: .7rem; }
  .hero-note { left: -.4rem; max-width: 235px; }
  .offer { align-items: flex-start; flex-direction: column; padding: 2rem; }
  .section { padding: 5.5rem 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .service-number { margin-bottom: 2.4rem; }
  .care-copy ul { grid-template-columns: 1fr; }
  .location-card { padding: 1.7rem; }
  .contact-line a { font-size: 1.85rem; }
  .final-cta { padding: 4rem 1.3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
