:root {
  color-scheme: light;
  --bg: #f5f9ff;
  --paper: #ffffff;
  --text: #13224a;
  --muted: #687795;
  --line: #dce9f7;
  --blue: #1397ff;
  --blue-dark: #0647b8;
  --navy: #071954;
  --cyan: #38c8ff;
  --pink: #ff6fae;
  --orange: #ffad3b;
  --green: #23c483;
  --shadow: 0 22px 54px rgba(19, 34, 74, 0.12);
  --soft-shadow: 0 14px 38px rgba(19, 34, 74, 0.08);
  font-family: Inter, Tahoma, Arial, "Segoe UI", system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 54%, #f2f9ff 100%);
  color: var(--text);
  line-height: 1.7;
}

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

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

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  line-height: 1.18;
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  margin: 0 auto;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 950;
}

h2 {
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 950;
}

h3 {
  font-size: 18px;
  font-weight: 950;
}

p {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  padding: 10px max(20px, calc((100% - 1180px) / 2));
  border-bottom: 1px solid rgba(220, 233, 247, 0.75);
  background: rgba(239, 249, 255, 0.84);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition: width 180ms ease, padding 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  width: 100%;
  padding: 12px max(20px, calc((100% - 1180px) / 2));
  border-bottom: 1px solid rgba(220, 233, 247, 0.9);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(19, 34, 74, 0.08);
  backdrop-filter: blur(16px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 8px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
}

.brand span span {
  color: var(--blue);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(19, 151, 255, 0.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  justify-content: center;
  gap: 22px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

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

.header-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-button {
  padding: 0 18px;
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(19, 151, 255, 0.22);
}

.button {
  padding: 0 24px;
}

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

.button svg,
.header-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  transition: transform 180ms ease;
}

.button:hover svg,
.header-button:hover svg {
  transform: translateX(3px);
}

.button-primary {
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(19, 151, 255, 0.26);
}

.button-secondary {
  border-color: #b8d8f4;
  background: #ffffff;
  color: var(--blue-dark);
}

.button-light {
  margin-top: 26px;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #ffffff;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 690px;
  padding: 138px 20px 110px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(ellipse at 16% 10%, rgba(201, 236, 255, 0.94), transparent 29%),
    radial-gradient(ellipse at 82% 11%, rgba(209, 239, 255, 0.9), transparent 29%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.94), transparent 32%),
    linear-gradient(180deg, #eaf8ff 0%, #f8fcff 64%, #ffffff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 32% 22%, rgba(255, 255, 255, 0.72), transparent 20%),
    radial-gradient(ellipse at 68% 30%, rgba(255, 255, 255, 0.58), transparent 18%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -130px;
  height: 230px;
  border-radius: 50% 50% 0 0;
  background: #ffffff;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
}

.hero-dot,
.hero-zigzag {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 173, 59, 0.12);
}

.dot-one { top: 180px; left: 10%; }
.dot-two { top: 330px; left: 17%; background: #ff5f57; }
.dot-three { top: 230px; right: 13%; background: #7b61ff; }

.hero-zigzag {
  width: 34px;
  height: 20px;
  border-top: 4px solid #38c8ff;
  border-right: 4px solid transparent;
  transform: skewX(-28deg) rotate(-16deg);
}

.zig-one { top: 245px; left: 6%; }
.zig-two { top: 278px; right: 9%; border-top-color: #7b61ff; transform: skewX(-28deg) rotate(16deg); }

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 4px 12px;
  border: 1px solid rgba(19, 151, 255, 0.14);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
  color: var(--muted);
  font-size: 12px;
}

.rating-pill span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #fff7e2;
  color: #d68a00;
  font-weight: 950;
}

.rating-pill span::before {
  content: "*****";
  letter-spacing: 1px;
}

.rating-pill span {
  overflow: hidden;
  text-indent: -999px;
}

.rating-pill strong {
  color: var(--text);
}

.hero-content > p:not(.section-kicker) {
  max-width: 720px;
  margin-inline: auto;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.float-shape {
  position: absolute;
  z-index: 0;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  box-shadow: var(--soft-shadow);
  transform: rotate(-18deg);
}

.shape-a {
  top: 170px;
  left: 19%;
}

.shape-b {
  top: 175px;
  right: 20%;
  color: var(--pink);
  transform: rotate(16deg);
}

.shape-c {
  bottom: 135px;
  left: 13%;
  color: var(--green);
  transform: rotate(14deg);
}

.shape-d {
  bottom: 150px;
  right: 14%;
  color: var(--orange);
  transform: rotate(-12deg);
}

.section {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
  padding: 92px 0;
}

.about-grid,
.services,
.success,
.process,
.offers {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered p {
  margin-inline: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
  background: #ffffff;
}

.collage {
  position: relative;
  min-height: 520px;
  overflow: visible;
}

.collage-main {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: min(112%, 610px);
  height: auto;
  aspect-ratio: 1195 / 1145;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(19, 34, 74, 0.12));
  transform: translateX(50%);
}

.about-copy {
  max-width: 720px;
}

.about-copy p {
  font-size: 17px;
  line-height: 1.65;
}

.about-copy h2 {
  max-width: 660px;
  color: #07124a;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.1;
}

.service-card,
.offer-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.service-card p,
.offer-card p {
  font-size: 14px;
}

.services {
  width: min(1180px, calc(100% - 42px));
  padding-block: 72px;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(238, 248, 255, 0.7), rgba(255, 255, 255, 0.72));
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 292px;
  padding: 34px 34px 30px;
  border-radius: 0;
  border-width: 0 1px 1px 0;
  background: transparent;
  box-shadow: none;
  transition: background 180ms ease, color 180ms ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.58);
}

.offer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(19, 151, 255, 0.28);
  box-shadow: 0 22px 48px rgba(19, 34, 74, 0.12);
}

.services .icon-badge {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.services .icon-badge::after {
  display: none;
}

.services .icon-badge svg {
  width: 32px;
  height: 32px;
  stroke-width: 2.2;
}

.service-card h3 {
  color: var(--navy);
  font-size: 19px;
}

.service-card p {
  max-width: 330px;
  margin-top: 14px;
  color: #65718a;
  font-size: 14px;
  line-height: 1.72;
}

.service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: auto;
  color: #8a96b2;
  font-size: 28px;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.service-link:hover {
  color: var(--blue);
  transform: translateX(4px);
}

.icon-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(19, 151, 255, 0.55), rgba(35, 196, 131, 0.45)) border-box;
  border: 1px solid transparent;
  color: var(--blue);
  box-shadow: 0 16px 30px rgba(19, 151, 255, 0.14);
}

