:root {
  --orange: #f26422;
  --orange-dark: #d94b0d;
  --orange-soft: #fff1e8;
  --ink: #18212b;
  --ink-2: #2f3a45;
  --muted: #66727e;
  --line: #dfe5e9;
  --surface: #f5f7f8;
  --white: #ffffff;
  --green: #17815f;
  --purple: #7252a3;
  --shadow-sm: 0 10px 30px rgba(24, 33, 43, .07);
  --shadow-lg: 0 24px 70px rgba(24, 33, 43, .14);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ink); color: #d6dde3; font-size: .78rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a:hover { color: #fff; }
.topbar-badge { color: #fff; font-weight: 800; }
.topbar-contact { display: flex; gap: 18px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { width: 145px; height: 62px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 23px; color: var(--ink-2); font-size: .88rem; font-weight: 700; }
.nav-links a { position: relative; padding-block: 29px; white-space: nowrap; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; border-radius: 2px; background: var(--orange); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--orange-dark); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 10px 24px rgba(242, 100, 34, .24); }
.btn-secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-white { color: var(--orange-dark); background: #fff; }
.btn-lg { min-height: 56px; padding: 15px 28px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-bottom: 18px; padding: 7px 13px; border: 1px solid #ffd7c1; border-radius: 999px; color: var(--orange-dark); background: var(--orange-soft); font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; padding: 76px 0 86px; background: radial-gradient(circle at 80% 10%, #fff0e6 0, transparent 32%), linear-gradient(140deg, #f7f8f9, #fff 62%); }
.hero::before { content: ""; position: absolute; width: 320px; height: 320px; left: -160px; top: 40px; border-radius: 50%; border: 55px solid rgba(242,100,34,.06); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 60px; align-items: center; }
.hero-copy h1, .page-hero h1 { margin: 0 0 20px; font-size: clamp(2.35rem, 5vw, 4.25rem); line-height: 1.04; letter-spacing: -.055em; }
.hero-copy h1 em, .page-hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy .lead, .page-hero .lead { max-width: 670px; margin: 0 0 30px; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 22px; color: var(--ink-2); font-size: .83rem; font-weight: 700; }
.hero-proof span::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 7px; border-radius: 50%; color: #fff; background: var(--green); font-size: .7rem; }
.hero-visual { position: relative; }
.hero-panel { position: relative; overflow: hidden; min-height: 490px; padding: 34px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(145deg, var(--ink), #303d48); box-shadow: var(--shadow-lg); }
.hero-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; bottom: -110px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), #ff9c5e); opacity: .95; }
.hero-panel h2 { position: relative; z-index: 1; max-width: 360px; margin: 0 0 10px; font-size: 1.8rem; line-height: 1.2; }
.hero-panel > p { position: relative; z-index: 1; max-width: 360px; margin: 0; color: #c5ced6; font-size: .95rem; }
.hero-offers { position: relative; z-index: 1; display: grid; gap: 12px; margin-top: 34px; }
.hero-offer { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.075); transition: background .18s ease, transform .18s ease; }
.hero-offer:hover { transform: translateX(4px); background: rgba(255,255,255,.12); }
.hero-offer-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: #fff; font-size: 1.5rem; }
.hero-offer strong { display: block; color: #fff; font-size: .95rem; }
.hero-offer small { display: block; color: #b9c4cc; font-size: .75rem; }
.hero-offer-arrow { color: #fff; font-size: 1.3rem; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; gap: 12px; align-items: center; min-height: 100px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { font-size: 1.4rem; }
.trust-item strong { display: block; font-size: .86rem; }
.trust-item small { display: block; color: var(--muted); font-size: .74rem; }

.section { padding: 90px 0; }
.section-soft { background: var(--surface); }
.section-dark { color: #fff; background: var(--ink); }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(1.8rem, 4vw, 2.75rem); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); }
.section-dark .section-heading p { color: #b7c0c8; }
.kicker { margin-bottom: 10px; color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; display: flex; min-height: 370px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.service-card::after { content: ""; position: absolute; right: -46px; top: -46px; width: 140px; height: 140px; border-radius: 50%; background: var(--card-soft, var(--orange-soft)); }
.service-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 24px; border-radius: 18px; background: var(--card-soft, var(--orange-soft)); font-size: 1.8rem; }
.service-card h3 { margin: 0 0 12px; font-size: 1.32rem; }
.service-card p { margin: 0 0 22px; color: var(--muted); font-size: .91rem; }
.service-card ul { margin: 0 0 26px; padding: 0; list-style: none; font-size: .84rem; }
.service-card li { margin: 8px 0; }
.service-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.card-link { margin-top: auto; color: var(--orange-dark); font-weight: 900; }
.service-card.pet { --card-soft: #e9f7f1; }
.service-card.funeral { --card-soft: #f1edf7; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-copy h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.14; letter-spacing: -.035em; }
.split-copy p { color: var(--muted); }
.check-list { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 27px; display: grid; place-items: center; width: 27px; height: 27px; margin-top: 1px; border-radius: 50%; color: #fff; background: var(--green); font-size: .74rem; font-weight: 900; }
.image-card { position: relative; min-height: 450px; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-lg); }
.image-card img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.image-card.pet img { object-position: 66% center; }
.image-badge { position: absolute; left: 24px; bottom: 24px; max-width: 280px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.image-badge strong { display: block; font-size: .93rem; }
.image-badge small { color: var(--muted); font-size: .77rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { counter-increment: step; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 34px; color: var(--orange); font-size: 1.5rem; font-weight: 900; }
.step h3 { margin: 0 0 10px; font-size: 1.08rem; }
.step p { margin: 0; color: #b7c0c8; font-size: .88rem; }

.cta-band { padding: 64px 0; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { max-width: 680px; margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.12; }
.cta-inner p { margin: 0; color: rgba(255,255,255,.83); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }

.page-hero { padding: 72px 0; background: radial-gradient(circle at 90% 30%, #ffe6d7 0, transparent 29%), var(--surface); }
.page-hero .container { max-width: 900px; margin-left: max(20px, calc((100% - var(--container))/2)); }
.page-hero h1 { font-size: clamp(2.25rem, 5vw, 3.8rem); }

.offer-hero { padding: 64px 0 76px; background: linear-gradient(145deg, #f7f8f9, #fff); }
.offer-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.offer-hero h1 { margin: 0 0 18px; font-size: clamp(2.2rem, 5vw, 3.65rem); line-height: 1.06; letter-spacing: -.045em; }
.offer-hero h1 em { color: var(--orange); font-style: normal; }
.offer-hero .lead { color: var(--muted); font-size: 1.03rem; }
.offer-points { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; }
.offer-points li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.offer-visual { min-height: 460px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); box-shadow: var(--shadow-lg); }
.offer-visual img { width: 100%; height: 460px; object-fit: cover; }
.offer-visual.pet img { object-position: 69% center; }
.abstract-visual { position: relative; display: grid; place-items: center; min-height: 460px; padding: 40px; color: #fff; background: linear-gradient(145deg, var(--ink), #35434f); }
.abstract-visual::before, .abstract-visual::after { content: ""; position: absolute; border-radius: 50%; }
.abstract-visual::before { width: 280px; height: 280px; right: -90px; top: -80px; background: var(--visual-color, var(--orange)); opacity: .8; }
.abstract-visual::after { width: 180px; height: 180px; left: -55px; bottom: -65px; border: 35px solid rgba(255,255,255,.08); }
.visual-symbol { position: relative; z-index: 1; display: grid; place-items: center; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.22); border-radius: 44px; background: rgba(255,255,255,.1); font-size: 5rem; backdrop-filter: blur(8px); }
.visual-caption { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 28px; text-align: center; font-weight: 800; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.feature-icon { font-size: 1.7rem; }
.feature h3 { margin: 14px 0 8px; font-size: 1.03rem; }
.feature p { margin: 0; color: var(--muted); font-size: .86rem; }
.coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.coverage { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.coverage span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--orange-soft); font-size: 1.4rem; }
.coverage h3 { margin: 0 0 5px; font-size: .98rem; }
.coverage p { margin: 0; color: var(--muted); font-size: .84rem; }

.form-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: start; }
.form-aside { position: sticky; top: 120px; }
.form-aside h2 { margin: 0 0 15px; font-size: 2.1rem; line-height: 1.13; }
.form-aside p { color: var(--muted); }
.contact-card { margin-top: 22px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.contact-card strong { display: block; }
.contact-card a { color: var(--orange-dark); font-size: 1.2rem; font-weight: 900; }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.form-card h2 { margin: 0 0 6px; font-size: 1.7rem; }
.form-intro { margin: 0 0 24px; color: var(--muted); font-size: .88rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .group-label { color: var(--ink-2); font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cfd7dc; border-radius: 11px; outline: 0; background: #fff; transition: border .18s ease, box-shadow .18s ease; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242,100,34,.12); }
.choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { display: grid; min-height: 62px; place-items: center; padding: 10px; border: 1px solid #cfd7dc; border-radius: 12px; text-align: center; cursor: pointer; font-size: .8rem; font-weight: 800; }
.choice input:checked + label { color: var(--orange-dark); border-color: var(--orange); background: var(--orange-soft); box-shadow: 0 0 0 2px rgba(242,100,34,.08); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 2px; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--orange); }
.consent label { color: var(--muted); font-size: .75rem; line-height: 1.5; }
.consent a { color: var(--orange-dark); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin-top: 14px; padding: 13px 15px; border-radius: 10px; font-size: .82rem; font-weight: 700; }
.form-status.success { display: block; color: #0f694d; background: #e9f7f1; }
.form-status.error { display: block; color: #9c2f1a; background: #fff0ec; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.info-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.info-card .icon { font-size: 1.7rem; }
.info-card h3 { margin: 12px 0 8px; }
.info-card p { margin: 0; color: var(--muted); }
.info-card a.phone { display: block; margin-top: 10px; color: var(--orange-dark); font-size: 1.25rem; font-weight: 900; }

.faq { max-width: 850px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--orange); font-size: 1.45rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -8px 0 22px; color: var(--muted); font-size: .9rem; }

.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 54px; align-items: start; }
.legal-nav { position: sticky; top: 120px; padding: 20px; border-radius: 16px; background: var(--surface); }
.legal-nav strong { display: block; margin-bottom: 10px; }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: .8rem; }
.legal-content h2 { margin: 42px 0 12px; font-size: 1.35rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 24px 0 8px; font-size: 1rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .89rem; }
.legal-box { padding: 22px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: var(--surface); }

.site-footer { padding: 58px 0 0; color: #aeb9c2; background: #111921; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 38px; padding-bottom: 42px; }
.footer-brand img { width: 190px; height: auto; object-fit: contain; }
.footer-brand p { max-width: 370px; font-size: .81rem; }
.footer-col h3 { margin: 0 0 15px; color: #fff; font-size: .84rem; text-transform: uppercase; letter-spacing: .06em; }
.footer-col ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: .81rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: .73rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }

.mobile-cta { display: none; position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -8px 26px rgba(24,33,43,.12); }
.mobile-cta .btn { flex: 1; min-height: 46px; padding: 10px 12px; font-size: .78rem; }

@media (max-width: 1060px) {
  .nav-links { position: fixed; inset: 120px 18px auto; display: none; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); }
  .nav-links.open { display: grid; gap: 0; }
  .nav-links a { padding: 14px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a::after { display: none; }
  .menu-toggle { display: block; }
  .nav-actions .btn-secondary { display: none; }
  .hero-grid, .offer-hero-grid { gap: 36px; }
  .hero-grid { grid-template-columns: 1fr .9fr; }
  .hero-panel { min-height: 460px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  body { padding-bottom: 68px; }
  .topbar-contact span:first-child { display: none; }
  .nav { min-height: 72px; }
  .brand img { width: 125px; height: 54px; }
  .nav-links { top: 112px; }
  .nav-actions .btn-primary { display: none; }
  .hero { padding: 54px 0 60px; }
  .hero-grid, .offer-hero-grid, .split, .form-wrap, .legal-layout { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-panel { min-height: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .service-grid, .steps, .feature-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .form-aside { position: static; }
  .legal-nav { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid .footer-col:last-child { grid-column: auto; }
  .mobile-cta { display: flex; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .topbar-inner { justify-content: center; }
  .topbar-inner > span:first-child { display: none; }
  .topbar-contact { gap: 10px; }
  .hero-copy h1, .page-hero h1, .offer-hero h1 { font-size: 2.15rem; }
  .hero-copy .lead, .page-hero .lead { font-size: .98rem; }
  .hero-actions .btn { width: 100%; }
  .hero-panel { padding: 24px 18px; border-radius: 22px; }
  .hero-offer { grid-template-columns: 46px 1fr auto; padding: 12px; }
  .hero-offer-icon { width: 46px; height: 46px; }
  .trust-item { min-height: 86px; padding: 14px; }
  .trust-item strong { font-size: .78rem; }
  .trust-item small { display: none; }
  .section-heading { margin-bottom: 36px; }
  .service-card, .feature, .form-card, .info-card { padding: 23px 20px; }
  .image-card, .image-card img { min-height: 350px; }
  .image-card.pet img { object-position: 64% center; }
  .coverage-grid, .contact-grid, .form-grid { grid-template-columns: 1fr; }
  .choices { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .offer-visual, .offer-visual img, .abstract-visual { min-height: 350px; height: 350px; }
  .offer-visual.pet img { object-position: 68% center; }
  .visual-symbol { width: 130px; height: 130px; border-radius: 34px; font-size: 4rem; }
  .cta-actions, .cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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