/*
Theme Name: HiShare
Theme URI: https://hishare.mobi/
Author: HiShare
Description: Tema institucional para a HiShare e seus serviços digitais.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: hishare-group
*/

:root {
  --blue: #0e405d;
  --navy: #082b3b;
  --cream: #f7f8c3;
  --lime: #dae132;
  --charcoal: #1d1d1d;
  --graphite: #2a2a2a;
  --gray: #424242;
  --white: #ffffff;
  --line: rgba(8, 43, 59, 0.35);
  --shadow: 0 24px 70px rgba(8, 43, 59, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Inter", Arial, sans-serif;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: #ffffff;
  font-family: inherit;
  line-height: 1.6;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 92px;
  padding: 0 max(46px, calc((100vw - 1088px) / 2));
  background: var(--blue);
  border-bottom: 0;
}

.brand img,
.custom-logo {
  width: 132px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  display: inline-flex;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  transition: color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.main-nav .current-menu-item > a {
  color: var(--lime);
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 8px 0 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-3px) rotate(45deg);
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  display: grid;
  gap: 4px;
  width: 260px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(8, 43, 59, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.menu-item-has-children::after {
  position: absolute;
  top: 100%;
  right: -18px;
  left: -18px;
  height: 14px;
  content: "";
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.sub-menu a {
  display: flex;
  border-radius: 8px;
  color: var(--navy);
  padding: 10px 12px;
}

.sub-menu a:hover {
  color: var(--navy);
  background: var(--cream);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
}

.button-primary {
  color: var(--navy);
  background: var(--lime);
  box-shadow: 0 14px 34px rgba(218, 225, 50, 0.22);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.nav-toggle,
.nav-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 43, 59, 0.98) 0%, rgba(8, 43, 59, 0.82) 36%, rgba(8, 43, 59, 0.18) 72%),
    linear-gradient(180deg, rgba(8, 43, 59, 0.2) 0%, rgba(8, 43, 59, 0.72) 100%);
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(260px, 340px);
  align-items: end;
  gap: 56px;
  min-height: 720px;
  padding: 130px 0 74px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.portfolio .section-kicker {
  color: var(--lime);
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.9rem, 5.9vw, 5.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1::selection,
.hero-text::selection,
.hero .eyebrow::selection {
  color: var(--white);
  background: rgba(14, 64, 93, 0.72);
}

.hero-text {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--white);
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(8, 43, 59, 0.64);
  backdrop-filter: blur(20px);
}

.metric {
  display: block;
  color: var(--lime);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}

.metric-label {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 0.95rem;
}

.section {
  padding: 112px 0;
}

.split,
.portfolio-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.intro {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.intro-copy {
  color: var(--gray);
  font-size: 1.08rem;
}

.intro-copy p {
  margin: 0;
}

.intro-copy p + p {
  margin-top: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.single-service-grid {
  grid-template-columns: minmax(0, 1fr);
}

.service-card {
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 44px rgba(8, 43, 59, 0.06);
}

.featured-card {
  color: var(--white);
  background: var(--navy);
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.42fr);
  gap: 28px 56px;
  align-items: start;
  min-height: 0;
  padding: 38px;
}

.pets-product-card {
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  align-items: center;
  border-color: rgba(255, 155, 107, 0.32);
  background:
    linear-gradient(135deg, rgba(40, 40, 40, 0.22), rgba(85, 39, 17, 0.1)),
    linear-gradient(135deg, #773b22 0%, #8a4428 62%, #552711 100%);
  box-shadow: 0 24px 70px rgba(85, 39, 17, 0.24);
}

.product-card-copy {
  display: grid;
  gap: 24px;
  align-content: center;
}

.product-card-logo {
  width: min(300px, 100%);
  height: auto;
  display: block;
}

.product-card-media {
  grid-column: 2;
  grid-row: 1 / span 3;
  overflow: hidden;
  min-height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(40, 40, 40, 0.28);
  box-shadow: 0 22px 48px rgba(40, 40, 40, 0.28);
}

.product-card-media img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.product-card h3 {
  grid-column: 1 / -1;
  max-width: 740px;
  color: var(--lime);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.product-card .card-number {
  margin-bottom: 10px;
}

.product-card p {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: 1.1rem;
}

.product-card ul {
  display: grid;
  gap: 18px;
  align-self: stretch;
  margin: 0;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  list-style: none;
}

.pets-product-card ul {
  grid-column: 1;
  align-self: center;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(40, 40, 40, 0.24);
}

.card-number {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--blue);
  font-weight: 800;
}

.featured-card .card-number {
  color: var(--lime);
}

.pets-product-card .card-number {
  margin: 0;
  color: #ff9b6b;
}

.service-card li {
  position: relative;
  padding-left: 26px;
  color: var(--white);
}

.service-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.pets-product-card li::before {
  background: #ff9b6b;
}

.service-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.pets-product-card .button-primary {
  color: #552711;
  background: #ff9b6b;
  box-shadow: 0 16px 34px rgba(255, 155, 107, 0.28);
}

.pets-product-card .service-actions {
  grid-column: 1;
  justify-content: flex-start;
}

.pets-product-card .button-primary:hover,
.pets-product-card .button-primary:focus-visible {
  color: #552711;
  background: #ffb088;
}

.portfolio {
  color: var(--white);
  background: var(--navy);
}

.portfolio h2 {
  color: var(--white);
}

.portfolio-copy p:not(.section-kicker) {
  margin: 24px 0 0;
  color: var(--white);
  font-size: 1.08rem;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.capability {
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.capability span {
  display: block;
  width: 32px;
  height: 6px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--lime);
}

.capability strong {
  display: block;
  font-size: 1.06rem;
}

.capability p {
  margin: 10px 0 0;
  color: var(--white);
  font-size: 0.95rem;
}

.contact {
  background: #f6f9fb;
}

.contact p:not(.section-kicker) {
  max-width: 550px;
  margin: 24px 0 0;
  color: var(--gray);
  font-size: 1.08rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 54px rgba(8, 43, 59, 0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(8, 43, 59, 0.55);
  border-radius: 8px;
  background: #fbfdfe;
  color: var(--charcoal);
  padding: 13px 14px;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(36, 108, 149, 0.12);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #4a4a4a;
  opacity: 1;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.form-status.success {
  color: var(--navy);
  background: var(--cream);
}

.form-status.error {
  color: #ffffff;
  background: #8b1e1e;
}

.site-footer {
  padding: 40px 0;
  color: var(--white);
  background: var(--charcoal);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.footer-content p {
  max-width: 540px;
  margin: 0;
  text-align: right;
}

@media (max-width: 980px) {
  .site-header {
    padding-inline: 24px;
  }

  .nav-button {
    display: grid;
    gap: 7px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
  }

  .nav-button span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
  }

  .main-nav {
    position: absolute;
    top: 92px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(8, 43, 59, 0.1);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    flex: none;
  }

  .nav-toggle:checked ~ .main-nav {
    display: block;
  }

  .main-nav .menu {
    display: grid;
    gap: 6px;
  }

  .main-nav a {
    border-radius: 8px;
    color: var(--navy);
    padding: 10px 14px;
  }

  .sub-menu {
    position: static;
    width: auto;
    margin-top: 4px;
    padding: 6px;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    transform: none;
  }

  .hero,
  .hero-content {
    min-height: auto;
  }

  .hero-content,
  .split,
  .portfolio-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 110px 0 54px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 11vw, 4.3rem);
  }

  .service-grid,
  .capability-list,
  .product-card {
    grid-template-columns: 1fr;
  }

  .pets-product-card .product-card-media,
  .pets-product-card ul,
  .pets-product-card .service-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .product-card-media,
  .product-card-media img {
    min-height: 240px;
  }

  .service-actions {
    justify-content: flex-start;
  }

  .service-card {
    min-height: auto;
  }

  .footer-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-content p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    min-height: 72px;
    padding-inline: 14px;
  }

  .brand img,
  .custom-logo {
    width: 136px;
  }

  .main-nav {
    top: 72px;
    right: 14px;
    left: 14px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 43, 59, 0.94) 0%, rgba(8, 43, 59, 0.78) 62%, rgba(8, 43, 59, 0.96) 100%),
      rgba(8, 43, 59, 0.55);
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 76px 0;
  }

  .service-card,
  .contact-form {
    padding: 22px;
  }

  .product-card ul {
    padding: 24px;
  }
}

/* HiShare Pets page */
.pets-page {
  --pets-brown: #773b22;
  --pets-brown-dark: #552711;
  --pets-peach: #ffe0ce;
  --pets-peach-soft: #fff3eb;
  --pets-coral: #ff9b6b;
  --pets-coral-dark: #e87749;
  --pets-ink: #2a160f;
  --pets-muted: #76594d;
  --pets-card: #ffffff;
  color: var(--pets-ink);
  background: var(--pets-peach-soft);
}

.pets-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 max(32px, calc((100vw - 1160px) / 2));
  background: #282828;
  color: #ffffff;
}

.pets-brand {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}

.pets-brand img {
  width: 152px;
  height: auto;
}

.pets-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.95rem;
}

.pets-nav a {
  color: rgba(255, 255, 255, 0.9);
}

.pets-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  color: var(--pets-brown-dark) !important;
  background: var(--pets-coral);
  border: 2px solid var(--pets-coral);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pets-nav-cta:hover {
  background: #ffb38e;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.pets-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 92px;
  background:
    radial-gradient(circle at 83% 28%, rgba(255, 155, 107, 0.22), transparent 28%),
    linear-gradient(135deg, var(--pets-brown) 0%, #8a4428 100%);
}

.pets-hero-grid,
.pets-split,
.pets-how-layout,
.pets-signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.pets-hero-copy {
  color: #ffffff;
}

.pets-hero .pets-kicker,
.pets-how .pets-kicker {
  color: #ffd9c8;
}

.pets-kicker {
  margin: 0 0 18px;
  color: var(--pets-coral);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pets-hero h1,
.pets-section h2 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

.pets-hero h1 {
  max-width: 680px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 900;
  text-wrap: balance;
}

.pets-hero-copy p:not(.pets-kicker) {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
}

.pets-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.pets-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pets-button-primary {
  color: var(--pets-brown-dark);
  background: var(--pets-coral);
  border-color: var(--pets-coral);
  box-shadow: 0 18px 34px rgba(255, 155, 107, 0.35);
}

.pets-button-primary:hover {
  background: #ffb38e;
  transform: translateY(-2px);
}

.pets-button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
}

.pets-button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.pets-hero-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(119, 59, 34, 0.18);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(85, 39, 17, 0.28);
  backdrop-filter: blur(12px);
}

.pets-photo-card,
.pets-trip-card {
  background: var(--pets-card);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(85, 39, 17, 0.16);
}

.pets-photo-card {
  display: grid;
  gap: 20px;
  padding: 18px;
}

.pets-hero-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.pet-illustration {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 155, 107, 0.28), transparent 22%),
    linear-gradient(145deg, #fff8f3, #ffd7c1);
  border-radius: 18px;
}