.icon-badge::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--green);
}

.icon-badge svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.service-card:nth-child(2n) .icon-badge,
.offer-card:nth-child(4n + 2) .icon-badge {
  color: #7b61ff;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(123, 97, 255, 0.52), rgba(56, 200, 255, 0.45)) border-box;
}

.service-card:nth-child(3n) .icon-badge,
.offer-card:nth-child(4n + 3) .icon-badge {
  color: var(--orange);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 173, 59, 0.55), rgba(255, 111, 174, 0.44)) border-box;
}

.service-card:nth-child(4n) .icon-badge,
.offer-card:nth-child(4n) .icon-badge {
  color: var(--green);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(35, 196, 131, 0.52), rgba(19, 151, 255, 0.42)) border-box;
}

.service-card:nth-child(2n) .icon-badge::after,
.offer-card:nth-child(4n + 2) .icon-badge::after {
  background: #7b61ff;
}

.service-card:nth-child(3n) .icon-badge::after,
.offer-card:nth-child(4n + 3) .icon-badge::after {
  background: var(--orange);
}

.service-card:nth-child(4n) .icon-badge::after,
.offer-card:nth-child(4n) .icon-badge::after {
  background: var(--green);
}

.services .service-card .icon-badge {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.success {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 86px max(20px, calc((100% - 1180px) / 2)) 136px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 10% 12%, rgba(222, 244, 255, 0.92), transparent 35%),
    radial-gradient(ellipse at 88% 18%, rgba(219, 243, 255, 0.88), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 48%, #eaf7ff 100%);
}

.success::before,
.success::after {
  content: "";
  position: absolute;
  bottom: -112px;
  width: 48%;
  height: 220px;
  border-radius: 58% 58% 0 0;
  background: #ffffff;
  pointer-events: none;
}

.success::before {
  left: -10%;
  transform: rotate(7deg);
}

.success::after {
  right: -10%;
  transform: rotate(-7deg);
}

.success .section-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 58px;
}

.success .section-heading h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.success .section-heading h2 span {
  position: relative;
  display: inline-block;
}

.success .section-heading h2 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  z-index: -1;
  height: 10px;
  border-radius: 999px;
  background: rgba(19, 151, 255, 0.22);
}

.success-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  width: min(1120px, 100%);
  min-height: 240px;
  margin: 0 auto;
  text-align: center;
}

.success-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  left: 4%;
  height: 1px;
  border-top: 2px dotted rgba(19, 151, 255, 0.92);
  transform: translateY(-50%);
}

.success-point {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 240px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 950;
}

.success-point::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
}

.success-point::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 48px;
  border-left: 2px dotted rgba(19, 151, 255, 0.92);
  transform: translateX(-50%);
}

.success-point.is-top {
  align-content: start;
}

.success-point.is-top::after {
  top: 58px;
}

.success-point.is-bottom {
  align-content: end;
}

