html,
body {
    overflow-x: hidden;
    width: 100%;
}

img,
svg,
video {
    max-width: 100%;
    height: auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
  --brand: #a9dd00;
  --brand-dark: #7fad00;
  --ink: #405165;
  --dark: #26313d;
  --soft: #f5f8f0;
  --line: #e5e9e0;
}

html { scroll-behavior: smooth; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--dark); padding-top: 86px; }
.navbar-brand img { width: min(330px, 56vw); height: auto; display: block; }
.nav-link { color: var(--ink); font-weight: 600; padding: .75rem .8rem !important; }
.nav-link:hover { color: var(--brand-dark); }
.btn-brand { background: var(--brand); border-color: var(--brand); color: #26313d; font-weight: 700; }
.btn-brand:hover, .btn-brand:focus { background: var(--brand-dark); border-color: var(--brand-dark); color: white; }

.hero { min-height: calc(100vh - 86px); padding: 5rem 0; overflow: hidden; background: radial-gradient(circle at 85% 16%, rgba(169,221,0,.18), transparent 28%), linear-gradient(135deg,#fff 0%,#fbfcf8 100%); }
.eyebrow, .section-label { color: var(--brand-dark); font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.hero h1 { max-width: 780px; letter-spacing: -.04em; color: var(--dark); }
.hero .lead { max-width: 700px; line-height: 1.75; }
.hero-facts .fact { display: flex; gap: .8rem; align-items: center; }
.hero-facts i { width: 42px; height: 42px; border-radius: 50%; background: rgba(169,221,0,.16); color: var(--brand-dark); display: grid; place-items: center; font-size: 1.2rem; }
.hero-facts span { display: flex; flex-direction: column; }
.hero-facts strong { font-size: .92rem; }
.hero-facts small { color: #718093; }

.hero-card { min-height: 520px; background: var(--ink); border-radius: 2rem; padding: 2rem; box-shadow: 0 30px 80px rgba(38,49,61,.18); }
.pet-illustration { height: 340px; display: grid; place-items: center; }
.pet-face { position: relative; width: 240px; height: 205px; border: 11px solid white; border-radius: 46% 46% 50% 50%; }
.ear { position: absolute; width: 75px; height: 125px; border: 11px solid white; top: -42px; background: var(--ink); }
.ear-left { left: -40px; border-radius: 80% 15% 70% 30%; transform: rotate(-28deg); }
.ear-right { right: -40px; border-radius: 15% 80% 30% 70%; transform: rotate(28deg); }
.eye { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: white; top: 72px; }
.eye-left { left: 62px; }.eye-right { right: 62px; }
.nose { position: absolute; width: 42px; height: 32px; background: var(--brand); border-radius: 45% 45% 60% 60%; left: calc(50% - 21px); top: 112px; }
.mouth { position: absolute; width: 58px; height: 34px; border-bottom: 8px solid white; border-radius: 50%; left: calc(50% - 29px); top: 135px; }
.opening-card { background: white; border-radius: 1.4rem; padding: 1.4rem; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.opening-card a { color: var(--ink); }

.section-space { padding: 7rem 0; }
.bg-soft { background: var(--soft); }
.service-card { background: white; padding: 2rem; border-radius: 1.3rem; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(38,49,61,.10); }
.service-icon { width: 58px; height: 58px; border-radius: 1rem; display: grid; place-items: center; background: rgba(169,221,0,.17); color: var(--brand-dark); font-size: 1.55rem; margin-bottom: 1.4rem; }
.service-card h3 { font-size: 1.18rem; font-weight: 750; }
.service-card p { color: #6f7c8b; margin: 0; line-height: 1.7; }

.about-visual { min-height: 470px; position: relative; background: var(--soft); border-radius: 2rem; display: grid; place-items: center; overflow: hidden; }
.about-visual::before { content:""; position:absolute; width:280px; height:280px; border-radius:50%; background:rgba(169,221,0,.18); top:-70px; right:-70px; }
.about-main { width: 220px; height: 220px; border-radius: 50%; background: white; display: grid; place-items: center; font-size: 6rem; color: var(--ink); box-shadow: 0 25px 60px rgba(38,49,61,.12); }
.about-badge { position:absolute; left: 2rem; bottom: 2rem; background: var(--brand); border-radius: 1rem; padding: 1rem 1.3rem; display:flex; flex-direction:column; }
.check-row { display:flex; gap:1rem; margin-top:1.4rem; }
.check-row i { color: var(--brand-dark); font-size:1.2rem; }
.check-row div { display:flex; flex-direction:column; }
.check-row span { color:#718093; margin-top:.2rem; }

.bg-dark { background: var(--dark) !important; }
.section-label.light { color: var(--brand); }
.process-card { position:relative; padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1.3rem; height:100%; background:rgba(255,255,255,.04); }
.process-card > span { position:absolute; right:1.5rem; top:1.2rem; font-size:2.7rem; font-weight:800; color:rgba(255,255,255,.08); }
.process-card i { color:var(--brand); font-size:2rem; }
.process-card h3 { font-size:1.2rem; margin-top:1.3rem; }
.process-card p { color:rgba(255,255,255,.64); margin:0; }

.contact-panel { border:1px solid var(--line); border-radius:2rem; overflow:hidden; box-shadow:0 25px 70px rgba(38,49,61,.08); }
.contact-info { padding:3rem; background:white; }
.contact-item { display:flex; gap:1rem; margin:1.4rem 0; align-items:flex-start; }
.contact-item i { width:44px; height:44px; display:grid; place-items:center; border-radius:50%; background:rgba(169,221,0,.16); color:var(--brand-dark); font-size:1.15rem; }
.contact-item div { display:flex; flex-direction:column; }
.contact-item a { color:var(--dark); text-decoration:none; }
.contact-item span { color:#718093; font-size:.92rem; }
.map-placeholder { min-height:480px; background:linear-gradient(135deg,#edf2e7,#dce7d2); display:grid; place-items:center; text-align:center; padding:3rem; }
.map-placeholder i { font-size:4rem; color:var(--ink); opacity:.75; }
.map-placeholder p { color:#65717d; max-width:430px; }

.footer { background:#f8faf6; border-top:1px solid var(--line); }
.footer-logo { width:min(320px,80vw); }
.footer-link { color:var(--ink); text-decoration:none; margin-left:1rem; font-weight:600; }

@media (max-width: 991.98px) {
  body { padding-top: 76px; }
  .navbar-brand img { width: 250px; }
  .navbar-collapse { padding:1rem 0; }
  .hero { min-height:auto; padding:4rem 0; }
  .section-space { padding:5rem 0; }
}
@media (max-width: 575.98px) {
  .navbar-brand img { width: 205px; }
  .hero h1 { font-size:2.7rem; }
  .hero-card { min-height:430px; padding:1.2rem; }
  .pet-illustration { height:270px; transform:scale(.8); }
  .contact-info { padding:2rem; }
}