.pet-illustration::before {
  content: "";
  position: absolute;
  inset: auto 22px 28px;
  height: 96px;
  background: linear-gradient(135deg, var(--pets-brown), #a65633);
  border-radius: 36px 36px 18px 18px;
}

.pet-face {
  position: absolute;
  bottom: 62px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(85, 39, 17, 0.18);
}

.pet-face::before,
.pet-face::after {
  content: "";
  position: absolute;
}

.pet-dog {
  left: 52px;
  background: #f1b47f;
}

.pet-dog::before,
.pet-dog::after {
  top: 22px;
  width: 34px;
  height: 58px;
  background: #8d5031;
  border-radius: 28px;
}

.pet-dog::before {
  left: -9px;
  transform: rotate(18deg);
}

.pet-dog::after {
  right: -9px;
  transform: rotate(-18deg);
}

.pet-cat {
  right: 52px;
  background: #ffffff;
}

.pet-cat::before,
.pet-cat::after {
  top: -10px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.pet-cat::before {
  left: 15px;
}

.pet-cat::after {
  right: 15px;
}

.pets-photo-card strong,
.pets-trip-card strong {
  display: block;
  font-size: 1.2rem;
}

.pets-photo-card p,
.pets-trip-card p {
  margin: 4px 0 0;
  color: var(--pets-muted);
}

.pets-trip-card {
  padding: 22px;
}

.pets-trip-card span {
  color: var(--pets-coral-dark);
  font-weight: 900;
}

.paw {
  position: absolute;
  width: 88px;
  height: 88px;
  opacity: 0.5;
  transform: rotate(-16deg);
}

.paw-one {
  top: 150px;
  right: 11%;
}

.paw-two {
  bottom: 70px;
  left: 5%;
  transform: rotate(18deg) scale(0.8);
}

.paw-three {
  top: 42px;
  left: 42%;
  transform: rotate(26deg) scale(0.62);
}

.pets-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0;
}

.pets-section > .container {
  position: relative;
  z-index: 1;
}

.section-paw {
  position: absolute;
  z-index: 0;
  width: 84px;
  height: 84px;
  opacity: 0.18;
  pointer-events: none;
}

.intro-paw-one {
  top: 34px;
  right: 9%;
  width: 116px;
  height: 116px;
  transform: rotate(22deg);
}

.intro-paw-two {
  bottom: 34px;
  left: 7%;
  width: 64px;
  height: 64px;
  opacity: 0.13;
  transform: rotate(-28deg);
}

.services-paw-one {
  top: 58px;
  left: 3%;
  width: 76px;
  height: 76px;
  transform: rotate(38deg);
}

.services-paw-two {
  right: 12%;
  bottom: 42px;
  width: 132px;
  height: 132px;
  opacity: 0.12;
  transform: rotate(-18deg);
}

.services-paw-three {
  top: 42%;
  right: 3%;
  width: 58px;
  height: 58px;
  opacity: 0.16;
  transform: rotate(64deg);
}

.how-paw-one {
  top: 30px;
  right: 6%;
  width: 120px;
  height: 120px;
  opacity: 0.24;
  transform: rotate(-34deg);
}

.how-paw-two {
  left: 4%;
  bottom: 40px;
  width: 70px;
  height: 70px;
  opacity: 0.22;
  transform: rotate(18deg);
}

.signup-paw-one {
  top: 44px;
  left: 10%;
  width: 94px;
  height: 94px;
  opacity: 0.15;
  transform: rotate(-42deg);
}

.signup-paw-two {
  right: 5%;
  bottom: 30px;
  width: 150px;
  height: 150px;
  opacity: 0.11;
  transform: rotate(30deg);
}

.pets-section h2 {
  max-width: 760px;
  font-size: clamp(2.3rem, 4.5vw, 4.8rem);
  font-weight: 900;
}

.pets-copy p {
  margin: 0 0 22px;
  color: var(--pets-muted);
  font-size: 1.08rem;
}

.pets-section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.pets-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pets-service-card,
.pets-steps div,
.pets-form {
  background: #ffffff;
  border: 1px solid rgba(119, 59, 34, 0.13);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(85, 39, 17, 0.1);
}

.pets-service-card {
  padding: 28px;
}

.pets-card-icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--pets-coral-dark);
  font-weight: 900;
}

