:root {
  --ink: #111522;
  --muted: #687080;
  --paper: #f5f5f0;
  --paper-2: #ecece5;
  --white: #ffffff;
  --dark: #090e1b;
  --dark-2: #11182a;
  --accent: #d9ff57;
  --accent-2: #bde83b;
  --line: rgba(17, 21, 34, .12);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(8, 13, 25, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header.is-scrolled {
  position: fixed;
  background: rgba(9, 14, 27, .9);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
  backdrop-filter: blur(18px);
  animation: header-in .3s ease both;
}

@keyframes header-in {
  from { transform: translateY(-100%); }
}

.header__inner {
  display: flex;
  align-items: center;
  height: 86px;
  gap: 40px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--dark);
  background: var(--accent);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.04em;
  transform: rotate(-4deg);
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand__text strong {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.brand__text small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 34px;
}

.nav a {
  position: relative;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.nav a:hover {
  color: var(--white);
}

.nav a:hover::after {
  transform: scaleX(1);
}

.header__phone {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  line-height: 1.2;
}

.header__phone span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.header__phone strong {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 830px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 90px),
    linear-gradient(25deg, rgba(255, 255, 255, .02) 0 1px, transparent 1px 120px),
    var(--dark);
}

.hero::after {
  position: absolute;
  right: -15%;
  bottom: -65%;
  width: 80%;
  height: 95%;
  border: 1px solid rgba(217, 255, 87, .12);
  border-radius: 50%;
  content: "";
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero__orb--one {
  top: -280px;
  right: 13%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(112, 83, 255, .22), transparent 70%);
}

.hero__orb--two {
  bottom: -290px;
  left: -180px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(217, 255, 87, .11), transparent 70%);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 1.1fr .9fr;
  min-height: 830px;
  padding-top: 120px;
  padding-bottom: 70px;
  gap: 78px;
}

.eyebrow,
.kicker {
  color: #77808e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .56);
  gap: 9px;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217, 255, 87, .12);
}

.hero h1 {
  max-width: 730px;
  margin: 24px 0 24px;
  font-size: clamp(52px, 6.1vw, 86px);
  font-weight: 740;
  line-height: .96;
  letter-spacing: -.06em;
}

h1 em,
h2 em {
  color: var(--accent-2);
  font-style: normal;
}

.hero__content > p:not(.hero__hint) {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 18px;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
}

.button--accent {
  color: var(--dark);
  background: var(--accent);
  box-shadow: 0 14px 34px rgba(196, 237, 64, .16);
}

.button--accent:hover {
  background: #e6ff88;
}

.button--glass {
  color: var(--white);
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .16);
  backdrop-filter: blur(12px);
}

.button--glass:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .28);
}

.button--dark {
  color: var(--white);
  background: var(--ink);
}

.button--dark:hover {
  background: #252c3a;
}

.hero__hint {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 630px;
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  gap: 24px;
}

.hero__stats > * {
  display: flex;
  flex-direction: column;
}

.hero__stats strong {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.hero__stats span {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  line-height: 1.4;
}

.hero__stats b {
  color: var(--accent);
  font-size: 9px;
  letter-spacing: .08em;
}

.hero__visual {
  position: relative;
  min-width: 0;
  padding: 20px 25px 20px 15px;
}

.hero__visual::before {
  position: absolute;
  inset: -12px 0 20px 58px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 210px 210px 28px 28px;
  content: "";
  transform: rotate(3deg);
}

.hero__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: .79;
  max-height: 620px;
  border-radius: 190px 190px 26px 26px;
  background: #222a36;
  box-shadow: 0 40px 80px rgba(0, 0, 0, .35);
}

.hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(.78) contrast(1.05);
}

.hero__image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 9, 18, .85) 100%), linear-gradient(90deg, rgba(10, 15, 28, .2), transparent 50%);
}

.status-card,
.diagnostic-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .25);
  backdrop-filter: blur(18px);
}

.status-card {
  top: 70px;
  right: -15px;
  padding: 15px 19px;
  background: rgba(13, 20, 35, .8);
  border-radius: 17px;
  gap: 12px;
}

.status-card__dot {
  width: 9px;
  height: 9px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(217, 255, 87, .12);
}

.status-card.is-closed .status-card__dot {
  background: #ff8374;
  box-shadow: 0 0 0 6px rgba(255, 131, 116, .12);
}

.status-card div,
.diagnostic-card div {
  display: flex;
  flex-direction: column;
}

