@import "tailwindcss";

:root {
  --ink: #153646;
  --muted: #627680;
  --brand-blue: #10bbe8;
  --brand-blue-dark: #087f9f;
  --blue: var(--brand-blue-dark);
  --blue-dark: #086b86;
  --blue-soft: #e7f8fd;
  --green: #2f7547;
  --green-soft: #eaf7ee;
  --coral: var(--brand-blue);
  --cream: #fff9f0;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 54, 73, 0.14);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }

body {
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo { display: block; width: auto; height: auto; object-fit: contain; }
.header-logo { width: 178px; }
.brand small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
nav a { transition: color 160ms ease; }
nav a:hover { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(16, 187, 232, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); background: #2ac7ed; box-shadow: 0 16px 28px rgba(16, 187, 232, 0.3); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.button-small { min-height: 44px; padding: 0 19px; font-size: 13px; }

.hero {
  position: relative;
  min-height: calc(100vh - 94px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px 28px 96px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: 78px;
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -140px;
  top: 30px;
  border-radius: 50%;
  background: var(--blue-soft);
  z-index: -1;
}
.hero::after {
  content: "🐾";
  position: absolute;
  left: 43%;
  bottom: 9%;
  color: rgba(78, 158, 105, 0.15);
  font-size: 74px;
  transform: rotate(18deg);
  z-index: -1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.eyebrow span {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green-soft);
}

h1 {
  max-width: 650px;
  margin: 22px 0 22px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 0.99;
  letter-spacing: -3.8px;
}
.hero-intro {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { font-size: 14px; font-weight: 800; }
.text-link span { color: var(--blue); margin-left: 5px; }
.cta-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

.trust-row { display: flex; gap: 28px; margin-top: 46px; }
.trust-row div { padding-right: 28px; border-right: 1px solid rgba(21, 54, 70, 0.15); }
.trust-row div:last-child { padding-right: 0; border: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 16px; }
.trust-row span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; height: 590px; }
.photo {
  position: absolute;
  overflow: hidden;
  background: var(--blue-soft);
  border: 8px solid var(--white);
  box-shadow: var(--shadow);
}
.photo-main { inset: 62px 96px 45px 0; border-radius: 44px 44px 110px 44px; }
.photo-top { width: 200px; height: 190px; right: 0; top: 0; border-radius: 36px 36px 36px 90px; transform: rotate(3deg); }
.photo-bottom { width: 190px; height: 180px; right: 0; bottom: 0; border-radius: 36px 90px 36px 36px; transform: rotate(-3deg); }
.floating-note {
  position: absolute;
  left: -34px;
  bottom: 2px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(18, 54, 73, 0.16);
}
.floating-note > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--coral); color: white; }
.floating-note p { margin: 0; font-size: 12px; line-height: 1.4; }

.section { max-width: 1184px; margin: 0 auto; padding: 112px 28px; }
.section-kicker {
  display: inline-block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.section h2 {
  margin: 12px 0 16px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -2px;
}
.section-heading > p, .section-intro, .area-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.centered-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.centered-heading p { max-width: 620px; margin: 0 auto; }

.services-section { max-width: none; padding-left: max(28px, calc((100vw - 1128px) / 2)); padding-right: max(28px, calc((100vw - 1128px) / 2)); background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative;
  min-height: 245px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #dceef4;
  border-radius: 26px;
  background: #fbfeff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(18, 54, 73, 0.1); }
.service-card::after { content: "🐾"; position: absolute; right: -6px; bottom: -20px; color: rgba(31, 143, 181, 0.07); font-size: 76px; transform: rotate(-12deg); }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; font-size: 24px; font-weight: 900; }
.service-icon-1 { color: var(--blue); background: var(--blue-soft); }
.service-icon-2 { color: var(--green); background: var(--green-soft); }
.service-icon-3 { color: var(--coral); background: #fdeeea; }
.service-card h3 { position: relative; z-index: 1; margin: 22px 0 9px; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 20px; }
.service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.process-section { display: grid; grid-template-columns: 0.92fr 1fr; align-items: center; gap: 92px; }
.process-photo { position: relative; min-height: 610px; overflow: hidden; border-radius: 48px 48px 140px 48px; background: var(--blue-soft); box-shadow: var(--shadow); }
.process-photo img { position: absolute; inset: 0; }
.process-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(21, 54, 70, 0.36)); }
.photo-caption { position: absolute; z-index: 2; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 13px 18px; border-radius: 18px; background: rgba(255,255,255,0.94); box-shadow: 0 14px 36px rgba(18,54,73,.2); }
.photo-caption span { font-size: 22px; }
.photo-caption strong { font-size: 13px; }
.process-copy .section-intro { margin: 0 0 32px; }
.steps { display: grid; gap: 24px; margin: 0 0 36px; padding: 0; list-style: none; }
.steps li { display: flex; align-items: flex-start; gap: 17px; }
.steps li > span { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 13px; font-weight: 900; box-shadow: 0 8px 18px rgba(31,143,181,.23); }
.steps strong { display: block; margin-top: 2px; font-size: 16px; }
.steps p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.gallery-section { max-width: none; padding-left: max(28px, calc((100vw - 1128px) / 2)); padding-right: max(28px, calc((100vw - 1128px) / 2)); background: var(--blue-soft); }
.gallery-heading { display: grid; grid-template-columns: 1fr 0.72fr; align-items: end; gap: 90px; margin-bottom: 42px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { margin: 0 0 8px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: 240px 240px; gap: 16px; }
.gallery-grid figure { margin: 0; overflow: hidden; border: 6px solid var(--white); border-radius: 28px; box-shadow: 0 16px 42px rgba(18,54,73,.12); }
.gallery-grid figure:nth-child(4) { grid-column: 2 / 4; }
.gallery-large { grid-row: 1 / 3; }
.gallery-grid img { transition: transform 300ms ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }

.testimonial-section { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding-top: 96px; padding-bottom: 96px; }
.testimonial-mark { align-self: start; color: var(--coral); font-family: Georgia, serif; font-size: 110px; line-height: .7; }
blockquote { margin: 0; }
blockquote > p { margin: 0; max-width: 700px; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: clamp(26px, 3vw, 40px); line-height: 1.25; letter-spacing: -1.2px; }
blockquote footer { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 26px; font-size: 13px; }
blockquote footer > a { color: var(--muted); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.review-stars { color: #f2b94b; letter-spacing: 2px; }
.testimonial-stat { padding: 24px 28px; border-radius: 26px; background: var(--green-soft); text-align: center; }
.testimonial-stat strong, .testimonial-stat span { display: block; }
.testimonial-stat strong { color: var(--green); font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 26px; }
.testimonial-stat span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.area-section { display: grid; grid-template-columns: 1fr .8fr; gap: 72px; align-items: center; }
.area-copy > p { max-width: 610px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.area-tags span { padding: 10px 14px; border-radius: 999px; color: var(--blue-dark); background: var(--blue-soft); font-size: 12px; font-weight: 800; }
.area-card { position: relative; overflow: hidden; padding: 44px; border-radius: 38px; color: var(--white); background: var(--blue); box-shadow: 0 28px 68px rgba(31,143,181,.25); }
.area-card::after { content: "🐾"; position: absolute; right: -18px; top: -20px; color: rgba(255,255,255,.12); font-size: 110px; transform: rotate(14deg); }
.mini-brand { position: relative; z-index: 1; display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 14px; background: rgba(255,255,255,.94); }
.card-logo { width: 150px; }
.area-card h3 { position: relative; z-index: 1; margin: 32px 0 12px; max-width: 340px; font-family: "Arial Rounded MT Bold", "Trebuchet MS", sans-serif; font-size: 36px; line-height: 1.08; }
.area-card > p { position: relative; z-index: 1; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.65; }
.light-button { position: relative; z-index: 1; width: 100%; margin-top: 20px; color: var(--ink); background: var(--white); box-shadow: none; }
.light-button:hover { box-shadow: 0 12px 24px rgba(18,54,73,.18); }
.phone-link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; min-height: 44px; margin-top: 8px; text-align: center; font-size: 13px; font-weight: 800; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; max-width: 1184px; margin: 0 auto; padding: 38px 28px 52px; border-top: 1px solid rgba(21,54,70,.13); }
.site-footer > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 22px; font-size: 12px; font-weight: 800; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a:hover { color: var(--blue); }
.footer-logo { width: 148px; }
.footer-brand small { font-size: 8px; }
.sticky-whatsapp { position: fixed; z-index: 30; right: 18px; bottom: 16px; display: none; align-items: center; gap: 8px; min-height: 50px; padding: 0 18px; border-radius: 999px; color: var(--white); background: #1d7c50; box-shadow: 0 14px 34px rgba(18,54,73,.28); font-size: 13px; font-weight: 900; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity 180ms ease, transform 180ms ease; }
.sticky-whatsapp[data-visible="true"] { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 36px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { height: 540px; max-width: 600px; width: 100%; margin: 0 auto; }
  .hero::before { width: 360px; height: 360px; right: -120px; top: 470px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section, .area-section { grid-template-columns: 1fr; gap: 54px; }
  .process-photo { min-height: 540px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 10px; }
  .testimonial-section { grid-template-columns: auto 1fr; }
  .testimonial-stat { grid-column: 2; justify-self: start; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { display: none; }
}

@media (max-width: 600px) {
  .site-header { padding: 18px 18px; }
  .header-logo { width: 150px; }
  .brand small { display: none; }
  .button-small { display: none; }
  .hero { min-height: auto; padding: 30px 18px 64px; }
  .eyebrow { align-items: flex-start; flex-direction: column; gap: 8px; }
  h1 { margin-top: 18px; font-size: clamp(40px, 13vw, 48px); line-height: 1.01; letter-spacing: -2.3px; }
  .hero-intro { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 26px; }
  .hero-actions .button { min-height: 52px; padding: 0 18px; }
  .text-link { display: flex; align-items: center; justify-content: center; min-height: 44px; text-align: center; }
  .cta-note { margin-top: 6px; text-align: center; }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
  .trust-row div { padding-right: 8px; }
  .trust-row strong { font-size: 14px; }
  .trust-row span { font-size: 9px; }
  .hero-visual { height: clamp(340px, 105vw, 410px); }
  .photo-main { inset: 40px 72px 32px 0; border-radius: 32px 32px 70px 32px; }
  .photo-top { width: 132px; height: 126px; border-width: 5px; border-radius: 24px 24px 24px 58px; }
  .photo-bottom { width: 126px; height: 120px; border-width: 5px; border-radius: 24px 58px 24px 24px; }
  .floating-note { left: 8px; bottom: 0; }
  .section { padding: 68px 18px; }
  .section h2 { font-size: 40px; letter-spacing: -1.5px; }
  .services-section, .gallery-section { padding-left: 18px; padding-right: 18px; }
  .centered-heading { margin-bottom: 38px; }
  .services-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 0; padding: 24px; }
  .service-card h3 { margin-top: 16px; }
  .service-icon { width: 44px; height: 44px; }
  .process-photo { min-height: 390px; border-radius: 32px 32px 82px 32px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 180px 180px; }
  .gallery-large { grid-row: auto; grid-column: 1 / 3; }
  .gallery-grid figure:nth-child(4) { grid-column: 1 / 3; }
  .testimonial-section { grid-template-columns: 1fr; gap: 16px; }
  .testimonial-mark { font-size: 80px; }
  .testimonial-stat { grid-column: auto; justify-self: stretch; }
  .area-card { padding: 34px 24px; border-radius: 30px; }
  .site-footer { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; padding-bottom: 100px; }
  .footer-links { flex-wrap: wrap; }
  .sticky-whatsapp { display: inline-flex; }
}

@media (max-width: 360px) {
  .site-header { padding-left: 14px; padding-right: 14px; }
  .header-logo { width: 142px; }
  .hero { padding-left: 14px; padding-right: 14px; }
  .section, .services-section, .gallery-section { padding-left: 14px; padding-right: 14px; }
  .section h2 { font-size: 36px; }
  .trust-row { gap: 6px; }
  .trust-row div { padding-right: 5px; }
  .trust-row strong { font-size: 12px; }
  .trust-row span { font-size: 9px; line-height: 1.25; }
}

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