:root {
  --ink: #0c2442;
  --muted: #5d6f87;
  --line: #dfeaf6;
  --blue: #0877f2;
  --blue-dark: #0756bf;
  --cyan: #29c4f4;
  --orange: #ff7900;
  --green: #15c78f;
  --bg: #f7fbff;
  --card: #ffffff;
  --shadow: 0 18px 42px rgba(24, 76, 130, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(430px, 0.95fr) minmax(360px, 1fr);
  align-items: center;
  gap: 32px;
  min-height: 78px;
  padding: 14px clamp(24px, 5vw, 78px);
  background: rgba(247, 251, 255, 0.96);
  border-bottom: 1px solid rgba(216, 229, 244, 0.85);
  box-shadow: 0 8px 28px rgba(32, 80, 130, 0.04);
  backdrop-filter: blur(18px);
}

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

.brand-logo {
  width: 220px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  color: #33445e;
  font-size: 14px;
  font-weight: 800;
}

.nav a,
.footer a {
  transition: color 160ms ease;
}

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

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
}

.phone-link {
  color: #061d38;
  font-size: 17px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 27px;
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff8d18, #ff6f00);
  box-shadow: 0 14px 26px rgba(255, 112, 0, 0.28);
  cursor: pointer;
}

.button:hover {
  filter: brightness(1.03);
}

.button-small {
  min-height: 44px;
  padding-inline: 24px;
  font-size: 14px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(700px, 0.58fr) minmax(0, 0.42fr);
  min-height: 720px;
  padding: 42px clamp(24px, 5vw, 78px) 34px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 252, 255, 0.98) 0%, rgba(248, 252, 255, 0.92) 44%, rgba(255, 255, 255, 0.2) 63%),
    radial-gradient(circle at 6% 88%, rgba(35, 158, 238, 0.2), transparent 19%),
    linear-gradient(180deg, #f8fbff, #ffffff);
}

.hero::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 22px;
  width: 170px;
  height: 132px;
  opacity: 0.86;
  background:
    radial-gradient(circle at 25px 94px, rgba(116, 196, 246, 0.36) 0 22px, transparent 23px),
    radial-gradient(circle at 63px 74px, rgba(116, 196, 246, 0.32) 0 18px, transparent 19px),
    radial-gradient(circle at 108px 96px, rgba(116, 196, 246, 0.28) 0 27px, transparent 28px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(64, 165, 236, 0.16));
  clip-path: polygon(8% 76%, 18% 53%, 34% 63%, 46% 30%, 64% 57%, 78% 38%, 94% 74%, 84% 96%, 17% 96%);
  filter: drop-shadow(0 14px 20px rgba(29, 142, 224, 0.22));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #0b2340;
  font-size: clamp(44px, 4.2vw, 64px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  color: var(--blue);
}

.hero-text {
  max-width: 720px;
  margin: 20px 0 28px;
  color: #43546c;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  max-width: 830px;
  margin-bottom: 24px;
}

.trust-row span {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
  padding: 10px 13px;
  color: #193554;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.18;
  border: 1px solid rgba(210, 229, 247, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 20px rgba(28, 92, 152, 0.07);
}

.trust-row span::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 45%),
    linear-gradient(135deg, #6ed9ee, #20aee3);
  box-shadow:
    inset 0 -2px 4px rgba(10, 103, 145, 0.18),
    0 6px 12px rgba(21, 159, 214, 0.18);
}

.hero-cards {
  display: grid;
  grid-template-columns: 0.94fr 1fr;
  gap: 20px;
  max-width: 820px;
}

.promo-card,
.lead-card,
.stats article,
.reason-grid article,
.included-grid article,
.price-card,
.review-grid article,
.faq-list,
.before-after {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.promo-card {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 286px;
  padding: 30px 34px;
  border-radius: 10px;
}

.ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 34px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #0877f2);
  box-shadow: 0 10px 20px rgba(8, 119, 242, 0.2);
}

