*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('../fonts/BricolageGrotesque-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #f6f1e8;
  --paper: #fffdf8;
  --sand: #ead9c2;
  --ink: #1d2230;
  --muted: #5f6878;
  --line: rgba(29, 34, 48, 0.12);
  --orange: #FF6100;
  --orange-deep: #bf4300;
  --white-blue: #9FBEDB;
  --white-blue-deep: #5481ae;
  --orange-subtle: #f8701d;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(14, 40, 49, 0.12);
  --font-display: 'Bricolage Grotesque', 'Arial Black', sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

section {
  padding: 96px 0;
}

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

.section-tag {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
}

.section-tag--light {
  color: rgba(255, 255, 255, 0.78);
}

.section-tag--muted {
  color: rgba(255, 255, 255, 0.45);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.section-title--light {
  color: var(--white);
}

.section-body {
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}

.section-body--narrow {
  max-width: 720px;
}

.section-body--light {
  color: rgba(255, 255, 255, 0.78);
}

.section-heading {
  margin-bottom: 48px;
}

.brand-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 28px;
}

.brand-badge__sup {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-badge__name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn-primary--dark {
  width: 100%;
  background: var(--ink);
}

.hero {
  position: relative;
  padding: 28px 0 88px;
  background:
    radial-gradient(circle at top right, rgba(240, 191, 100, 0.3), transparent 24%),
    linear-gradient(135deg, var(--orange-subtle) 0%, var(--orange) 46%, var(--orange-deep) 100%);
  color: var(--white);
  overflow: hidden;
}

.hero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 40px;
  align-items: center;
  min-height: calc(100vh - 56px);
}

.hero__eyebrow {
  display: block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 10vw, 7.1rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  margin-bottom: 18px;
}

.hero__subheadline {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.9);
}

.hero__desc {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: 1.03rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
}

.hero__cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__trust span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.hero-card {
  position: relative;
  min-height: 600px;
  border-radius: 38px;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 32px 90px rgba(5, 18, 22, 0.32);
  overflow: hidden;
}

.hero-card__orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.hero-card__orbit--lg {
  inset: 50px 24px 140px;
}

.hero-card__orbit--sm {
  inset: 120px 96px 210px;
}

.hero-card__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card__ring {
  position: relative;
  z-index: 1;
  width: 290px;
  height: 290px;
  margin: 54px auto 32px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.07) 0 42%, transparent 43%),
    conic-gradient(from 120deg, var(--orange-subtle), rgba(255, 255, 255, 0.5), var(--white-blue), rgba(255, 255, 255, 0.15), var(--orange-subtle));
  display: grid;
  place-items: center;
}

.hero-card__ring::before {
  content: '';
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(12, 51, 57, 0.92), rgba(24, 33, 45, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card__ring span {
  position: absolute;
  font-family: var(--font-display);
  font-size: 4.6rem;
  letter-spacing: -0.08em;
}

.hero-card__panel {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: 24px;
  background: rgba(12, 24, 31, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-card__label {
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.hero-card__list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-card__list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.hero-card__list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-subtle);
}

.proof-bar {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.proof-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.proof-item {
  padding: 18px;
  border-radius: 18px;
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.46));*/
  text-align: center;
}

.proof-item__num {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 2.1rem;
  letter-spacing: -0.06em;
  color: var(--orange);
}

.proof-item__label {
  font-size: 0.82rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 42px;
}

.section-grid--center {
  align-items: center;
}

.problem {
  position: relative;
  overflow: hidden;
}

.problem::before {
  content: '';
  position: absolute;
  top: 80px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 108, 77, 0.14), transparent 68%);
  pointer-events: none;
}

.pain-list {
  list-style: none;
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.pain-list li {
  position: relative;
  padding: 18px 18px 18px 54px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 34, 48, 0.08);
  box-shadow: 0 12px 40px rgba(29, 34, 48, 0.06);
  line-height: 1.65;
  color: var(--muted);
}

.pain-list li::before {
  content: '!';
  position: absolute;
  top: 16px;
  left: 18px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(234, 108, 77, 0.16);
  color: var(--white-blue);
  font-weight: 800;
}

.highlight-card {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(155deg, var(--orange-deep) 0%, var(--orange) 100%);
  color: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.highlight-card::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 191, 100, 0.4), transparent 70%);
}

.highlight-card__tag {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.highlight-card__quote {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.highlight-card__body {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

.outcomes {
  padding-top: 24px;
}

.outcomes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.outcome-card {
  padding: 28px;
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(29, 34, 48, 0.05);
}

.outcome-card h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.outcome-card p {
  line-height: 1.75;
  color: var(--muted);
}

.program {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.42));
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.module-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 34, 48, 0.08);
  box-shadow: 0 16px 40px rgba(29, 34, 48, 0.06);
  overflow: hidden;
}

.module-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--white-blue), var(--white-blue-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.module-card:hover::after {
  transform: scaleX(1);
}

.module-card__num {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgb(255 80 13 / 39%);
}

.module-card__title {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.module-card__desc {
  line-height: 1.75;
  color: var(--muted);
}

.module-card--accent {
  background: linear-gradient(160deg, var(--orange), var(--orange-deep));
}

.module-card--accent .module-card__num,
.module-card--accent .module-card__title,
.module-card--accent .module-card__desc {
  color: var(--white);
}

.module-card--accent .module-card__desc {
  opacity: 0.86;
}

.method {
  background: #f0e6d7;
}

.pillars-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.pillar {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(29, 34, 48, 0.08);
}

.pillar__index {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--orange), var(--orange-deep));
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.5rem;
}