.status-card small {
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
}

.status-card strong {
  margin-top: 2px;
  font-size: 14px;
}

.diagnostic-card {
  bottom: 50px;
  left: -32px;
  padding: 18px 22px;
  color: var(--dark);
  background: rgba(227, 255, 130, .95);
  border-color: rgba(255, 255, 255, .5);
  border-radius: 18px;
  gap: 14px;
  transform: rotate(-2deg);
}

.diagnostic-card svg {
  width: 28px;
  height: 28px;
}

.diagnostic-card strong {
  font-size: 14px;
}

.diagnostic-card span {
  font-size: 11px;
  opacity: .62;
}

.trust-bar {
  color: var(--white);
  background: #111828;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 86px;
}

.trust-bar__inner div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: rgba(255, 255, 255, .62);
  border-right: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
}

.trust-bar__inner div:last-child {
  border-right: 0;
}

.trust-bar svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
}

.section {
  padding: 120px 0;
}

.section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.4fr .6fr;
  margin-bottom: 55px;
  gap: 50px;
}

.section-heading h2,
.benefits__content h2,
.faq__intro h2,
.contact-card h2 {
  margin: 14px 0 0;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 730;
  line-height: 1;
  letter-spacing: -.055em;
}

.section-heading h2 em,
.benefits__content h2 em,
.faq__intro h2 em,
.contact-card h2 em {
  color: #6e7b3d;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 285px;
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 4px 0 transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover {
  z-index: 2;
  border-color: rgba(17, 21, 34, .24);
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.service-card--wide {
  grid-column: span 2;
}

.service-card--dark {
  color: var(--white);
  background: var(--ink);
}

.service-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 17px;
}

.service-card__icon svg {
  width: 28px;
  height: 28px;
}

.service-card__body {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
}

.service-card__body strong {
  font-size: 22px;
  font-weight: 730;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.service-card__body small {
  max-width: 290px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.service-card--dark .service-card__body small {
  color: rgba(255, 255, 255, .48);
}

.service-card__link {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 25px;
  color: #7a8353;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  gap: 8px;
}

.service-card__link b {
  color: var(--ink);
  font-size: 17px;
  transition: transform .2s ease;
}

.service-card--dark .service-card__link b {
  color: var(--white);
}

.service-card:hover .service-card__link b {
  transform: translateX(5px);
}

.benefits {
  background: var(--paper-2);
}

.benefits__grid {
  display: grid;
  align-items: center;
  grid-template-columns: .92fr 1.08fr;
  gap: 90px;
}

.benefits__visual {
  position: relative;
  min-height: 620px;
}

.benefits__visual::before {
  position: absolute;
  top: 25px;
  right: -25px;
  width: 75%;
  height: 82%;
  background: var(--accent);
  border-radius: 28px;
  content: "";
  transform: rotate(4deg);
}

.benefits__visual img {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  box-shadow: var(--shadow);
  filter: saturate(.8);
}

.benefits__badge {
  position: absolute;
  right: -28px;
  bottom: 0;
  left: 40px;
  display: flex;
  flex-direction: column;
  padding: 25px 28px;
  color: var(--white);
  background: var(--ink);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(5, 9, 18, .2);
}

.benefits__badge strong {
  font-size: 17px;
}

.benefits__badge span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
}

.benefits__content {
  padding-left: 18px;
}

.benefits__content .lead {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.benefit-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.benefit-list > div {
  display: grid;
  align-items: start;
  grid-template-columns: 42px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  gap: 16px;
}

.benefit-list > div > span {
  color: #7d864d;
  font-size: 11px;
  font-weight: 800;
}

.benefit-list p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.benefit-list strong {
  font-size: 15px;
}

.benefit-list small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
}

.text-link span {
  font-size: 18px;
}

.prices {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--dark);
}

.prices::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255, 255, 255, .02) 0 1px, transparent 1px 100px);
  content: "";
  pointer-events: none;
}

.prices__orb {
  position: absolute;
  top: -280px;
  right: -180px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(198, 237, 64, .11), transparent 70%);
  border-radius: 50%;
}

.section-heading--light {
  position: relative;
  z-index: 1;
}

.section-heading--light h2 em {
  color: var(--accent);
}

.section-heading--light > p {
  color: rgba(255, 255, 255, .5);
}

.section-heading--light .kicker {
  color: var(--accent);
}

