.inner-hero {
  background: linear-gradient(120deg, var(--purple-dark), var(--purple));
  color: #fff;
  padding: 92px 0 98px;
  position: relative;
  overflow: hidden;
}
.inner-hero:after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid #ffffff20;
  border-radius: 50%;
  right: -80px;
  top: -230px;
}
.inner-hero .container {
  position: relative;
  z-index: 1;
}
.inner-hero h1 {
  font:
    800 clamp(42px, 5vw, 64px)/1.06 "Manrope",
    sans-serif;
  letter-spacing: -3px;
  margin: 0 0 20px;
}
.inner-hero h1 em {
  font-style: normal;
  color: #c4b8ff;
}
.inner-hero p:not(.eyebrow) {
  color: #d7d0ea;
  max-width: 520px;
  font-size: 17px;
  margin: 0;
}
.inner-hero.compact {
  padding: 70px 0 75px;
}
.values-section,
.contact-process {
  background: var(--cream);
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.value-grid article {
  padding: 27px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.value-grid article > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 18px;
  margin-bottom: 20px;
}
.value-grid h3 {
  font: 700 17px "Manrope";
  color: var(--purple-dark);
  margin: 0 0 9px;
}
.value-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: center;
}
.contact-grid h2 {
  font-size: 43px;
}
.contact-lead {
  color: var(--muted);
  line-height: 1.8;
  max-width: 410px;
}
.contact-main-call {
  margin-top: 12px;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-cards > a,
.contact-cards > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 22px 19px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.contact-cards > a:hover {
  border-color: #b8a9ec;
  box-shadow: var(--shadow);
}
.contact-cards > * > span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--purple-soft);
  color: var(--purple);
}
.contact-cards > * > div {
  display: grid;
  min-width: 0;
}
.contact-cards small {
  font-size: 11px;
  color: #938b9e;
}
.contact-cards strong {
  font: 700 14px "Manrope";
  color: var(--purple-dark);
  overflow-wrap: anywhere;
}
.contact-cards b {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
}
.contact-cards > a > i {
  margin-left: auto;
  color: #aa9dc4;
  font-size: 11px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.process-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.process-grid b {
  color: #a294d5;
  font: 800 30px "Manrope";
}
.process-grid h3 {
  font: 700 20px "Manrope";
  color: var(--purple-dark);
  margin: 14px 0 6px;
}
.process-grid p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.legal-section {
  background: var(--cream);
}
.legal-layout {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 65px;
  align-items: start;
}
.legal-document {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 46px 52px;
}
.document-date {
  font-size: 12px;
  color: #988fa7;
  margin: 0 0 28px;
}
.legal-document h2 {
  font: 800 34px "Manrope";
  color: var(--purple-dark);
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.legal-document h3 {
  font: 700 19px "Manrope";
  color: var(--purple-dark);
  margin: 34px 0 10px;
}
.legal-document p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
}
.legal-document a {
  color: var(--purple);
  font-weight: 700;
}
.legal-aside {
  background: var(--purple);
  color: #fff;
  border-radius: var(--radius);
  padding: 30px;
  position: sticky;
  top: 105px;
}
.legal-aside > span {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ffffff1c;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: #d0c6ff;
}
.legal-aside h3 {
  font: 700 21px "Manrope";
  margin: 24px 0 9px;
}
.legal-aside p {
  font-size: 13px;
  line-height: 1.7;
  color: #d8d0ec;
  margin: 0 0 24px;
}
@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid {
    gap: 42px;
  }
  .legal-layout {
    gap: 30px;
  }
  .legal-document {
    padding: 35px;
  }
}
@media (max-width: 700px) {
  .inner-hero {
    padding: 67px 0 72px;
  }
  .inner-hero h1 {
    font-size: 44px;
    letter-spacing: -2px;
  }
  .inner-hero p:not(.eyebrow) {
    font-size: 15px;
  }
  .value-grid,
  .contact-grid,
  .process-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .contact-grid h2 {
    font-size: 35px;
  }
  .contact-cards {
    margin-top: 18px;
  }
  .contact-cards > a,
  .contact-cards > div {
    padding: 17px 14px;
  }
  .legal-document {
    padding: 26px 21px;
  }
  .legal-document h2 {
    font-size: 29px;
  }
  .legal-document h3 {
    font-size: 18px;
    margin-top: 28px;
  }
  .legal-aside {
    position: static;
  }
  .process-grid {
    gap: 12px;
  }
  .process-grid > div {
    padding: 22px;
  }
}
:root {
  --purple: #26077a;
  --purple-dark: #160343;
  --purple-soft: #eeeafd;
  --ink: #171329;
  --muted: #6c687a;
  --line: #e8e5ef;
  --paper: #fff;
  --cream: #f8f7fb;
  --gold: #f3bd54;
  --radius: 18px;
  --shadow: 0 18px 48px rgba(38, 7, 122, 0.09);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.announcement {
  background: var(--purple-dark);
  color: #fff;
  font-size: 13px;
}
.announcement-inner {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.announcement i {
  color: #a89ce8;
  margin-right: 7px;
}
.announcement a {
  font-weight: 700;
}
.site-header {
  height: 78px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--purple);
  line-height: 1;
  white-space: nowrap;
}
.brand-mark {
  width: 190px;
  height: 40px;
  background: url("../img/logo.png") center / contain no-repeat;
  flex: 0 0 190px;
}
.brand-mark i,
.brand > span:last-child {
  display: none;
}
.brand > span:last-child {
  display: grid;
  gap: 2px;
}
.brand strong,
.brand b {
  font:
    800 17px/1 "Manrope",
    sans-serif;
  letter-spacing: -0.8px;
}
.brand b {
  color: var(--purple);
}
.brand small {
  font-size: 7px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #918ca0;
  margin-top: 2px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 14px;
  font-weight: 600;
}
.site-nav > a,
.nav-dropdown > button {
  border: 0;
  background: none;
  padding: 28px 0;
  color: #5a5668;
  cursor: pointer;
}
.site-nav > a:hover,
.site-nav > a.active,
.nav-dropdown > button:hover {
  color: var(--purple);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown button i {
  font-size: 10px;
  margin-left: 5px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-width: 180px;
  padding: 8px;
  border-radius: 10px;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: grid;
}
.dropdown-menu a {
  padding: 9px 12px;
  font-size: 13px;
}
.dropdown-menu a:hover {
  background: var(--purple-soft);
  color: var(--purple);
}
.nav-call {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: #fff !important;
  padding: 12px 19px !important;
  border-radius: 9px;
  box-shadow: 0 8px 18px #26077a30;
}
.site-nav .nav-call,
.site-nav .nav-call:hover,
.site-nav .nav-call:focus,
.site-nav .nav-call:visited {
  color: #fff !important;
  background: var(--purple) !important;
}
.nav-call i {
  margin-right: 7px;
}
.nav-toggle {
  display: none;
  border: 0;
  background: none;
  color: var(--purple);
  font-size: 23px;
}
.hero {
  background:
    linear-gradient(90deg, rgba(248, 247, 255, 0.719) 0%, rgba(248, 247, 255, 0.596) 48%, rgba(248, 247, 255, 0.212) 100%),
    url("../img/hero-1.jpg") center / cover no-repeat;
  overflow: hidden;
}
.hero-grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 70px;
}
.eyebrow {
  color: var(--purple);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}
.eyebrow span {
  display: block;
  width: 27px;
  height: 2px;
  background: var(--purple);
}
.hero h1,
.section h2,
.cta-band h2 {
  font:
    800 clamp(38px, 4.25vw, 56px)/1.08 "Manrope",
    sans-serif;
  letter-spacing: -2px;
  margin: 0 0 20px;
  color: var(--purple-dark);
}
.hero h1 em,
.section h2 em {
  font-style: normal;
  color: #7656d4;
}
.hero-lead {
  max-width: 500px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 25px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 14px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 10px 24px #26077a30;
}
.button-ghost {
  border: 1px solid #d4cfe1;
  color: var(--purple);
  background: #fff;
}
.button-light {
  background: #fff;
  color: var(--purple);
  box-shadow: 0 10px 25px #11012b30;
}
.hero-trust {
  display: flex;
  gap: 16px;
  margin-top: 27px;
  color: #605b70;
  font-size: 12px;
}
.hero-trust i {
  color: var(--purple);
  margin-right: 5px;
}
.hero-visual {
  min-height: 260px;
  position: relative;
  display: block;
}
.hero-service-card {
  width: min(100%, 390px);
  justify-self: end;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e4dfef;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(38, 7, 122, 0.08);
}
.hero-service-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.hero-service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--purple);
  font-size: 16px;
}
.hero-service-heading div {
  display: grid;
  gap: 3px;
}
.hero-service-heading small {
  color: #928aa2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.hero-service-heading strong {
  color: var(--purple-dark);
  font:
    700 16px/1.2 "Manrope",
    sans-serif;
}
.hero-service-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 18px 0;
}
.hero-service-items span {
  padding: 11px 10px;
  border: 1px solid #eeeaf4;
  border-radius: 9px;
  color: #4e495e;
  background: #fcfbff;
  font-size: 11px;
  font-weight: 600;
}
.hero-service-items i {
  width: 18px;
  color: var(--purple);
  margin-right: 4px;
  text-align: center;
}
.hero-service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}
.hero-service-footer span {
  color: var(--muted);
}
.hero-service-footer span i {
  color: #4caa78;
  margin-right: 4px;
}
.hero-service-footer a {
  color: var(--purple);
  font-weight: 700;
}
.hero-service-footer a i {
  margin-left: 4px;
  font-size: 10px;
}
.visual-orbit {
  position: absolute;
  border: 1px solid #d4c7fa;
  border-radius: 50%;
  transform: rotate(-22deg);
}
.orbit-one {
  width: 440px;
  height: 260px;
}
.orbit-two {
  width: 330px;
  height: 430px;
  transform: rotate(55deg);
}
.hero-placeholder {
  width: 285px;
  height: 350px;
  border-radius: 145px 145px 24px 24px;
  background: linear-gradient(150deg, #dad2fb, #a994ed);
  border: 10px solid #fff;
  box-shadow: 0 25px 50px #26077a25;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: var(--purple-dark);
  position: relative;
  z-index: 1;
}
.hero-placeholder i {
  font-size: 65px;
  margin-bottom: 18px;
}
.hero-placeholder strong {
  font:
    700 20px "Manrope",
    sans-serif;
}
.hero-placeholder small {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 7px;
}
.hero-badge {
  position: absolute;
  z-index: 2;
  bottom: 52px;
  right: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 15px 20px;
  border-radius: 12px;
  display: grid;
}
.hero-badge strong {
  font: 800 23px "Manrope";
  color: var(--purple);
}
.hero-badge span {
  font-size: 11px;
  color: var(--muted);
}
.hero-bottom {
  background: var(--purple);
  color: #fff;
}
.metric-row {
  min-height: 88px;
  display: flex;
  align-items: center;
}
.metric-row > div {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-right: 1px solid #ffffff26;
  padding-left: 32px;
}
.metric-row > div:first-child {
  padding-left: 0;
}
.metric-row > div:last-child {
  border: 0;
}
.metric-row strong {
  font: 800 26px "Manrope";
  color: #fff;
}
.metric-row span {
  font-size: 12px;
  color: #d0c9ef;
}
.section {
  padding: 105px 0;
}
.services-section {
  background: #fff;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 45px;
}
.section-heading h2 {
  font-size: 43px;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.section-heading > p {
  color: var(--muted);
  margin: 0;
  max-width: 510px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.media-placeholder {
  height: 165px;
  background: #f1edff;
  overflow: hidden;
}
.media-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-card:hover .media-placeholder img {
  transform: scale(1.04);
}
.media-placeholder i {
  font-size: 38px;
}
.media-placeholder span {
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.service-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-kicker {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #958ca7;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-card h3 {
  font: 700 21px "Manrope";
  margin: 0 0 10px;
  color: var(--purple-dark);
}
.service-card p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 19px;
}
.text-link {
  color: var(--purple);
  font-size: 13px;
  font-weight: 700;
  margin-top: auto;
  display: inline-flex;
  gap: 9px;
  align-items: center;
}
.text-link i {
  font-size: 11px;
  transition: transform 0.2s;
}
.text-link:hover i {
  transform: translateX(4px);
}
.why-section {
  background: var(--purple-dark);
  color: #fff;
}
.why-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 100px;
  align-items: center;
}
.eyebrow.light {
  color: #c9bfff;
}
.eyebrow.light span {
  background: #c9bfff;
}
.why-section h2,
.cta-band h2 {
  color: #fff;
  font-size: 47px;
}
.why-intro {
  color: #c8c2dc;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 420px;
}
.why-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #ffffff20;
}
.why-item {
  background: var(--purple-dark);
  padding: 25px;
  display: flex;
  gap: 18px;
  min-height: 170px;
}
.why-item > b {
  color: #9d8ddd;
  font: 700 13px "Manrope";
}
.why-item h3 {
  font: 700 18px "Manrope";
  margin: 0 0 8px;
}
.why-item p {
  font-size: 13px;
  color: #b9b2cf;
  line-height: 1.65;
  margin: 0;
}
.about-section {
  background: #fbfaff;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.about-placeholder {
  height: 420px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  background: #e9e3fd;
}
.about-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-placeholder:before {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  border: 1px solid #fff9;
  border-radius: 50%;
}
.placeholder-label {
  display: none;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--purple);
  font-weight: 700;
}
.placeholder-label i {
  margin-right: 8px;
}
.about-stamp {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow);
}
.about-stamp strong {
  font: 800 36px "Manrope";
  color: var(--purple);
}
.about-stamp span {
  font-size: 11px;
  line-height: 1.2;
  color: var(--muted);
}
.about-copy h2 {
  font-size: 43px;
}
.about-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.pricing-section {
  background: #fff;
}
.centered {
  display: block;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.centered .eyebrow {
  justify-content: center;
}
.centered > p {
  margin: 15px auto 0;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.policy-card {
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.policy-card.featured {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
  transform: translateY(-12px);
  box-shadow: 0 20px 35px #26077a30;
}
.policy-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--purple-soft);
  color: var(--purple);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.featured .policy-icon {
  background: #ffffff22;
  color: #fff;
}
.policy-card h3 {
  font: 700 19px "Manrope";
  margin: 0 0 10px;
}
.policy-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.featured p {
  color: #d7d0ed;
}
.policy-card ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.featured ul {
  border-color: #ffffff2b;
}
.policy-card li {
  margin-top: 8px;
}
.policy-card li i {
  color: #6f55d3;
  margin-right: 6px;
}
.featured li i {
  color: #bfb3ff;
}
.reviews-section {
  background: var(--cream);
}
.rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rating strong {
  font: 800 37px "Manrope";
  color: var(--purple);
}
.rating span {
  color: var(--gold);
  font-size: 13px;
}
.rating small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-grid figure {
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.quote-mark {
  font: 800 44px/1 "Manrope";
  color: #bcb0ee;
}
.review-grid blockquote {
  font-size: 14px;
  line-height: 1.75;
  margin: 8px 0 24px;
  color: #454052;
}
.review-grid figcaption {
  display: grid;
}
.review-grid figcaption strong {
  font-size: 13px;
  color: var(--purple);
}
.review-grid figcaption span {
  font-size: 11px;
  color: #958fa2;
}
.cta-band {
  background: var(--purple);
  padding: 65px 0;
}
.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-content h2 {
  margin: 0;
}
.site-footer {
  background: #110328;
  color: #d7d0e7;
  padding: 70px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.1fr 1fr;
  gap: 45px;
  padding-bottom: 55px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 260px;
  color: #9990b2;
  margin: 22px 0;
}
.brand-light {
  color: #fff;
}
.brand-light b {
  color: #b9adf4;
}
.brand-light small {
  color: #807596;
}
.footer-phone {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.footer-phone i {
  color: #a797ed;
  margin-right: 7px;
}
.footer-grid h3 {
  font: 700 14px "Manrope";
  color: #fff;
  margin: 4px 0 18px;
}
.footer-grid > div:not(:first-child) > a {
  display: block;
  font-size: 13px;
  color: #a9a0be;
  margin: 9px 0;
}
.footer-grid > div:not(:first-child) > a:hover {
  color: #fff;
}
.footer-note {
  font-size: 12px;
  color: #9187aa;
  line-height: 2;
  margin-top: 23px;
}
.footer-note i {
  color: #a797ed;
  width: 19px;
}
.footer-bottom {
  border-top: 1px solid #ffffff14;
  padding: 18px 0 20px;
  display: flex;
  justify-content: space-between;
  color: #756b8e;
  font-size: 11px;
}
.mobile-call {
  display: none;
}
@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, 680px);
  }
  .site-nav {
    gap: 18px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    gap: 45px;
  }
  .split-grid {
    gap: 45px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    display: none;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .announcement-inner {
    height: 36px;
    font-size: 11px;
  }
  .announcement-inner span {
    display: none;
  }
  .announcement-inner a {
    margin-left: auto;
  }
  .site-header {
    height: 68px;
  }
  .nav-toggle {
    display: block;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 10px 20px 20px;
    box-shadow: 0 15px 30px #16034314;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav > a,
  .nav-dropdown > button {
    padding: 12px 0;
    text-align: left;
  }
  .nav-call {
    display: flex !important;
    text-align: center !important;
    margin-top: 8px;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 12px;
  }
  .nav-dropdown:hover .dropdown-menu {
    display: none;
  }
  .nav-dropdown.open .dropdown-menu {
    display: grid;
  }
  .hero-grid {
    min-height: auto;
    display: block;
    padding-top: 60px;
  }
  .hero h1 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-trust {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .hero-visual {
    min-height: 0;
    margin-top: 32px;
  }
  .hero-service-card {
    display: none;
  }
  .hero-service-heading strong {
    font-size: 14px;
  }
  .hero-service-items {
    gap: 7px;
    padding: 15px 0;
  }
  .hero-service-items span {
    padding: 10px 7px;
    font-size: 10px;
  }
  .metric-row {
    min-height: 80px;
    justify-content: space-between;
  }
  .metric-row > div {
    display: grid;
    gap: 0;
    padding-left: 0 !important;
    border: 0;
  }
  .metric-row strong {
    font-size: 21px;
  }
  .metric-row span {
    font-size: 9px;
  }
  .section {
    padding: 70px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2,
  .about-copy h2 {
    font-size: 35px;
  }
  .section-heading > p {
    font-size: 14px;
    margin-top: 16px;
  }
  .service-grid,
  .policy-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .service-card p {
    font-size: 14px;
  }
  .why-grid,
  .split-grid {
    display: block;
  }
  .why-list {
    margin-top: 45px;
    grid-template-columns: 1fr;
  }
  .why-item {
    min-height: auto;
  }
  .about-placeholder {
    height: 300px;
    margin-bottom: 38px;
  }
  .policy-card.featured {
    transform: none;
  }
  .rating {
    margin-top: 20px;
  }
  .cta-content {
    display: block;
  }
  .cta-content h2 {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    display: block;
  }
  .footer-bottom {
    display: block;
    line-height: 2;
  }
  .mobile-call {
    display: flex;
    position: fixed;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 60;
    background: var(--purple);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: 0 8px 24px #16034355;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 13px;
  }
  .mobile-call i {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .hero h1 {
    font-size: 39px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-trust {
    font-size: 11px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:not(:last-child):not(.footer-brand) {
    display: none;
  }
}
