:root {
  --ink: #02091c;
  --green: #00985b;
  --green-dark: #007847;
  --mint: #e8fff4;
  --paper: #fff;
  --soft: #f4f7f9;
  --line: #dfe5e9;
  --muted: #5e6871;
  --white: #fff;
  --shadow: 0 12px 34px rgba(2, 9, 28, .09)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased
}

.content-container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

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

button,
input,
select {
  font: inherit
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 24px), 1440px);
  height: 82px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  box-shadow: 0 8px 30px rgba(2, 9, 28, .09);
  transition: height .28s, top .28s, border-radius .28s
}

.site-header.is-small {
  height: 58px;
  top: 7px;
  border-radius: 14px
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 18px;
  letter-spacing: 0
}

.ad-badge {
  padding: 9px 13px;
  border: 1px solid rgba(2, 9, 28, .16);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  background: rgba(255, 162, 0, 0.72);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: .2s
}

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

.button-light {
  background: #fff;
  color: var(--ink)
}

.button-green {
  background: var(--green);
  color: #fff
}

.button-dark {
  width: 100%;
  background: var(--ink);
  color: #fff
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(120px, 15vh, 180px) max(5vw, 24px) clamp(54px, 9vh, 100px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 9, 28, .91) 0%, rgba(2, 9, 28, .70) 42%, rgba(2, 9, 28, .16) 73%, rgba(2, 9, 28, .04) 100%),
    url("images/hero-ring.webp") center center / cover no-repeat;
  color: #fff
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(2, 9, 28, .34), transparent);
  pointer-events: none
}

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

.hero .eyebrow {
  color: #85f7bc
}

.hero h1 {
  max-width: 680px;
  margin: 8px 0 18px;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 950;
  line-height: .86;
  letter-spacing: -.065em
}

.hero-copy>p:not(.eyebrow) {
  max-width: 590px;
  font-size: 16px;
  line-height: 1.55;
  color: #e8eeeb
}

.button-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 27px
}

.text-link {
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, .6)
}

.media-placeholder {
  min-height: 300px;
  border: 1px dashed #b8c2c8;
  border-radius: 14px;
  background: linear-gradient(145deg, #f0f4f6, #d8dfe4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #65717a;
  text-align: center
}

.media-placeholder.dark {
  min-height: 100%;
  border-color: rgba(255, 255, 255, .25);
  background: linear-gradient(145deg, rgba(0, 152, 91, .25), rgba(2, 9, 28, .25));
  color: #fff
}

.media-icon {
  font-size: 44px
}

.media-placeholder small {
  max-width: 230px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line)
}

.trust-strip span {
  padding: 18px 15px;
  background: #fff;
  color: #38434a;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em
}

.section {
  padding: 88px max(5vw, 24px)
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 55px;
  align-items: end;
  max-width: 1300px;
  margin: 0 auto 35px
}

.section-heading h2,
.faq h2,
.inquiry h2,
.feature-banner h2,
.legal-hero h1,
.collection-title {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 950;
  line-height: .93;
  letter-spacing: -.055em
}

.section-heading>p,
.inquiry>div>p,
.feature-banner>div>p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1400px;
  margin: auto
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7ebee;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(2, 9, 28, .04);
  transition: .25s
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.product-card a {
  display: block;
  padding: 10px 10px 22px
}

.product-card .tag {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase
}

.product-card h3 {
  margin: 10px 5px 4px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.03em
}

.product-card p,
.card-link {
  margin: 0 5px;
  color: var(--muted);
  font-size: 11px
}

.card-link {
  display: inline-block;
  margin-top: 11px;
  color: var(--ink);
  font-weight: 900;
  border-bottom: 1px solid
}

.product-card__image,
.product-image,
.product-gallery-image {
  overflow: hidden;
  border-radius: 9px;
  background: #f5f7f8
}

.product-card__image {
  aspect-ratio: 1/1
}

.product-image {
  aspect-ratio: 1/1
}

.product-gallery-image {
  min-height: 300px
}

.product-card__image img,
.product-image img,
.product-gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.product-card__image img {
  transition: transform .45s ease
}

.product-card:hover .product-card__image img {
  transform: scale(1.035)
}

.product-gallery-image img {
  max-height: 720px
}

.ring-visual {
  height: 360px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #f5f7f8
}

.ring-visual span {
  display: block;
  width: 135px;
  height: 135px;
  border: 34px solid #111;
  border-radius: 50%;
  transform: rotateX(63deg) rotateZ(-26deg);
  filter: drop-shadow(0 26px 12px rgba(0, 0, 0, .22))
}

.ring-visual.silver span {
  border-color: #c5c8ca;
  background: linear-gradient(90deg, #fff, #9ca2a5)
}

.ring-visual.gold span {
  border-color: #c49a39;
  background: #e5c05f
}

.intro-band {
  text-align: center;
  padding: 84px 20px 38px
}

.intro-band h2 {
  max-width: 720px;
  margin: 0 auto 12px;
  font-size: clamp(40px, 5.5vw, 76px);
  font-weight: 950;
  line-height: .91;
  letter-spacing: -.06em
}

.intro-band p {
  max-width: 680px;
  margin: auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}

.benefit-triptych {
  max-width: 1300px;
  margin: 0 auto 86px;
  padding: 0 max(4vw, 16px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.benefit-card {
  min-height: 330px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column
}

.benefit-card .media-placeholder {
  min-height: 190px;
  margin-bottom: 17px
}

.benefit-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.03em
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55
}

.how {
  background: #f8fafb
}





.step-menu button.active {
  color: var(--ink);
  border-color: var(--green)
}

.step-menu button span {
  font-size: 10px;
  font-weight: 900;
  color: var(--green)
}

.step-menu button b {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.025em
}

.step-menu button i {
  font-style: normal;
  font-size: 18px
}



.step-panel .media-placeholder {
  min-height: 390px
}

.step-panel>div:last-child {
  align-self: end;
  padding: 28px 20px
}

.step-panel h3 {
  margin: 5px 0 9px;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em
}

.step-panel p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65
}

.split-process {
  padding: 78px max(5vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center
}

.process-list {
  counter-reset: item
}

.process-item {
  position: relative;
  padding: 18px 18px 18px 52px;
  border-bottom: 1px solid var(--line)
}

.process-item:before {
  counter-increment: item;
  content: "0" counter(item);
  position: absolute;
  left: 5px;
  top: 20px;
  color: var(--green);
  font-size: 10px;
  font-weight: 900
}

.process-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900
}

.process-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55
}

.feature-banner {
  min-height: 610px;
  padding: 24px max(5vw, 24px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 20px;
  background: var(--ink);
  color: #fff
}

.feature-banner>div:last-child {
  align-self: center;
  padding: 5vw
}

.feature-banner .eyebrow {
  color: #78edb0
}

.feature-banner>div>p {
  color: #c3ccd2
}

.reviews {
  padding: 70px max(5vw, 24px);
  background: #fff
}

.review-heading {
  text-align: center;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 900
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1300px;
  margin: auto
}

.review-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px
}

.review-card .stars {
  color: var(--green);
  font-size: 12px;
  letter-spacing: 2px
}

.review-card p {
  color: #444f57;
  font-size: 12px;
  line-height: 1.6
}

.review-card b {
  font-size: 11px
}

.compare {
  padding: 80px max(5vw, 24px);
  background: #f8fafb;
  text-align: center
}

.compare h2 {
  font-size: clamp(38px, 5vw, 65px);
  line-height: .9;
  letter-spacing: -.055em;
  margin: 0 0 10px
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 950px;
  margin: 30px auto 0
}

.compare-card {
  padding: 24px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(2, 9, 28, .06)
}

.compare-card .ring-visual {
  height: 150px
}

.compare-card .ring-visual span {
  width: 72px;
  height: 72px;
  border-width: 18px
}

.compare-card h3 {
  font-size: 14px;
  margin: 10px 0 4px
}

.compare-card p {
  font-size: 10px;
  color: var(--muted)
}

.collections {
  padding: 82px max(5vw, 24px)
}

.collection-title {
  text-align: center;
  margin-bottom: 28px
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1300px;
  margin: auto
}

.collection-card {
  min-height: 220px;
  padding: 20px;
  border-radius: 13px;
  background: linear-gradient(145deg, #050d25, #000515);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 21px;
  font-weight: 950;
  line-height: .95;
  letter-spacing: -.04em
}

.collection-card span:last-child {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 14px
}

.faq {
  max-width: 1100px;
  margin: auto
}

.faq details {
  border-top: 1px solid var(--line)
}

.faq details:last-child {
  border-bottom: 1px solid var(--line)
}

.faq summary {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  list-style: none
}

.faq details p {
  max-width: 760px;
  margin-top: 0;
  padding-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65
}

.inquiry {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 7vw;
  background: var(--mint)
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 26px;
  border: 1px solid #e1e7e4;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow)
}

.lead-form label {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 800
}

.lead-form input,
.lead-form select {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fafcfc
}

.lead-form .check,
.lead-form button,
.form-error,
.lead-form .form-message {
  grid-column: 1/-1
}

.lead-form .check {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.45
}

.lead-form .check input {
  width: 17px
}

.lead-form .check a {
  text-decoration: underline
}

.form-message {
  font-size: 12px
}

.form-error {
  color: #9c2d2d
}

.footer {
  padding: 64px 5vw 20px;
  background: var(--ink);
  color: #e8eef4
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 8vw
}

.footer-brand {
  margin-bottom: 24px
}

.disclaimer {
  max-width: 780px;
  color: #aeb8c2;
  font-size: 12px;
  line-height: 1.7
}

.contact-line {
  font-size: 12px;
  line-height: 1.8
}

.newsletter h3 {
  margin: 6px 0 14px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em
}

.newsletter form {
  display: flex;
  border-bottom: 1px solid #68717f
}

.newsletter input {
  width: 100%;
  padding: 13px 0;
  border: 0;
  outline: 0;
  background: none;
  color: #fff
}

.newsletter button {
  border: 0;
  background: none;
  color: #fff;
  font-size: 22px
}

.newsletter small {
  display: block;
  margin-top: 13px;
  color: #8995a0;
  font-size: 10px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 52px;
  padding-top: 20px;
  border-top: 1px solid #253047;
  color: #8995a0;
  font-size: 10px
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.legal-shell {
  min-height: 100vh;
  padding: 130px 5vw 70px;
  background: #fff
}

.legal-wrap {
  max-width: 900px;
  margin: auto
}

.legal-hero {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line)
}

.back {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 900
}

.legal-content {
  padding-top: 30px;
  color: #414b52;
  line-height: 1.75
}

.legal-content h2 {
  margin-top: 1.5em;
  color: var(--ink);
  font-size: 26px
}

.legal-card {
  padding: 22px;
  border-radius: 10px;
  background: var(--soft)
}

.product-page {
  padding-top: 104px
}

.product-intro {
  padding: 18px max(4vw, 18px) 65px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 3vw
}

.gallery {
  gap: 8px
}

.gallery .media-placeholder:first-child {
  grid-column: 1/-1;
  min-height: 500px
}

.gallery .media-placeholder {
  min-height: 205px
}

.product-info {
  padding: 10px 0
}

.product-info h1 {
  margin: 5px 0 10px;
  font-size: clamp(40px, 4.5vw, 67px);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.055em
}

.product-info .price {
  margin: 14px 0 22px;
  font-size: 16px;
  font-weight: 900
}

.product-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0
}

