:root {
  --radius: 1.75rem;
  --radius-lg: 3rem;
  --shadow-soft: 0 18px 55px rgba(59, 74, 72, 0.09);
  --shadow-card: 0 10px 30px rgba(59, 74, 72, 0.07);
}

.wrap {
  border-left: 0;
  border-right: 0;
}

.header {
  border-bottom: 0;
  box-shadow: 0 8px 28px rgba(59, 74, 72, 0.06);
}

.nav {
  padding-inline: clamp(0.25rem, 2vw, 1.25rem);
}

.menu,
.btn,
.float {
  border-radius: 999px;
}

.btn {
  box-shadow: 0 8px 22px rgba(59, 74, 72, 0.07);
}

.btn-primary {
  box-shadow: 0 10px 26px rgba(72, 183, 167, 0.2);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 182, 189, 0.22), transparent 25rem),
    radial-gradient(circle at 92% 70%, rgba(120, 240, 222, 0.18), transparent 28rem),
    #fff;
}

.hero::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 13rem;
  left: -6rem;
  bottom: 4rem;
  border-radius: 50%;
  background: rgba(255, 182, 189, 0.22);
  filter: blur(2px);
  z-index: -1;
}

.hero-grid::after {
  display: none;
}

.portrait img {
  border: 0;
  border-radius: 2.5rem 2.5rem 7rem 2.5rem;
  box-shadow: 0 28px 75px rgba(59, 74, 72, 0.16);
}

.badge {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: var(--shadow-soft);
}

.proof {
  border-top: 0;
  gap: 0.65rem;
}

.proof div {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 7px 24px rgba(59, 74, 72, 0.05);
}

.services {
  gap: 1.25rem;
  border: 0;
}

.card {
  border: 1px solid rgba(217, 225, 223, 0.78);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.card:last-child {
  border-right: 1px solid rgba(217, 225, 223, 0.78);
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-soft);
}

.authority {
  padding-inline: 1rem;
}

.authority .wrap {
  padding-block: clamp(3rem, 6vw, 5.5rem);
  background:
    radial-gradient(circle at 90% 10%, rgba(120, 240, 222, 0.24), transparent 18rem),
    linear-gradient(135deg, rgba(248, 255, 253, 0.98), rgba(255, 241, 243, 0.72));
  border-top: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.facts {
  gap: 0.8rem;
  border-top: 0;
}

.fact {
  padding: 1.15rem 1.25rem;
  border: 0;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 7px 22px rgba(59, 74, 72, 0.05);
}

.steps {
  gap: 1rem;
  border: 0;
}

.step {
  border: 1px solid rgba(217, 225, 223, 0.75);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.step::before {
  background: rgba(255, 182, 189, 0.24);
  border: 0;
}

.cases {
  background: linear-gradient(180deg, #fff 0%, #f8fffd 100%);
}

.case {
  border: 0;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.case:nth-child(2) {
  transform: translateY(1.5rem);
}

.quote {
  border: 0;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.quote:nth-child(2) {
  background: rgba(255, 182, 189, 0.12);
}

.faq details {
  margin-bottom: 0.75rem;
  padding: 1.15rem 1.35rem;
  border: 0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 6px 22px rgba(59, 74, 72, 0.05);
}

.cta {
  padding-inline: 1rem;
  background: #fff;
}

.cta .wrap {
  padding-block: clamp(3rem, 6vw, 5rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 20%, rgba(120, 240, 222, 0.38), transparent 16rem),
    #ffb6bd;
  box-shadow: var(--shadow-soft);
}

.page-hero {
  padding-inline: 1rem;
  background: #fff;
}

.page-hero .wrap {
  padding-block: clamp(3rem, 7vw, 6rem);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 18%, rgba(120, 240, 222, 0.28), transparent 18rem),
    radial-gradient(circle at 5% 100%, rgba(255, 182, 189, 0.24), transparent 16rem),
    #f8fffd;
  box-shadow: var(--shadow-card);
}

.content h2 {
  margin-top: 2rem;
  padding: 1.15rem 1.35rem 0;
}

.content > p:not(.notice) {
  margin: 0 0 1rem;
  padding: 0 1.35rem 1.2rem;
  border-radius: 0 0 1.15rem 1.15rem;
}

.notice {
  border-top: 0;
  border-radius: 1rem;
  background: rgba(120, 240, 222, 0.12);
  padding: 1rem 1.2rem;
}

.legal {
  border-top: 0;
  border-radius: 1rem;
  background: #f8fffd;
  padding: 1rem 1.2rem;
}

@media (max-width: 900px) {
  .links {
    border-bottom: 0;
    border-radius: 0 0 1.5rem 1.5rem;
    box-shadow: var(--shadow-soft);
  }

  .card,
  .card:last-child {
    border: 1px solid rgba(217, 225, 223, 0.78);
  }

  .case:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 620px) {
  .portrait img {
    border-radius: 1.75rem 1.75rem 4.5rem 1.75rem;
  }

  .proof div {
    border-bottom: 0;
  }

  .authority .wrap,
  .cta .wrap,
  .page-hero .wrap {
    border-radius: 1.75rem;
  }
}