.ribbon::before {
  content: "%";
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  margin-right: 8px;
  color: #0877f2;
  font-size: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.promo-price {
  display: grid;
  gap: 7px;
}

.promo-card strong {
  color: var(--blue);
  font-size: 48px;
  line-height: 1;
}

.promo-card del {
  width: max-content;
  color: #8a96a5;
  font-size: 27px;
  font-weight: 700;
}

.promo-card p {
  max-width: 300px;
  margin: 0;
  color: #526982;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.promo-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #173250;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.promo-card li {
  position: relative;
  padding-left: 22px;
}

.promo-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  background: #32bfe7;
}

.promo-note {
  color: #6b7f96;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.lead-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 10px;
}

.lead-card h2 {
  margin: 0 0 2px;
  max-width: 245px;
  font-size: 18px;
  line-height: 1.22;
}

label:not(.form-note) span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #cfddec;
  border-radius: 7px;
  background: #ffffff;
  outline: none;
}

input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(8, 119, 242, 0.12);
}

.form-note {
  display: flex;
  gap: 8px;
  align-items: start;
  margin: 0;
  padding-left: 0;
  color: #66809a;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
}

.form-note input {
  appearance: none;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  padding: 0;
  border: 2px solid #ff9a24;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.form-note input:checked {
  position: relative;
}

.form-note input:checked::after {
  content: "✓";
  position: absolute;
  left: 2px;
  top: -4px;
  color: #ff7900;
  font-size: 13px;
  font-weight: 800;
}

.form-note span {
  display: block;
  min-width: 0;
  padding-top: 1px;
  overflow-wrap: anywhere;
}

.form-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-note-light {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.82);
}

.form-note-light input {
  border-color: #ffffff;
}

.form-note-light input:checked::after {
  color: #ffffff;
}

.form-note input:focus-visible {
  outline: 3px solid rgba(255, 121, 0, 0.22);
  outline-offset: 2px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 645px;
  margin: -42px calc(clamp(24px, 5vw, 78px) * -1) -34px -10px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 645px;
  object-fit: cover;
  object-position: 62% center;
}

.stats,
.section,
.bottom-cta {
  width: min(1210px, calc(100% - 72px));
  margin-inline: auto;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.stats article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 8px 14px;
  align-items: center;
  min-height: 138px;
  padding: 26px;
  border-radius: 12px;
}

.stat-icon {
  grid-row: span 2;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
}

.stat-icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.stats strong {
  font-size: 24px;
  line-height: 1.08;
}

.stats p,
.reason-grid p,
.included-grid p,
.price-card p,
.process p,
.review-grid p,
.faq-list p,
.section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.stats p {
  font-size: 13px;
  font-weight: 600;
}

.section {
  padding-top: 48px;
}

.section-heading {
  margin: 0 auto 24px;
  text-align: center;
}

.section-heading h2,
.bottom-cta h2 {
  margin: 0 0 10px;
  color: #13243f;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.12;
}

.section-heading p {
  font-size: 16px;
  font-weight: 600;
}

.reason-grid,
.included-grid,
.price-grid,
.review-grid {
  display: grid;
  gap: 18px;
}

.reason-grid {
  grid-template-columns: repeat(4, 1fr);
}

.reason-grid article,
.included-grid article,
.price-card,
.review-grid article {
  min-width: 0;
  padding: 27px 24px;
  border-radius: 12px;
  text-align: center;
}

.reason-icon,
.included-grid article > span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 0 auto 16px;
  font-size: 43px;
}

.reason-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.included-grid article > span {
  color: var(--blue);
}

.included-grid article > span img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

h3 {
  margin: 0 0 12px;
  color: #152743;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.22;
}

.reason-grid p,
.included-grid p,
.price-card p,
.process p {
  font-size: 14px;
}

.included-grid {
  grid-template-columns: repeat(6, 1fr);
}

.included-grid article {
  padding: 24px 15px;
}

.included-grid h3 {
  font-size: 14px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
  padding: 14px;
  border-radius: 12px;
  background: #eef6ff;
}

.before-after figure {
  position: relative;
  min-height: 162px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #d8e8f8;
}

.before-after img {
  width: 100%;
  height: 100%;
  min-height: 162px;
  object-fit: cover;
}

.before-after figcaption {
  position: absolute;
  left: 14px;
  top: 12px;
  padding: 8px 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 5px;
  background: #203b59;
}