.product-pills span {
  padding: 7px 9px;
  border-radius: 7px;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 9px;
  font-weight: 900
}

.feature-list {
  display: grid;
  margin: 20px 0
}

.feature-list p {
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700
}

.product-info>p:not(.eyebrow):not(.price) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6
}

.product-form {
  margin-top: 22px
}

.product-form .lead-form {
  padding: 20px
}

.product-form .lead-form label {
  grid-column: 1/-1
}

.fit-section {
  padding: 70px max(5vw, 24px);
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 5vw
}

.fit-section h2 {
  font-size: clamp(38px, 5vw, 67px);
  line-height: .9;
  letter-spacing: -.055em;
  margin: 0
}

.fit-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px
}

.fit-table div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 9px
}

.fit-table small {
  display: block;
  color: var(--green);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase
}

.fit-table b {
  font-size: 14px
}

.product-benefits {
  padding: 82px max(5vw, 24px);
  background: #f5f7f8
}

.product-benefits h2 {
  max-width: 680px;
  margin: 0 0 35px;
  font-size: clamp(40px, 5vw, 70px);
  line-height: .9;
  letter-spacing: -.055em
}

.benefit-row {
  min-height: 420px;
  margin-bottom: 12px;
  padding: 28px;
  display: flex;
  align-items: flex-end;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef2f4, #dce2e6)
}

.benefit-row:nth-child(even) {
  justify-content: flex-end
}

.floating-copy {
  max-width: 430px;
  padding: 24px;
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--shadow)
}

.floating-copy h3 {
  margin: 4px 0 8px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.04em
}

.floating-copy p,
.floating-copy li {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55
}

.not-found {
  padding: 160px 5vw;
  text-align: center
}

@media(max-width:900px) {

  .feature-banner,
  .inquiry,
  .product-intro,
  .split-process,
  .fit-section {
    grid-template-columns: 1fr
  }

  .hero {
    padding-top: 120px;
    background-position: 60% center
  }

  .section-heading,
  .step-panel,
  .footer-top {
    grid-template-columns: 1fr
  }

  .product-grid,
  .benefit-triptych,
  .review-grid,
  .collection-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .benefit-triptych article:last-child,
  .review-grid article:last-child {
    grid-column: 1/-1
  }

  .feature-banner {
    padding: 16px
  }

  .footer-bottom {
    flex-direction: column
  }
}

@media(max-width:600px) {
  .site-header {
    top: 7px;
    width: calc(100% - 14px);
    height: 64px;
    padding: 0 13px;
    border-radius: 14px
  }

  .site-header.is-small {
    height: 53px
  }

  .brand {
    font-size: 12px
  }

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

  .ad-badge {
    padding: 7px 9px;
    font-size: 8px
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 105px 18px 48px;
    align-items: flex-end;
    background:
      linear-gradient(0deg, rgba(2, 9, 28, .95) 0%, rgba(2, 9, 28, .71) 43%, rgba(2, 9, 28, .14) 78%),
      url("images/hero-ring.webp") 62% center / cover no-repeat
  }

  .hero-copy {
    padding: 0
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 62px)
  }

  .hero-copy>p:not(.eyebrow) {
    max-width: 520px;
    font-size: 15px
  }

  .button-row {
    align-items: flex-start;
    flex-direction: column
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr
  }

  .trust-strip span {
    padding: 14px 8px;
    font-size: 8px
  }

  .section {
    padding: 65px 15px
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 25px
  }

  .section-heading h2,
  .faq h2,
  .inquiry h2,
  .feature-banner h2,
  .collection-title {
    font-size: 42px
  }

  .product-grid,
  .benefit-triptych,
  .review-grid,
  .compare-grid,
  .collection-grid {
    grid-template-columns: 1fr
  }

  .benefit-triptych article:last-child,
  .review-grid article:last-child {
    grid-column: auto
  }

  .ring-visual {
    height: 330px
  }

  .intro-band {
    padding: 65px 18px 30px
  }

  .intro-band h2 {
    font-size: 46px
  }

  .benefit-triptych {
    margin-bottom: 60px
  }

  .step-menu button b {
    font-size: 16px
  }

  .step-panel {
    padding: 8px
  }

  .step-panel .media-placeholder {
    min-height: 300px
  }

  .step-panel>div:last-child {
    padding: 15px 10px
  }

  .split-process {
    padding: 65px 15px
  }

  .feature-banner {
    min-height: auto
  }

  .feature-banner>.media-placeholder {
    min-height: 380px
  }

  .feature-banner>div:last-child {
    padding: 32px 10px 45px
  }

  .reviews,
  .compare,
  .collections {
    padding: 60px 15px
  }

  .collection-card {
    min-height: 160px
  }

  .lead-form {
    grid-template-columns: 1fr;
    padding: 18px
  }

  .lead-form label {
    grid-column: 1/-1
  }

  .footer {
    padding: 55px 16px 18px
  }

  .footer-bottom nav {
    gap: 12px
  }

  .legal-shell {
    padding: 100px 18px 55px
  }

  .product-page {
    padding-top: 82px
  }

  .product-intro {
    padding: 12px 10px 55px
  }

  .gallery .media-placeholder:first-child {
    min-height: 370px
  }

  .gallery .media-placeholder {
    min-height: 145px
  }

  .product-info {
    padding: 12px 5px
  }

  .product-info h1 {
    font-size: 45px
  }

  .fit-section,
  .product-benefits {
    padding: 60px 15px
  }

  .fit-table {
    grid-template-columns: 1fr 1fr
  }

  .benefit-row {
    min-height: 360px;
    padding: 12px
  }

  .floating-copy {
    padding: 18px
  }

  .product-benefits h2 {
    font-size: 45px
  }
}

/*  */
/* Benefits section */

.benefits-section {
  padding: clamp(72px, 9vw, 140px) 0;
  background: #fdfdfd;
  color: #07142c;
}

.benefits-section .content-container {
  width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  column-gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 80px);
}

.intro-band .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 14px;
  color: #087b4d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-band h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 5.3vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.intro-band__text {
  max-width: 490px;
  margin: 0 0 5px;
  color: #53605d;
  font-size: 16px;
  line-height: 1.65;
}

/* Cards */

.benefit-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.benefit-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(5, 22, 39, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(5, 22, 39, 0.13);
}

.benefit-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dfe4e1;
}

.benefit-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 62%,
      rgba(3, 14, 30, 0.16) 100%);
  pointer-events: none;
}

.benefit-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.benefit-card:hover .benefit-card__media img {
  transform: scale(1.045);
}

.benefit-card__content {
  position: relative;
  padding: clamp(25px, 2.5vw, 36px);
}

.benefit-card__number {
  display: block;
  margin-bottom: 20px;
  color: #078951;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.benefit-card h3 {
  max-width: 330px;
  margin: 0 0 15px;
  color: #07142c;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.benefit-card p {
  margin: 0;
  color: #606a67;
  font-size: 15px;
  line-height: 1.6;
}

/* Tablet */

@media (max-width: 900px) {
  .intro-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .intro-band .eyebrow {
    grid-column: auto;
    margin-bottom: -5px;
  }

  .intro-band__text {
    max-width: 650px;
  }

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

  .benefit-card:last-child {
    grid-column: 1 / -1;
  }

  .benefit-card:last-child {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  }

  .benefit-card:last-child .benefit-card__media {
    height: 100%;
    aspect-ratio: auto;
  }
}

/* Smartphone */