.success-point.is-bottom::after {
  bottom: 58px;
}

.success-point strong {
  display: block;
  max-width: 160px;
  line-height: 1.2;
}

.success-point.is-top strong {
  order: 2;
  margin-top: 138px;
}

.success-point.is-bottom strong {
  order: 1;
  margin-bottom: 138px;
}

.success-icon {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 8px solid #dff3ff;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(19, 151, 255, 0.24);
}

.success-point.is-top .success-icon {
  top: 28px;
}

.success-point.is-bottom .success-icon {
  bottom: 28px;
}

.success-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.process-list {
  display: grid;
  gap: 0;
  width: min(780px, 100%);
  margin: 0 auto;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 86px 1fr;
  gap: 34px;
  min-height: 176px;
  align-items: center;
}

.process-step::before {
  content: "";
  position: absolute;
  top: 86px;
  bottom: -86px;
  left: 50%;
  width: 2px;
  border-left: 2px dotted #c5ddf4;
  transform: translateX(-50%);
}

.process-step:last-child::before {
  display: none;
}

.process-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  grid-column: 2;
  grid-row: 1;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border: 7px solid #dff3ff;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(19, 151, 255, 0.23);
}

.process-visual {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #eaf7ff;
  color: var(--blue-dark);
  justify-self: end;
}

.process-visual svg {
  width: 66px;
  height: 66px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.process-copy {
  max-width: 280px;
  justify-self: start;
}

.process-copy h3 {
  color: var(--navy);
  font-size: 21px;
}

.process-copy p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.72;
}

.process-step:nth-child(odd) .process-visual {
  grid-column: 1;
}

.process-step:nth-child(odd) .process-copy {
  grid-column: 3;
}

.process-step:nth-child(even) .process-visual {
  grid-column: 3;
  justify-self: start;
}

.process-step:nth-child(even) .process-copy {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.achievements {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.1), transparent 15%),
    radial-gradient(circle at 80% 28%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(135deg, #0789f8 0%, #09a5ff 100%);
  color: #ffffff;
}

.achievements::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -78px;
  left: -4%;
  height: 170px;
  border-radius: 52% 48% 0 0;
  background: #ffffff;
}

.achievements-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
  min-height: 500px;
}

.achievement-copy h2,
.achievement-copy p,
.achievement-copy .section-kicker {
  color: #ffffff;
}

.orbit {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.26) 0 18%, transparent 19%),
    rgba(255, 255, 255, 0.12);
}

.orbit span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 7px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: #ffffff;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 950;
  box-shadow: var(--soft-shadow);
}

.orbit span:nth-child(1) { top: 6%; left: 45%; }
.orbit span:nth-child(2) { top: 22%; right: 8%; color: var(--pink); }
.orbit span:nth-child(3) { top: 49%; right: 2%; color: var(--orange); }
.orbit span:nth-child(4) { right: 18%; bottom: 10%; color: var(--green); }
.orbit span:nth-child(5) { bottom: 4%; left: 42%; color: var(--pink); }
.orbit span:nth-child(6) { bottom: 18%; left: 10%; color: var(--orange); }
.orbit span:nth-child(7) { top: 44%; left: 0; color: var(--green); }
.orbit span:nth-child(8) { top: 16%; left: 18%; color: var(--pink); }

.offers {
  width: 100%;
  max-width: none;
  padding: 96px max(20px, calc((100% - 1180px) / 2)) 110px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(221, 242, 255, 0.7), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #eff9ff 100%);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1060px, 100%);
  margin: 44px auto 0;
  align-items: start;
}

.offer-card {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 24px 28px;
  border-color: rgba(220, 233, 247, 0.78);
  box-shadow: 0 18px 42px rgba(19, 34, 74, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.offer-card:nth-child(3n + 2) {
  margin-top: -48px;
}

.offer-card:nth-child(3n) {
  margin-top: 52px;
}

.offer-card:nth-child(6n) {
  margin-top: 12px;
}

.offer-card h3 {
  margin-top: 14px;
  color: var(--navy);
  font-size: 17px;
}

.offer-card p {
  max-width: 230px;
  margin-top: 16px;
  color: #65718a;
  font-size: 14px;
  line-height: 1.64;
}

.offer-card a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 16px;
  color: #98a4bd;
  font-size: 24px;
  transition: color 180ms ease, transform 180ms ease;
}

.offer-card a:hover {
  color: var(--blue);
  transform: translateX(4px);
}

.offer-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 10px;
  background: #128df4;
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(19, 151, 255, 0.16);
}

.offer-icon::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffb932;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.36);
}