.before-after figure:nth-child(2) figcaption {
  background: var(--blue);
}

.before-after p {
  grid-column: 1 / -1;
  margin: -2px 0 4px;
  text-align: center;
  color: #41536b;
  font-size: 14px;
  font-weight: 700;
}

.price-grid {
  grid-template-columns: repeat(4, 1fr);
}

.price-card {
  display: grid;
  grid-template-rows: 72px 42px 24px 48px 1fr;
  align-items: center;
  min-height: 304px;
}

.price-card h3 {
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 0;
}

.price-card strong {
  grid-row: 2;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.price-card del {
  grid-row: 3;
  min-height: 24px;
  margin: 8px 0 14px;
  color: #8b96a4;
  font-weight: 700;
}

.price-card .button {
  grid-row: 4;
  min-width: 148px;
  min-height: 44px;
  margin-bottom: 18px;
  padding-inline: 30px;
  font-size: 13px;
}

.price-card p {
  grid-row: 5;
}

.price-note {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 20px auto 0;
  padding-left: 27px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.price-note::before {
  content: "i";
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 50%;
  background: var(--blue);
}

.process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #b9dcf8 0 14px, transparent 14px 24px);
}

.process li {
  position: relative;
  padding-top: 76px;
  text-align: center;
}

.process span {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  border-radius: 50%;
  background: linear-gradient(135deg, #6bc8f2, var(--blue));
  transform: translateX(-50%);
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.review-grid.is-dragging {
  cursor: grabbing;
}

.review-grid article {
  text-align: left;
}

.review-grid article[hidden] {
  display: none;
}

.person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 9px 20px rgba(17, 113, 232, 0.18);
}

.person strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.person span {
  color: var(--muted);
  font-size: 13px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c3d6eb;
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.dots button.is-active {
  width: 22px;
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 6px 12px rgba(8, 119, 242, 0.22);
}

.dots button:focus-visible {
  outline: 3px solid rgba(8, 119, 242, 0.22);
  outline-offset: 3px;
}

.faq-list {
  overflow: hidden;
  border-radius: 12px;
}

details + details {
  border-top: 1px solid var(--line);
}

summary {
  position: relative;
  display: block;
  padding: 22px 78px 22px 28px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

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

summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(8, 119, 242, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 245, 255, 0.98)),
    #ffffff;
  box-shadow: 0 8px 18px rgba(20, 97, 171, 0.12);
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateY(-68%) rotate(45deg);
  transition: transform 180ms ease;
}

summary:hover::after {
  border-color: rgba(8, 119, 242, 0.34);
  background: linear-gradient(135deg, #ffffff, #eaf7ff);
  box-shadow: 0 10px 22px rgba(8, 119, 242, 0.18);
}

details[open] summary::after {
  border-color: rgba(8, 119, 242, 0.42);
  background: linear-gradient(135deg, #1fa9f5, #0877f2);
  box-shadow: 0 10px 22px rgba(8, 119, 242, 0.24);
  transform: translateY(-50%);
}

details[open] summary::before {
  border-color: #ffffff;
  transform: translateY(-28%) rotate(225deg);
}

.faq-list p {
  padding: 0 28px 22px;
}

.bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.82fr;
  gap: 24px;
  align-items: center;
  min-height: 270px;
  margin-top: 42px;
  padding: 34px 36px 28px;
  overflow: hidden;
  color: #ffffff;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 85%, rgba(42, 222, 255, 0.34), transparent 24%),
    linear-gradient(135deg, #166ee8, #064fcb 58%, #0cc5ef);
}

.bottom-cta > div:first-child {
  align-self: start;
}

.bottom-cta h2 {
  color: #ffffff;
  font-size: clamp(26px, 2.25vw, 32px);
  line-height: 1.08;
  white-space: nowrap;
}

.bottom-cta p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.cta-form {
  display: grid;
  grid-template-columns: minmax(180px, 330px) max-content;
  gap: 16px;
  align-items: center;
}

.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
}

.cta-phone::before {
  content: "☎";
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 auto;
  color: #0b6fe8;
  font-size: 15px;
  line-height: 1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 60, 150, 0.16);
}

.cta-device {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-device img {
  width: min(520px, 100%);
  filter: drop-shadow(0 24px 30px rgba(0, 40, 110, 0.18));
}

.footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: start;
  width: 100%;
  margin-top: 12px;
  padding: 42px clamp(22px, 8vw, 130px);
  color: rgba(255, 255, 255, 0.82);
  background: #202020;
}

.footer-brand {
  color: #ffffff;
}

.footer-brand-col {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.footer .brand-logo {
  width: 230px;
  height: 62px;
}

.footer p,
.footer small {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-brand-col p a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal {
  display: grid;
  gap: 5px;
  max-width: 280px;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.4;
}

.footer-legal strong {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.footer-legal-line {
  display: block;
}

.footer-contacts {
  display: grid;
  gap: 24px;
}

.footer-contacts h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 26px 56px;
}

.footer-contact-grid div {
  display: grid;
  align-content: start;
  gap: 4px;
}

.footer-contact-grid h3 {
  margin: 0;
  color: #48c9ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.32;
}

.footer-contact-grid p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
}

.footer-contact-grid a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 0;
}

.socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 10px 20px rgba(4, 18, 35, 0.22);
}

.social-telegram {
  background: linear-gradient(135deg, #34b7f1, #168bd8);
}

.social-vk {
  background: linear-gradient(135deg, #4f8fdf, #2867b2);
}

.socials a:hover {
  transform: translateY(-1px);
}

.socials svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.socials img {
  width: 34px;
  height: 34px;
  object-fit: cover;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  max-width: 360px;
  padding: 16px 18px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  background: #102a49;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(190px, 0.85fr) minmax(350px, 1fr) minmax(315px, 0.95fr);
    gap: 18px;
  }

  .nav {
    gap: 14px;
  }

  .phone-link {
    font-size: 15px;
  }

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

@media (max-width: 980px) {
  .site-header {
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-visual {
    min-height: 390px;
    margin: 22px 0 0;
    border-radius: 12px;
    overflow: hidden;
  }

  .hero-visual img {
    min-height: 390px;
  }

  .trust-row,
  .stats,
  .reason-grid,
  .price-grid,
  .process,
  .review-grid,
  .bottom-cta,
  .footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .process::before {
    display: none;
  }

  .footer-contact-grid {
    gap: 22px 28px;
  }

}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
  }

  .header-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: stretch;
    white-space: normal;
  }

  .header-actions .button {
    width: 100%;
  }

  .nav {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .hero {
    min-height: 0;
    padding: 28px 18px;
  }

  .hero h1 {
    font-size: clamp(28px, 7.6vw, 32px);
    line-height: 1.02;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-text {
    font-size: 15px;
    max-width: 100%;
  }

  .trust-row,
  .hero-cards,
  .stats,
  .reason-grid,
  .included-grid,
  .price-grid,
  .process,
  .review-grid,
  .before-after,
  .bottom-cta,
  .footer {
    grid-template-columns: 1fr;
  }

  .stats,
  .section,
  .bottom-cta {
    width: calc(100% - 28px);
  }

  .promo-card {
    min-height: 160px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 300px;
  }

  .section {
    padding-top: 42px;
  }

  .process li {
    padding-top: 70px;
  }

  .bottom-cta {
    padding: 26px 20px;
  }

  .bottom-cta h2 {
    white-space: normal;
  }

  .cta-form {
    grid-template-columns: 1fr;
  }

  .cta-phone {
    font-size: 18px;
  }

  .cta-device {
    min-height: 150px;
  }

  .footer {
    gap: 22px;
    padding: 30px 20px;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-contacts {
    gap: 22px;
  }
}

@media (max-width: 420px) {
  .button {
    width: 100%;
    padding-inline: 16px;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 198px;
    height: 48px;
  }

  .promo-card strong {
    font-size: 38px;
  }

  .stats article {
    grid-template-columns: 46px 1fr;
    padding: 20px;
  }

  .stat-icon {
    width: 50px;
    height: 50px;
  }

  .stat-icon img {
    width: 50px;
    height: 50px;
  }

  summary {
    padding-left: 18px;
    font-size: 16px;
  }
}