.pets-service-card h3,
.pets-steps strong {
  margin: 0;
  font-size: 1.3rem;
}

.pets-service-card p,
.pets-steps p,
.pets-signup-layout > div > p {
  margin: 12px 0 0;
  color: var(--pets-muted);
}

.pets-how {
  color: #ffffff;
  background: var(--pets-brown);
}

.pets-how h2 {
  color: #ffffff;
}

.pets-steps {
  display: grid;
  gap: 16px;
}

.pets-steps div {
  position: relative;
  padding: 24px 24px 24px 72px;
  color: var(--pets-ink);
}

.pets-steps span {
  position: absolute;
  top: 28px;
  left: 24px;
  width: 26px;
  height: 26px;
  background: var(--pets-coral);
  border-radius: 50%;
}

.pets-steps span::after {
  content: "";
  position: absolute;
  inset: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.pets-signup {
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 155, 107, 0.22), transparent 24%),
    var(--pets-peach-soft);
}

.pets-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.pets-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.pets-form input,
.pets-form select {
  min-height: 54px;
  padding: 0 16px;
  color: var(--pets-ink);
  background: #fffaf7;
  border: 1px solid rgba(119, 59, 34, 0.25);
  border-radius: 14px;
}

.pets-submit {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .pets-header {
    position: static;
    flex-wrap: wrap;
    gap: 20px;
    padding: 18px 20px;
  }

  .pets-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .pets-nav-cta {
    width: 100%;
  }

  .pets-hero {
    padding: 70px 0;
    background:
      radial-gradient(circle at 84% 24%, rgba(255, 155, 107, 0.2), transparent 30%),
      linear-gradient(180deg, var(--pets-brown) 0%, #8a4428 100%);
  }

  .pets-hero-grid,
  .pets-split,
  .pets-how-layout,
  .pets-signup-layout,
  .pets-card-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pets-hero h1 {
    font-size: 3.2rem;
    line-height: 1.08;
  }

  .pets-actions,
  .pets-button {
    width: 100%;
  }

  .section-paw {
    opacity: 0.1;
    transform: scale(0.72);
  }

  .pet-illustration {
    min-height: 250px;
  }

  .pet-dog {
    left: 28px;
  }

  .pet-cat {
    right: 28px;
  }
}