.pillar h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}

.pillar p {
  line-height: 1.75;
  color: var(--muted);
}

.method__visual {
  display: grid;
  place-items: center;
}

.method-wheel {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(29, 34, 48, 0.16);
}

.method-wheel::before,
.method-wheel::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  inset: 42px;
  border: 1px solid rgba(29, 34, 48, 0.08);
}

.method-wheel::after {
  inset: 92px;
}

.method-wheel__core {
  position: absolute;
  inset: 130px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--ink), #34425c);
  color: var(--white);
  text-align: center;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 0.98;
  letter-spacing: -0.05em;
  box-shadow: 0 18px 42px rgba(29, 34, 48, 0.18);
}

.method-wheel__item {
  position: absolute;
  width: 160px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(29, 34, 48, 0.08);
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 16px 38px rgba(29, 34, 48, 0.08);
}

.method-wheel__item--top {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.method-wheel__item--left {
  left: -10px;
  top: 75%;
  transform: translateY(-50%);
}

.method-wheel__item--right {
  right: -10px;
  top: 75%;
  transform: translateY(-50%);
}

.audience {
  background: linear-gradient(169deg, var(--white-blue) 7%, var(--orange-deep) 100%);
  color: var(--white);
}

.audience__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.audience-list,
.not-for__list {
  list-style: none;
  display: grid;
  gap: 16px;
}

.audience-list li,
.not-for__list li {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.not-for {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.not-for p {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.7);
}

.about {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
}

.about__image {
  position: relative;
}

.about__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.about__stamp {
  position: absolute;
  right: -18px;
  bottom: 24px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(29, 34, 48, 0.08);
  box-shadow: 0 12px 32px rgba(29, 34, 48, 0.1);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.about__lead {
  margin-bottom: 18px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.credentials {
  display: grid;
  gap: 10px;
  margin: 26px 0 28px;
}

.credential {
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
  color: var(--muted);
}

.credential::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white-blue);
}

.about__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(14, 140, 138, 0.26);
  color: var(--orange-deep);
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
}

.offer {
  padding-top: 24px;
}

.offer__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(145deg, #8c390e, #82664ae3);
  box-shadow: 0 28px 90px rgba(10, 29, 43, 0.22);
}

.offer__box .section-title,
.offer__box .section-tag {
  color: var(--white);
}

.offer__details {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.offer__label {
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.offer__price-stack {
  display: grid;
  gap: 4px;
}

.offer__price-old {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(95, 104, 120, 0.85);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.offer__price {
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.offer__installments {
  margin: 8px 0 22px;
  color: var(--muted);
}

.offer__trust {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.offer__trust span {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.offer__trust span::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.footer {
  padding: 72px 0 0;
  background: #111723;
  color: rgba(255, 255, 255, 0.72);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 28px;
  padding-bottom: 40px;
}

.footer .brand-badge__sup,
.footer .brand-badge__name {
  color: var(--white);
}

.footer__title {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: var(--white);
}

.footer__text,
.footer a {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
}

.footer a {
  display: block;
  margin-bottom: 8px;
}

.footer__bottom {
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.42);
}

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  section {
    padding: 78px 0;
  }

  .hero__grid,
  .section-grid,
  .about__grid,
  .offer__box,
  .audience__grid {
    grid-template-columns: 1fr;
  }

  .proof-bar__grid,
  .outcomes__grid,
  .modules-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-card {
    min-height: 520px;
  }

  .method-wheel {
    width: min(380px, 100%);
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(1120px, calc(100% - 32px));
  }

  .hero {
    padding-bottom: 72px;
  }

  .hero__grid {
    min-height: auto;
    gap: 28px;
  }

  .hero__headline {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero__cta-group,
  .about__social {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary,
  .social-link {
    width: 100%;
  }

  .proof-bar {
    margin-top: -28px;
  }

  .proof-bar__grid,
  .outcomes__grid,
  .modules-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: auto;
    padding: 24px;
  }

  .hero-card__ring {
    width: 220px;
    height: 220px;
    margin-top: 34px;
  }

  .hero-card__ring::before {
    width: 160px;
    height: 160px;
  }

  .hero-card__ring span {
    font-size: 3.5rem;
  }

  .highlight-card,
  .offer__box,
  .offer__details,
  .not-for {
    padding: 24px;
  }

  .pillar {
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }

  .pillar__index {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .method-wheel {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    aspect-ratio: auto;
    border: none;
  }

  .method-wheel::before,
  .method-wheel::after {
    display: none;
  }

  .method-wheel__core {
    position: relative;
    inset: auto;
    width: 180px;
    height: 180px;
    font-size: 1.7rem;
  }

  .method-wheel__item {
    position: static;
    width: 100%;
    max-width: 320px;
    margin-top: 0;
    transform: none;
  }

  .method-wheel__item--top,
  .method-wheel__item--left,
  .method-wheel__item--right {
    position: static;
  }

  .about__stamp {
    right: 12px;
    bottom: 12px;
  }
}
