/* Offer detail page: local styles only. */
html,
body {
  overflow-x: hidden;
}

.offer-v1-page {
  --offer-navy: #071222;
  --offer-navy-2: #0d1a2d;
  --offer-blue: #1769ff;
  --offer-orange: #ff6b16;
  --offer-text: #111827;
  --offer-muted: #5f6f86;
  --offer-soft: #f5f7fb;
  --offer-line: rgba(15, 23, 42, 0.12);
  --offer-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
  color: var(--offer-text);
  background: #fff;
  overflow-x: clip;
}

.offer-v1-page.page-main {
  padding-top: 0;
}

.offer-v1-page * {
  box-sizing: border-box;
}

.offer-v1-page a {
  color: inherit;
  text-decoration: none;
}

.offer-v1-page img {
  display: block;
  max-width: 100%;
}

.offer-v1-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.offer-v1-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 14, 27, 0.98), rgba(6, 18, 34, 0.95)),
    radial-gradient(circle at 70% 20%, rgba(23, 105, 255, 0.18), transparent 35%),
    var(--offer-navy);
  padding: 26px 0 34px;
}

.offer-v1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
}

.offer-v1-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 58px;
  align-items: center;
}

.offer-v1-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.4;
}

.offer-v1-breadcrumbs a:hover {
  color: #fff;
}

.offer-v1-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}

.offer-v1-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  background: var(--offer-orange);
  padding: 7px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offer-v1-label-row time {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.offer-v1-hero h1 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 52px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.offer-v1-hero h1 span,
.offer-v1-final-form h2 span {
  display: block;
}

.offer-v1-hero__lead {
  max-width: 540px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.5;
}

.offer-v1-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 650px;
  margin-top: 22px;
}

.offer-v1-hero__trust span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.32;
}

.offer-v1-hero__trust i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 107, 22, 0.55);
  border-radius: 12px;
  color: var(--offer-orange);
}

.offer-v1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.offer-v1-btn {
  display: inline-flex;
  min-height: 52px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.offer-v1-btn:hover {
  transform: translateY(-2px);
}

.offer-v1-btn:focus-visible {
  outline: 3px solid rgba(23, 105, 255, 0.34);
  outline-offset: 3px;
}

.offer-v1-btn--orange {
  background: var(--offer-orange);
  color: #fff;
  box-shadow: 0 16px 32px rgba(255, 107, 22, 0.28);
}

.offer-v1-btn--blue {
  background: var(--offer-blue);
  color: #fff;
  box-shadow: 0 16px 32px rgba(23, 105, 255, 0.25);
}

.offer-v1-btn--dark {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.offer-v1-btn--light {
  width: 100%;
  background: #fff;
  color: var(--offer-blue) !important;
}

.offer-v1-hero-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.offer-v1-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 14, 27, 0.34), rgba(5, 14, 27, 0.04));
}

.offer-v1-hero-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-v1-discount {
  position: absolute;
  z-index: 2;
  right: 28px;
  top: 28px;
  display: grid;
  width: 114px;
  height: 114px;
  place-items: center;
  border-radius: 50%;
  background: var(--offer-orange);
  color: #fff;
  box-shadow: 0 22px 38px rgba(255, 107, 22, 0.34);
  text-align: center;
  transform: rotate(-10deg);
}

.offer-v1-discount strong {
  display: block;
  font-size: 36px;
  font-weight: 950;
  line-height: 0.95;
}