.price-panel {
  position: relative;
  z-index: 2;
  padding: 32px;
  color: var(--ink);
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, .25);
}

.price-panel__top {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr auto;
  gap: 16px;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  padding: 0 22px;
  background: #f2f3ef;
  border: 1px solid transparent;
  border-radius: 18px;
  gap: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-box:focus-within {
  border-color: #a7b66c;
  box-shadow: 0 0 0 4px rgba(170, 190, 91, .12);
}

.search-box svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #737b89;
}

.search-box input {
  width: 100%;
  height: 100%;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.search-box input::placeholder {
  color: #9298a2;
}

.search-box button {
  display: none;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #666e7a;
  background: #e3e5df;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.search-box.has-value button {
  display: grid;
}

.price-count {
  display: flex;
  align-items: center;
  min-width: 150px;
  padding: 0 22px;
  background: var(--accent);
  border-radius: 18px;
  gap: 10px;
}

.price-count strong {
  font-size: 25px;
  font-weight: 800;
}

.price-count span {
  max-width: 54px;
  color: rgba(17, 21, 34, .6);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.category-tabs {
  display: flex;
  overflow-x: auto;
  margin: 25px -4px 0;
  padding: 0 4px 8px;
  gap: 8px;
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tab {
  flex: 0 0 auto;
  padding: 11px 15px;
  color: #727984;
  background: transparent;
  border: 1px solid #dfe1db;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.category-tab:hover,
.category-tab.is-active {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.price-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  border-top: 1px solid #e3e4df;
  border-left: 1px solid #e3e4df;
}

.price-item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  min-height: 100px;
  padding: 20px 22px;
  background: var(--white);
  border-right: 1px solid #e3e4df;
  border-bottom: 1px solid #e3e4df;
  gap: 20px;
  transition: background .2s ease;
}

.price-item:hover {
  background: #f7f8f4;
}

.price-item__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.price-item__main strong {
  font-size: 14px;
  line-height: 1.35;
}

.price-item__main span {
  overflow: hidden;
  margin-top: 5px;
  color: #8a9099;
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-item__main small {
  margin-top: 5px;
  color: #8b945c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.price-item__price {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  margin-top: 16px;
  color: var(--ink);
  background: #f2f3ef;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  transition: background .2s ease;
}

.show-more:hover {
  background: #e9ebe4;
}

.show-more.is-hidden {
  display: none;
}

.empty-state {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 20px;
  text-align: center;
}

.empty-state[hidden] {
  display: none;
}

.empty-state strong {
  font-size: 20px;
}

.empty-state span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.empty-state a {
  margin-top: 20px;
  color: #697443;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}

.process .section-heading {
  grid-template-columns: 1fr auto;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.process-grid::before {
  position: absolute;
  top: 64px;
  right: 15%;
  left: 15%;
  border-top: 1px dashed #bfc3b5;
  content: "";
}

.process-card {
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.process-card > span {
  position: absolute;
  top: 27px;
  right: 28px;
  color: #a0a59a;
  font-size: 11px;
  font-weight: 800;
}

.process-card__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--ink);
  background: var(--accent);
  border: 9px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
}

.process-card__icon svg {
  width: 26px;
  height: 26px;
}

.process-card h3 {
  margin: 62px 0 12px;
  font-size: 23px;
  letter-spacing: -.04em;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.review-section {
  color: var(--white);
  background: #121827;
}

.review-summary {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  gap: 24px;
}

.review-summary__score {
  font-size: 76px;
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.07em;
}

.review-summary > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.stars {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .13em;
}

.review-summary strong {
  margin-top: 5px;
  font-size: 15px;
}

.review-summary > div:nth-child(2) span {
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
}

.review-summary > a {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .42);
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  gap: 14px;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 30px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
}

.review-card--accent {
  color: var(--ink);
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(18px);
}

.quote {
  height: 58px;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
}

.review-card--accent .quote {
  color: var(--ink);
}

.review-card > p {
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.7;
}

.review-card--accent > p {
  color: rgba(17, 21, 34, .76);
}

.review-card footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 12px;
}

.review-card footer > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.review-card--accent footer > span {
  color: var(--white);
  background: var(--ink);
}

.review-card footer div {
  display: flex;
  flex-direction: column;
}

.review-card footer strong {
  font-size: 12px;
}

.review-card footer small {
  color: rgba(255, 255, 255, .4);
  font-size: 9px;
}

.review-card--accent footer small {
  color: rgba(17, 21, 34, .5);
}

.faq {
  background: var(--paper-2);
}

.faq__grid {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 110px;
}

.faq__intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.faq__intro p {
  max-width: 340px;
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.accordion {
  border-top: 1px solid #ced0c8;
}

.accordion details {
  border-bottom: 1px solid #ced0c8;
}

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  gap: 20px;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  position: relative;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background: var(--ink);
  border-radius: 50%;
}

.accordion summary span::before,
.accordion summary span::after {
  position: absolute;
  top: 12px;
  right: 7px;
  left: 7px;
  height: 2px;
  background: var(--white);
  content: "";
}

.accordion summary span::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.accordion details[open] summary span::after {
  transform: rotate(0);
}

.accordion details p {
  max-width: 650px;
  margin: -8px 55px 27px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact-section {
  padding: 70px 0;
  color: var(--white);
  background: var(--paper-2);
}

.contact-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: .93fr 1.07fr;
  min-height: 620px;
  background: var(--dark);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.contact-card__info {
  padding: 70px 60px;
}

.contact-card h2 {
  font-size: clamp(40px, 4.4vw, 62px);
}

.contact-card > .contact-card__info > p {
  max-width: 430px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .56);
  font-size: 14px;
  line-height: 1.7;
}

.contact-items {
  display: grid;
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.contact-items > * {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  gap: 14px;
}

.contact-items > * > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: var(--dark);
  background: var(--accent);
  border-radius: 12px;
}

.contact-items svg {
  width: 19px;
  height: 19px;
}

.contact-items div div,
.contact-items a div {
  display: flex;
  flex-direction: column;
}

.contact-items small {
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-items strong {
  margin-top: 4px;
  font-size: 15px;
}

.contact-items b {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 500;
}

.contact-card__actions {
  display: flex;
  margin-top: 28px;
  gap: 10px;
}

.contact-card__map {
  position: relative;
  min-height: 480px;
  background: #d8ddd8;
}

.contact-card__map iframe {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border: 0;
  filter: saturate(.8) contrast(.98);
}

.contact-card__map > a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 17px;
  color: var(--white);
  background: var(--dark);
  border-radius: 13px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
}

.footer {
  padding: 65px 0 25px;
  color: var(--white);
  background: #090e1b;
}

.footer__top {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  gap: 60px;
}

.footer__top > p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, .44);
  font-size: 13px;
}

.footer__links {
  display: flex;
  gap: 26px;
}

.footer__links a {
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  font-weight: 700;
}

.footer__links a:hover {
  color: var(--accent);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  color: rgba(255, 255, 255, .3);
  font-size: 10px;
}

.footer__credit {
  color: rgba(255, 255, 255, .52);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 15px;
  font-style: italic;
  letter-spacing: .02em;
}

.mobile-actions {
  display: none;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.js-ready .reveal--delay {
  transition-delay: .12s;
}

.js-ready .reveal--delay-2 {
  transition-delay: .22s;
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .header__inner { gap: 24px; }
  .nav { gap: 20px; }
  .hero__grid { gap: 38px; }
  .hero h1 { font-size: clamp(50px, 6.5vw, 70px); }
  .diagnostic-card { left: -10px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card--wide { grid-column: span 1; }
  .benefits__grid { gap: 55px; }
  .faq__grid { gap: 65px; }
  .contact-card__info { padding: 55px 42px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 34px, 760px); }
  .nav,
  .header__phone { display: none; }
  .header__inner { justify-content: space-between; }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 13px;
    gap: 6px;
  }
  .menu-toggle span {
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform .2s ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu {
    position: fixed;
    inset: 86px 0 0;
    z-index: 49;
    display: flex;
    overflow: auto;
    align-items: center;
    flex-direction: column;
    padding: 60px 24px;
    color: var(--white);
    background: rgba(9, 14, 27, .98);
    opacity: 0;
    pointer-events: none;
    gap: 25px;
    transform: translateY(-15px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-menu a {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.03em;
  }
  .mobile-menu a:last-child {
    margin-top: 20px;
    padding: 16px 22px;
    color: var(--dark);
    background: var(--accent);
    border-radius: 15px;
    font-size: 15px;
  }
  .hero { min-height: auto; }
  .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 145px;
    padding-bottom: 90px;
    gap: 55px;
  }
  .hero__content { max-width: 700px; }
  .hero__visual { max-width: 510px; margin: 0 auto; }
  .hero__image-wrap { max-height: 610px; }
  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-bar__inner div:nth-child(2) { border-right: 0; }
  .trust-bar__inner div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 600px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefits__visual { width: min(100%, 580px); margin: 0 auto; }
  .benefits__content { padding-left: 0; }
  .process .section-heading { grid-template-columns: 1fr; }
  .process .section-heading .button { justify-self: start; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid::before { display: none; }
  .process-card { min-height: 270px; }
  .process-card h3 { margin-top: 38px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 290px; }
  .review-card--accent { transform: none; }
  .faq__grid { grid-template-columns: 1fr; gap: 50px; }
  .faq__intro { position: static; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card__map iframe { min-height: 440px; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: calc(65px + env(safe-area-inset-bottom)); }
  .container { width: calc(100% - 24px); }
  .header { background: rgba(8, 13, 25, .9); backdrop-filter: blur(18px); }
  .header__inner { height: 68px; }
  .brand__mark { width: 42px; height: 42px; border-radius: 13px; }
  .brand__text strong { font-size: 16px; }
  .brand__text small { font-size: 8px; }
  .mobile-menu { inset: 68px 0 calc(65px + env(safe-area-inset-bottom)); }
  .hero {
    min-height: calc(100svh - 68px);
    background: #080d19;
    isolation: isolate;
  }
  .hero::after,
  .hero__orb { display: none; }
  .hero__grid {
    display: block;
    width: 100%;
    min-height: inherit;
    padding: 0;
  }
  .hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: inherit;
    padding: 115px 18px 88px;
  }
  .hero .eyebrow {
    align-self: flex-start;
    padding: 8px 11px;
    color: rgba(255, 255, 255, .84);
    background: rgba(7, 12, 23, .58);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    font-size: 9px;
    line-height: 1.25;
  }
  .hero h1 {
    max-width: 540px;
    margin: 15px 0 13px;
    font-size: clamp(40px, 12.5vw, 52px);
    line-height: .94;
    text-shadow: 0 4px 30px rgba(0, 0, 0, .48);
  }
  .hero__content > p:not(.hero__hint) {
    display: -webkit-box;
    max-width: 520px;
    overflow: hidden;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .hero__actions,
  .hero__hint { display: none; }
  .hero__stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-top: 0;
    border-top: 0;
    gap: 8px;
  }
  .hero__stats > * {
    min-width: 0;
    padding: 11px 12px;
    background: rgba(7, 12, 23, .6);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    backdrop-filter: blur(12px);
  }
  .hero__stats > *:last-child { display: none; }
  .hero__stats strong { font-size: 18px; }
  .hero__stats span { margin-top: 4px; color: rgba(255, 255, 255, .64); font-size: 9px; }
  .hero__visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .hero__visual::before { display: none; }
  .hero__image-wrap {
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .hero__image-wrap img {
    object-position: center 40%;
    filter: saturate(.72) contrast(1.08) brightness(.72);
  }
  .hero__image-shade {
    background:
      linear-gradient(180deg, rgba(5, 9, 18, .24) 0%, rgba(5, 9, 18, .05) 26%, rgba(5, 9, 18, .72) 62%, #080d19 100%),
      linear-gradient(90deg, rgba(8, 13, 25, .3), transparent 70%);
  }
  .status-card { top: 18px; right: 14px; padding: 10px 12px; transform: none; }
  .status-card small { font-size: 8px; }
  .status-card strong { font-size: 11px; }
  .diagnostic-card { display: none; }
  .trust-bar__inner {
    display: flex;
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow-x: auto;
    padding: 11px 12px;
    scrollbar-width: none;
    gap: 8px;
  }
  .trust-bar__inner::-webkit-scrollbar { display: none; }
  .trust-bar__inner div {
    justify-content: flex-start;
    flex: 0 0 auto;
    min-height: 46px;
    padding: 11px 13px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    font-size: 10px;
  }
  .trust-bar svg { width: 18px; height: 18px; }
  .section { padding: 58px 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2,
  .benefits__content h2,
  .faq__intro h2,
  .contact-card h2 { font-size: 36px; }
  .section-heading > p { font-size: 15px; line-height: 1.55; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .service-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 182px;
    padding: 15px;
    border-radius: 20px;
  }
  .service-card--wide { grid-column: 1 / -1; min-height: 150px; }
  .service-card__icon { width: 48px; height: 48px; border-radius: 14px; }
  .service-card__icon svg { width: 24px; height: 24px; }
  .service-card__body { margin-top: 16px; }
  .service-card__body strong { font-size: 16px; line-height: 1.08; }
  .service-card__body small { display: none; }
  .service-card__link { margin-top: auto; padding-top: 13px; font-size: 9px; line-height: 1.2; }
  .benefits__grid { gap: 30px; }
  .benefits__visual { min-height: 330px; }
  .benefits__visual img { height: 300px; border-radius: 22px; }
  .benefits__visual::before { right: 0; }
  .benefits__badge { right: 0; bottom: 0; left: 14px; padding: 17px 19px; }
  .benefits__content .lead { margin-top: 20px; font-size: 15px; }
  .benefit-list > div { grid-template-columns: 34px 1fr; }
  .price-panel { margin: 0; padding: 14px; border-radius: 21px; }
  .price-panel__top { grid-template-columns: 1fr; }
  .search-box { height: 56px; padding: 0 15px; border-radius: 16px; }
  .search-box input { font-size: 16px; }
  .price-count { display: none; }
  .category-tabs { margin-top: 15px; padding-right: 32px; mask-image: linear-gradient(to right, #000 0, #000 88%, transparent 100%); }
  .price-results { grid-template-columns: 1fr; }
  .price-item { min-height: 80px; padding: 15px 14px; gap: 12px; }
  .price-item__main strong { font-size: 13px; }
  .price-item__main span { display: none; }
  .price-item__main small { margin-top: 4px; }
  .price-item__price { font-size: 16px; }
  .process-grid,
  .reviews-grid {
    display: flex;
    overflow-x: auto;
    margin-right: -12px;
    padding-right: 34px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .process-grid::-webkit-scrollbar,
  .reviews-grid::-webkit-scrollbar { display: none; }
  .process-card { flex: 0 0 min(82vw, 300px); min-height: 238px; padding: 22px; scroll-snap-align: start; }
  .process-card h3 { margin-top: 32px; font-size: 21px; }
  .review-summary { grid-template-columns: auto 1fr; }
  .review-summary__score { font-size: 58px; }
  .review-summary > a { grid-column: 1 / -1; justify-self: start; }
  .review-card { flex: 0 0 min(86vw, 315px); min-height: 278px; padding: 24px; scroll-snap-align: start; }
  .accordion summary { padding: 23px 0; font-size: 15px; }
  .contact-section { padding: 35px 0; }
  .contact-card { border-radius: 24px; }
  .contact-card__info { padding: 40px 22px; }
  .contact-card__actions { align-items: stretch; flex-direction: column; }
  .contact-card__actions .button { width: 100%; }
  .contact-card__map { min-height: 350px; }
  .contact-card__map iframe { min-height: 350px; }
  .footer { padding-top: 42px; }
  .footer__top { gap: 22px; padding-bottom: 30px; }
  .footer__links { flex-wrap: wrap; }
  .footer__bottom { align-items: center; flex-direction: row; flex-wrap: wrap; padding-top: 20px; gap: 12px 20px; }
  .footer__bottom a { margin-left: auto; }
  .footer__credit { order: 3; width: 100%; font-size: 16px; }
  .mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(65px + env(safe-area-inset-bottom));
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    background: rgba(9, 14, 27, .94);
    border-top: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(16px);
    gap: 7px;
  }
  .mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    border-radius: 12px;
    min-height: 49px;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
  }
  .mobile-actions a:last-child { color: var(--dark); background: var(--accent); }
  .mobile-actions svg { width: 16px; height: 16px; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 20px); }
  .process-grid,
  .reviews-grid { margin-right: -10px; }
  .brand { gap: 9px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__text strong { font-size: 14px; }
  .hero__content { padding-right: 14px; padding-left: 14px; }
  .hero h1 { font-size: 39px; }
  .hero__content > p:not(.hero__hint) { font-size: 14px; }
  .hero__stats strong { font-size: 17px; }
  .section-heading h2,
  .benefits__content h2,
  .faq__intro h2,
  .contact-card h2 { font-size: 32px; }
  .service-card { min-height: 176px; padding: 13px; }
  .service-card--wide { min-height: 146px; }
  .service-card__body strong { font-size: 15px; }
  .price-panel { padding: 12px; }
  .price-item { padding: 14px 12px; }
  .mobile-actions { gap: 6px; padding-right: 6px; padding-left: 6px; }
  .mobile-actions a { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