.offer-icon svg {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.contact {
  padding-top: 70px;
  padding-bottom: 0;
  background: transparent;
  color: var(--text);
}

.contact-box {
  width: min(420px, 100%);
  margin: 0 auto;
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  box-shadow: var(--shadow);
  text-align: center;
}

.contact-box h2,
.contact-box p {
  color: var(--text);
}

.contact-box p:not(.section-kicker) {
  color: var(--muted);
}

.support-avatar {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: -76px auto 16px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #ffffff;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(19, 151, 255, 0.28);
}

.contact-box p {
  max-width: 620px;
  margin-inline: auto;
}

.contact-box .button {
  margin-top: 28px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr auto;
  gap: 30px;
  padding: 54px max(20px, calc((100% - 1180px) / 2)) 42px;
  background: #04103d;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.site-footer p {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer nav {
  display: grid;
  gap: 7px;
  align-content: start;
}

.site-footer strong {
  color: #ffffff;
}

.footer-brand,
.footer-brand span span {
  color: #ffffff;
}

.site-footer small {
  align-self: end;
  color: rgba(255, 255, 255, 0.52);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

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

  .nav {
    position: fixed;
    right: 14px;
    left: 14px;
    bottom: 14px;
    justify-content: space-around;
    gap: 8px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
    overflow-x: auto;
  }

  .about-grid,
  .achievements-inner {
    grid-template-columns: 1fr;
  }

  .collage {
    min-height: 500px;
  }

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

  .offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-card:nth-child(n) {
    margin-top: 0;
  }

  .offer-card:nth-child(3n + 2) {
    margin-top: 36px;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 94px;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100% - 28px);
    gap: 12px;
  }

  .brand {
    font-size: 15px;
  }

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

  .header-button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .nav a {
    white-space: nowrap;
    font-size: 12px;
  }

  .hero {
    min-height: 650px;
    padding: 106px 14px 74px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-content > p:not(.section-kicker) {
    font-size: 16px;
  }

  .float-shape {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .shape-a { top: 138px; left: 5%; }
  .shape-b { top: 150px; right: 5%; }
  .shape-c { bottom: 70px; left: 6%; }
  .shape-d { bottom: 86px; right: 6%; }

  .section {
    width: calc(100% - 28px);
    padding: 64px 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .collage {
    min-height: 330px;
  }

  .collage-main {
    width: min(112%, 390px);
    height: auto;
  }

  .service-grid,
  .success-line,
  .offer-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .offers {
    padding: 72px 14px 82px;
  }

  .offer-grid {
    width: 100%;
    margin-top: 30px;
  }

  .offer-card,
  .offer-card:nth-child(n),
  .offer-card:nth-child(3n + 2) {
    margin-top: 0;
  }

  .success-line {
    min-height: auto;
    gap: 0;
    text-align: left;
  }

  .success-line::before {
    top: 0;
    bottom: 0;
    left: 35px;
    width: 1px;
    height: auto;
    border-top: 0;
    border-left: 2px dotted rgba(19, 151, 255, 0.92);
    transform: none;
  }

  .success-point,
  .success-point.is-top,
  .success-point.is-bottom {
    display: grid;
    grid-template-columns: 72px 1fr;
    min-height: 86px;
    align-content: center;
    justify-items: start;
    font-size: 15px;
  }

  .success-point::before,
  .success-point::after {
    display: none;
  }

  .success-icon,
  .success-point.is-top .success-icon,
  .success-point.is-bottom .success-icon {
    position: relative;
    top: auto;
    bottom: auto;
    width: 46px;
    height: 46px;
    border-width: 6px;
    grid-column: 1;
  }

  .success-point strong,
  .success-point.is-top strong,
  .success-point.is-bottom strong {
    order: initial;
    grid-column: 2;
    margin: 0;
    align-self: center;
  }

  .process-step {
    grid-template-columns: 64px 1fr;
    gap: 18px;
    min-height: auto;
    padding: 10px 0 24px;
    align-items: start;
  }

  .process-number {
    grid-column: 1;
    width: 52px;
    height: 52px;
    border-width: 7px;
  }

  .process-visual,
  .process-step:nth-child(odd) .process-visual,
  .process-step:nth-child(even) .process-visual {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    width: 74px;
    height: 74px;
    margin-bottom: 10px;
  }

  .process-visual svg {
    width: 38px;
    height: 38px;
  }

  .process-copy,
  .process-step:nth-child(odd) .process-copy,
  .process-step:nth-child(even) .process-copy {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    padding-top: 86px;
    justify-self: stretch;
    text-align: left;
  }

  .process-step::before {
    top: 62px;
    bottom: -10px;
    left: 26px;
    border-left: 2px dotted #c5ddf4;
    transform: none;
  }

  .achievements-inner {
    min-height: auto;
  }

  .orbit {
    width: min(330px, 100%);
  }

  .orbit span {
    width: 52px;
    height: 52px;
    border-width: 5px;
  }

  .site-footer {
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }


  .site-footer p {
    margin-inline: auto;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
