:root {
  --pink: #ec0a78;
  --purple: #8f0a67;
  --deep: #4f254d;
  --ink: #26232a;
  --muted: #6f6973;
  --soft: #f8f2f6;
  --line: #ebe2e8;
  --white: #fff;
  --shadow: 0 18px 45px rgba(80, 37, 73, 0.1);
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.65;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.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: fixed;
  left: 1rem;
  top: -5rem;
  background: #fff;
  color: var(--deep);
  padding: 0.8rem 1rem;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: var(--shadow);
}
.skip-link:focus {
  top: 1rem;
}
.training-ribbon {
  background: var(--deep);
  color: #fff;
  font-size: 0.82rem;
}
.training-ribbon .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.42rem 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.brand img {
  width: 180px;
  max-height: 58px;
  object-fit: contain;
}
.brand-tag {
  font-size: 0.78rem;
  color: var(--purple);
  font-weight: 800;
  border-left: 1px solid var(--line);
  padding-left: 0.8rem;
}
.menu {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  font-size: 0.94rem;
  font-weight: 750;
  color: #433b44;
}
.menu a:hover,
.menu a:focus {
  color: var(--pink);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.4rem;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--deep);
  margin: 5px;
}
.hero {
  overflow: hidden;
  background: linear-gradient(135deg, #fff 15%, #fbf3f8 100%);
  padding: 84px 0 78px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 4rem;
}
.eyebrow {
  display: inline-block;
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}
.hero h1,
.page-hero h1,
.section h2,
.cta h2 {
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0.1rem 0 1.25rem;
  color: var(--deep);
}
.hero h1 {
  font-size: clamp(2.8rem, 5vw, 5.15rem);
}
.hero h1 span {
  color: var(--pink);
}
.hero-copy > p {
  font-size: 1.16rem;
  max-width: 650px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-weight: 850;
  transition: 0.2s ease;
  border: 1px solid transparent;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--pink);
  color: #fff;
}
.btn-light {
  background: #fff;
  border-color: var(--line);
  color: var(--deep);
}
.btn-outline {
  border-color: #d7c8d3;
  color: var(--deep);
}
.btn-white {
  background: #fff;
  color: var(--deep);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  color: #5d555f;
  font-weight: 700;
  font-size: 0.9rem;
}
.hero-panel {
  position: relative;
  min-height: 470px;
  border-radius: 40px;
  background: linear-gradient(155deg, var(--purple), var(--deep));
  box-shadow: 0 30px 70px rgba(79, 37, 77, 0.24);
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.85;
}
.orb-a {
  width: 260px;
  height: 260px;
  background: var(--pink);
  right: -70px;
  top: -60px;
}
.orb-b {
  width: 180px;
  height: 180px;
  background: #fff2;
  left: -70px;
  bottom: -40px;
}
.care-card {
  position: absolute;
  background: #fff;
  color: var(--deep);
  padding: 1.1rem 1.2rem;
  border-radius: 20px;
  box-shadow: var(--shadow);
  min-width: 220px;
}
.care-card strong,
.care-card span {
  display: block;
}
.care-card span {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.2rem;
}
.care-card-1 {
  left: 11%;
  top: 16%;
}
.care-card-2 {
  right: 8%;
  top: 43%;
}
.care-card-3 {
  left: 17%;
  bottom: 10%;
}
.section {
  padding: 86px 0;
}
.section-soft {
  background: var(--soft);
}
.section-head {
  max-width: 760px;
  margin-bottom: 2.2rem;
}
.section-head h2,
.two-cols h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
}
.section-head p,
.two-cols p {
  color: var(--muted);
}
.row-head {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}
.services-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.service-card,
.news-card,
.info-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.55rem;
  background: #fff;
  box-shadow: 0 10px 32px rgba(79, 37, 77, 0.05);
  transition: 0.2s;
}
.service-card:hover,
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--soft);
  color: var(--pink);
  display: grid;
  place-items: center;
  font-weight: 900;
}
.service-card h3,
.news-card h3,
.news-card h2 {
  color: var(--deep);
  font-size: 1.25rem;
  margin: 1rem 0 0.55rem;
}
.service-card p,
.news-card p {
  color: var(--muted);
}
.service-card > span,
.text-link {
  font-weight: 850;
  color: var(--pink);
}
.two-cols {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.check-list li {
  padding: 0.45rem 0 0.45rem 1.8rem;
  position: relative;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--pink);
  font-weight: 900;
}
.info-panel {
  padding: 2rem;
}
.panel-label {
  display: inline-flex;
  background: var(--soft);
  color: var(--purple);
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}
.news-meta {
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 800;
}
.cta {
  padding: 72px 0;
  background: linear-gradient(110deg, var(--purple), var(--pink));
  color: #fff;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cta h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
}
.cta p {
  color: #fff;
  opacity: 0.88;
  max-width: 700px;
}
.eyebrow-light {
  color: #fff;
  opacity: 0.82;
}
.page-hero {
  padding: 70px 0 48px;
  background: linear-gradient(135deg, #fff, #fbf3f8);
}
.page-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  max-width: 900px;
}
.prose {
  max-width: 860px;
  padding-top: 56px;
  padding-bottom: 86px;
}
.prose h2,
.prose h3 {
  color: var(--deep);
  letter-spacing: -0.02em;
}
.prose h2 {
  font-size: 2rem;
  margin-top: 2.3rem;
}
.prose h3 {
  font-size: 1.3rem;
  margin-top: 1.6rem;
}
.prose a {
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose .wp-block-button__link {
  background: var(--pink);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
.prose img {
  border-radius: 18px;
}
.site-footer {
  background: #211821;
  color: #e7dfe5;
  padding: 60px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 3rem;
}
.footer-logo {
  background: #fff;
  border-radius: 12px;
  padding: 0.35rem;
  width: 180px;
}
.site-footer h2 {
  color: #fff;
  font-size: 1rem;
}
.site-footer a,
.site-footer span {
  display: block;
  color: #d7cad4;
  margin: 0.35rem 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff1f;
  margin-top: 38px;
  padding-top: 20px;
  font-size: 0.8rem;
}
:focus-visible {
  outline: 3px solid #ff9bc9;
  outline-offset: 3px;
  border-radius: 5px;
}
@media (max-width: 980px) {
  .hero-grid,
  .two-cols {
    grid-template-columns: 1fr;
  }
  .hero-panel {
    min-height: 380px;
  }
  .services-grid,
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
  .primary-nav {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 1rem 20px;
    display: none;
  }
  .primary-nav.open {
    display: block;
  }
  .menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-toggle {
    display: block;
  }
  .brand-tag {
    display: none;
  }
}
@media (max-width: 680px) {
  .training-ribbon .container {
    justify-content: center;
  }
  .training-ribbon span:last-child {
    display: none;
  }
  .header-inner {
    height: 74px;
  }
  .brand img {
    width: 145px;
  }
  .primary-nav {
    top: 74px;
  }
  .hero {
    padding: 58px 0;
  }
  .hero-grid {
    gap: 2rem;
  }
  .hero h1 {
    font-size: 2.75rem;
  }
  .hero-panel {
    min-height: 330px;
  }
  .care-card {
    min-width: 180px;
    padding: 0.9rem;
  }
  .services-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }
  .row-head,
  .cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .section {
    padding: 64px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .container {
    width: min(100% - 28px, 1180px);
  }
}