@media (max-width: 600px) {
  .benefits-section {
    padding: 64px 0;
  }

  .benefits-section .content-container {
    width: min(calc(100% - 32px), 1200px);
  }

  .intro-band {
    margin-bottom: 36px;
  }

  .intro-band h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .intro-band__text {
    font-size: 15px;
  }

  .benefit-triptych {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .benefit-card:last-child {
    display: block;
    grid-column: auto;
  }

  .benefit-card:last-child .benefit-card__media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .benefit-card__content {
    padding: 25px 22px 28px;
  }

  .benefit-card__number {
    margin-bottom: 14px;
  }

  .benefit-card h3 {
    max-width: none;
    font-size: 27px;
  }
}

/* ==================================
   How it works
================================== */

.how {
  padding: clamp(76px, 9vw, 140px) 0;
  overflow: hidden;
  background: #ffffff;
  color: #061027;
}

.how .content-container {
  width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.how-layout {
  display: grid;
  grid-template-columns:
    minmax(340px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(40px, 6vw, 78px);
  align-items: stretch;
}

/* Левая часть */

.how-intro {
  display: flex;
  flex-direction: column;
}

.how-intro>.eyebrow {
  margin: 0 0 18px;
  color: #08794e;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.how-intro h2 {
  max-width: 570px;
  margin: 0;
  color: #030b20;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.how-intro__text {
  max-width: 520px;
  margin: 24px 0 32px;
  color: #526078;
  font-size: 16px;
  line-height: 1.7;
}

/* Меню шагов */

.step-menu {
  display: grid;
  gap: 11px;
  margin-top: auto;
}

.step-button {
  width: 100%;
  min-height: 78px;
  padding: 14px 17px;

  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;

  color: #061027;
  text-align: left;
  font: inherit;

  border: 1px solid #dce3e9;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;

  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.step-button:hover {
  transform: translateX(3px);
  border-color: #87bba7;
  box-shadow: 0 10px 30px rgba(7, 31, 43, 0.07);
}

.step-button.active {
  border-color: #08794e;
  background: #eafaf2;
  box-shadow: 0 12px 32px rgba(8, 121, 78, 0.08);
}

.step-button__icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;
  flex: 0 0 auto;

  color: #ffffff;
  font-size: 18px;
  font-weight: 800;

  border-radius: 50%;
  background: #061027;
  transition: background-color 0.25s ease;
}

.step-button.active .step-button__icon {
  background: #08794e;
}

.step-button__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.step-button__content small {
  color: #697890;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.step-button__content b {
  overflow-wrap: anywhere;
  color: #061027;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.step-button__arrow {
  color: #08794e;
  font-size: 20px;
  opacity: 0;
  transform: translateX(-7px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.step-button.active .step-button__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Правая карточка */

.step-panel {
  position: relative;
  min-width: 0;
  min-height: 650px;
  padding: clamp(26px, 3vw, 40px);

  display: flex;
  flex-direction: column;
  overflow: hidden;

  border: 1px solid #e5eeed;
  border-radius: 38px;
  background:
    radial-gradient(circle at 75% 7%,
      rgba(205, 250, 255, 0.9),
      transparent 39%),
    linear-gradient(145deg, #f4ffff 0%, #ffffff 57%);

  box-shadow: 0 24px 70px rgba(8, 24, 39, 0.11);
}

.step-panel.is-changing .step-panel__copy,
.step-panel.is-changing .step-panel__media {
  opacity: 0;
  transform: translateY(8px);
}

.step-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
}

.step-panel__label {
  display: flex;
  align-items: center;
  gap: 14px;

  color: #68758b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.step-panel__icon {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  color: #ffffff;
  font-size: 18px;
  letter-spacing: normal;

  border-radius: 50%;
  background: #000000;
}

.step-panel__guide {
  min-height: 42px;
  padding: 11px 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #08794e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;

  border: 1px solid #c9e4dc;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.step-panel__guide:hover {
  color: #ffffff;
  border-color: #08794e;
  background: #08794e;
}

.step-panel__copy {
  margin-bottom: 32px;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.step-panel__copy h3 {
  margin: 0 0 14px;
  color: #030b20;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 950;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.step-panel__copy p {
  max-width: 610px;
  margin: 0;
  color: #536178;
  font-size: 16px;
  line-height: 1.7;
}

.step-panel__media {
  position: relative;
  width: 100%;
  min-height: clamp(390px, 38vw, 520px);
  margin-top: auto;
  overflow: hidden;

  border-radius: 28px;
  background: #dce5e3;

  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.step-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(180deg,
      transparent 72%,
      rgba(4, 17, 30, 0.08));
}

.step-panel__media img {
  position: absolute;
  inset: 0;

  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;

  object-fit: cover;
  object-position: center;
}


/* Планшеты */

@media (max-width: 980px) {
  .how-layout {
    grid-template-columns: 1fr;
  }

  .how-intro h2 {
    max-width: 750px;
  }

  .how-intro__text {
    max-width: 670px;
  }

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

  .step-panel {
    min-height: 620px;
  }
}

/* Смартфоны */

@media (max-width: 600px) {
  .how {
    padding: 65px 0;
  }

  .how .content-container {
    width: min(calc(100% - 32px), 1200px);
  }

  .how-layout {
    gap: 30px;
  }

  .how-intro h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .how-intro__text {
    margin: 20px 0 27px;
    font-size: 15px;
  }

  .step-menu {
    grid-template-columns: 1fr;
  }

  .step-button {
    min-height: 72px;
  }

  .step-panel {
    min-height: 0;
    padding: 22px;
    border-radius: 26px;
  }

  .step-panel__top {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 25px;
  }

  .step-panel__label {
    gap: 10px;
    font-size: 11px;
  }

  .step-panel__icon {
    width: 42px;
    height: 42px;
  }

  .step-panel__guide {
    max-width: 132px;
    min-height: 38px;
    padding: 9px 13px;
    font-size: 10px;
  }

  .step-panel__copy {
    margin-bottom: 24px;
  }

  .step-panel__copy h3 {
    font-size: clamp(36px, 11vw, 49px);
  }

  .step-panel__copy p {
    font-size: 15px;
  }

  .step-panel__media,
  .step-panel__media img {
    min-height: 235px;
  }

  .step-panel__media img {
    max-height: 280px;
  }
}

.step-button__icon {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.step-panel__icon {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.step-panel.has-gif .step-panel__media img {
  object-fit: cover;
}

/* Плавная смена содержимого */
.step-panel__copy,
.step-panel__media,
.step-panel__top {
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.step-panel.is-changing .step-panel__copy,
.step-panel.is-changing .step-panel__media,
.step-panel.is-changing .step-panel__top {
  opacity: 0;
  transform: translateY(8px);
}

.step-panel.has-gif .step-panel__media {
  min-height: clamp(420px, 40vw, 550px);
}

.step-panel.has-gif .step-panel__media img {
  object-fit: cover;
  object-position: center;
}

/*  */
/* ==================================================
   WEARABLE FEATURES — только секция из трёх блоков
================================================== */

.wearable-features {
  --wf-green: #087a50;
  --wf-green-dark: #05643f;
  --wf-heading: #071524;
  --wf-text: #536174;
  --wf-line: #dfe8e4;
  --wf-soft: #f3f7f5;

  width: min(100% - 40px, 1280px);
  margin-inline: auto;
  padding-block: clamp(72px, 9vw, 130px);

  display: flex;
  flex-direction: column;
  gap: clamp(80px, 10vw, 145px);
}

/* Отдельный информационный блок */

.wearable-feature {
  display: grid;
  grid-template-columns: minmax(340px, 0.94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: clamp(50px, 7vw, 105px);

  min-width: 0;
  padding: 0;

  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Тонкое визуальное разделение блоков */

.wearable-feature+.wearable-feature {
  position: relative;
  padding-top: clamp(80px, 10vw, 145px);
}

.wearable-feature+.wearable-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 1120px);
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      var(--wf-line) 14%,
      var(--wf-line) 86%,
      transparent);
  transform: translateX(-50%);
}

/* Изображение */

.wearable-feature__media {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 55vw, 720px);
  overflow: hidden;

  border-radius: clamp(26px, 3vw, 44px);
  background: var(--wf-soft);
  box-shadow: 0 30px 70px rgba(12, 31, 24, 0.1);
  isolation: isolate;
}

.wearable-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(180deg,
      transparent 65%,
      rgba(5, 20, 15, 0.1));
}

.wearable-feature__media img {
  position: absolute;
  inset: 0;

  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wearable-feature:hover .wearable-feature__media img {
  transform: scale(1.025);
}

/* Изображение, которое нельзя обрезать */

.wearable-feature__media--contain {
  min-height: clamp(490px, 47vw, 620px);
  background:
    radial-gradient(circle at 52% 44%,
      rgba(255, 255, 255, 0.98) 0,
      rgba(244, 248, 246, 0.96) 48%,
      rgba(229, 237, 233, 0.96) 100%);
}

.wearable-feature__media--contain::after {
  display: none;
}

.wearable-feature__media--contain img {
  padding: clamp(24px, 4vw, 58px);
  object-fit: contain;
}

.wearable-feature:hover .wearable-feature__media--contain img {
  transform: scale(1.035);
}

/* Чередование изображения и текста */

.wearable-feature--image-right .wearable-feature__content {
  grid-column: 1;
  grid-row: 1;
}

.wearable-feature--image-right .wearable-feature__media {
  grid-column: 2;
  grid-row: 1;
}

/* Текстовая область */

.wearable-feature__content {
  min-width: 0;
  max-width: 600px;
}

.wearable-feature--image-left .wearable-feature__content {
  padding-right: clamp(0px, 2vw, 24px);
}

.wearable-feature--image-right .wearable-feature__content {
  padding-left: clamp(0px, 2vw, 24px);
}

.wearable-feature__content .eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;

  margin: 0 0 20px;

  color: var(--wf-green);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wearable-feature__content .eyebrow::before {
  content: "";
  flex: 0 0 30px;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.wearable-feature__content h2 {
  max-width: 630px;
  margin: 0 0 clamp(26px, 3vw, 38px);

  color: var(--wf-heading);
  font-size: clamp(42px, 5vw, 67px);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.wearable-feature__content>p:not(.eyebrow) {
  max-width: 570px;
  margin: 0 0 17px;

  color: var(--wf-text);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 400;
  line-height: 1.75;
}

.wearable-feature__content>p:last-of-type {
  margin-bottom: 0;
}

/* Текстовая ссылка внутри абзаца */

.text-modal-link {
  display: inline;
  padding: 0;

  color: var(--wf-green);
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(8, 122, 80, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;

  border: 0;
  background: transparent;
  cursor: pointer;

  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}

.text-modal-link:hover {
  color: var(--wf-green-dark);
  text-decoration-color: currentColor;
}

/* Ссылки и кнопки под текстом */

.wearable-feature__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 24px;
  margin-top: clamp(28px, 3vw, 40px);
}

.feature-link {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  min-height: 38px;
  padding: 4px 0;

  color: var(--wf-heading);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;

  border: 0;
  border-bottom: 1px solid rgba(7, 21, 36, 0.22);
  border-radius: 0;
  background: transparent;
  cursor: pointer;

  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.feature-link span {
  color: var(--wf-green);
  font-size: 19px;
  font-weight: 400;
  line-height: 1;

  transition: transform 0.2s ease;
}

.feature-link:hover {
  color: var(--wf-green);
  border-color: var(--wf-green);
  background: transparent;
  transform: none;
}

.feature-link:hover span {
  transform: translateX(4px);
}

.feature-link:focus-visible,
.text-modal-link:focus-visible {
  outline: 3px solid rgba(8, 122, 80, 0.22);
  outline-offset: 5px;
}

/* ==================================================
   ПЛАНШЕТ
================================================== */

@media (max-width: 960px) {
  .wearable-features {
    width: min(100% - 32px, 760px);
    gap: 76px;
    padding-block: 80px;
  }

  .wearable-feature {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wearable-feature+.wearable-feature {
    padding-top: 76px;
  }

  .wearable-feature--image-right .wearable-feature__content,
  .wearable-feature--image-right .wearable-feature__media {
    grid-column: auto;
    grid-row: auto;
  }

  /* На планшете и телефоне изображение всегда сверху */

  .wearable-feature__media,
  .wearable-feature--image-right .wearable-feature__media {
    order: 1;
  }

  .wearable-feature__content,
  .wearable-feature--image-right .wearable-feature__content {
    order: 2;
  }

  .wearable-feature__content,
  .wearable-feature--image-left .wearable-feature__content,
  .wearable-feature--image-right .wearable-feature__content {
    max-width: 650px;
    padding: 0 12px;
  }

  .wearable-feature__media {
    min-height: clamp(500px, 85vw, 680px);
  }

  .wearable-feature__media--contain {
    min-height: clamp(420px, 68vw, 560px);
  }

  .wearable-feature__content h2 {
    max-width: 650px;
  }
}

/* ==================================================
   СМАРТФОН
================================================== */

@media (max-width: 600px) {
  .wearable-features {
    width: min(100% - 24px, 560px);
    gap: 58px;
    padding-block: 58px;
  }

  .wearable-feature {
    gap: 31px;
  }

  .wearable-feature+.wearable-feature {
    padding-top: 58px;
  }

  .wearable-feature__media {
    min-height: 112vw;
    max-height: 540px;
    border-radius: 24px;
    box-shadow: 0 20px 46px rgba(12, 31, 24, 0.1);
  }

  .wearable-feature__media--contain {
    min-height: 78vw;
    max-height: 430px;
  }

  .wearable-feature__media--contain img {
    padding: 18px;
  }

  .wearable-feature__content,
  .wearable-feature--image-left .wearable-feature__content,
  .wearable-feature--image-right .wearable-feature__content {
    padding: 0 4px;
  }

  .wearable-feature__content .eyebrow {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .wearable-feature__content .eyebrow::before {
    flex-basis: 22px;
    width: 22px;
  }

  .wearable-feature__content h2 {
    margin-bottom: 23px;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .wearable-feature__content>p:not(.eyebrow) {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.68;
  }

  .wearable-feature__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin-top: 28px;
  }

  .feature-link {
    width: auto;
    max-width: 100%;
    min-height: 40px;
  }
}

/* Пользователь отключил анимацию */

@media (prefers-reduced-motion: reduce) {

  .wearable-feature__media img,
  .feature-link,
  .feature-link span,
  .text-modal-link {
    transition: none;
  }

  .wearable-feature:hover .wearable-feature__media img,
  .wearable-feature:hover .wearable-feature__media--contain img {
    transform: none;
  }
}

/* ==================================================
   INFORMATION MODAL
================================================== */

html.has-info-modal,
body.has-info-modal {
  overflow: hidden;
}

.info-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;

  display: grid;
  place-items: center;
  padding: 24px;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.info-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Затемнённый фон */

.info-modal__backdrop {
  position: absolute;
  inset: 0;

  background: rgba(4, 15, 24, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Окно */

.info-modal__dialog {
  position: relative;
  z-index: 1;

  width: min(100%, 680px);
  max-height: min(780px, calc(100dvh - 48px));
  padding: clamp(34px, 5vw, 58px);
  overflow-x: hidden;
  overflow-y: auto;

  color: #536174;

  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%,
      rgba(211, 242, 230, 0.75),
      transparent 38%),
    #ffffff;

  box-shadow:
    0 40px 100px rgba(1, 12, 20, 0.28),
    0 8px 30px rgba(1, 12, 20, 0.12);

  opacity: 0;
  transform: translateY(24px) scale(0.975);

  transition:
    opacity 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);

  scrollbar-width: thin;
  scrollbar-color: #b9d5ca transparent;
}

.info-modal.is-open .info-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Полоса прокрутки */

.info-modal__dialog::-webkit-scrollbar {
  width: 7px;
}

.info-modal__dialog::-webkit-scrollbar-track {
  background: transparent;
}

.info-modal__dialog::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b9d5ca;
}

/* Кнопка закрытия в углу */

.info-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;

  width: 43px;
  height: 43px;
  padding: 0;

  display: grid;
  place-items: center;

  color: #071524;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;

  border: 1px solid #dce7e2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 7px 20px rgba(7, 21, 36, 0.07);

  cursor: pointer;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.info-modal__close:hover {
  color: #ffffff;
  border-color: #087a50;
  background: #087a50;
  transform: rotate(5deg);
}

.info-modal__close:focus-visible {
  outline: 3px solid rgba(8, 122, 80, 0.24);
  outline-offset: 4px;
}

/* Верхняя подпись */

.info-modal__dialog .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 0 60px 17px 0;

  color: #087a50;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.info-modal__dialog .eyebrow::before {
  content: "";
  flex: 0 0 25px;
  width: 25px;
  height: 2px;

  border-radius: 999px;
  background: currentColor;
}

/* Заголовок */

.info-modal__dialog h2 {
  max-width: 560px;
  margin: 0 55px 25px 0;

  color: #071524;
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

/* Содержимое */

.info-modal__content {
  max-width: 580px;

  color: #536174;
  font-size: 16px;
  line-height: 1.75;
}

.info-modal__content p {
  margin: 0 0 17px;
}

.info-modal__content p:last-child {
  margin-bottom: 0;
}

.info-modal__content strong {
  color: #071524;
  font-weight: 700;
}

.info-modal__content a {
  color: #087a50;
  font-weight: 700;
  text-decoration-color: rgba(8, 122, 80, 0.35);
  text-underline-offset: 3px;
}

.info-modal__content a:hover {
  text-decoration-color: currentColor;
}

/* Нижняя кнопка Schließen */

.info-modal__button {
  min-height: 48px;
  margin-top: 30px;
  padding: 13px 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;

  border: 1px solid #087a50;
  border-radius: 999px;
  background: #087a50;
  box-shadow: 0 12px 28px rgba(8, 122, 80, 0.2);

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.info-modal__button:hover {
  border-color: #05643f;
  background: #05643f;
  box-shadow: 0 15px 32px rgba(8, 122, 80, 0.26);
  transform: translateY(-2px);
}

.info-modal__button:focus-visible {
  outline: 3px solid rgba(8, 122, 80, 0.24);
  outline-offset: 4px;
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 600px) {
  .info-modal {
    align-items: end;
    padding: 10px;
  }

  .info-modal__backdrop {
    background: rgba(4, 15, 24, 0.72);
  }

  .info-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 39px 23px 27px;

    border-radius: 27px;
    transform: translateY(35px);
  }

  .info-modal.is-open .info-modal__dialog {
    transform: translateY(0);
  }

  .info-modal__close {
    top: 15px;
    right: 15px;

    width: 39px;
    height: 39px;
    font-size: 24px;
  }

  .info-modal__dialog .eyebrow {
    margin: 0 48px 14px 0;
    font-size: 9px;
  }

  .info-modal__dialog .eyebrow::before {
    flex-basis: 20px;
    width: 20px;
  }

  .info-modal__dialog h2 {
    margin: 0 40px 21px 0;
    font-size: clamp(31px, 9.5vw, 42px);
    line-height: 1.04;
  }

  .info-modal__content {
    font-size: 15px;
    line-height: 1.68;
  }

  .info-modal__content p {
    margin-bottom: 15px;
  }

  .info-modal__button {
    width: 100%;
    margin-top: 25px;
  }
}

/* Отключение анимации по системным настройкам */

@media (prefers-reduced-motion: reduce) {

  .info-modal,
  .info-modal__dialog,
  .info-modal__close,
  .info-modal__button {
    transition: none;
  }
}

/*  */
.info-modal__content h3 {
  margin: 32px 0 13px;
  color: #071524;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.info-modal__content h4 {
  margin: 23px 0 8px;
  color: #071524;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
}

.info-modal__content ul,
.info-modal__content ol {
  margin: 17px 0 21px;
  padding-left: 23px;
}

.info-modal__content li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.info-modal__content li::marker {
  color: #087a50;
  font-weight: 700;
}

.info-modal__notice {
  margin: 25px 0;
  padding: 18px 20px;
  color: #465568;
  line-height: 1.65;
  border: 1px solid #cfe3da;
  border-radius: 16px;
  background: #f1f8f5;
}

.info-modal__notice strong {
  display: block;
  margin-bottom: 5px;
  color: #087a50;
}

@media (max-width: 600px) {
  .info-modal__content h3 {
    margin-top: 27px;
    font-size: 20px;
  }

  .info-modal__content h4 {
    font-size: 16px;
  }

  .info-modal__notice {
    padding: 16px;
    border-radius: 14px;
  }
}

/* ==================================================
   CURVE WALLET / DIREKTE BANKUNTERSTÜTZUNG
================================================== */

.payment-route-info {
  position: relative;
  margin: 18px 0 0;
  padding: 0;
  overflow: hidden;

  border: 1px solid #d9e5df;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(7, 21, 36, 0.055);
}

/* Верхняя цветная часть карточки */

.payment-route-info::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 104px;

  background:
    radial-gradient(circle at 88% 0%,
      rgba(255, 255, 255, 0.19),
      transparent 46%),
    linear-gradient(135deg, #087a50 0%, #0b9463 100%);
  pointer-events: none;
}

.payment-route-info:nth-of-type(even)::before {
  background:
    radial-gradient(circle at 88% 0%,
      rgba(255, 255, 255, 0.2),
      transparent 46%),
    linear-gradient(135deg, #102435 0%, #1e4050 100%);
}

/* Номер 01 / 02 */

.payment-route-info__number {
  position: absolute;
  z-index: 2;
  top: 23px;
  left: 25px;

  width: 48px;
  height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;

  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Основная часть */

.payment-route-info__body {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 123px 28px 27px;
}

/* Заголовок переносим на цветную часть */

.info-modal__content .payment-route-info__body h3 {
  position: absolute;
  top: 31px;
  left: 92px;
  right: 25px;

  margin: 0;

  color: #ffffff;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

/* Текст */

.payment-route-info__body p {
  margin: 0 0 15px;

  color: #4c5b6c;
  font-size: 15px;
  line-height: 1.7;
}

.payment-route-info__body p:last-child {
  margin-bottom: 0;
}

/* Небольшой акцент перед первым абзацем */

.payment-route-info__body p:first-of-type {
  color: #263849;
  font-weight: 600;
}

/* Разделители между абзацами */

.payment-route-info__body p+p {
  padding-top: 15px;
  border-top: 1px solid #e8eeeb;
}

/* Интерактивное состояние только для устройств с мышью */

@media (hover: hover) {
  .payment-route-info {
    transition:
      border-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
  }

  .payment-route-info:hover {
    border-color: rgba(8, 122, 80, 0.3);
    box-shadow: 0 16px 38px rgba(7, 21, 36, 0.09);
    transform: translateY(-2px);
  }
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 760px) {
  .payment-route-info::before {
    height: 98px;
  }

  .payment-route-info__number {
    top: 21px;
    left: 21px;
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .info-modal__content .payment-route-info__body h3 {
    top: 29px;
    left: 80px;
    right: 20px;
    font-size: 21px;
  }

  .payment-route-info__body {
    padding: 116px 22px 23px;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 480px) {
  .payment-route-info {
    margin-top: 14px;
    border-radius: 18px;
  }

  .payment-route-info::before {
    height: 112px;
  }

  .payment-route-info__number {
    top: 18px;
    left: 18px;

    width: 40px;
    height: 40px;

    font-size: 11px;
    border-radius: 12px;
  }

  .info-modal__content .payment-route-info__body h3 {
    top: 22px;
    left: 70px;
    right: 16px;

    font-size: 18px;
    line-height: 1.25;
  }

  .payment-route-info__body {
    padding: 129px 18px 20px;
  }

  .payment-route-info__body p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.65;
  }

  .payment-route-info__body p+p {
    padding-top: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .payment-route-info {
    transition: none;
  }
}

/* ==================================================
   BANK-FINDER
================================================== */

.bank-finder {
  margin-top: 32px;
  padding: 27px;

  border: 1px solid #d8e5df;
  border-radius: 22px;
  background: #f7faf9;
}

.bank-finder__eyebrow {
  margin: 0 0 7px !important;

  color: #087a50;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.info-modal__content .bank-finder>h3 {
  margin: 0 0 20px;

  color: #071524;
  font-size: 25px;
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

/* Фильтры */

.bank-finder__filters {
  margin-bottom: 14px;

  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bank-finder__filter {
  min-height: 39px;
  padding: 9px 15px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #536174;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;

  border: 1px solid #d3dfda;
  border-radius: 999px;
  background: #ffffff;

  cursor: pointer;

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bank-finder__filter:hover {
  color: #087a50;
  border-color: rgba(8, 122, 80, 0.38);
  transform: translateY(-1px);
}

.bank-finder__filter.is-active {
  color: #ffffff;
  border-color: #087a50;
  background: #087a50;
  box-shadow: 0 8px 20px rgba(8, 122, 80, 0.18);
}

.bank-finder__filter:focus-visible {
  outline: 3px solid rgba(8, 122, 80, 0.22);
  outline-offset: 3px;
}

/* Поле поиска */

.bank-finder__search {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.bank-finder__search::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 17px;

  width: 14px;
  height: 14px;

  border: 2px solid #728074;
  border-radius: 50%;

  pointer-events: none;
  transform: translateY(-58%);
}

.bank-finder__search::after {
  content: "";

  position: absolute;
  top: calc(50% + 6px);
  left: 29px;

  width: 7px;
  height: 2px;

  border-radius: 999px;
  background: #728074;

  pointer-events: none;
  transform: rotate(45deg);
  transform-origin: left center;
}

.bank-finder__search input {
  width: 100%;
  height: 50px;
  padding: 0 17px 0 47px;

  color: #071524;
  font: inherit;
  font-size: 14px;
  line-height: 1;

  border: 1px solid #d2ddd8;
  border-radius: 14px;
  outline: none;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(7, 21, 36, 0.035);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bank-finder__search input::placeholder {
  color: #8a968f;
}

.bank-finder__search input:focus {
  border-color: #087a50;
  box-shadow:
    0 0 0 4px rgba(8, 122, 80, 0.1),
    0 7px 18px rgba(7, 21, 36, 0.05);
}

/* ==================================================
   СПИСОК СТРАН И БАНКОВ
================================================== */

.bank-finder__list {
  display: grid;
  gap: 10px;
}

.bank-route {
  padding: 17px 18px;

  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.5fr);
  gap: 20px;
  align-items: center;

  border: 1px solid #dce6e1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(7, 21, 36, 0.035);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bank-route:hover {
  border-color: rgba(8, 122, 80, 0.32);
  box-shadow: 0 9px 24px rgba(7, 21, 36, 0.07);
  transform: translateY(-1px);
}

/* Обязательно для работы поиска и фильтров */

.bank-route[hidden],
.bank-finder__empty[hidden] {
  display: none !important;
}

/* Страна */

.bank-route__country {
  min-width: 0;
}

.bank-route__country span {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 4px 8px;

  color: #087a50;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;

  border-radius: 999px;
  background: #edf7f3;
}

.bank-route__country strong {
  display: block;

  color: #071524;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

/* Банки и платёжные пути */

.bank-route__methods {
  min-width: 0;
}

.bank-route__methods small {
  display: block;
  margin-bottom: 7px;

  color: #7a8797;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

.bank-route__methods>div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bank-route__methods span {
  max-width: 100%;
  padding: 6px 9px;

  color: #3e4d5f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;

  border: 1px solid #dce5e1;
  border-radius: 8px;
  background: #f7faf9;
}

/* Недоступный вариант */

.bank-route--unavailable {
  border-color: #e3ded8;
  background: #fbfaf8;
}

.bank-route--unavailable:hover {
  border-color: #d9cfc5;
}

.bank-route--unavailable .bank-route__country span {
  color: #876a50;
  background: #f3eee9;
}

.bank-route--unavailable .bank-route__methods span {
  color: #74685c;
  border-color: #e5ddd5;
  background: #f5f1ed;
}

/* Пустой результат */

.bank-finder__empty {
  margin: 3px 0 0 !important;
  padding: 22px;

  color: #667485;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;

  border: 1px dashed #cbd8d2;
  border-radius: 14px;
  background: #ffffff;
}

/* Скрытый текст для screen reader */

.sr-only {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;

  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;

  border: 0 !important;
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 600px) {
  .info-modal__lead {
    font-size: 15px;
  }

  .info-modal__setup-label {
    padding: 14px 15px;

    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .info-modal__setup-label strong {
    font-size: 13px;
    text-align: left;
  }

  .payment-route-info {
    padding: 19px;

    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;

    border-radius: 17px;
  }

  .payment-route-info__number {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .info-modal__content .payment-route-info__body h3 {
    margin-top: 1px;
    font-size: 19px;
  }

  .bank-finder {
    margin-top: 27px;
    padding: 19px 15px;

    border-radius: 18px;
  }

  .info-modal__content .bank-finder>h3 {
    font-size: 21px;
  }

  .bank-finder__filters {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bank-finder__filter {
    width: 100%;
    min-height: 42px;
  }

  .bank-finder__search input {
    height: 48px;
    font-size: 16px;
    /* Не вызывает автоматический zoom на iPhone */
  }

  .bank-route {
    padding: 15px;

    grid-template-columns: 1fr;
    gap: 12px;

    border-radius: 14px;
  }

  .bank-route__country {
    padding-bottom: 11px;
    border-bottom: 1px solid #e5ece8;
  }

  .bank-route__country strong {
    font-size: 16px;
  }

  .bank-route__methods small {
    font-size: 10px;
  }

  .bank-route__methods span {
    font-size: 10px;
  }
}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .bank-finder__filter,
  .bank-finder__search input,
  .bank-route {
    transition: none;
  }
}

/* ==================================================
   ASTARI SETUP
================================================== */

.setup-video-note {
  margin: 24px 0 30px;
  padding: 19px 21px;

  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;

  border: 1px solid #d8e6df;
  border-radius: 18px;
  background: #f3f9f6;
}

.setup-video-note__icon {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  color: #fff;
  border-radius: 14px;
  background: #087a50;
}

.setup-video-note__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.setup-video-note strong {
  display: block;
  margin: 1px 0 5px;
  color: #071524;
  font-size: 15px;
}

.setup-video-note p {
  margin: 0 !important;
  color: #566577;
  font-size: 13px;
  line-height: 1.6;
}

/* Overview */

.setup-overview {
  margin-top: 30px;
}

.setup-overview__heading {
  margin-bottom: 17px;

  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(220px, 1fr);
  gap: 28px;
  align-items: end;
}

.setup-overview__heading span {
  display: block;
  margin-bottom: 7px;

  color: #087a50;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.info-modal__content .setup-overview__heading h3 {
  margin: 0;
  color: #071524;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.setup-overview__heading>p {
  margin: 0 !important;
  color: #697687;
  font-size: 13px;
  line-height: 1.6;
}

.setup-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.setup-flow__item {
  position: relative;
  min-width: 0;
  padding: 22px;
  overflow: hidden;

  border: 1px solid #dce7e2;
  border-radius: 18px;
  background: #fff;
}

.setup-flow__step {
  display: block;
  margin-bottom: 22px;

  color: #087a50;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.setup-flow__number {
  position: absolute;
  top: 13px;
  right: 17px;

  color: rgba(8, 122, 80, 0.1);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.info-modal__content .setup-flow__item h4 {
  margin: 0 0 8px;
  color: #071524;
  font-size: 17px;
  line-height: 1.3;
}

.setup-flow__item p {
  margin: 0 !important;
  color: #667486;
  font-size: 12px;
  line-height: 1.6;
}

/* Full steps */

.setup-details {
  margin-top: 31px;
  display: grid;
  gap: 15px;
}

.setup-detail {
  overflow: hidden;

  border: 1px solid #d9e5df;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(7, 21, 36, 0.045);
}

.setup-detail__header {
  padding: 20px 23px;

  display: flex;
  gap: 15px;
  align-items: center;

  color: #fff;
  background:
    radial-gradient(circle at 95% 0,
      rgba(255, 255, 255, 0.16),
      transparent 42%),
    linear-gradient(135deg, #087a50, #0b9463);
}

.setup-detail:nth-child(even) .setup-detail__header {
  background:
    radial-gradient(circle at 95% 0,
      rgba(255, 255, 255, 0.12),
      transparent 42%),
    linear-gradient(135deg, #102435, #1e4050);
}

.setup-detail__header>span {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;

  display: grid;
  place-items: center;

  font-size: 12px;
  font-weight: 800;

  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.12);
}

.setup-detail__header small {
  display: block;
  margin-bottom: 3px;

  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.info-modal__content .setup-detail__header h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.setup-detail__body {
  padding: 24px;
}

.setup-detail__body p {
  margin: 0 0 14px;
  color: #536274;
  font-size: 14px;
  line-height: 1.7;
}

.setup-detail__body p:last-child {
  margin-bottom: 0;
}

.setup-detail__intro {
  color: #263849 !important;
  font-weight: 700;
}

.setup-detail__notice {
  margin-top: 18px;
  padding: 14px 16px;

  color: #405366;
  font-size: 12px;
  line-height: 1.6;

  border-left: 3px solid #087a50;
  border-radius: 0 11px 11px 0;
  background: #f2f8f5;
}

.setup-detail__button {
  min-height: 44px;
  margin-top: 20px;
  padding: 11px 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;

  border-radius: 12px;
  background: #087a50;
  box-shadow: 0 8px 20px rgba(8, 122, 80, 0.18);

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.setup-detail__button:hover {
  color: #fff;
  background: #066843;
  transform: translateY(-1px);
}

/* Lists */

.setup-checklist,
.setup-instructions {
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.setup-checklist li,
.setup-instructions li {
  position: relative;
  padding: 13px 15px 13px 44px;

  color: #47586a;
  font-size: 13px;
  line-height: 1.55;

  border: 1px solid #e0e9e5;
  border-radius: 13px;
  background: #f8faf9;
}

.setup-checklist li::before,
.setup-instructions li::before {
  position: absolute;
  top: 13px;
  left: 14px;

  width: 21px;
  height: 21px;

  display: grid;
  place-items: center;

  color: #087a50;
  font-size: 10px;
  font-weight: 800;

  border-radius: 50%;
  background: #e4f3ec;
}

.setup-checklist li::before {
  content: "✓";
}

.setup-instructions {
  counter-reset: activation-step;
  margin-bottom: 18px;
}

.setup-instructions li {
  counter-increment: activation-step;
}

.setup-instructions li::before {
  content: counter(activation-step);
}

/* Responsive */

@media (max-width: 680px) {
  .setup-overview__heading {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .setup-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .setup-video-note {
    padding: 16px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    border-radius: 15px;
  }

  .setup-video-note__icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .setup-video-note__icon svg {
    width: 19px;
    height: 19px;
  }

  .info-modal__content .setup-overview__heading h3 {
    font-size: 21px;
  }

  .setup-flow__item {
    padding: 19px;
    border-radius: 15px;
  }

  .setup-detail {
    border-radius: 17px;
  }

  .setup-detail__header {
    padding: 17px;
    gap: 12px;
  }

  .setup-detail__header>span {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .info-modal__content .setup-detail__header h3 {
    font-size: 17px;
  }

  .setup-detail__body {
    padding: 19px 17px;
  }

  .setup-detail__button {
    width: 100%;
  }

  .setup-checklist li,
  .setup-instructions li {
    padding-right: 12px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .setup-detail__button {
    transition: none;
  }
}

/* ==================================================
   PAYMENTS IN EUROPE
================================================== */

.payment-availability {
  margin-top: 16px;
  padding: 22px;

  border: 1px solid #dce7e2;
  border-radius: 18px;
  background: #ffffff;
}

.info-modal__content .payment-availability h3 {
  margin: 0 0 12px;

  color: #071524;
  font-size: 19px;
  line-height: 1.3;
}

.payment-availability p {
  margin: 0 0 12px;

  color: #536274;
  font-size: 14px;
  line-height: 1.7;
}

.payment-availability p:last-child {
  margin-bottom: 0;
}

.payment-availability__summary {
  margin-top: 18px;
  padding: 21px;

  border: 1px solid #d5e5dd;
  border-radius: 18px;
  background: #f3f9f6;
}

.payment-availability__summary>span {
  display: block;
  margin-bottom: 13px;

  color: #087a50;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.payment-availability__summary ul {
  margin: 0;
  padding: 0;

  display: grid;
  gap: 10px;

  list-style: none;
}

.payment-availability__summary li {
  position: relative;
  padding-left: 27px;

  color: #405265;
  font-size: 13px;
  line-height: 1.55;
}

.payment-availability__summary li::before {
  content: "✓";

  position: absolute;
  top: 0;
  left: 0;

  width: 19px;
  height: 19px;

  display: grid;
  place-items: center;

  color: #087a50;
  font-size: 10px;
  font-weight: 800;

  border-radius: 50%;
  background: #dcefe6;
}

@media (max-width: 480px) {

  .payment-availability,
  .payment-availability__summary {
    padding: 17px;
    border-radius: 15px;
  }

  .info-modal__content .payment-availability h3 {
    font-size: 17px;
  }

  .payment-availability p {
    font-size: 13px;
  }
}

/* ==================================================
   ASTARI — WEARABLE PAYMENTS MODAL
   Изолировано внутри .info-modal
================================================== */

.info-modal .astari-wp {
  width: 100%;
}

/* Вводный текст */

.info-modal .astari-wp__lead {
  margin: 0;
  color: #405265;
  font-size: 15px;
  line-height: 1.75;
}

/* ==================================================
   NFC EXPLAINER
================================================== */

.info-modal .astari-wp__explainer {
  position: relative;
  margin-top: 24px;
  padding: 25px;
  overflow: hidden;

  color: #ffffff;

  border-radius: 21px;
  background:
    radial-gradient(circle at 95% 0,
      rgba(255, 255, 255, 0.15),
      transparent 42%),
    linear-gradient(135deg, #087a50 0%, #0b9363 100%);
}

.info-modal .astari-wp__explainer::after {
  content: "NFC";

  position: absolute;
  right: -7px;
  bottom: -20px;

  color: rgba(255, 255, 255, 0.07);
  font-size: 100px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.08em;

  pointer-events: none;
}

.info-modal .astari-wp__explainer-heading,
.info-modal .astari-wp__explainer-text {
  position: relative;
  z-index: 1;
}

.info-modal .astari-wp__explainer-heading {
  margin-bottom: 18px;
}

.info-modal .astari-wp__eyebrow {
  display: block;
  margin-bottom: 7px;

  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.info-modal .astari-wp__explainer-title {
  max-width: 520px;
  margin: 0;

  color: #ffffff;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.info-modal .astari-wp__explainer-text {
  max-width: 620px;
  margin: 0 0 13px;

  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
}

.info-modal .astari-wp__explainer-text:last-child {
  margin-bottom: 0;
}

.info-modal .astari-wp__explainer-text strong {
  color: #ffffff;
  font-weight: 750;
}

/* ==================================================
   FEATURES
================================================== */

.info-modal .astari-wp__features {
  margin-top: 15px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-modal .astari-wp__feature-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  overflow: hidden;

  border: 1px solid #dce7e2;
  border-radius: 18px;
  background: #ffffff;

  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.info-modal .astari-wp__feature-number {
  display: inline-flex;
  margin-bottom: 25px;

  color: #087a50;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
}

.info-modal .astari-wp__feature-number::after {
  content: "";

  position: absolute;
  top: 37px;
  left: 22px;

  width: 28px;
  height: 2px;

  border-radius: 999px;
  background: #087a50;
}

.info-modal .astari-wp__feature-title {
  margin: 0 0 8px;

  color: #071524;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
}

.info-modal .astari-wp__feature-text {
  margin: 0;

  color: #627183;
  font-size: 12px;
  line-height: 1.65;
}

@media (hover: hover) {
  .info-modal .astari-wp__feature-card:hover {
    border-color: rgba(8, 122, 80, 0.3);
    box-shadow: 0 11px 27px rgba(7, 21, 36, 0.07);
    transform: translateY(-2px);
  }
}

/* ==================================================
   COMPARISON
================================================== */

.info-modal .astari-wp__comparison {
  margin-top: 28px;
}

.info-modal .astari-wp__section-heading {
  margin-bottom: 14px;
}

.info-modal .astari-wp__section-label {
  display: block;
  margin-bottom: 7px;

  color: #087a50;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.info-modal .astari-wp__section-title {
  margin: 0;

  color: #071524;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.info-modal .astari-wp__comparison-list {
  display: grid;
  gap: 9px;
}

.info-modal .astari-wp__comparison-item {
  padding: 17px 18px;

  display: grid;
  grid-template-columns: minmax(145px, 0.65fr) minmax(0, 1.35fr);
  gap: 22px;
  align-items: center;

  border: 1px solid #dfe7e3;
  border-radius: 15px;
  background: #ffffff;
}

.info-modal .astari-wp__comparison-name {
  color: #27394a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.info-modal .astari-wp__comparison-text {
  margin: 0;

  color: #687587;
  font-size: 12px;
  line-height: 1.6;
}

.info-modal .astari-wp__comparison-item--selected {
  border-color: #cce3d7;
  background: #f1f8f5;
}

.info-modal .astari-wp__comparison-item--selected .astari-wp__comparison-name {
  color: #087a50;
}

/* ==================================================
   PAYMENT STEPS
================================================== */

.info-modal .astari-wp__usage {
  margin-top: 28px;
  padding: 22px;

  border: 1px solid #dae5e0;
  border-radius: 19px;
  background: #f8faf9;
}

.info-modal .astari-wp__usage-steps {
  margin: 18px 0 0;
  padding: 0;

  display: grid;
  gap: 10px;

  list-style: none;
}

.info-modal .astari-wp__usage-step {
  padding: 12px 14px;

  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 12px;
  align-items: center;

  border: 1px solid #e0e8e4;
  border-radius: 13px;
  background: #ffffff;
}

.info-modal .astari-wp__usage-number {
  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  color: #087a50;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;

  border-radius: 9px;
  background: #e3f1ea;
}

.info-modal .astari-wp__usage-text {
  margin: 0;

  color: #48596b;
  font-size: 13px;
  line-height: 1.55;
}

/* ==================================================
   NOTICE
================================================== */

.info-modal .astari-wp__notice {
  margin-top: 20px;
  padding: 15px 17px;

  color: #405366;
  font-size: 12px;
  line-height: 1.65;

  border-left: 3px solid #087a50;
  border-radius: 0 12px 12px 0;
  background: #f2f8f5;
}

.info-modal .astari-wp__notice strong {
  color: #173a2d;
  font-weight: 800;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 600px) {
  .info-modal .astari-wp__features {
    grid-template-columns: 1fr;
  }

  .info-modal .astari-wp__comparison-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .info-modal .astari-wp__lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .info-modal .astari-wp__explainer {
    margin-top: 20px;
    padding: 20px 18px;
    border-radius: 17px;
  }

  .info-modal .astari-wp__explainer::after {
    right: -5px;
    bottom: -13px;
    font-size: 78px;
  }

  .info-modal .astari-wp__explainer-title {
    font-size: 20px;
  }

  .info-modal .astari-wp__explainer-text {
    font-size: 13px;
  }

  .info-modal .astari-wp__feature-card {
    padding: 19px;
    border-radius: 15px;
  }

  .info-modal .astari-wp__feature-number::after {
    left: 19px;
  }

  .info-modal .astari-wp__comparison-item {
    padding: 15px;
    border-radius: 13px;
  }

  .info-modal .astari-wp__usage {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .info-modal .astari-wp__section-title {
    font-size: 19px;
  }

  .info-modal .astari-wp__usage-step {
    padding: 11px;
  }

  .info-modal .astari-wp__notice {
    padding: 14px 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-modal .astari-wp__feature-card {
    transition: none;
  }
}

/*  */
/* ==================================================
   FAQ PAGE
   Единый стиль с юридическими страницами
================================================== */

.bb-faq-page {
  --bb-faq-bg: #f8f9f8;
  --bb-faq-white: #ffffff;
  --bb-faq-text: #071126;
  --bb-faq-muted: #607069;
  --bb-faq-line: #d9e0dd;
  --bb-faq-green: #087a50;
  --bb-faq-green-dark: #05553a;
  --bb-faq-green-soft: #e8f5ef;
  --bb-faq-shadow: 0 22px 58px rgba(16, 47, 36, 0.09);

  --bb-header-height: 90px;
  --bb-header-top: 10px;
  --bb-header-gap: 34px;

  margin: 0;
  color: var(--bb-faq-text);
  background: var(--bb-faq-bg);
}

.bb-faq-page *,
.bb-faq-page *::before,
.bb-faq-page *::after {
  box-sizing: border-box;
}

.bb-faq-page .bb-faq-container {
  width: min(calc(100% - 40px), 986px);
  margin-inline: auto;
}

.bb-faq-page main a {
  color: inherit;
}

.bb-faq-page main section[id] {
  scroll-margin-top: 125px;
}

/* ==================================================
   FIXED HEADER
================================================== */

.bb-faq-page .site-header {
  position: fixed;
  z-index: 1000;
  top: var(--bb-header-top);
  left: 50%;

  width: min(calc(100% - 40px), 1584px);
  min-height: var(--bb-header-height);
  margin: 0;
  padding: 20px 28px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 1px solid rgba(7, 20, 38, 0.025);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.97);

  box-shadow:
    0 13px 34px rgba(10, 28, 42, 0.075),
    0 2px 6px rgba(10, 28, 42, 0.025);

  transform: translateX(-50%);
}

/* Компенсация высоты фиксированной шапки */

.bb-faq-page>main {
  margin: 0;
  padding-top: calc(var(--bb-header-top) + var(--bb-header-height) + var(--bb-header-gap));
}

/* ==================================================
   HERO — КАК НА IMPRESSUM
================================================== */

.bb-faq-page .bb-faq-hero {
  position: relative;
  padding: 10px 0 0;
  overflow: visible;

  border: 0;
  background: transparent;
}

.bb-faq-page .bb-faq-hero::before,
.bb-faq-page .bb-faq-hero::after {
  display: none;
  content: none;
}

.bb-faq-page .bb-faq-hero__content {
  position: relative;
  max-width: none;
}

/* Ссылка назад */

.bb-faq-page .bb-faq-hero .back {
  margin: 0 0 33px;

  display: inline-flex;
  align-items: center;

  color: #071126;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.bb-faq-page .bb-faq-hero .back:hover {
  color: var(--bb-faq-green);
  transform: translateX(-3px);
}

/* Надпись над заголовком */

.bb-faq-page .bb-faq-hero__eyebrow {
  margin: 0 0 12px;

  color: #009865;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Основной заголовок */

.bb-faq-page .bb-faq-hero h1 {
  margin: 0;

  color: #020b20;
  font-size: clamp(56px, 6vw, 82px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

/* Описание с линией */

.bb-faq-page .bb-faq-hero__intro {
  max-width: 720px;
  margin: 39px 0 0;
  padding: 30px 0 0;

  color: var(--bb-faq-muted);
  font-size: 15px;
  line-height: 1.75;

  border-top: 1px solid var(--bb-faq-line);
}

/* ==================================================
   MAIN LAYOUT
================================================== */

.bb-faq-page .bb-faq-main {
  padding: 64px 0 96px;
}

.bb-faq-page .bb-faq-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: start;
  gap: 58px;
}

/* ==================================================
   SIDEBAR
================================================== */

.bb-faq-page .bb-faq-sidebar {
  position: sticky;
  top: 125px;
}

.bb-faq-page .bb-faq-sidebar__label {
  margin: 0 0 17px;

  color: #8a9892;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-faq-page .bb-faq-nav {
  display: grid;
  gap: 5px;
}

.bb-faq-page .bb-faq-nav a {
  position: relative;
  padding: 10px 13px;

  color: #53665e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;

  border-radius: 9px;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bb-faq-page .bb-faq-nav a:hover {
  color: var(--bb-faq-green);
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(3px);
}

.bb-faq-page .bb-faq-nav a[aria-current="true"] {
  color: var(--bb-faq-green-dark);
  background: var(--bb-faq-green-soft);
}

/* ==================================================
   FAQ CONTENT
================================================== */

.bb-faq-page .bb-faq-content {
  min-width: 0;
}

.bb-faq-page .bb-faq-group+.bb-faq-group {
  margin-top: 76px;
}

.bb-faq-page .bb-faq-group__heading {
  margin: 0 0 24px;

  color: var(--bb-faq-text);
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 760;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.bb-faq-page .bb-faq-group__intro {
  max-width: 710px;
  margin: -10px 0 25px;

  color: var(--bb-faq-muted);
  font-size: 14px;
  line-height: 1.75;
}

.bb-faq-page .bb-faq-list {
  display: grid;
  gap: 11px;
}

/* ==================================================
   ACCORDION
================================================== */

.bb-faq-page .bb-faq-item {
  overflow: hidden;

  border: 1px solid var(--bb-faq-line);
  border-radius: 17px;
  background: var(--bb-faq-white);

  box-shadow: 0 5px 18px rgba(20, 55, 42, 0.025);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bb-faq-page .bb-faq-item:hover {
  border-color: rgba(8, 122, 80, 0.24);
  box-shadow: 0 13px 32px rgba(20, 55, 42, 0.065);
}

.bb-faq-page .bb-faq-item[open] {
  border-color: rgba(8, 122, 80, 0.3);
  box-shadow: 0 18px 40px rgba(20, 55, 42, 0.075);
  transform: translateY(-1px);
}

.bb-faq-page .bb-faq-item__question {
  position: relative;
  min-height: 76px;
  padding: 22px 72px 22px 23px;

  display: flex;
  align-items: center;

  color: #17382c;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;

  list-style: none;
  cursor: pointer;
  user-select: none;
}

.bb-faq-page .bb-faq-item__question::-webkit-details-marker {
  display: none;
}

.bb-faq-page .bb-faq-item__question::marker {
  display: none;
  content: "";
}

.bb-faq-page .bb-faq-item__question::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 20px;

  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  color: var(--bb-faq-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;

  border-radius: 50%;
  background: var(--bb-faq-green-soft);

  transform: translateY(-50%);

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bb-faq-page .bb-faq-item[open] .bb-faq-item__question::after {
  content: "−";

  color: var(--bb-faq-white);
  background: var(--bb-faq-green);

  transform: translateY(-50%) rotate(180deg);
}

.bb-faq-page .bb-faq-item__answer {
  padding: 0 23px 23px;
}

.bb-faq-page .bb-faq-item__answer::before {
  content: "";

  display: block;
  height: 1px;
  margin: 0 0 18px;

  background: linear-gradient(90deg,
      var(--bb-faq-line),
      transparent 90%);
}

.bb-faq-page .bb-faq-item__answer p,
.bb-faq-page .bb-faq-item__answer ul {
  margin: 0;

  color: #5c6f67;
  font-size: 14px;
  line-height: 1.75;
}

.bb-faq-page .bb-faq-item__answer p+p,
.bb-faq-page .bb-faq-item__answer ul+p,
.bb-faq-page .bb-faq-item__answer p+ul {
  margin-top: 12px;
}

.bb-faq-page .bb-faq-item__answer ul {
  padding-left: 21px;
}

.bb-faq-page .bb-faq-item__answer li+li {
  margin-top: 5px;
}

.bb-faq-page .bb-faq-item__answer a {
  color: var(--bb-faq-green);
  font-weight: 750;
  text-underline-offset: 3px;
}

.bb-faq-page .bb-faq-item__answer a:hover {
  color: var(--bb-faq-green-dark);
}

/* ==================================================
   NOTICE
================================================== */

.bb-faq-page .bb-faq-notice {
  margin-top: 20px;
  padding: 20px;

  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;

  border: 1px solid rgba(8, 122, 80, 0.18);
  border-radius: 16px;
  background: var(--bb-faq-green-soft);
}

.bb-faq-page .bb-faq-notice__icon {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  color: var(--bb-faq-white);
  font-size: 16px;
  font-weight: 800;
  font-style: normal;

  border-radius: 50%;
  background: var(--bb-faq-green);
}

.bb-faq-page .bb-faq-notice h3 {
  margin: 0 0 5px;

  color: #153b2d;
  font-size: 15px;
  line-height: 1.4;
}

.bb-faq-page .bb-faq-notice p {
  margin: 0;

  color: #4c665c;
  font-size: 13px;
  line-height: 1.7;
}

/* ==================================================
   CTA
================================================== */

.bb-faq-page .bb-faq-cta {
  position: relative;
  margin-top: 72px;
  padding: 38px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;

  color: var(--bb-faq-white);

  border-radius: 24px;

  background:
    radial-gradient(circle at 100% 0,
      rgba(255, 255, 255, 0.13),
      transparent 38%),
    linear-gradient(135deg, #071d29, #07543f);

  box-shadow: var(--bb-faq-shadow);
}

.bb-faq-page .bb-faq-cta__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.bb-faq-page .bb-faq-cta__eyebrow {
  margin: 0 0 10px;

  color: #8edabb;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-faq-page .bb-faq-cta h2 {
  margin: 0;

  color: var(--bb-faq-white);
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.bb-faq-page .bb-faq-cta__text {
  margin: 13px 0 0;

  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.bb-faq-page .bb-faq-cta__button {
  position: relative;
  z-index: 1;

  min-height: 52px;
  padding: 15px 22px;
  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: var(--bb-faq-green-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;

  border-radius: 999px;
  background: var(--bb-faq-white);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bb-faq-page .bb-faq-cta__button:hover {
  color: var(--bb-faq-white);
  background: #0b9363;
  transform: translateY(-2px);
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {
  .bb-faq-page .bb-faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .bb-faq-page .bb-faq-sidebar {
    position: static;
  }

  .bb-faq-page .bb-faq-sidebar__label {
    margin-bottom: 12px;
  }

  .bb-faq-page .bb-faq-nav {
    display: flex;
    gap: 8px;

    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 7px;

    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .bb-faq-page .bb-faq-nav a {
    flex: 0 0 auto;
    padding: 9px 13px;

    border: 1px solid var(--bb-faq-line);
    border-radius: 999px;
    background: var(--bb-faq-white);
  }

  .bb-faq-page .bb-faq-nav a:hover,
  .bb-faq-page .bb-faq-nav a[aria-current="true"] {
    border-color: rgba(8, 122, 80, 0.35);
    transform: none;
  }

  .bb-faq-page .bb-faq-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ==================================================
   SMARTPHONE
================================================== */

@media (max-width: 600px) {
  .bb-faq-page {
    --bb-header-height: 74px;
    --bb-header-top: 8px;
    --bb-header-gap: 18px;
  }

  .bb-faq-page .site-header {
    width: calc(100% - 20px);
    min-height: var(--bb-header-height);
    padding: 14px 16px;

    border-radius: 15px;
  }

  .bb-faq-page .bb-faq-container {
    width: calc(100% - 28px);
  }

  .bb-faq-page main section[id] {
    scroll-margin-top: 100px;
  }

  .bb-faq-page .bb-faq-hero {
    padding-top: 12px;
  }

  .bb-faq-page .bb-faq-hero .back {
    margin-bottom: 27px;
    font-size: 14px;
  }

  .bb-faq-page .bb-faq-hero__eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .bb-faq-page .bb-faq-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1;
  }

  .bb-faq-page .bb-faq-hero__intro {
    margin-top: 30px;
    padding-top: 23px;

    font-size: 14px;
    line-height: 1.7;
  }

  .bb-faq-page .bb-faq-main {
    padding: 47px 0 68px;
  }

  .bb-faq-page .bb-faq-group+.bb-faq-group {
    margin-top: 52px;
  }

  .bb-faq-page .bb-faq-group__heading {
    font-size: 27px;
  }

  .bb-faq-page .bb-faq-item {
    border-radius: 14px;
  }

  .bb-faq-page .bb-faq-item__question {
    min-height: 67px;
    padding: 18px 59px 18px 17px;

    font-size: 14px;
  }

  .bb-faq-page .bb-faq-item__question::after {
    right: 15px;

    width: 30px;
    height: 30px;
  }

  .bb-faq-page .bb-faq-item__answer {
    padding: 0 17px 19px;
  }

  .bb-faq-page .bb-faq-item__answer p,
  .bb-faq-page .bb-faq-item__answer ul {
    font-size: 13px;
  }

  .bb-faq-page .bb-faq-notice {
    padding: 17px;

    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .bb-faq-page .bb-faq-notice__icon {
    width: 34px;
    height: 34px;
  }

  .bb-faq-page .bb-faq-cta {
    margin-top: 54px;
    padding: 26px 22px;

    border-radius: 19px;
  }

  .bb-faq-page .bb-faq-cta__button {
    width: 100%;
  }
}

/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .bb-faq-page .bb-faq-item,
  .bb-faq-page .bb-faq-item__question::after,
  .bb-faq-page .bb-faq-cta__button,
  .bb-faq-page .bb-faq-nav a,
  .bb-faq-page .bb-faq-hero .back {
    transition: none;
  }

  .bb-faq-page {
    scroll-behavior: auto;
  }
}

/*  */
/* Фоновое изображение для существующего блока формы */
.inquiry {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      rgba(229, 252, 243, 0.62) 0%,
      rgba(229, 252, 243, 0.48) 48%,
      rgba(229, 252, 243, 0.32) 100%
    ),
    url("images/inquiry-ring-bg.webp") center 55% / cover no-repeat;
}

/* Текст и форма остаются поверх фотографии */
.inquiry>* {
  position: relative;
  z-index: 1;
}

/* Сохраняем белый и хорошо читаемый вид формы */
.inquiry .lead-form {
  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 20px 50px rgba(19, 72, 53, 0.1),
    0 2px 8px rgba(19, 72, 53, 0.04);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

@media (max-width: 700px) {
  .inquiry {
    background:
      linear-gradient(
        rgba(229, 252, 243, 0.55),
        rgba(229, 252, 243, 0.68)
      ),
      url("images/inquiry-ring-bg.webp") 62% center / cover no-repeat;
  }

  .inquiry .lead-form {
    background: rgba(255, 255, 255, 0.96);
  }
}
/*  */
/* ==================================================
   FORM PRELOADER
================================================== */

body.is-form-submitting {
  overflow: hidden;
}

.form-preloader {
  position: fixed;
  z-index: 99999;
  inset: 0;

  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  background: rgba(247, 250, 248, 0.78);

  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.form-preloader.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.form-preloader__panel {
  width: min(100%, 390px);
  padding: 30px 28px;

  display: flex;
  align-items: center;
  gap: 19px;

  color: #171b18;

  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 24px 70px rgba(26, 50, 40, 0.15),
    0 3px 12px rgba(26, 50, 40, 0.06);
}

.form-preloader__spinner {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  border: 3px solid rgba(18, 116, 77, 0.16);
  border-top-color: #12744d;
  border-radius: 50%;

  animation: form-preloader-spin 0.75s linear infinite;
}

.form-preloader__content {
  min-width: 0;

  display: grid;
  gap: 5px;
}

.form-preloader__content strong {
  color: #171b18;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

.form-preloader__content span {
  color: #737a76;
  font-size: 12px;
  line-height: 1.5;
}

.form-message.is-error {
  display: block;
  color: #8a2828;
  background: #fbeaea;
}

.form-message.is-success {
  display: block;
  color: #246747;
  background: #e9f5ee;
}

@keyframes form-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 500px) {
  .form-preloader__panel {
    padding: 24px 21px;
    gap: 15px;
  }

  .form-preloader__spinner {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-preloader,
  .form-preloader__spinner {
    transition: none;
  }

  .form-preloader__spinner {
    animation-duration: 1.5s;
  }
}
/*  */
.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 0;
}

.product-price__values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-price__old {
  color: #97a3b6;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.product-price__current {
  color: #071022;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.product-price__discount,
.product-price__status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #e9fbf3;
  color: #087a5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.product-price__status {
  gap: 8px;
  white-space: nowrap;
}

.product-price__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #74e5be;
  box-shadow: 0 0 0 4px rgba(116, 229, 190, 0.18);
}

.product-price__note {
  max-width: 620px;
  margin: 10px 0 20px;
  color: #687386;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .product-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-price__values {
    gap: 8px;
  }

  .product-price__old {
    font-size: 16px;
  }

  .product-price__current {
    font-size: 27px;
  }

  .product-price__discount,
  .product-price__status {
    min-height: 32px;
    padding: 6px 11px;
    font-size: 13px;
  }
}
/*  */
/* ==================================================
   PAYMENT RING – BENEFIT CARDS
   ================================================== */

.gallery {
  align-content: start;
}

.payment-benefits {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 14px;
}

.payment-benefit {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 14px;
  border: 1px solid #dce3e8;
  border-radius: 17px;
  background: #ffffff;
  color: #071022;
  font: inherit;
  text-align: left;
  cursor: help;
  appearance: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.payment-benefit:hover,
.payment-benefit:focus-visible {
  z-index: 20;
  border-color: #95d7bd;
  box-shadow: 0 12px 30px rgba(7, 16, 34, 0.12);
  transform: translateY(-2px);
  outline: none;
}

.payment-benefit__icon {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #e9faf3;
  color: #00835f;
}

.payment-benefit__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-benefit__title {
  align-self: flex-end;
  display: block;
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

/* Всплывающая подсказка */

.payment-benefit__tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 13px);
  z-index: 50;
  width: min(270px, calc(100vw - 40px));
  padding: 15px 17px;
  border-radius: 16px;
  background: #071022;
  box-shadow: 0 18px 40px rgba(7, 16, 34, 0.24);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(7px);
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.payment-benefit__tooltip::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 100%;
  border: 8px solid transparent;
  border-top-color: #071022;
}

.payment-benefit:hover .payment-benefit__tooltip,
.payment-benefit:focus .payment-benefit__tooltip,
.payment-benefit:focus-visible .payment-benefit__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* У первых карточек подсказка открывается вправо,
   чтобы не выходить за левую границу */

.payment-benefit:nth-child(3n + 1) .payment-benefit__tooltip {
  right: auto;
  left: 0;
}

.payment-benefit:nth-child(3n + 1) .payment-benefit__tooltip::after {
  right: auto;
  left: 24px;
}

/* Планшет */

@media (max-width: 900px) {
  .payment-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-benefit:nth-child(3n + 1) .payment-benefit__tooltip {
    right: 0;
    left: auto;
  }

  .payment-benefit:nth-child(3n + 1) .payment-benefit__tooltip::after {
    right: 24px;
    left: auto;
  }

  .payment-benefit:nth-child(2n + 1) .payment-benefit__tooltip {
    right: auto;
    left: 0;
  }

  .payment-benefit:nth-child(2n + 1) .payment-benefit__tooltip::after {
    right: auto;
    left: 24px;
  }
}

/* Смартфон */

@media (max-width: 560px) {
  .payment-benefits {
    gap: 9px;
    margin-top: 10px;
  }

  .payment-benefit {
    min-height: 84px;
    padding: 11px;
    border-radius: 14px;
  }

  .payment-benefit__icon {
    top: 10px;
    left: 10px;
    width: 29px;
    height: 29px;
  }

  .payment-benefit__icon svg {
    width: 16px;
    height: 16px;
  }

  .payment-benefit__title {
    font-size: 12px;
  }

  .payment-benefit__tooltip {
    position: fixed;
    right: 16px !important;
    bottom: 20px;
    left: 16px !important;
    width: auto;
    padding: 16px 18px;
  }

  .payment-benefit__tooltip::after {
    display: none;
  }
}
/* ==================================================
   NEWSLETTER FORM FIX
   Добавить в самый конец CSS
   ================================================== */

.newsletter-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}

.newsletter__field {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
}

.newsletter__field input[type="email"] {
  display: block;
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 64px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #071022;
  font: inherit;
  font-size: 15px;
  line-height: 1;
  outline: none;
}

.newsletter__field input[type="email"]::placeholder {
  color: #737b89;
  opacity: 1;
}

.newsletter__field input[type="email"]:focus {
  border-color: #0b946c;
  box-shadow: 0 0 0 3px rgba(11, 148, 108, 0.18);
}


.newsletter__consent {
  display: grid;
  width: 100%;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin: 0;
  color: #cbd2de;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.newsletter__consent input[type="checkbox"] {
  position: static;
  display: block;
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #8d97a8;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: none;
  accent-color: #078863;
  appearance: auto;
  -webkit-appearance: checkbox;
  transform: none;
}

.newsletter__consent span {
  display: block;
  min-width: 0;
  margin: 0;
}

.newsletter__consent a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter__consent a:hover {
  color: #79dfbd;
}

.newsletter-message {
  min-height: 18px;
  margin: 0;
  color: #ffb6b6;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .newsletter__field input[type="email"] {
    height: 50px;
    padding-right: 60px;
  }



  .newsletter__consent {
    font-size: 11px;
  }
}
/* Фиксация кнопки newsletter при наведении */
.newsletter__field button {
  position: absolute;
  top: 50%;
  right: 6px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #078863;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.newsletter__field button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newsletter__field button:hover,
.newsletter__field button:focus,
.newsletter__field button:focus-visible {
  background: #006f51;
  transform: translateY(-50%);
}

.newsletter__field button:focus-visible {
  outline: 3px solid rgba(7, 136, 99, 0.25);
  outline-offset: 3px;
}

.newsletter__field button:active {
  transform: translateY(-50%) scale(0.96);
}

@media (max-width: 600px) {
  .newsletter__field input[type="email"] {
    height: 50px;
    padding-right: 60px;
  }

  .newsletter__field button {
    width: 38px;
    height: 38px;
  }

  .newsletter__consent {
    font-size: 11px;
  }
}