
:root {
  --ink: #362a2d;
  --muted: #75666a;
  --rose: #b66878;
  --rose-dark: #8f4d5c;
  --rose-soft: #f7e8ea;
  --cream: #fff9f6;
  --sand: #efe1d8;
  --sage: #718475;
  --sage-soft: #e9efe9;
  --white: #ffffff;
  --line: rgba(54, 42, 45, .12);
  --shadow: 0 18px 50px rgba(71, 48, 54, .10);
  --shadow-sm: 0 10px 25px rgba(71, 48, 54, .08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: var(--ink); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 36px), 820px); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.bg-white { background: var(--white); }
.bg-rose { background: var(--rose-soft); }
.bg-sage { background: var(--sage-soft); }
.eyebrow { margin: 0 0 12px; color: var(--rose-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0 0 18px; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 3.75rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
p { margin: 0 0 18px; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); max-width: 680px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

.topbar { background: var(--ink); color: white; font-size: .88rem; }
.topbar-inner { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.topbar strong { color: #ffd7df; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,249,246,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; width: 232px; flex: 0 0 auto; }
.logo img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.nav-link, .dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; min-height: 46px; padding: 0 13px; border: 0; border-radius: 12px; background: transparent; color: var(--ink); font-weight: 700; }
.nav-link:hover, .nav-link[aria-current="page"], .dropdown-toggle:hover { background: var(--rose-soft); color: var(--rose-dark); }
.dropdown { position: relative; }
.dropdown-toggle svg { width: 15px; transition: transform .2s ease; }
.dropdown-menu { position: absolute; left: 0; top: calc(100% + 8px); width: 290px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu, .dropdown.is-open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown.is-open .dropdown-toggle svg { transform: rotate(180deg); }
.dropdown-menu a { display: block; padding: 12px 13px; border-radius: 12px; font-weight: 700; }
.dropdown-menu a small { display: block; margin-top: 2px; color: var(--muted); font-weight: 500; }
.dropdown-menu a:hover { background: var(--rose-soft); color: var(--rose-dark); }
.nav-book { margin-left: 8px; }
.mobile-toggle { display: none; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--ink); }
.mobile-toggle span, .mobile-toggle::before, .mobile-toggle::after { display: block; width: 20px; height: 2px; background: currentColor; transition: .2s ease; content: ""; }
.mobile-toggle span { margin: 4px 0; }
.mobile-toggle[aria-expanded="true"] span { opacity: 0; }
.mobile-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.mobile-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--rose); color: white; box-shadow: 0 12px 28px rgba(182,104,120,.28); }
.btn-primary:hover { background: var(--rose-dark); }
.btn-secondary { background: white; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-dark { background: var(--ink); color: white; }
.btn-small { min-height: 44px; padding: 0 18px; font-size: .92rem; }
.btn svg { width: 18px; margin-left: 9px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero { position: relative; overflow: hidden; padding: 74px 0 78px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -160px; border-radius: 50%; background: var(--rose-soft); filter: blur(2px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.hero-copy h1 span { color: var(--rose-dark); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: white; border: 1px solid var(--line); color: var(--muted); font-size: .9rem; font-weight: 700; box-shadow: var(--shadow-sm); }
.pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }
.hero-visual { position: relative; min-height: 600px; }
.hero-main-image { position: absolute; inset: 0 22px 20px 40px; width: calc(100% - 62px); height: calc(100% - 20px); object-fit: cover; border-radius: 46% 46% 30% 30% / 35% 35% 25% 25%; box-shadow: var(--shadow); }
.hero-card { position: absolute; left: 0; bottom: 0; width: min(310px, 72%); padding: 20px; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card strong { display: block; margin-bottom: 3px; font-size: 1.05rem; }
.hero-card span { color: var(--muted); font-size: .92rem; }
.paw-bubble { position: absolute; right: 0; top: 46px; width: 96px; height: 96px; display: grid; place-items: center; border-radius: 28px; background: var(--rose); color: white; box-shadow: 0 20px 40px rgba(182,104,120,.28); transform: rotate(8deg); }
.paw-bubble svg { width: 48px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 108px; padding: 22px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.icon-box { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: var(--rose-soft); color: var(--rose-dark); }
.icon-box svg { width: 23px; }
.trust-item strong { display: block; line-height: 1.25; }
.trust-item span { color: var(--muted); font-size: .88rem; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 42px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.card-img { width: 100%; height: 285px; object-fit: cover; }
.card-body { padding: 27px; }
.card-body p { color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--rose-dark); font-weight: 800; }
.card-link svg { width: 18px; transition: transform .2s ease; }
.card-link:hover svg { transform: translateX(4px); }
.service-card { position: relative; min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(34,25,28,.88), rgba(34,25,28,.04) 72%); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card-content { position: relative; z-index: 1; padding: 30px; color: white; }
.service-card-content p { color: rgba(255,255,255,.78); }
.service-card-content .card-link { color: white; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.split-image { min-height: 560px; width: 100%; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; padding-left: 34px; margin: 12px 0; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--sage); font-weight: 900; font-size: .8rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.step { padding: 30px; border-radius: var(--radius-lg); background: white; border: 1px solid var(--line); }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--ink); color: white; font-weight: 900; }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 42px; }
.price-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.price-card.featured { border: 2px solid var(--rose); }
.price-card h3 { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.tag { padding: 6px 10px; border-radius: 999px; background: var(--rose-soft); color: var(--rose-dark); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.price-list { list-style: none; margin: 22px 0 0; padding: 0; }
.price-list li { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.price-list span:last-child { white-space: nowrap; font-weight: 900; }
.note { margin-top: 30px; padding: 20px; border-radius: 18px; background: var(--sand); color: var(--ink); }

.cta { overflow: hidden; position: relative; padding: 58px; border-radius: var(--radius-xl); background: var(--ink); color: white; }
.cta::after { content: ""; position: absolute; width: 300px; height: 300px; right: -60px; bottom: -160px; border-radius: 50%; background: var(--rose); opacity: .8; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta p { max-width: 650px; color: rgba(255,255,255,.72); }
.cta .btn-secondary { border-color: rgba(255,255,255,.18); }

.page-hero { padding: 72px 0 58px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--cream), var(--rose-soft)); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.breadcrumbs span { opacity: .6; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5rem); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 60px; align-items: start; }
.article-content h2 { margin-top: 52px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.article-content h3 { margin-top: 34px; }
.article-content p, .article-content li { color: var(--muted); }
.article-content ul, .article-content ol { padding-left: 22px; }
.article-content img { width: 100%; max-height: 600px; object-fit: cover; margin: 35px 0; border-radius: var(--radius-lg); }
.article-aside { position: sticky; top: 130px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.article-aside ul { list-style: none; padding: 0; margin: 0; }
.article-aside li { border-top: 1px solid var(--line); }
.article-aside li:first-child { border-top: 0; }
.article-aside a { display: block; padding: 12px 0; color: var(--muted); font-weight: 700; }
.article-aside a:hover { color: var(--rose-dark); }

.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.partner-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; }
.partner-placeholder { height: 90px; display: grid; place-items: center; margin-bottom: 22px; border: 2px dashed rgba(54,42,45,.15); border-radius: 16px; color: var(--muted); font-weight: 800; background: var(--cream); }

.faq { max-width: 850px; margin: 42px auto 0; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--rose-dark); }
details[open] summary::after { content: "–"; }
details p { padding: 0 0 22px; color: var(--muted); }

.site-footer { padding: 72px 0 30px; background: #2f2528; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr .9fr; gap: 42px; }
.footer-logo { width: 220px; filter: brightness(0) invert(1); opacity: .98; }
.footer-text { margin-top: 20px; max-width: 370px; color: rgba(255,255,255,.66); }
.footer-title { margin-bottom: 18px; color: white; font-size: 1rem; letter-spacing: 0; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 9px 0; color: rgba(255,255,255,.68); }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .86rem; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .desktop-nav { position: fixed; left: 18px; right: 18px; top: 126px; display: none; max-height: calc(100vh - 150px); overflow: auto; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
  .desktop-nav.is-open { display: block; }
  .nav-link, .dropdown-toggle { width: 100%; justify-content: space-between; padding-inline: 15px; }
  .dropdown-menu { position: static; width: 100%; display: none; padding: 4px 8px 8px 16px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .dropdown.is-open .dropdown-menu { display: block; }
  .nav-book { margin: 10px 0 0; }
  .nav-book .btn { width: 100%; }
  .mobile-toggle { display: block; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-visual { min-height: 520px; max-width: 650px; width: 100%; margin-inline: 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); }
  .cards-3, .partner-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .topbar-inner { min-height: 44px; font-size: .79rem; }
  .nav-wrap { min-height: 73px; }
  .logo { width: 190px; }
  .desktop-nav { top: 118px; }
  .section { padding: 70px 0; }
  .section-sm { padding: 46px 0; }
  .hero { padding: 52px 0 48px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .hero-visual { min-height: 430px; }
  .hero-main-image { inset: 0 8px 18px 16px; width: calc(100% - 24px); height: calc(100% - 18px); border-radius: 38px; }
  .paw-bubble { width: 76px; height: 76px; border-radius: 22px; top: 22px; }
  .paw-bubble svg { width: 38px; }
  .hero-card { width: 82%; padding: 16px; }
  .trust-grid, .cards-3, .cards-2, .price-grid, .partner-grid, .steps { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .card-img { height: 240px; }
  .service-card { min-height: 380px; }
  .split { gap: 36px; }
  .split-image { min-height: 420px; }
  .cta { padding: 34px 26px; }
  .cta-inner { display: block; }
  .cta .actions { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom div + div { margin-top: 8px; }
  .mobile-book { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; display: flex; gap: 10px; padding: 10px 14px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(16px); }
  .mobile-book .btn { flex: 1; min-height: 50px; }
  .page-hero { padding: 52px 0 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
