:root {
  --brand: #ff6767;
  --accent: #ffe51c;
  --blue: #08aeea;
  --orange: #ff5a24;
  --ink: #242424;
  --muted: #666;
  --paper: #fffaf7;
  --line: #f0d6d0;
  --max: 1180px;
  --header-max: 1540px;
  --nav-max: 1080px;
}
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: #b83333; }
img { max-width: 100%; height: auto; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: #fff; padding: .75rem 1rem; z-index: 10; }
.skip-link:focus { left: 1rem; }
.site-header { background: #fff; position: -webkit-sticky; position: sticky; top: 0; z-index: 1000; box-shadow: 0 8px 26px rgba(28, 45, 66, .08); }
.site-header svg { width: 1em; height: 1em; display: block; fill: currentColor; stroke: none; }
.top-bar { background: linear-gradient(180deg, #13bced 0%, #07a9df 100%); color: #fff; }
.top-inner { width: min(var(--nav-max), calc(100% - 7rem)); min-height: 72px; margin: 0 auto; display: grid; grid-template-columns: 112px 1fr; align-items: center; column-gap: 1rem; padding-inline: 0; }
.top-layout { grid-column: 2; display: flex; align-items: center; justify-content: flex-end; gap: .7rem; min-width: 0; }
.brand { grid-column: 1; grid-row: 1; display: flex; align-items: center; justify-content: flex-start; width: 112px; min-height: 72px; padding: 0; transform: translateX(3px); }
.brand img { width: 112px; max-width: none; filter: drop-shadow(0 1px 0 rgba(255,255,255,.1)); }
.top-contact { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; min-height: 36px; padding: .44rem .68rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: #fff; background: rgba(255,255,255,.14); text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .01em; white-space: nowrap; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 18px rgba(0, 94, 140, .12); }
.top-contact:hover { background: rgba(255,255,255,.22); transform: translateY(-1px); }
.top-contact span { font-size: .9em; font-weight: 500; opacity: .94; }
.booking-pill { text-align: center; padding: .72rem 1.08rem; border-radius: 10px; color: #fff; background: linear-gradient(180deg, #ff6230 0%, #f24d1d 100%); text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: 600; font-size: 15px; line-height: 1; letter-spacing: .01em; white-space: nowrap; box-shadow: 0 10px 22px rgba(230, 73, 28, .26); }
.mobile-menu-toggle { display: none; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(180deg, #ff6230 0%, #f24d1d 100%); font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 700; line-height: 1; padding: .58rem .72rem; box-shadow: 0 8px 16px rgba(230, 73, 28, .2); }
.main-nav { background: #fff; border-bottom: 1px solid rgba(0,0,0,.06); }
.nav-inner { width: min(var(--nav-max), calc(100% - 7rem)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: .28rem; padding-inline: 0; }
.nav-wrap { position: relative; min-height: 76px; display: inline-flex; align-items: center; }
.nav-item { position: relative; min-height: 76px; display: inline-flex; align-items: center; gap: .24rem; padding: 0 .42rem; color: #4e4e4e; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: 500; font-size: 14px; line-height: 1; letter-spacing: .01em; white-space: nowrap; }
.nav-item::after { content: ""; position: absolute; left: .7rem; right: .7rem; bottom: 16px; height: 2px; border-radius: 999px; background: transparent; transform: scaleX(.55); transform-origin: center; opacity: .85; }
.nav-item:hover, .nav-item:focus-visible, .nav-current { color: var(--brand); }
.nav-item:hover::after, .nav-item:focus-visible::after, .nav-current::after { background: var(--brand); }
.nav-home { min-width: 36px; color: var(--brand); justify-content: flex-start; font-size: 22px; padding-left: 0; padding-right: .45rem; }
.nav-home::after { transform: scaleX(.85); }
.site-header .chevron { width: 30px; height: 30px; stroke: currentColor; stroke-width: 3.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transform: translateY(1px); }
.submenu { position: absolute; top: calc(100% - 10px); left: 50%; min-width: 210px; padding: 1.15rem 1.35rem; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(31, 38, 50, .18); transform: translateX(-50%) translateY(8px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .16s ease, transform .16s ease, visibility .16s ease; z-index: 30; }
.nav-wrap:hover .submenu, .nav-wrap:focus-within .submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.submenu-link { display: block; padding: .45rem 0; color: #3f3f3f; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 600; line-height: 1.15; white-space: normal; }
.submenu-link:hover, .submenu-link:focus-visible { color: var(--brand); }
.content { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 3rem 0; }
.page-home .content { padding-top: 0; }
.page-contact .content { padding-top: 0; }
.hero-slide { width: 100vw; min-height: clamp(620px, 72vh, 860px); margin: 0 calc(50% - 50vw) 3.25rem; position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 0 0 12px 12px; background: linear-gradient(90deg, rgba(21, 22, 31, .18), rgba(21, 22, 31, .04) 48%, rgba(21, 22, 31, .18)), url('/assets/images/cazare-caini-animale-slider.webp') center/cover no-repeat; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: rgba(134, 132, 168, .24); backdrop-filter: blur(2px); pointer-events: none; }
.hero-slide-content { position: relative; z-index: 1; width: min(var(--header-max), calc(100% - 7rem)); margin: 0 auto; padding-bottom: 3rem; }
.hero-title { width: fit-content; max-width: min(800px, 92vw); padding: .55rem .7rem .7rem; color: #fff; background: rgba(23, 20, 23, .5); border-radius: 2px; font-size: clamp(4.2rem, 6.2vw, 6.35rem); font-weight: 900; line-height: 1.08; letter-spacing: 0; box-shadow: 0 18px 35px rgba(0,0,0,.12); }
.hero-title span { display: block; }
.hero-button-grid { width: min(900px, 100%); margin-top: 2rem; display: grid; grid-template-columns: repeat(2, minmax(230px, 1fr)); gap: 1.65rem 2rem; }
.hero-button-grid a { min-height: 86px; display: inline-flex; align-items: center; justify-content: center; padding: 1rem 1.35rem; border-radius: 8px; color: #fff; background: linear-gradient(180deg, #ff9700 0%, #ff5925 100%); font-size: clamp(1.35rem, 1.8vw, 1.85rem); font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; box-shadow: 0 14px 24px rgba(204, 64, 18, .22); }
.hero-button-grid a:hover, .hero-button-grid a:focus-visible { transform: translateY(-1px); box-shadow: 0 18px 30px rgba(204, 64, 18, .28); }
.google-badge { position: absolute; z-index: 2; right: clamp(5rem, 18vw, 26rem); bottom: clamp(10rem, 22vh, 18rem); min-height: 78px; display: inline-flex; align-items: center; gap: .58rem; padding: .78rem 1.25rem; background: #fff; color: #555; text-decoration: none; font-size: 1.32rem; line-height: 1.05; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.google-g, .google-mark { font-size: 2rem; font-weight: 900; font-family: Arial, Helvetica, sans-serif; }
.google-mark { color: transparent; background: conic-gradient(from -35deg, #4285f4 0 25%, #34a853 0 43%, #fbbc05 0 62%, #ea4335 0 78%, #4285f4 0); -webkit-background-clip: text; background-clip: text; }
.stars { color: #ffc400; font-size: 1.65rem; letter-spacing: .02em; }
.google-badge strong { color: #3d3d3d; font-size: 1.5rem; }
.hero-arrow { position: absolute; z-index: 2; top: 50%; width: 58px; height: 58px; border: 0; border-radius: 50%; display: grid; place-items: center; transform: translateY(-50%); color: #fff; background: #087dff; font-size: 3.6rem; line-height: .8; font-family: Arial, Helvetica, sans-serif; font-weight: 700; cursor: default; }
.hero-arrow-left { left: 2.75rem; }
.hero-arrow-right { right: 2.75rem; }
.home-intro { width: min(1680px, calc(100vw - 8rem)); margin: 3.5rem auto 5rem; position: relative; left: 50%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, .9fr); align-items: center; gap: clamp(3rem, 5vw, 6rem); transform: translateX(-50%); }
.home-intro-copy h1 { margin: 0 0 2.1rem; color: #020202; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(3rem, 3.2vw, 4rem); font-weight: 900; line-height: 1.28; letter-spacing: 0; }
.home-intro-copy h1 span:not(.title-dot) { color: var(--brand); }
.title-dot { display: inline-block; width: .34em; height: .34em; margin: 0 .38em .12em 0; border-radius: 50%; background: var(--brand); vertical-align: middle; }
.home-intro-copy > p { max-width: 820px; margin: 0; color: #151515; font-size: 17px; line-height: 1.9; }
.home-intro-actions { margin-top: clamp(2.2rem, 5vw, 5rem); display: flex; align-items: center; gap: clamp(2rem, 6vw, 8rem); }
.intro-cta { min-height: 80px; display: inline-flex; align-items: center; gap: 1rem; padding: 1rem 2.35rem; border-radius: 30px; color: #fff; background: var(--brand); text-decoration: none; font-size: clamp(1.1rem, 1.55vw, 1.55rem); font-weight: 800; line-height: 1; white-space: nowrap; box-shadow: 0 16px 28px rgba(255, 103, 103, .2); }
.intro-cta span, .hours-card > span { font-size: 2.4rem; line-height: .6; font-weight: 400; }
.hours-card { min-height: 90px; display: inline-flex; align-items: center; gap: 1.25rem; padding: 1rem 2.25rem; border: 3px dashed rgba(255, 103, 103, .35); border-radius: 26px; color: #3c3c3c; background: #fff; }
.hours-card strong { display: block; margin-bottom: .35rem; font-size: clamp(1.1rem, 1.35vw, 1.45rem); line-height: 1; }
.hours-card p { margin: 0; color: #6d6d6d; font-size: 17px; line-height: 1.15; white-space: nowrap; }
.home-intro-media { position: relative; padding: 3rem 0 3.6rem 3.6rem; }
.home-intro-media::before { content: ""; position: absolute; left: 0; top: 0; right: 4.2rem; bottom: 0; opacity: .9; background-image: radial-gradient(var(--brand) 2px, transparent 2px); background-size: 36px 36px; z-index: 0; }
.home-intro-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; border-radius: 20px; box-shadow: 0 26px 75px rgba(38, 38, 38, .11); }
.section-heading { width: min(920px, 100%); margin: 0 auto 2.7rem; text-align: center; }
.section-heading h2 { margin: 0 0 .75rem; color: #050505; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(2.35rem, 3vw, 3.55rem); font-weight: 900; line-height: 1.1; letter-spacing: 0; }
.section-heading p { width: min(760px, 100%); margin: 0 auto; color: #555; font-size: 17px; line-height: 1.7; }
.home-specials { width: min(1680px, calc(100vw - 8rem)); margin: 2rem auto 5.5rem; position: relative; left: 50%; transform: translateX(-50%); }
.special-card-grid { display: grid; grid-template-columns: repeat(2, minmax(360px, 1fr)); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.special-card { position: relative; display: block; min-height: clamp(380px, 31vw, 600px); color: #333; text-decoration: none; }
.special-image-wrap { position: relative; display: block; width: min(100%, 560px); aspect-ratio: 1 / 1; margin: 0 auto; border-radius: 50%; padding: .8rem; }
.special-image-wrap::before { content: ""; position: absolute; inset: 0; border: 3px dashed var(--brand); border-radius: 50%; }
.special-image-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; box-shadow: 0 24px 64px rgba(31, 38, 50, .1); }
.special-label { position: absolute; left: 50%; bottom: clamp(.25rem, 2vw, 2rem); min-width: min(420px, 72%); padding: 1.25rem 2rem; border-radius: 22px; display: block; transform: translateX(-50%); background: #fff; color: #333; text-align: center; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(1.55rem, 2vw, 2.2rem); font-weight: 900; line-height: 1.2; box-shadow: 0 18px 40px rgba(31, 38, 50, .12); }
.special-label strong { color: var(--brand); font-weight: 900; }
.special-card:hover .special-label, .special-card:focus-visible .special-label { transform: translateX(-50%) translateY(-4px); }
.premium-dog-section { width: 100vw; margin: 0 calc(50% - 50vw); padding: 4.2rem max(2rem, calc((100vw - 1420px) / 2)) 5rem; background-color: #fff9a8; background-image: radial-gradient(rgba(146, 176, 116, .18) 1.2px, transparent 1.2px), linear-gradient(45deg, transparent 47%, rgba(146, 176, 116, .1) 48%, rgba(146, 176, 116, .1) 52%, transparent 53%); background-size: 28px 28px, 56px 56px; }
.premium-heading { margin-bottom: 3rem; }
.premium-heading h2 { display: inline-flex; align-items: center; gap: .75rem; margin-bottom: .65rem; font-size: clamp(2rem, 3vw, 3.4rem); }
.premium-heading h2 span { width: .32em; height: .32em; border-radius: 50%; background: var(--brand); }
.premium-heading h2 strong { color: var(--brand); font-weight: 900; }
.premium-layout { width: min(1180px, 100%); margin: 0 auto 3.2rem; display: grid; grid-template-columns: minmax(340px, .9fr) minmax(340px, .8fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.premium-dog-card { position: relative; display: block; color: #333; text-decoration: none; }
.premium-circle { position: relative; display: block; width: min(480px, 100%); aspect-ratio: 1 / 1; margin: 0 auto; padding: .75rem; border-radius: 50%; }
.premium-circle::before { content: ""; position: absolute; inset: 0; border: 3px dashed var(--brand); border-radius: 50%; }
.premium-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; box-shadow: 0 24px 54px rgba(31, 38, 50, .1); }
.premium-label { position: absolute; left: 50%; bottom: .5rem; padding: .72rem 1.45rem; border-radius: 16px; transform: translateX(-50%); background: #fff; color: #333; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(1rem, 1.4vw, 1.35rem); font-weight: 900; line-height: 1; box-shadow: 0 16px 34px rgba(31, 38, 50, .1); white-space: nowrap; }
.premium-label strong { color: var(--brand); font-weight: 900; }
.premium-media { display: grid; justify-items: center; gap: 1.35rem; }
.premium-media h3 { margin: 0; color: #111; font-size: 1rem; line-height: 1.2; text-align: center; }
.video-card { width: min(310px, 100%); aspect-ratio: 9 / 16; display: block; object-fit: cover; background: #111; box-shadow: 0 18px 36px rgba(31, 38, 50, .16); }
.premium-thumbs { display: flex; justify-content: center; gap: 1rem; }
.premium-thumbs img { width: 105px; height: 105px; object-fit: cover; border-radius: 12px; box-shadow: 0 12px 22px rgba(31, 38, 50, .12); }
.premium-copy { width: min(1280px, 100%); margin: 0 auto; color: #111; font-size: 17px; line-height: 1.8; }
.premium-copy p { margin: 0 0 1.8rem; font-size: inherit; }
.premium-copy ul { width: min(760px, 100%); margin: -.8rem 0 2.2rem 1.4rem; padding-left: 1.2rem; }
.premium-copy li { margin: .22rem 0; font-size: 17px; }
.premium-copy h3 { margin: 2.2rem 0 .9rem; color: #555; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(1.75rem, 2.1vw, 2.35rem); line-height: 1.1; text-align: center; }
.premium-cta { width: fit-content; min-height: 52px; margin: 1.2rem auto 0; display: flex; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.7rem; border-radius: 999px; color: #fff; background: var(--brand); text-decoration: none; font-weight: 800; line-height: 1; box-shadow: 0 14px 24px rgba(255, 103, 103, .22); }
.premium-cta span { font-size: 1.8rem; line-height: .5; font-weight: 400; }
.animal-pair-section { width: 100vw; margin: 0 calc(50% - 50vw) 5rem; padding: 3rem max(2rem, calc((100vw - 1560px) / 2)) 5.5rem; background-color: #fff9a8; background-image: radial-gradient(rgba(146, 176, 116, .18) 1.2px, transparent 1.2px), linear-gradient(45deg, transparent 47%, rgba(146, 176, 116, .1) 48%, rgba(146, 176, 116, .1) 52%, transparent 53%); background-size: 28px 28px, 56px 56px; overflow: hidden; }
.animal-pair-grid { width: min(1320px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(360px, 1fr)); gap: clamp(3rem, 6vw, 6rem); align-items: start; }
.animal-pair-item { display: grid; gap: clamp(2.4rem, 4vw, 4rem); }
.animal-pair-card { position: relative; display: block; min-height: clamp(390px, 31vw, 600px); color: #333; text-decoration: none; }
.animal-pair-image { position: relative; display: block; width: min(560px, 100%); aspect-ratio: 1 / 1; margin: 0 auto; padding: .75rem; border-radius: 50%; }
.animal-pair-image::before { content: ""; position: absolute; inset: 0; border: 3px dashed var(--brand); border-radius: 50%; }
.animal-pair-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; box-shadow: 0 24px 54px rgba(31, 38, 50, .1); }
.animal-pair-label { position: absolute; left: 50%; bottom: clamp(.35rem, 1.7vw, 2rem); min-width: min(360px, 60%); padding: 1.05rem 1.75rem; border-radius: 22px; display: block; transform: translateX(-50%); background: #fff; color: #333; text-align: center; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(1.55rem, 2vw, 2.25rem); font-weight: 900; line-height: 1.15; box-shadow: 0 18px 40px rgba(31, 38, 50, .12); white-space: nowrap; }
.animal-pair-label strong { color: var(--brand); font-weight: 900; }
.animal-pair-card:hover .animal-pair-label, .animal-pair-card:focus-visible .animal-pair-label { transform: translateX(-50%) translateY(-4px); }
.animal-pair-copy { width: min(680px, 100%); margin: 0 auto; color: #111; text-align: center; font-size: 17px; line-height: 1.8; }
.animal-pair-copy p { margin: 0 0 1rem; font-size: inherit; }
.animal-pair-copy ul { width: fit-content; margin: .4rem auto 0; padding-left: 1.5rem; text-align: left; }
.animal-pair-copy li { font-size: 17px; line-height: 1.5; }
.other-animals-section { width: 100vw; margin: 0 calc(50% - 50vw) 5rem; padding: 4rem max(2rem, calc((100vw - 1560px) / 2)) 5.8rem; background-color: #fff9a8; background-image: radial-gradient(rgba(146, 176, 116, .18) 1.2px, transparent 1.2px), linear-gradient(45deg, transparent 47%, rgba(146, 176, 116, .1) 48%, rgba(146, 176, 116, .1) 52%, transparent 53%); background-size: 28px 28px, 56px 56px; overflow: hidden; }
.other-animals-section h2 { margin: 0 0 2.8rem; color: #555; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(2.35rem, 3vw, 3.55rem); font-weight: 900; line-height: 1.05; text-align: center; letter-spacing: 0; }
.other-animals-grid { width: min(1320px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(260px, 1fr)); gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.other-animal-item { display: grid; gap: clamp(2.2rem, 3.5vw, 3.8rem); }
.other-animal-card { position: relative; display: block; min-height: clamp(300px, 22vw, 440px); color: #333; text-decoration: none; }
.other-animal-image { position: relative; display: block; width: min(420px, 100%); aspect-ratio: 1 / 1; margin: 0 auto; padding: .65rem; border-radius: 50%; }
.other-animal-image::before { content: ""; position: absolute; inset: 0; border: 3px dashed var(--brand); border-radius: 50%; }
.other-animal-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; box-shadow: 0 22px 48px rgba(31, 38, 50, .1); }
.other-animal-label { position: absolute; left: 50%; bottom: clamp(.2rem, 1.4vw, 1.3rem); min-width: min(330px, 68%); padding: .95rem 1.45rem; border-radius: 20px; display: block; transform: translateX(-50%); background: #fff; color: #333; text-align: center; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(1.35rem, 1.65vw, 2rem); font-weight: 900; line-height: 1.15; box-shadow: 0 18px 40px rgba(31, 38, 50, .12); white-space: nowrap; }
.other-animal-label strong { color: var(--brand); font-weight: 900; }
.other-animal-copy { width: min(500px, 100%); margin: 0 auto; color: #111; text-align: center; font-size: 17px; line-height: 1.8; }
.other-animal-copy p { margin: 0 0 1rem; font-size: inherit; }
.why-section { width: 100vw; margin: 0 calc(50% - 50vw) 5rem; padding: clamp(4.5rem, 7vw, 6.5rem) clamp(2rem, 5vw, 5rem); display: grid; grid-template-columns: minmax(360px, 540px) minmax(520px, 680px); justify-content: center; gap: clamp(3rem, 5vw, 5rem); background: #08a9d7; color: #fff; overflow: hidden; }
.why-copy { position: relative; padding-top: .6rem; }
.why-backdrop { position: absolute; left: -2.4rem; top: -3.5rem; margin: 0; color: rgba(255,255,255,.12); font-size: clamp(5rem, 8vw, 8.5rem); font-weight: 900; line-height: 1; pointer-events: none; }
.why-copy h2 { position: relative; margin: 0 0 1.6rem; color: #fff; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(2.3rem, 3.2vw, 3.45rem); font-weight: 900; line-height: 1.05; letter-spacing: 0; }
.why-copy h2 span { display: inline-block; width: .35em; height: .35em; margin: 0 .42em .14em 0; border-radius: 50%; background: #fff7a7; vertical-align: middle; }
.why-copy h2 strong { color: #fff7a7; font-weight: 900; }
.why-kicker { margin: 0 0 clamp(2.2rem, 4vw, 4rem); color: rgba(255,255,255,.94); font-size: 17px; line-height: 1.6; }
.why-body { width: min(580px, 100%); margin: 0 0 clamp(2.8rem, 5vw, 4.5rem); color: rgba(255,255,255,.94); font-size: 17px; line-height: 1.9; }
.why-checks { width: min(560px, 100%); margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 1.1rem 2rem; list-style: none; }
.why-checks li { display: flex; align-items: center; gap: 1rem; color: #fff; font-size: 17px; font-weight: 800; line-height: 1.2; }
.why-checks span { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: var(--brand); background: #fff7a7; font-size: 1.15rem; font-weight: 900; }
.why-cards { width: min(680px, 100%); display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: clamp(1.4rem, 2.2vw, 2rem); align-items: start; }
.why-card { min-height: 280px; padding: clamp(1.8rem, 2.4vw, 2.35rem); border-radius: 20px; display: flex; flex-direction: column; justify-content: center; background: #fff; color: #111; box-shadow: 0 18px 38px rgba(0, 71, 98, .12); }
.why-card-featured { background: #fff7a7; }
.why-card-empty { display: none; }
.why-cards .why-card:last-child { grid-column: 1 / -1; min-height: 220px; }
.why-card svg { width: 36px; height: 36px; margin: 0 auto 1.6rem; fill: var(--orange); }
.why-card h3 { margin: 0 0 1rem; color: #111; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(1.55rem, 1.8vw, 2.05rem); font-weight: 900; line-height: 1.3; text-align: left; }
.why-card p { margin: 0; color: #6b6b6b; font-size: 17px; line-height: 1.8; }
.why-card h3 strong { display: block; color: var(--brand); font-weight: 900; }
.why-card ul { margin: 1rem 0 0; padding-left: 1.4rem; color: #111; }
.why-card li { font-size: 17px; line-height: 1.8; }
.testimonials-section { width: min(1540px, calc(100% - 5rem)); margin: 0 auto 5.5rem; padding: clamp(3rem, 6vw, 5rem) 0; }
.testimonials-heading { margin-bottom: 2.4rem; }
.testimonials-heading > p { margin: 0 0 .45rem; color: var(--brand); font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.15rem; font-weight: 900; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 2.4vw, 2rem); align-items: stretch; }
.testimonial-card { min-height: 360px; padding: clamp(1.6rem, 2.6vw, 2.5rem); border-radius: 22px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 22px 55px rgba(31, 38, 50, .1); border: 1px solid rgba(255, 103, 103, .12); }
.testimonial-card::before { content: "“"; color: var(--brand); font-family: Georgia, serif; font-size: 5rem; line-height: .75; margin-bottom: .6rem; }
.testimonial-card-accent { background: #fff7a7; border-color: rgba(255, 103, 103, .22); }
.testimonial-card p { margin: 0 0 1.6rem; color: #333; font-size: 17px; line-height: 1.75; }
.testimonial-card h3 { margin: auto 0 .25rem; color: #111; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.35rem; line-height: 1.1; }
.testimonial-card span { color: #777; font-size: 1rem; }
.photo-gallery-section { width: min(1540px, calc(100% - 5rem)); margin: 0 auto 5.5rem; padding: clamp(3rem, 6vw, 5rem) 0; }
.photo-gallery-heading { margin-bottom: 2.4rem; }
.photo-gallery-heading > p { margin: 0 0 .45rem; color: var(--brand); font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.15rem; font-weight: 900; }
.photo-gallery-heading span { display: block; color: #666; font-size: 17px; }
.photo-gallery-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .9rem; }
.gallery-item { border: 0; padding: 0; border-radius: 12px; overflow: hidden; background: #fff; cursor: pointer; box-shadow: 0 16px 34px rgba(31, 38, 50, .1); }
.gallery-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .18s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.04); }
.gallery-lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 4rem 5rem; background: rgba(0,0,0,.84); }
.gallery-lightbox.is-open { display: flex; }
.gallery-lightbox img { max-width: min(1100px, 100%); max-height: 82vh; border-radius: 12px; object-fit: contain; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.lightbox-close, .lightbox-nav { position: absolute; border: 0; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.16); cursor: pointer; }
.lightbox-close { right: 1.5rem; top: 1.5rem; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-nav { top: 50%; width: 58px; height: 58px; transform: translateY(-50%); font-size: 3rem; line-height: 1; }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }
.lightbox-close:hover, .lightbox-nav:hover, .lightbox-close:focus-visible, .lightbox-nav:focus-visible { background: var(--brand); }
.faq-section { width: min(1800px, calc(100% - 5rem)); margin: 0 auto 5.5rem; padding: clamp(2rem, 5vw, 4rem) 0; }
.faq-heading { width: 100%; margin: 0 0 3rem; text-align: left; }
.faq-heading h2 { margin: 0; color: #050505; font-family: Arial, Helvetica, sans-serif; font-size: clamp(2.35rem, 3vw, 3.55rem); font-weight: 800; line-height: 1.12; letter-spacing: 0; }
.faq-heading h2::first-letter { color: #050505; }
.faq-list { display: block; border: 1px solid #d8dce0; background: #fff; }
.faq-list details { border: 0; border-bottom: 1px solid #d8dce0; border-radius: 0; background: #fff; box-shadow: none; overflow: hidden; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { min-height: 68px; padding: 1.25rem 1.5rem 1.25rem 4.1rem; position: relative; cursor: pointer; color: #111; font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: 800; line-height: 1.25; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "+"; position: absolute; left: 1.6rem; top: 50%; transform: translateY(-50%); color: #111; font-family: Arial, Helvetica, sans-serif; font-size: 2rem; font-weight: 700; line-height: 1; }
.faq-list details[open] summary::before { content: "−"; }
.faq-list details[open] summary { color: #111; }
.faq-list details p { margin: 0; padding: 0 4.1rem 1.35rem; color: #555; font-size: 17px; line-height: 1.75; }
.home-contact-section { width: 100vw; margin: 0 calc(50% - 50vw) 0; padding: clamp(3rem, 6vw, 6rem) max(2rem, calc((100vw - 1280px) / 2)); background: var(--brand); }
.home-contact-card { position: relative; width: min(1100px, 100%); margin: 0 auto; padding: clamp(2rem, 4vw, 4.5rem); border-radius: 56px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: clamp(2rem, 4vw, 4rem); background: #fff; overflow: hidden; }
.contact-backdrop { position: absolute; left: clamp(1rem, 5vw, 4rem); top: 1rem; margin: 0; color: rgba(255, 229, 28, .35); font-size: clamp(5rem, 10vw, 10rem); font-weight: 900; line-height: .8; pointer-events: none; }
.contact-details, .contact-form { position: relative; z-index: 1; }
.contact-details h2 { margin: 0 0 1.2rem; color: #111; font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: clamp(2.35rem, 3vw, 3.55rem); line-height: 1; }
.contact-details p, .contact-details li { color: #111; font-size: 17px; line-height: 1.65; }
.contact-details p { margin: 0 0 .9rem; }
.contact-details ul { margin: -.4rem 0 1.4rem 1.3rem; padding-left: 1.1rem; }
.contact-details a { color: #4a7df0; text-decoration: none; }
.contact-form { display: grid; gap: .9rem; align-content: start; }
.contact-form label { display: grid; gap: .35rem; color: #111; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(31, 38, 50, .18); border-radius: 14px; padding: .95rem 1rem; color: #111; background: #fff; font: inherit; }
.contact-form .consent-checkbox { display: flex; align-items: flex-start; gap: .7rem; font-weight: 700; color: #333; line-height: 1.35; }
.contact-form .consent-checkbox input { width: 18px; height: 18px; min-width: 18px; margin-top: .15rem; padding: 0; accent-color: var(--brand); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(255, 103, 103, .22); border-color: var(--brand); }
.contact-form button { min-height: 54px; border: 0; border-radius: 999px; padding: .9rem 1.4rem; color: #fff; background: var(--brand); font: inherit; font-weight: 900; cursor: pointer; box-shadow: 0 14px 28px rgba(255, 103, 103, .28); }
.contact-page-section { width: min(860px, calc(100% - 48px)); margin: clamp(2rem, 5vw, 4rem) auto clamp(4rem, 7vw, 6rem); }
.contact-page-card { padding: clamp(1.5rem, 4vw, 3rem); border-radius: 32px; background: #fff; border: 1px solid rgba(31,38,50,.1); box-shadow: 0 20px 54px rgba(31,38,50,.08); }
.contact-page-card .section-heading { margin-bottom: 1.6rem; }
.contact-page-card .contact-form { max-width: 680px; margin: 0 auto; }
.thank-you-section { width: min(960px, calc(100% - 48px)); margin: clamp(2.5rem, 7vw, 5rem) auto clamp(5rem, 8vw, 7rem); }
.thank-you-card { position: relative; overflow: hidden; padding: clamp(2.25rem, 6vw, 5rem); border-radius: 36px; background: linear-gradient(135deg, #fff 0%, #fff7ef 55%, #fff9a8 100%); border: 1px solid rgba(31,38,50,.1); box-shadow: 0 24px 70px rgba(31,38,50,.1); text-align: center; }
.thank-you-card:before { content: ""; position: absolute; inset: auto -80px -110px auto; width: 260px; height: 260px; border-radius: 50%; background: rgba(8,169,215,.14); }
.thank-you-card > * { position: relative; z-index: 1; }
.thank-you-card h1 { max-width: 780px; margin: .35rem auto 1rem; font-size: clamp(2.4rem, 6vw, 5rem); line-height: .95; }
.thank-you-card p { max-width: 680px; margin: 0 auto 1rem; color: #2d3440; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.thank-you-card a:not(.primary-cta):not(.secondary-cta) { color: #2563eb; font-weight: 800; text-decoration: none; }
.thank-you-card .service-detail-actions { justify-content: center; margin-top: 1.7rem; }
.hero { width: min(var(--header-max), calc(100vw - 2rem)); margin: -3rem calc(50% - min(var(--header-max), calc(100vw - 2rem)) / 2) 3.25rem; min-height: 520px; display: flex; align-items: flex-end; background: linear-gradient(90deg, rgba(16, 22, 32, .82), rgba(16, 22, 32, .48) 46%, rgba(16, 22, 32, .08)), url('/assets/images/animal-hotel-hero.webp') center/cover no-repeat; border-radius: 0 0 12px 12px; overflow: hidden; }
.hero-copy { width: min(720px, calc(100% - 2rem)); margin: 0 0 4rem clamp(1rem, 6vw, 5rem); color: #fff; }
.hero h1 { color: #fff; margin-bottom: 1rem; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero p { max-width: 62ch; font-size: 1.12rem; color: rgba(255,255,255,.94); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.primary-cta, .secondary-cta { display: inline-flex; align-items: center; min-height: 44px; padding: .72rem 1rem; border-radius: 8px; text-decoration: none; font-weight: 800; line-height: 1; }
.primary-cta { color: #fff; background: var(--orange); box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.secondary-cta { color: #fff; border: 1px solid rgba(255,255,255,.62); background: rgba(255,255,255,.12); }
.service-detail { width: min(1180px, calc(100% - 48px)); margin: clamp(2.5rem, 5vw, 5rem) auto clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.page-casa-seniorilor .content,
.page-day-care-gradinita-canina .content { padding-top: clamp(1rem, 2.4vw, 2rem); }
.page-casa-seniorilor .service-detail,
.page-day-care-gradinita-canina .service-detail { margin-top: 0; margin-bottom: clamp(2.5rem, 5vw, 4rem); align-items: start; }
.service-detail-copy { max-width: 720px; }
.eyebrow { width: fit-content; margin: 0 0 1rem; padding: .45rem .75rem; border-radius: 999px; color: #b83333; background: rgba(255, 103, 103, .12); font-family: Inter, Arial, Helvetica, sans-serif; font-size: .88rem; font-weight: 800; line-height: 1; }
.service-detail h1 { margin: 0 0 1.35rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 800; line-height: .96; letter-spacing: -.035em; }
.service-detail p:not(.eyebrow) { max-width: 68ch; margin: 0 0 1rem; color: #333b45; font-size: 18px; line-height: 1.85; }
.service-lead { color: #111 !important; font-weight: 700; }
.service-benefits, .service-note { margin-top: 1.7rem; padding: 1.35rem; border-radius: 22px; background: #fff; border: 1px solid rgba(31,38,50,.1); box-shadow: 0 16px 40px rgba(31,38,50,.06); }
.service-benefits h2, .service-note h2 { margin: 0 0 .9rem; color: #111; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1.35rem; line-height: 1.15; letter-spacing: -.015em; }
.service-benefits ul { margin: 0; padding: 0; display: grid; gap: .65rem; list-style: none; }
.service-benefits li { position: relative; padding-left: 1.65rem; color: #333b45; font-size: 17px; line-height: 1.6; }
.service-benefits li::before { content: "✓"; position: absolute; left: 0; top: .05rem; width: 1.15rem; height: 1.15rem; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--brand); font-size: .72rem; font-weight: 900; }
.service-note p { margin-bottom: 0 !important; }
.service-detail-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.page-casa-seniorilor .service-detail-actions,
.page-day-care-gradinita-canina .service-detail-actions { margin: .35rem 0 1.55rem; }
.service-detail-actions .primary-cta, .service-detail-actions .secondary-cta { min-height: 48px; border-radius: 999px; padding: .82rem 1.1rem; font-family: Inter, Arial, Helvetica, sans-serif; font-size: .98rem; }
.secondary-cta.dark { color: #1f2632; border-color: rgba(31,38,50,.16); background: #fff; box-shadow: 0 10px 24px rgba(31,38,50,.06); }
.service-detail-media { margin: 0; border-radius: 32px; overflow: hidden; background: #fff; box-shadow: 0 24px 70px rgba(31,38,50,.12); }
.service-detail-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.page-contact-section { margin-top: 0; }
.page-cabinet-veterinar .content { width: 100%; padding-top: clamp(1.5rem, 3vw, 2rem); }
.cabinet-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto clamp(4rem, 7vw, 6rem); }
.cabinet-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; margin-bottom: clamp(2.4rem, 5vw, 4rem); }
.cabinet-hero-copy { min-width: 0; }
.breadcrumb-line { width: fit-content; max-width: 100%; margin: 0 0 1.1rem; padding: .5rem .75rem; border-radius: 999px; color: #6f3940; background: rgba(255,103,103,.1); font-size: .92rem; font-weight: 700; line-height: 1.35; }
.cabinet-hero h1 { max-width: 720px; margin: 0 0 .95rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(1.85rem, 3.15vw, 2.9rem); font-weight: 800; line-height: 1.05; letter-spacing: -.03em; }
.cabinet-lead { max-width: 740px; margin: 0; color: #333b45; font-size: 16.5px; line-height: 1.65; }
.cabinet-hero .service-detail-actions { margin-top: .95rem; }
.cabinet-hero-media { position: relative; margin: 0; border-radius: 32px; overflow: hidden; background: #fff; box-shadow: 0 24px 70px rgba(31,38,50,.12); }
.cabinet-hero-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; display: block; }
.cabinet-google-badge { position: static; width: fit-content; justify-content: center; margin: .85rem auto 1rem; min-height: 50px; padding: .55rem .9rem; font-size: .92rem; border-radius: 999px; box-shadow: 0 12px 28px rgba(31,38,50,.12); }
.cabinet-google-badge .google-mark { font-size: 1.35rem; }
.cabinet-google-badge .stars { font-size: 1rem; }
.cabinet-google-badge strong { font-size: 1.08rem; }
.cabinet-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1rem; }
.cabinet-section { padding: clamp(1.25rem, 2.4vw, 2rem); border: 1px solid rgba(31,38,50,.1); border-radius: 24px; background: #fff; box-shadow: 0 16px 42px rgba(31,38,50,.06); }
.cabinet-section:first-child, .cabinet-section:nth-child(2), .cabinet-section:last-child { grid-column: 1 / -1; }
.cabinet-section h2 { margin: 0 0 .85rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(1.45rem, 2.1vw, 2.15rem); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
.cabinet-section p { margin: 0 0 1rem; color: #333b45; font-size: 17px; line-height: 1.8; }
.cabinet-section p:last-child { margin-bottom: 0; }
.cabinet-section h3 { margin: 1.25rem 0 .6rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1.08rem; font-weight: 800; line-height: 1.2; }
.cabinet-highlight { background: linear-gradient(135deg, #fff8b7, #fffdf0); border-color: rgba(244,194,0,.3); }
.cosmetica-page .cabinet-content { align-items: start; }
.cosmetica-page .cabinet-content .cabinet-section:nth-child(4),
.cosmetica-page .cabinet-content .cabinet-section:nth-child(6) { grid-column: 1 / -1; }
.cosmetica-services-card { padding: clamp(1.4rem, 2.8vw, 2.2rem); }
.cosmetica-service-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; margin-top: .4rem; }
.cosmetica-service-points article { padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(31,38,50,.08); }
.cosmetica-service-points h3 { margin-top: 0; }
.cosmetica-service-points p { font-size: 16px; line-height: 1.65; }
.cosmetica-basic-table { margin-top: 1.2rem; border: 1px solid rgba(31,38,50,.1); border-radius: 18px; overflow: hidden; background: #fff; }
.cosmetica-basic-table > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cosmetica-basic-table > div + div { border-top: 1px solid rgba(31,38,50,.08); }
.cosmetica-basic-table strong, .cosmetica-basic-table span { padding: .85rem 1rem; color: #303742; font-size: 16px; line-height: 1.35; }
.cosmetica-basic-table strong { color: #fff; background: var(--brand); }
.cosmetica-basic-table strong + strong, .cosmetica-basic-table span + span { border-left: 1px solid rgba(31,38,50,.08); }
.cosmetica-pricing-section { width: min(1180px, calc(100% - 48px)); margin: clamp(3rem, 6vw, 5rem) auto; }
.cosmetica-pricing-section .section-heading { margin-bottom: 1.4rem; }
.cosmetica-criteria { margin: 0 0 1.4rem; padding: 0; display: flex; flex-wrap: wrap; gap: .65rem; list-style: none; counter-reset: criteria; }
.cosmetica-criteria li { counter-increment: criteria; min-height: 38px; display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .75rem; border-radius: 999px; color: #303742; background: #fff; border: 1px solid rgba(31,38,50,.1); font-size: 15px; font-weight: 700; box-shadow: 0 10px 26px rgba(31,38,50,.05); }
.cosmetica-criteria li::before { content: counter(criteria); width: 1.35rem; height: 1.35rem; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--brand); font-size: .78rem; font-weight: 900; }
.cosmetica-pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.cosmetica-price-card { min-width: 0; padding: clamp(1.15rem, 2vw, 1.55rem); border-radius: 24px; background: #fff; border: 1px solid rgba(31,38,50,.1); box-shadow: 0 16px 42px rgba(31,38,50,.06); }
.cosmetica-price-card h3 { margin: 0 0 1rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1.2rem; font-weight: 800; line-height: 1.15; letter-spacing: -.01em; }
.cosmetica-price-card table { width: 100%; margin: 0 0 1rem; border-collapse: collapse; }
.cosmetica-price-card td { padding: .62rem .2rem; border-bottom: 1px solid rgba(31,38,50,.08); color: #303742; font-size: 15px; line-height: 1.35; vertical-align: top; }
.cosmetica-price-card td:last-child { color: #111; font-weight: 800; text-align: right; white-space: nowrap; }
.cosmetica-price-card h4 { margin: .9rem 0 .5rem; color: #b83333; font-family: Inter, Arial, Helvetica, sans-serif; font-size: .98rem; font-weight: 800; }
.cosmetica-price-card ul { margin: 0; padding: 0; display: grid; gap: .42rem; list-style: none; }
.cosmetica-price-card li { position: relative; padding-left: 1.25rem; color: #333b45; font-size: 15px; line-height: 1.45; }
.cosmetica-price-card li::before { content: "✓"; position: absolute; left: 0; top: .1rem; color: var(--brand); font-weight: 900; }
.cosmetica-extra-fees { width: min(760px, 100%); margin: 1rem auto 0; padding: clamp(1.2rem, 2.4vw, 1.8rem); border-radius: 24px; background: linear-gradient(135deg, #fff8b7, #fffdf0); border: 1px solid rgba(244,194,0,.32); box-shadow: 0 16px 42px rgba(31,38,50,.06); }
.cosmetica-extra-fees h3 { margin: 0 0 .85rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1.25rem; font-weight: 800; }
.cosmetica-extra-fees ul { margin: 0 0 1rem; padding-left: 1.2rem; }
.cosmetica-extra-fees li { color: #333b45; font-size: 16px; line-height: 1.55; }
.cosmetica-extra-fees strong { color: #111; font-size: 1.05rem; }
.cabinet-services { margin-top: clamp(2.5rem, 5vw, 4.5rem); }
.cabinet-services .section-heading { margin-bottom: 1.6rem; }
.cabinet-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.cabinet-service-card { padding: clamp(1.15rem, 2vw, 1.65rem); border-radius: 24px; background: #fff; border: 1px solid rgba(31,38,50,.1); box-shadow: 0 16px 42px rgba(31,38,50,.06); }
.cabinet-service-card h3 { margin: 0 0 .95rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1.18rem; font-weight: 800; line-height: 1.18; letter-spacing: -.01em; }
.cabinet-service-card p { margin: 0; color: #333b45; font-size: 16px; line-height: 1.65; }
.cabinet-service-card ul { margin: 0; padding: 0; display: grid; gap: .62rem; list-style: none; }
.cabinet-service-card li { position: relative; padding-left: 1.45rem; color: #333b45; font-size: 16px; line-height: 1.55; }
.cabinet-service-card li::before { content: "✓"; position: absolute; left: 0; top: .08rem; width: 1rem; height: 1rem; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--brand); font-size: .65rem; font-weight: 900; }
.cabinet-medical-section { margin-top: clamp(3rem, 6vw, 5rem); }
.cabinet-medical-section .section-heading { margin-bottom: 1.6rem; }
.cabinet-medical-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.cabinet-medical-grid.single-column-grid { grid-template-columns: 1fr; }
.cabinet-medical-card { padding: clamp(1.25rem, 2.4vw, 2rem); border-radius: 24px; background: #fff; border: 1px solid rgba(31,38,50,.1); box-shadow: 0 16px 42px rgba(31,38,50,.06); }
.cabinet-medical-card-wide { grid-column: 1 / -1; }
.cabinet-medical-card h3 { margin: 0 0 .85rem; color: #101319; font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 800; line-height: 1.14; letter-spacing: -.02em; }
.cabinet-medical-card h4 { margin: 1.25rem 0 .55rem; color: #b83333; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1.05rem; font-weight: 800; line-height: 1.2; }
.cabinet-medical-card p { margin: 0 0 1rem; color: #333b45; font-size: 17px; line-height: 1.78; }
.cabinet-medical-card p:last-child { margin-bottom: 0; }
.cabinet-appointment-card { background: linear-gradient(135deg, #fff8b7, #fffdf0); border-color: rgba(244,194,0,.32); }
.cabinet-appointment-card address { margin: 1rem 0 0; display: grid; gap: .55rem; color: #303742; font-style: normal; font-size: 16px; line-height: 1.45; }
.cabinet-appointment-card a { color: #3267d6; text-decoration: none; font-weight: 700; }
.pricing-section { width: min(1180px, calc(100% - 48px)); margin: clamp(3rem, 6vw, 5rem) auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pricing-section .section-heading { grid-column: 1 / -1; margin-bottom: .6rem; }
.price-category { min-width: 0; padding: clamp(1.15rem, 2vw, 1.6rem); border-radius: 24px; background: #fff; border: 1px solid rgba(31,38,50,.1); box-shadow: 0 16px 42px rgba(31,38,50,.06); }
.price-category-large { grid-column: 1 / -1; }
.price-category h3 { width: fit-content; max-width: 100%; margin: 0 0 1rem; padding: .56rem .82rem; border-radius: 999px; color: #fff; background: var(--brand); font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.1; }
.price-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.price-table th { padding: .65rem .35rem; color: #737b86; border-bottom: 1px solid rgba(31,38,50,.12); font-size: .78rem; font-weight: 800; line-height: 1.2; text-align: left; text-transform: uppercase; letter-spacing: .04em; }
.price-table th:last-child { width: 130px; text-align: right; }
.price-table td { padding: .78rem .35rem; border-bottom: 1px solid rgba(31,38,50,.08); color: #303742; font-size: 15.5px; line-height: 1.4; vertical-align: top; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { color: #111; font-weight: 800; text-align: right; white-space: nowrap; }
h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; color: var(--brand); margin: 0 0 1.5rem; }
h2 { font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.15; color: var(--brand); margin: 2.75rem 0 1rem; }
h3, h4 { color: #6a2e2e; margin: 2rem 0 .75rem; }
p, li { font-size: 17px; }
ul { padding-left: 1.4rem; }
.gallery { margin-top: 3rem; }
.image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.image-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; background: #fff; border: 1px solid var(--line); }
.site-footer { background: #202124; color: #fff; padding: 3rem max(1rem, calc((100vw - var(--header-max)) / 2)) 1.2rem; }
.site-footer a { color: #fff; text-decoration: none; }
.footer-inner { width: min(var(--header-max), calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: minmax(230px, 1.25fr) repeat(3, minmax(170px, 1fr)); gap: 2rem; }
.footer-brand img { width: 128px; filter: invert(1); margin-bottom: 1rem; }
.footer-brand p, .footer-contact p { color: rgba(255,255,255,.78); margin: 0 0 1rem; }
.footer-cta { display: inline-flex; align-items: center; min-height: 40px; padding: .72rem .95rem; border-radius: 8px; background: var(--orange); font-weight: 800; line-height: 1; }
.footer-column h2 { color: #fff; font-size: 1rem; margin: 0 0 .9rem; }
.footer-column a { display: block; color: rgba(255,255,255,.82); padding: .24rem 0; }
.footer-column a:hover, .footer-column a:focus-visible { color: #fff; }
.footer-map { width: min(var(--header-max), calc(100% - 2rem)); margin: 2.5rem auto 0; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,.08); aspect-ratio: 16 / 5; min-height: 300px; }
.footer-map iframe { width: 100%; height: 100%; display: block; border: 0; }
.footer-bottom { width: min(var(--header-max), calc(100% - 2rem)); margin: 2.4rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.66); font-size: .92rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .9rem; }
.footer-bottom a { color: rgba(255,255,255,.72); }

/* Modern homepage direction: cleaner 2026 layout, using the same content and assets. */
.special-card:hover .special-label, .special-card:focus-visible .special-label,
.animal-pair-card:hover .animal-pair-label, .animal-pair-card:focus-visible .animal-pair-label,
.other-animal-card:hover .other-animal-label, .other-animal-card:focus-visible .other-animal-label,
.premium-dog-card:hover .premium-label, .premium-dog-card:focus-visible .premium-label { transform: none; }
.special-card:hover img, .special-card:focus-visible img,
.animal-pair-card:hover img, .animal-pair-card:focus-visible img,
.other-animal-card:hover img, .other-animal-card:focus-visible img,
.premium-dog-card:hover img, .premium-dog-card:focus-visible img { transform: none; opacity: 1; filter: none; }
body { background: #fffaf4; }
.hero-slide { width: 100vw; min-height: clamp(620px, 76vh, 820px); margin: 0 calc(50% - 50vw) 5.25rem; border-radius: 0; overflow: hidden; background-position: 50% 48%; box-shadow: none; align-items: flex-start; }
.hero-slide::before { background: linear-gradient(90deg, rgba(12, 18, 28, .7) 0%, rgba(12, 18, 28, .42) 42%, rgba(12, 18, 28, .08) 100%); backdrop-filter: none; }
.hero-slide-content { width: min(1180px, calc(100% - 64px)); padding: clamp(3.4rem, 9vh, 5.2rem) 0 0; }
.hero-title { max-width: 640px; padding: 0; background: transparent; font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(2.9rem, 5vw, 5.25rem); font-weight: 800; line-height: .98; letter-spacing: -.03em; text-shadow: 0 12px 34px rgba(0,0,0,.22); }
.hero-button-grid { width: min(520px, 100%); margin-top: 1.85rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.hero-button-grid a { min-height: 46px; border-radius: 999px; padding: .62rem .78rem; font-family: Inter, Arial, Helvetica, sans-serif; font-size: .9rem; font-weight: 800; box-shadow: 0 10px 20px rgba(255, 93, 34, .2); }
.google-badge { position: relative; inset: auto; width: fit-content; margin-top: 1rem; min-height: 58px; border-radius: 999px; padding: .65rem 1rem; font-size: 1rem; }
.hero-arrow { display: none; }

.home-intro, .home-specials, .testimonials-section, .photo-gallery-section, .faq-section { width: min(1180px, calc(100% - 48px)); }
.home-intro { margin: 0 auto 5.5rem; left: auto; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: clamp(2.5rem, 5vw, 5rem); transform: none; }
.home-intro-copy h1, .section-heading h2, .premium-heading h2, .other-animals-section h2, .why-copy h2, .faq-heading h2, .contact-details h2 { font-family: Inter, Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -.025em; }
.home-intro-copy h1 { font-size: clamp(2.7rem, 4.2vw, 5rem); line-height: 1.04; }
.home-intro-copy > p { max-width: 680px; color: #30343a; line-height: 1.8; }
.home-intro-actions { margin-top: 2.4rem; gap: 1rem; }
.intro-cta { min-height: 54px; border-radius: 999px; font-size: 1rem; padding: .9rem 1.3rem; box-shadow: none; }
.hours-card { min-height: 54px; border: 1px solid rgba(255, 103, 103, .28); border-radius: 999px; padding: .75rem 1.2rem; box-shadow: 0 12px 30px rgba(31,38,50,.06); }
.home-intro-media { padding: 0; }
.home-intro-media::before { display: none; }
.home-intro-media img { aspect-ratio: 4 / 3; border-radius: 28px; box-shadow: 0 24px 60px rgba(31,38,50,.12); }

.section-heading { width: min(760px, 100%); margin-bottom: 2.4rem; }
.section-heading h2 { font-size: clamp(2.2rem, 3.6vw, 4rem); line-height: 1.02; }
.home-specials { margin: 0 auto 5rem; left: auto; transform: none; }
.special-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.special-card { min-height: auto; padding: 0; border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 18px 48px rgba(31,38,50,.09); }
.special-image-wrap { width: 100%; padding: 0; border-radius: 0; }
.special-image-wrap::before { display: none; }
.special-image-wrap img { aspect-ratio: 16 / 11; border-radius: 0; box-shadow: none; }
.special-label { position: static; width: fit-content; max-width: calc(100% - 2rem); min-width: 0; margin: 1rem; padding: .68rem .95rem; border-radius: 999px; transform: none; display: inline-flex; align-items: center; gap: .5rem; background: #fff; color: #1f2632; border: 1px solid rgba(31,38,50,.1); font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(.98rem, 1.15vw, 1.12rem); font-weight: 800; line-height: 1.05; text-align: left; box-shadow: 0 12px 28px rgba(31,38,50,.09); white-space: nowrap; }
.special-label-wide { min-width: min(360px, calc(100% - 2rem)); }
.special-label strong { white-space: nowrap; }
.special-label::after { content: "→"; width: 1.35rem; height: 1.35rem; border-radius: 50%; display: inline-grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--brand); font-size: .95rem; line-height: 1; }

.premium-dog-section, .animal-pair-section, .other-animals-section { margin: 0 calc(50% - 50vw) 5rem; padding: clamp(4rem, 7vw, 6rem) max(24px, calc((100vw - 1180px) / 2)); background: #f6f0e7; background-image: none; }
.premium-layout { width: min(1180px, 100%); grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.08fr); gap: clamp(1.5rem, 3vw, 2.4rem); align-items: stretch; }
.premium-dog-card { padding: .75rem; border-radius: 32px; background: rgba(255,255,255,.86); border: 1px solid rgba(31,38,50,.08); box-shadow: 0 22px 58px rgba(31,38,50,.08); }
.premium-circle, .animal-pair-image, .other-animal-image { width: 100%; padding: 0; border-radius: 28px; overflow: hidden; }
.premium-circle::before, .animal-pair-image::before, .other-animal-image::before { display: none; }
.premium-circle img, .animal-pair-image img, .other-animal-image img { aspect-ratio: 4 / 3; border-radius: 28px; box-shadow: 0 20px 50px rgba(31,38,50,.1); }
.premium-label, .animal-pair-label, .other-animal-label { left: 1rem; right: auto; bottom: 1rem; width: fit-content; max-width: calc(100% - 2rem); min-width: 0; padding: .68rem .95rem; transform: none; display: inline-flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid rgba(31,38,50,.1); border-radius: 999px; font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(.95rem, 1vw, 1.05rem); box-shadow: 0 12px 28px rgba(31,38,50,.1); white-space: nowrap; }
.premium-label::after, .animal-pair-label::after, .other-animal-label::after { content: "→"; width: 1.35rem; height: 1.35rem; border-radius: 50%; display: inline-grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--brand); font-size: .95rem; line-height: 1; }
.premium-media { display: grid; grid-template-columns: minmax(210px, .62fr) minmax(180px, .78fr); grid-template-rows: auto 1fr; align-items: stretch; gap: 1rem; padding: 1.05rem; border-radius: 32px; background: rgba(255,255,255,.9); border: 1px solid rgba(31,38,50,.08); box-shadow: 0 22px 58px rgba(31,38,50,.08); }
.premium-media h3 { grid-column: 1 / -1; width: 100%; margin: 0; padding: 0 .15rem; font-family: Inter, Arial, Helvetica, sans-serif; font-size: clamp(1.1rem, 1.4vw, 1.45rem); font-weight: 800; line-height: 1.15; text-align: left; }
.video-card { width: 100%; height: 100%; max-height: 460px; border-radius: 24px; overflow: hidden; box-shadow: none; }
.premium-thumbs { display: grid; grid-template-columns: 1fr; gap: .8rem; align-self: stretch; }
.premium-thumbs img { width: 100%; height: 100%; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; box-shadow: none; }
.premium-copy { width: min(960px, 100%); color: #30343a; }

.animal-pair-grid { width: min(1180px, 100%); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.animal-pair-item, .other-animal-item { gap: 1.2rem; }
.animal-pair-card, .other-animal-card { min-height: auto; padding: 0; border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 18px 48px rgba(31,38,50,.08); }
.animal-pair-copy, .other-animal-copy { width: min(540px, 100%); padding: 0 .4rem; color: #30343a; text-align: left; line-height: 1.75; }
.other-animals-grid { width: min(1180px, 100%); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }

.photo-gallery-section { margin-bottom: 5rem; }
.photo-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.gallery-item { border-radius: 20px; box-shadow: none; }

.why-section { margin: 0 calc(50% - 50vw) 5rem; padding: clamp(4.5rem, 7vw, 6.5rem) max(28px, calc((100vw - 1220px) / 2)); grid-template-columns: minmax(0, 500px) minmax(0, 640px); gap: clamp(2.5rem, 5vw, 5rem); background: linear-gradient(135deg, #fffaf4 0%, #f7fbfc 100%); color: #15181d; border-top: 1px solid rgba(31,38,50,.08); border-bottom: 1px solid rgba(31,38,50,.08); align-items: center; }
.why-backdrop { display: none; }
.why-copy { padding: clamp(1rem, 2vw, 1.5rem) 0; }
.why-copy h2 { max-width: 460px; color: #111; font-size: clamp(2.25rem, 3.4vw, 4rem); line-height: 1.02; }
.why-copy h2 span { background: var(--brand); }
.why-copy h2 strong { color: #079bc6; }
.why-kicker { max-width: 520px; margin-bottom: 1.8rem; color: #69717c; font-size: 16px; line-height: 1.6; }
.why-body { max-width: 560px; margin-bottom: 2.2rem; color: #2f3742; font-size: 17px; line-height: 1.85; }
.why-checks { grid-template-columns: 1fr 1fr; gap: .85rem; }
.why-checks li { min-height: 54px; padding: .75rem .9rem; border-radius: 16px; color: #1f2632; background: rgba(255,255,255,.85); border: 1px solid rgba(31,38,50,.1); box-shadow: 0 12px 30px rgba(31,38,50,.055); font-size: 15px; font-weight: 750; }
.why-checks span { width: 28px; height: 28px; font-size: .9rem; background: #fff1a4; }
.why-cards { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.why-card, .why-cards .why-card:last-child { grid-column: auto; min-height: 0; padding: 1.35rem; border-radius: 22px; justify-content: flex-start; border: 1px solid rgba(31,38,50,.1); background: rgba(255,255,255,.9); box-shadow: 0 18px 42px rgba(31,38,50,.075); }
.why-card-featured { background: linear-gradient(135deg, #fff6a8, #fffbd4); border-color: rgba(244, 194, 0, .26); }
.why-card svg { width: 28px; height: 28px; margin: 0 0 1rem; }
.why-card h3 { margin-bottom: .65rem; font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1.25rem; line-height: 1.15; letter-spacing: -.01em; }
.why-card p { font-size: 16px; line-height: 1.65; }
.why-cards .why-card:nth-child(3) { grid-column: 1 / -1; min-height: 174px; }
.why-card h3 strong { display: inline; color: var(--brand); }
.why-card ul { margin-top: 1rem; padding-left: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; list-style: none; }
.why-card li { min-width: 0; padding: 0; border-radius: 0; background: transparent; line-height: 1.25; font-size: 15px; }
.why-service-links a, .why-service-links span { min-height: 54px; padding: .75rem .95rem; border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: .75rem; color: #1f2632; background: #f5efe7; text-decoration: none; border: 1px solid rgba(31,38,50,.08); transition: background .16s ease, color .16s ease, transform .16s ease; }
.why-service-links a::after { content: "›"; color: var(--brand); font-size: 1.2rem; line-height: 1; }
.why-service-links a:hover, .why-service-links a:focus-visible { color: #111; background: #fff; transform: translateY(-1px); }
.why-service-links span { color: #6d7480; background: #f1eee9; }

.testimonials-section { margin-bottom: 5rem; }
.testimonial-card { min-height: 0; border-radius: 24px; box-shadow: 0 18px 44px rgba(31,38,50,.08); }
.faq-section { width: min(1180px, calc(100% - 48px)); }
.faq-list { border-radius: 20px; overflow: hidden; border-color: rgba(31,38,50,.12); }
.home-contact-section { padding: clamp(4rem, 7vw, 6rem) max(24px, calc((100vw - 1180px) / 2)); background: #ff6767; }
.home-contact-card { width: min(980px, 100%); border-radius: 32px; }
@media (max-width: 980px) {
  .site-header { position: -webkit-sticky; position: sticky; top: 0; z-index: 1000; }
  .top-bar { background: #fff; border-bottom: 1px solid rgba(0,0,0,.08); }
  .top-inner { width: min(420px, calc(100% - 1rem)); min-height: 92px; display: grid; grid-template-columns: 1fr auto; grid-template-areas: "cta cta" "brand menu"; align-items: center; gap: .45rem .75rem; padding: .55rem 0 .65rem; }
  .brand { grid-area: brand; position: static; transform: none; min-height: 0; width: auto; padding: 0; border-right: 0; }
  .brand img { width: 86px; }
  .top-layout { grid-area: cta; display: flex; justify-content: center; padding: 0; }
  .top-contact { display: none; }
  .booking-pill { margin: 0; padding: .48rem .78rem; border-radius: 999px; font-size: 10px; line-height: 1; }
  .mobile-menu-toggle { grid-area: menu; display: inline-flex; align-items: center; justify-content: center; gap: .28rem; justify-self: end; }
  .main-nav { display: none; border-top: 1px solid rgba(0,0,0,.06); }
  .site-header.is-menu-open .main-nav { display: block; }
  .nav-inner { width: min(420px, calc(100% - 1rem)); min-height: 0; padding: .7rem 0; justify-content: flex-start; overflow-x: visible; flex-direction: column; align-items: stretch; gap: .15rem; }
  .nav-wrap { min-height: 0; display: block; }
  .nav-item { min-height: 42px; width: 100%; justify-content: space-between; font-size: 14px; padding-inline: .6rem; }
  .nav-item::after { display: none; }
  .site-header.is-menu-open .submenu {
    position: static;
    display: grid;
    min-width: 0;
    padding: .15rem 0 .55rem 1rem;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .site-header.is-menu-open .submenu-link {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: .35rem .75rem;
    border-radius: 10px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 600;
  }
  .site-header.is-menu-open .submenu-link:hover,
  .site-header.is-menu-open .submenu-link:focus-visible {
    color: var(--brand);
    background: rgba(255, 103, 103, .08);
  }
  .hero-slide { min-height: 640px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); align-items: flex-start; border-radius: 0; background-position: 52% center; }
  .hero-slide::before { backdrop-filter: blur(1px); background: rgba(134, 132, 168, .3); }
  .hero-slide-content { width: min(420px, calc(100% - 1rem)); padding: 2.4rem 0 0; }
  .hero-title { max-width: 100%; font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-button-grid { margin-top: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .hero-button-grid a { min-height: 58px; font-size: 1.2rem; }
  .google-badge { left: auto; right: auto; top: auto; bottom: auto; min-height: 54px; margin-top: .9rem; padding: .55rem .75rem; font-size: .92rem; }
  .google-g, .google-mark { font-size: 1.35rem; }
  .stars { font-size: 1.05rem; }
  .google-badge strong { font-size: 1.05rem; }
  .hero-arrow { display: none; }
  .home-intro { width: min(420px, calc(100% - 2rem)); margin: 2.4rem auto 3rem; left: auto; grid-template-columns: 1fr; gap: 1.8rem; transform: none; }
  .home-intro-copy h1 { font-size: clamp(2.5rem, 11vw, 3.8rem); line-height: 1.18; margin-bottom: 1.2rem; }
  .home-intro-copy > p { font-size: 17px; line-height: 1.8; }
  .home-intro-actions { margin-top: 1.8rem; flex-direction: column; align-items: stretch; gap: 1rem; }
  .intro-cta, .hours-card { width: 100%; min-height: 64px; justify-content: center; border-radius: 20px; padding: .9rem 1.2rem; }
  .hours-card { justify-content: flex-start; }
  .hours-card p { white-space: normal; }
  .home-intro-media { order: -1; padding: 1.6rem 0 1.8rem 1.4rem; }
  .home-intro-media::before { right: 1.6rem; background-size: 24px 24px; }
  .home-intro-media img { border-radius: 14px; }
  .section-heading { margin-bottom: 1.6rem; }
  .section-heading h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .section-heading p { font-size: 17px; }
  .home-specials { width: min(420px, calc(100% - 2rem)); margin: 2rem auto 3rem; left: auto; transform: none; }
  .special-card-grid { grid-template-columns: 1fr; gap: 2rem; }
  .special-card { min-height: auto; padding-bottom: 3.2rem; }
  .special-image-wrap { width: min(100%, 340px); padding: .5rem; }
  .special-image-wrap::before { border-width: 2px; }
  .special-label { width: fit-content; max-width: calc(100% - 2rem); margin: .9rem; padding: .62rem .85rem; border-radius: 999px; font-size: .98rem; white-space: nowrap; }
  .special-label-wide { min-width: min(360px, calc(100% - 2rem)); }
  .premium-dog-section { padding: 3rem 1rem; }
  .premium-heading { margin-bottom: 2rem; }
  .premium-heading h2 { flex-wrap: wrap; justify-content: center; gap: .5rem; font-size: clamp(1.9rem, 9vw, 2.8rem); }
  .premium-layout { grid-template-columns: 1fr; gap: 2.2rem; margin-bottom: 2.5rem; }
  .premium-dog-card { padding: .55rem; border-radius: 24px; }
  .premium-circle { width: 100%; padding: 0; }
  .premium-circle::before { border-width: 2px; }
  .premium-label { bottom: .8rem; font-size: .95rem; }
  .premium-media { grid-template-columns: 1fr; padding: .8rem; border-radius: 24px; }
  .premium-media h3 { font-size: 1.15rem; }
  .video-card { width: 100%; max-height: none; aspect-ratio: 9 / 13; }
  .premium-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
  .premium-thumbs img { width: 100%; height: auto; border-radius: 12px; }
  .premium-copy { font-size: 17px; }
  .premium-copy ul { margin-left: .75rem; }
  .premium-copy h3 { font-size: 2rem; }
  .animal-pair-section { margin-bottom: 3rem; padding: 2.4rem 1rem 3rem; }
  .animal-pair-grid { grid-template-columns: 1fr; gap: 2rem; }
  .animal-pair-item { gap: 1.4rem; }
  .animal-pair-card { min-height: auto; padding-bottom: 3rem; }
  .animal-pair-image { width: min(100%, 340px); padding: .5rem; }
  .animal-pair-image::before { border-width: 2px; }
  .animal-pair-label { bottom: .8rem; min-width: 0; padding: .62rem .85rem; border-radius: 999px; font-size: .95rem; }
  .animal-pair-copy { font-size: 17px; line-height: 1.65; }
  .animal-pair-copy li { font-size: 17px; }
  .other-animals-section { margin-bottom: 3rem; padding: 2.8rem 1rem 3.2rem; }
  .other-animals-section h2 { margin-bottom: 1.8rem; font-size: clamp(2rem, 10vw, 3rem); }
  .other-animals-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .other-animal-item { gap: 1.3rem; }
  .other-animal-card { min-height: auto; padding-bottom: 3rem; }
  .other-animal-image { width: min(100%, 340px); padding: .5rem; }
  .other-animal-image::before { border-width: 2px; }
  .other-animal-label { bottom: .8rem; min-width: 0; padding: .62rem .85rem; border-radius: 999px; font-size: .95rem; }
  .other-animal-copy { font-size: 17px; line-height: 1.65; }
  .why-section { margin-bottom: 3rem; padding: 3.2rem 1.25rem; grid-template-columns: minmax(0, 420px); gap: 2.2rem; justify-content: center; }
  .why-backdrop { left: -.2rem; top: -1.8rem; font-size: 4.2rem; }
  .why-copy h2 { font-size: clamp(2.2rem, 10vw, 3.3rem); }
  .why-kicker { margin-bottom: 2rem; font-size: 17px; }
  .why-body { margin-bottom: 2.4rem; font-size: 17px; line-height: 1.75; }
  .why-checks { grid-template-columns: 1fr; gap: 1rem; }
  .why-checks span { width: 38px; height: 38px; }
  .why-cards { grid-template-columns: 1fr; gap: 1rem; }
  .why-card, .why-card-empty { min-height: 220px; padding: 1.55rem; border-radius: 16px; }
  .why-cards .why-card:last-child { grid-column: auto; }
  .why-card h3 { font-size: 1.8rem; }
  .why-card ul { grid-template-columns: 1fr; }
  .photo-gallery-section { width: min(420px, calc(100% - 2rem)); margin-bottom: 3rem; padding: 2.4rem 0; }
  .photo-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .gallery-lightbox { padding: 4rem 1rem; }
  .lightbox-nav { width: 44px; height: 44px; font-size: 2.4rem; }
  .lightbox-prev { left: .6rem; }
  .lightbox-next { right: .6rem; }
  .testimonials-section { width: min(420px, calc(100% - 2rem)); margin-bottom: 3rem; padding: 2.4rem 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; border-radius: 18px; }
  .faq-section { width: min(420px, calc(100% - 2rem)); margin-bottom: 3rem; padding: 2rem 0; }
  .faq-heading { margin-bottom: 1.5rem; }
  .faq-heading h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .faq-list summary { min-height: 58px; padding: 1rem 1rem 1rem 3rem; font-size: 18px; }
  .faq-list summary::before { left: 1rem; font-size: 1.6rem; }
  .faq-list details p { padding: 0 1rem 1rem 3rem; font-size: 17px; }
  .home-contact-section { padding: 2.4rem 1rem; }
  .home-contact-card { grid-template-columns: 1fr; gap: 1.6rem; border-radius: 28px; padding: 1.4rem; }
  .contact-page-section { width: min(420px, calc(100% - 2rem)); margin: 2rem auto 3rem; }
  .contact-page-card { border-radius: 24px; padding: 1.25rem; }
  .contact-backdrop { left: .8rem; top: .5rem; font-size: 4.2rem; }
  .contact-details h2 { font-size: 2.2rem; }
  .contact-details p, .contact-details li { font-size: 17px; }
  .hero { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); min-height: 520px; border-radius: 0; }
  .hero-copy { margin: 0 1rem 2.5rem; }
  .service-detail { width: min(420px, calc(100% - 2rem)); margin: 2.4rem auto 3.5rem; grid-template-columns: 1fr; gap: 1.8rem; }
  .page-casa-seniorilor .content,
  .page-day-care-gradinita-canina .content { padding-top: 1rem; }
  .page-casa-seniorilor .service-detail,
  .page-day-care-gradinita-canina .service-detail { margin-top: 0; margin-bottom: 2.2rem; }
  .service-detail-media { order: -1; border-radius: 24px; }
  .service-detail-media img { aspect-ratio: 4 / 3; }
  .service-detail h1 { font-size: clamp(2.4rem, 12vw, 3.8rem); }
  .service-detail p:not(.eyebrow) { font-size: 17px; line-height: 1.75; }
  .service-detail-actions { flex-direction: column; }
  .service-detail-actions .primary-cta, .service-detail-actions .secondary-cta { width: 100%; justify-content: center; }
  .cabinet-page { width: min(420px, calc(100% - 2rem)); }
  .cabinet-hero { grid-template-columns: 1fr; gap: 1.6rem; margin-bottom: 2rem; }
  .cabinet-hero-media { order: -1; border-radius: 24px; }
  .cabinet-hero-media img { aspect-ratio: 4 / 3; }
  .cabinet-hero h1 { font-size: clamp(1.75rem, 7.2vw, 2.35rem); }
  .cabinet-lead, .cabinet-section p { font-size: 17px; line-height: 1.75; }
  .cabinet-google-badge { margin: .75rem auto .85rem; min-height: 48px; font-size: .82rem; }
  .cabinet-content { grid-template-columns: 1fr; }
  .cabinet-section { grid-column: auto !important; border-radius: 20px; }
  .cosmetica-service-points { grid-template-columns: 1fr; }
  .cosmetica-basic-table > div { grid-template-columns: 1fr; }
  .cosmetica-basic-table strong + strong, .cosmetica-basic-table span + span { border-left: 0; border-top: 1px solid rgba(31,38,50,.08); }
  .cosmetica-pricing-section { width: min(420px, calc(100% - 2rem)); }
  .cosmetica-criteria { display: grid; grid-template-columns: 1fr; }
  .cosmetica-pricing-grid { grid-template-columns: 1fr; }
  .cosmetica-price-card, .cosmetica-extra-fees { border-radius: 20px; }
  .cosmetica-price-card td { display: block; padding: .1rem 0; border-bottom: 0; }
  .cosmetica-price-card tr { display: block; padding: .62rem 0; border-bottom: 1px solid rgba(31,38,50,.08); }
  .cosmetica-price-card tr:last-child { border-bottom: 0; }
  .cosmetica-price-card td:last-child { margin-top: .2rem; text-align: left; }
  .cabinet-service-grid { grid-template-columns: 1fr; }
  .cabinet-service-card { border-radius: 20px; }
  .cabinet-medical-grid { grid-template-columns: 1fr; }
  .cabinet-medical-card, .cabinet-medical-card-wide { grid-column: auto; border-radius: 20px; }
  .pricing-section { width: min(420px, calc(100% - 2rem)); grid-template-columns: 1fr; gap: .85rem; }
  .price-category, .price-category-large { grid-column: auto; border-radius: 20px; }
  .price-table thead { display: none; }
  .price-table, .price-table tbody, .price-table tr, .price-table td { display: block; width: 100%; }
  .price-table tr { padding: .7rem 0; border-bottom: 1px solid rgba(31,38,50,.08); }
  .price-table tr:last-child { border-bottom: 0; }
  .price-table td { padding: 0; border-bottom: 0; font-size: 15.5px; }
  .price-table td:last-child { margin-top: .25rem; text-align: left; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-map { width: min(420px, calc(100% - 1rem)); aspect-ratio: 1 / 1; min-height: 280px; border-radius: 10px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { justify-content: flex-start; }
}

@media (max-width: 980px) {
  .hero-slide { width: 100vw; min-height: 640px; margin: 0 calc(50% - 50vw) 3.5rem; border-radius: 0; }
  .hero-slide-content { width: min(420px, calc(100% - 2rem)); padding-bottom: 0; }
  .hero-title { font-size: clamp(2.35rem, 10.5vw, 3.25rem); line-height: 1; }
  .hero-button-grid { grid-template-columns: 1fr; gap: .65rem; }
  .hero-button-grid a { min-height: 50px; padding: .65rem .9rem; font-size: 1rem; }
  .google-badge { left: auto; top: auto; bottom: auto; }

  .home-intro, .home-specials, .testimonials-section, .photo-gallery-section, .faq-section { width: min(420px, calc(100% - 2rem)); }
  .home-intro { margin-bottom: 3.5rem; }
  .home-intro-copy h1 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .home-intro-media img, .special-image-wrap img, .premium-circle img, .animal-pair-image img, .other-animal-image img { border-radius: 22px; }
  .special-card-grid, .animal-pair-grid, .other-animals-grid, .why-cards, .testimonial-grid { grid-template-columns: 1fr; }
  .special-card, .animal-pair-card, .other-animal-card { border-radius: 22px; padding-bottom: 0; }
  .special-label, .premium-label, .animal-pair-label, .other-animal-label { position: static; transform: none; display: inline-flex; border-radius: 999px; text-align: left; background: #fff; }

  .premium-dog-section, .animal-pair-section, .other-animals-section, .why-section, .home-contact-section { width: 100%; margin-left: 0; margin-right: 0; padding-left: 1rem; padding-right: 1rem; }
  .premium-copy ul { width: 100%; }
  .premium-layout { grid-template-columns: 1fr; }
  .premium-media { grid-template-columns: 1fr; justify-items: stretch; }
  .video-card { width: 100%; }
  .premium-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .animal-pair-copy, .other-animal-copy { padding: 0; text-align: left; }
  .photo-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .why-section { grid-template-columns: minmax(0, 420px); justify-content: center; }
  .why-copy h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .why-checks { grid-template-columns: 1fr; }
  .why-card, .why-cards .why-card:last-child { min-height: 0; }
  .why-card ul { grid-template-columns: 1fr; }
  .home-contact-card { border-radius: 24px; }
  .contact-page-card { border-radius: 22px; }
}
