:root {
  --ink: #211921;
  --muted: #675f68;
  --paper: #fffaf8;
  --panel: #ffffff;
  --line: #eadfe6;
  --brand: #8c235f;
  --brand-dark: #4b1438;
  --green: #0f766e;
  --mint: #e5f5ef;
  --amber: #c5801f;
  --soft-pink: #f7eaf2;
  --shadow: 0 18px 50px rgba(75, 20, 56, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(255, 250, 248, 0.92), rgba(229, 245, 239, 0.75)),
    radial-gradient(circle at 20% 10%, rgba(140, 35, 95, 0.1), transparent 32rem);
}

a {
  color: inherit;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(255, 250, 248, 0.88);
  border-bottom: 1px solid rgba(234, 223, 230, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--brand), var(--green));
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.main-nav a,
.lang-toggle,
.icon-btn {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: var(--muted);
  font-size: 0.94rem;
}

.main-nav a:hover {
  color: var(--brand-dark);
  background: var(--soft-pink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-toggle,
.icon-btn {
  display: inline-grid;
  place-items: center;
  width: 44px;
  background: white;
  color: var(--brand-dark);
  border-color: var(--line);
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: min(820px, calc(100svh - 76px));
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 80px) clamp(24px, 4vw, 54px);
}

.hero-copy {
  max-width: 740px;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: 5.8rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.2rem;
}

.hero-lede {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero-actions,
.plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.btn.primary {
  background: var(--brand-dark);
  color: white;
}

.btn.secondary {
  background: white;
  color: var(--brand-dark);
  border-color: var(--line);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin-top: 34px;
}

.trust-row span {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.trust-row strong,
.trust-row small {
  display: block;
}

.trust-row strong {
  font-size: 1.55rem;
  color: var(--brand-dark);
}

.trust-row small {
  color: var(--muted);
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.media-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(33, 25, 33, 0.74);
  color: white;
  backdrop-filter: blur(12px);
}

.media-note span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 80px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: 0 14px 40px rgba(33, 25, 33, 0.08);
}

.quick-contact a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  background: white;
}

.quick-contact span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--green);
  font-weight: 900;
}

.quick-contact strong {
  color: var(--brand-dark);
}

.quick-contact small {
  color: var(--muted);
}

.section {
  padding: clamp(54px, 7vw, 104px) clamp(18px, 5vw, 80px);
}

.intro-grid,
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
}

.intro-grid p,
.section-head p {
  color: var(--muted);
  font-size: 1.05rem;
}

.guide-section {
  background: white;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 0.56fr);
  gap: 24px;
  margin-top: 34px;
}

.problem-list {
  display: grid;
  gap: 10px;
}

.problem-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  width: 100%;
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.problem-card span {
  grid-row: span 2;
  color: var(--brand);
  font-weight: 900;
}

.problem-card small {
  color: var(--muted);
}

.problem-card.active {
  border-color: var(--brand);
  background: var(--soft-pink);
  box-shadow: inset 5px 0 0 var(--brand);
}

.plan-panel {
  min-height: 100%;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(229, 245, 239, 0.72), rgba(255, 255, 255, 0.92)),
    white;
}

.plan-panel p {
  color: var(--muted);
  font-size: 1.04rem;
}

.plan-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.plan-meta div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.plan-meta span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-weight: 900;
}

.plan-meta ul,
.check-list {
  margin: 0;
  padding-left: 18px;
}

.plan-meta li + li,
.check-list li + li {
  margin-top: 8px;
}

.plan-meta a {
  color: var(--brand-dark);
  font-weight: 800;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--brand-dark);
  color: white;
}

.proof-band div {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.04);
}

.proof-band strong,
.proof-band span {
  display: block;
}

.proof-band strong {
  font-size: 1.25rem;
}

.proof-band span {
  max-width: 30rem;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.service-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  text-decoration: none;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.service-card span,
.service-card strong,
.service-card small {
  margin-left: 16px;
  margin-right: 16px;
}

.service-card span {
  margin-top: 16px;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card strong {
  margin-top: 4px;
  font-size: 1.1rem;
}

.service-card small {
  margin-top: 10px;
  margin-bottom: 18px;
  color: var(--muted);
}

.price-section {
  background: #f5faf7;
}

.price-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 18px;
}

.price-filter {
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--brand-dark);
  cursor: pointer;
}

.price-filter.active {
  background: var(--green);
  color: white;
  border-color: var(--green);
}

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

.price-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 74px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.price-item small {
  color: var(--muted);
}

.price-item strong:last-child {
  color: var(--brand);
  white-space: nowrap;
}

.inline-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--brand-dark);
  font-weight: 900;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.62fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.visit-section img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visit-copy p {
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 18px;
  background: var(--brand-dark);
}

.contact-card,
.request-card {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.contact-card p,
.request-card small {
  color: rgba(255, 255, 255, 0.78);
}

.contact-card dl {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.contact-card dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
}

.contact-card dt {
  color: rgba(255, 255, 255, 0.65);
}

.contact-card dd {
  margin: 0;
  font-weight: 900;
}

.hours {
  display: grid;
  gap: 6px;
}

.request-card {
  display: grid;
  gap: 16px;
}

.request-card label {
  display: grid;
  gap: 8px;
}

.request-card select,
.request-card textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

.request-card textarea {
  resize: vertical;
}

.request-card .btn.primary {
  background: white;
  color: var(--brand-dark);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 80px) 100px;
  color: var(--muted);
  background: white;
}

.site-footer p {
  max-width: 760px;
  margin: 0;
}

.site-footer a {
  color: var(--brand-dark);
  font-weight: 900;
  white-space: nowrap;
}

.mobile-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 14px 40px rgba(33, 25, 33, 0.2);
}

.mobile-bar a {
  display: grid;
  place-items: center;
  min-height: 58px;
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 900;
}

.mobile-bar span {
  font-size: 1.05rem;
  line-height: 1;
}

.mobile-bar small {
  font-size: 0.72rem;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-actions {
    justify-content: end;
  }

  .hero,
  .guide-layout,
  .intro-grid,
  .section-head,
  .visit-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 14ch;
    font-size: 4.2rem;
  }

  .hero-media {
    min-height: 420px;
  }

  .quick-contact,
  .service-grid,
  .price-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand small,
  .main-nav {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding: 34px 14px 18px;
  }

  h1 {
    font-size: 2.9rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-actions,
  .plan-actions {
    display: grid;
  }

  .trust-row,
  .quick-contact,
  .service-grid,
  .price-list,
  .plan-meta {
    grid-template-columns: 1fr;
  }

  .quick-contact {
    margin: 0 14px;
  }

  .quick-contact a:nth-child(2),
  .quick-contact a:nth-child(3) {
    display: none;
  }

  .section {
    padding: 48px 14px;
  }

  .hero-media {
    min-height: 340px;
  }

  .media-note {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px;
  }

  .problem-card {
    min-height: 82px;
  }

  .contact-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .site-footer {
    display: grid;
    padding: 24px 14px 94px;
  }

  .mobile-bar {
    display: grid;
  }
}