.offer-v1-discount span {
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.offer-v1-section {
  padding: 36px 0;
}

.offer-v1-section--faq,
.offer-v1-audience {
  background: var(--offer-soft);
}

.offer-v1-section-head {
  margin-bottom: 22px;
}

.offer-v1-section-head--row {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
}

.offer-v1-section-head--row a {
  color: var(--offer-blue);
  font-weight: 900;
}

.offer-v1-eyebrow {
  margin: 0 0 10px;
  color: var(--offer-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.offer-v1-section h2,
.offer-v1-final-form h2 {
  margin: 0;
  color: var(--offer-text);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.offer-v1-included__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 320px;
  gap: 28px;
  align-items: start;
}

.offer-v1-included__content {
  display: grid;
  gap: 0;
}

.offer-v1-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.offer-v1-included-grid article {
  min-height: 158px;
  border: 1px solid var(--offer-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  padding: 20px 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.offer-v1-included-grid article:hover,
.offer-v1-work-grid article:hover,
.offer-v1-side-card:hover,
.offer-v1-side__calc:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 22, 0.26);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.12);
}

.offer-v1-included-grid i {
  margin-bottom: 12px;
  color: var(--offer-orange);
  font-size: 22px;
}

.offer-v1-included-grid h3 {
  margin: 0 0 8px;
  color: var(--offer-text);
  font-size: 14px;
  font-weight: 900;
}

.offer-v1-included-grid p {
  margin: 0;
  color: var(--offer-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.offer-v1-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.offer-v1-side__calc {
  border-radius: 18px;
  background: linear-gradient(145deg, #1769ff, #0754ee);
  padding: 22px 22px;
  color: #fff;
  box-shadow: 0 22px 50px rgba(23, 105, 255, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.offer-v1-side__calc > i {
  margin-bottom: 18px;
  font-size: 26px;
}

.offer-v1-side__calc h3 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.16;
}

.offer-v1-side__calc p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.offer-v1-side-card {
  border: 1px solid var(--offer-line);
  border-radius: 18px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.offer-v1-side-card__icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 50%;
  background: #fff3eb;
  color: var(--offer-orange);
  font-size: 20px;
}

.offer-v1-side-card p {
  margin: 0 0 10px;
  color: var(--offer-muted);
  font-weight: 800;
}

.offer-v1-countdown {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--offer-text);
  font-size: 26px;
  font-weight: 900;
}

.offer-v1-countdown b {
  color: var(--offer-muted);
  font-weight: 800;
}

.offer-v1-countdown-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 6px;
  color: var(--offer-muted);
  font-size: 12px;
}

.offer-v1-side-card--phone {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px;
  align-items: start;
}

.offer-v1-side-card--phone .offer-v1-side-card__icon {
  margin: 0;
  background: #eef4ff;
  color: var(--offer-blue);
}

.offer-v1-side-card--phone h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.offer-v1-side-card--phone p {
  margin-bottom: 10px;
  font-weight: 500;
}

.offer-v1-side-card--phone a {
  color: var(--offer-blue);
  font-weight: 900;
}

.offer-v1-steps-section {
  padding-top: 8px;
}

.offer-v1-steps-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.offer-v1-steps-line article {
  position: relative;
}

.offer-v1-steps-line article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -24px;
  width: 48px;
  border-top: 1px dashed rgba(15, 23, 42, 0.22);
}

.offer-v1-steps-line span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--offer-orange);
  color: #fff;
  font-weight: 900;
}

.offer-v1-steps-line h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
}

.offer-v1-steps-line p {
  max-width: 180px;
  margin: 0 auto;
  color: var(--offer-muted);
  font-size: 14px;
  line-height: 1.55;
}

.offer-v1-work-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.offer-v1-slider-btn {
  position: absolute;
  z-index: 4;
  top: 72px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--offer-text);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  cursor: pointer;
}

.offer-v1-slider-btn--prev {
  left: -22px;
}

.offer-v1-slider-btn--next {
  right: -22px;
}

.offer-v1-work-grid article {
  overflow: hidden;
  border: 1px solid var(--offer-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.offer-v1-work-grid img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}

.offer-v1-work-grid div {
  padding: 14px 16px 18px;
}

.offer-v1-work-grid h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.offer-v1-work-grid p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: var(--offer-muted);
  font-size: 13px;
}

.offer-v1-work-grid strong {
  color: var(--offer-text);
  white-space: nowrap;
}

.offer-v1-conditions__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.offer-v1-conditions__content {
  border: 1px solid var(--offer-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  padding: 32px 34px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.offer-v1-conditions ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.offer-v1-conditions li {
  position: relative;
  padding-left: 26px;
  color: var(--offer-text);
  line-height: 1.55;
}

.offer-v1-conditions li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.66em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--offer-orange);
}

.offer-v1-mini-cta {
  border-radius: 18px;
  background: linear-gradient(135deg, #eef5ff, #f8fbff);
  padding: 30px 34px;
  border: 1px solid rgba(23, 105, 255, 0.12);
  box-shadow: 0 18px 40px rgba(23, 105, 255, 0.1);
}

.offer-v1-mini-cta--conditions {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
}

.offer-v1-mini-cta h3 {
  margin: 0 0 8px;
  font-size: 27px;
  font-weight: 900;
}

.offer-v1-mini-cta p {
  margin: 0 0 18px;
  color: var(--offer-muted);
}

.offer-v1-audience {
  padding: 38px 0;
}

.offer-v1-audience-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.offer-v1-audience-list span {
  border: 1px solid var(--offer-line);
  border-radius: 999px;
  background: #fff;
  padding: 14px 18px;
  font-weight: 900;
  text-align: center;
}

.offer-v1-faq-grid {
  display: grid;
  gap: 24px;
  align-items: start;
}

.offer-v1-section-head--faq {
  max-width: 760px;
}

.offer-v1-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.offer-v1-faq-list details {
  min-height: 100%;
  border: 1px solid var(--offer-line);
  border-radius: 14px;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.offer-v1-faq-list details:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 105, 255, 0.18);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.offer-v1-faq-list summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 22px;
  color: var(--offer-text);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.offer-v1-faq-list summary::-webkit-details-marker {
  display: none;
}

.offer-v1-faq-list summary::after {
  content: "+";
  color: var(--offer-blue);
  font-size: 22px;
  line-height: 1;
}

.offer-v1-faq-list details[open] summary::after {
  content: "-";
  color: var(--offer-orange);
}

.offer-v1-faq-list p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--offer-muted);
  line-height: 1.55;
}

.offer-v1-final-form {
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 14, 27, 0.96), rgba(5, 14, 27, 0.82)),
    url("/images/offer-v1/images/cta-bg.jpg") center / cover;
  padding: 42px 0;
}

.offer-v1-final-form h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
}

.offer-v1-final-form p {
  max-width: 500px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.55;
}

.offer-v1-final-form__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.offer-v1-final-form__actions {
  display: flex;
  gap: 18px;
}

.offer-v1-form {
  display: grid;
  width: min(740px, calc(100% - 40px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px auto 0;
}

.offer-v1-form label {
  display: grid;
  gap: 8px;
}

.offer-v1-form label:nth-child(3),
.offer-v1-form label:nth-child(4),
.offer-v1-form button {
  grid-column: 1 / -1;
}

.offer-v1-form span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
}

.offer-v1-form input,
.offer-v1-form select,
.offer-v1-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: #fff;
  padding: 13px 15px;
  color: var(--offer-text);
  font: inherit;
}

.offer-v1-form textarea {
  min-height: 96px;
  resize: vertical;
}

.offer-v1-form button {
  width: 100%;
}

@media (max-width: 1180px) {
  .offer-v1-hero__grid {
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 36px;
  }

  .offer-v1-hero__trust,
  .offer-v1-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-v1-included__layout,
  .offer-v1-conditions__grid {
    grid-template-columns: 1fr;
  }

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

  .offer-v1-conditions__content {
    padding: 30px;
  }
}

@media (max-width: 900px) {
  .offer-v1-shell {
    width: min(1160px, calc(100% - 32px));
  }

  .offer-v1-hero {
    padding: 28px 0 40px;
  }

  .offer-v1-hero__grid,
  .offer-v1-final-form__inner {
    grid-template-columns: 1fr;
  }

  .offer-v1-faq-list {
    grid-template-columns: 1fr;
  }

  .offer-v1-hero h1 {
    max-width: 620px;
    font-size: clamp(34px, 6.5vw, 46px);
  }

  .offer-v1-hero__lead {
    max-width: 620px;
  }

  .offer-v1-hero__trust {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 12px;
  }

  .offer-v1-actions,
  .offer-v1-final-form__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
  }

  .offer-v1-btn {
    width: 100%;
  }

  .offer-v1-side,
  .offer-v1-steps-line,
  .offer-v1-audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-v1-conditions__content {
    padding: 28px;
  }

  .offer-v1-steps-line article:not(:last-child)::after {
    display: none;
  }

  .offer-v1-final-form__actions {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .offer-v1-page,
  .offer-v1-page * {
    min-width: 0;
    max-width: 100%;
  }

  .offer-v1-shell {
    width: min(1160px, calc(100% - 48px));
  }

  .offer-v1-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .offer-v1-hero__lead {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .offer-v1-section h2,
  .offer-v1-final-form h2 {
    font-size: clamp(28px, 8vw, 32px);
    overflow-wrap: anywhere;
  }

  .offer-v1-section h2 span,
  .offer-v1-final-form h2 span {
    display: block;
  }

  .offer-v1-hero__trust,
  .offer-v1-actions,
  .offer-v1-included-grid,
  .offer-v1-side,
  .offer-v1-steps-line,
  .offer-v1-work-grid,
  .offer-v1-audience-list,
  .offer-v1-form {
    grid-template-columns: 1fr;
  }

  .offer-v1-actions,
  .offer-v1-final-form__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .offer-v1-btn {
    width: 100%;
  }

  .offer-v1-hero-card {
    min-height: 290px;
  }

  .offer-v1-discount {
    width: 94px;
    height: 94px;
    right: 18px;
    top: 18px;
  }

  .offer-v1-discount strong {
    font-size: 30px;
  }

  .offer-v1-section {
    padding: 42px 0;
  }

  .offer-v1-section-head--row {
    display: grid;
    align-items: start;
  }

  .offer-v1-side__calc,
  .offer-v1-side-card,
  .offer-v1-mini-cta {
    padding: 22px;
  }

  .offer-v1-conditions__content {
    padding: 22px;
  }

  .offer-v1-countdown {
    gap: 6px;
    font-size: 25px;
  }

  .offer-v1-work-grid p {
    display: grid;
  }
}
