:root {
  --bg: #07080c;
  --bg2: #0c0e14;
  --card: #11141d;
  --text: #f7f8fb;
  --muted: #a9afbd;
  --line: rgba(255, 255, 255, .09);
  --accent: #ff7a00;
  --accent2: #ffb000;
  --green: #35e8a0;
  --container: 1180px;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .35)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden
}

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

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

button {
  font: inherit
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: auto
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .03;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: .3s
}

.topbar.is-scrolled {
  background: rgba(7, 8, 12, .82);
  backdrop-filter: blur(18px);
  border-color: var(--line)
}

.topbar__inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.brand img,
.footer img {
  width: 178px
}

.nav {
  display: flex;
  gap: 28px
}

.nav a {
  font-size: 14px;
  color: #d2d5de;
  transition: .2s
}

.nav a:hover {
  color: #fff
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  transition: .25s;
  border: 1px solid transparent
}

.btn svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2
}

.btn--small {
  padding: 12px 20px;
  font-size: 13px
}

.btn--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, .04)
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, .08)
}

.btn--primary {
  padding: 17px 25px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 15px 40px rgba(255, 122, 0, .28)
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(255, 122, 0, .38)
}

.btn--text {
  padding: 16px;
  color: #dfe1e8
}

.btn--full {
  width: 100%
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 5px
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 5px;
  transition: .2s
}

.hero {
  position: relative;
  min-height: 890px;
  padding: 150px 0 0;
  background: radial-gradient(circle at 70% 25%, rgba(255, 122, 0, .13), transparent 34%), linear-gradient(180deg, #07080c, #0b0d13);
  overflow: hidden
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 38px
}

.hero__content {
  position: relative;
  z-index: 3;
  padding-bottom: 90px
}

.eyebrow,
.section-kicker {
  font-size: 12px;
  letter-spacing: .15em;
  font-weight: 900;
  color: #ffb56f
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 122, 0, .25);
  background: rgba(255, 122, 0, .08);
  border-radius: 999px
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 15px var(--green)
}

.hero h1 {
  font-size: clamp(46px, 6vw, 76px);
  line-height: .99;
  font-size: 45px;
  letter-spacing: -.055em;
  margin: 23px 0
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #ffd2a8, #ff9a3d);
  -webkit-background-clip: text;
  color: transparent
}

.hero__content>p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 610px
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 31px
}

.hero__proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px
}

.avatars {
  display: flex
}

.avatars span {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #23283a;
  border: 2px solid #0b0d13;
  font-size: 11px;
  font-weight: 800;
  margin-left: -9px
}

.avatars span:first-child {
  margin-left: 0
}

.avatars span:last-child {
  width: 44px;
  background: linear-gradient(135deg, var(--accent), var(--accent2))
}

.hero__proof strong,
.hero__proof small {
  display: block
}

.hero__proof strong {
  font-size: 13px
}

.hero__proof small {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px
}

.hero__visual {
  position: relative;
  height: 630px;
  align-self: end
}

.hero__art {
  position: absolute;
  width: 690px;
  max-width: none;
  left: -40px;
  bottom: -15px;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, .4))
}

.hero__visual:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  left: 80px;
  top: 50px;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, .018), 0 0 0 120px rgba(255, 255, 255, .012)
}

.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(17, 20, 29, .76);
  backdrop-filter: blur(18px);
  border-radius: 16px;
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite
}

.floating-card strong,
.floating-card small {
  display: block
}

.floating-card strong {
  font-size: 13px
}

.floating-card small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px
}

.floating-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: grid;
  place-items: center
}

.floating-card--one {
  left: -40px;
  top: 175px
}

.floating-card--two {
  right: -5px;
  top: 90px;
  animation-delay: -2s
}

.floating-card--three {
  right: -15px;
  bottom: 115px;
  animation-delay: -3s
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 15px var(--green)
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .25
}

.hero__glow--one {
  width: 320px;
  height: 320px;
  background: var(--accent);
  right: 10%;
  top: 20%
}

.hero__glow--two {
  width: 230px;
  height: 230px;
  background: var(--accent2);
  left: 3%;
  bottom: 10%
}

.brands {
  height: 90px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #6f7584;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em
}

.section {
  padding: 110px 0
}

.section--dark {
  background: var(--bg2)
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px
}

.section-heading--left {
  text-align: left;
  margin-left: 0
}

.section-heading h2,
.guarantee h2,
.offer h2,
.faq h2 {
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 12px 0 16px
}

.section-heading p,
.guarantee p,
.offer__copy>p,
.faq__heading p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px
}

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

.glass-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  min-height: 275px;
  transition: .3s
}

.glass-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 122, 0, .35)
}

.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 122, 0, .13);
  color: #ffd2a8;
  border: 1px solid rgba(255, 122, 0, .22)
}

.icon-box svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7
}

.glass-card h3 {
  font-size: 20px;
  margin: 45px 0 12px
}

.glass-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0
}

.topic-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.topic-card {
  position: relative;
  height: 390px;
  border-radius: 22px;
  overflow: hidden;
  background: #141722;
  border: 1px solid var(--line)
}

.topic-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(5, 6, 10, .95) 90%)
}

.topic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.topic-card:hover img {
  transform: scale(1.05)
}

.topic-card>div {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 23px;
  z-index: 2
}

.topic-card span {
  font-size: 11px;
  color: #ffad5c;
  font-weight: 900
}

.topic-card h3 {
  font-size: 21px;
  margin: 8px 0
}

.topic-card p {
  font-size: 13px;
  color: #b9bdc9;
  line-height: 1.5;
  margin: 0
}

.process {
  background: linear-gradient(180deg, #08090e, #0b0c12)
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative
}

.process-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #0f1119
}

.process-card b {
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 52px;
  color: rgba(255, 255, 255, .035)
}

.process-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  font-weight: 900
}

.process-card h3 {
  margin: 30px 0 11px
}

.process-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  font-size: 14px
}

.bonus {
  background: #090a10
}

.bonus-list {
  display: grid;
  gap: 20px
}

.bonus-card {
  min-height: 285px;
  display: grid;
  grid-template-columns: 150px 1fr 330px;
  align-items: center;
  gap: 25px;
  padding: 22px 22px 22px 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(135deg, #11131c, #0d0f16);
  overflow: hidden
}

.bonus-card__number {
  align-self: start;
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: .13em;
  color: #ffb56f;
  font-weight: 900
}

.bonus-card h3 {
  font-size: 27px;
  margin: 0 0 12px
}

.bonus-card p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 560px
}

.bonus-card__price {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px
}

.bonus-card__price del {
  color: #777d8c
}

.bonus-card__price strong {
  font-size: 12px;
  background: rgba(53, 232, 160, .1);
  color: var(--green);
  border: 1px solid rgba(53, 232, 160, .2);
  padding: 7px 11px;
  border-radius: 99px
}

.bonus-card img {
  height: 240px;
  width: 100%;
  object-fit: contain
}

.testimonials {
  background: var(--bg2)
}

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

.testimonial {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 27px;
  background: #10121a
}

.stars {
  color: #fbbf24;
  letter-spacing: 3px
}

.testimonial>p {
  font-size: 15px;
  line-height: 1.8;
  color: #d4d7df;
  min-height: 108px
}

.testimonial footer {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px
}

.avatar {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  font-size: 12px;
  font-weight: 900
}

.testimonial strong,
.testimonial small {
  display: block
}

.testimonial small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px
}

.guarantee__box {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 55px;
  padding: 50px 70px;
  border-radius: 30px;
  border: 1px solid rgba(53, 232, 160, .17);
  background: radial-gradient(circle at 10%, rgba(53, 232, 160, .11), transparent 35%), #0e1118
}

.guarantee img {
  width: 250px
}

.offer {
  background: radial-gradient(circle at 20% 60%, rgba(255, 122, 0, .12), transparent 35%), #08090e
}

.offer__grid {
  display: grid;
  grid-template-columns: 1fr 470px;
  align-items: center;
  gap: 80px
}

.offer__copy ul {
  list-style: none;
  padding: 0;
  margin: 30px 0
}

.offer__copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: #d8dbe3
}

.offer__copy li span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(53, 232, 160, .12);
  color: var(--green);
  font-size: 12px
}

.pricing-card {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(255, 122, 0, .32);
  border-radius: 30px;
  background: linear-gradient(145deg, #171a26, #0d0f16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .4)
}

.pricing-card__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 8px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em
}

.pricing-card__label {
  text-align: center;
  color: #d7d9e1;
  margin-top: 12px
}

.pricing-card__old {
  text-align: center;
  color: #898e9d;
  font-size: 13px
}

.pricing-card__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 28px
}

.pricing-card__price small {
  align-self: flex-start;
  margin-top: 13px;
  font-size: 20px;
  font-weight: 800
}

.pricing-card__price strong {
  font-size: 92px;
  letter-spacing: -.08em;
  line-height: .8
}

.pricing-card__price span {
  font-size: 24px;
  font-weight: 900;
  line-height: 1
}

.pricing-card__price em {
  font-size: 10px;
  color: var(--muted);
  font-style: normal;
  font-weight: 500
}

.secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #9298a6;
  font-size: 11px;
  margin: 18px 0
}

.secure svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2
}

.payment-tags {
  display: flex;
  justify-content: center;
  gap: 7px
}

.payment-tags span {
  font-size: 9px;
  font-weight: 900;
  padding: 6px 9px;
  background: #fff;
  color: #13151d;
  border-radius: 5px
}

.faq__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px
}

.faq__heading {
  position: sticky;
  top: 120px;
  align-self: start
}

.accordion__item {
  border-bottom: 1px solid var(--line)
}

.accordion__item button {
  width: 100%;
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer
}

.accordion__item button span {
  font-size: 24px;
  color: #ff9a3d;
  transition: .2s
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: .35s
}

.accordion__content p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  padding: 0 35px 22px 0
}

.accordion__item.is-active .accordion__content {
  max-height: 180px
}

.accordion__item.is-active button span {
  transform: rotate(45deg)
}

.footer {
  padding: 70px 0 30px;
  background: #050609;
  border-top: 1px solid var(--line)
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr 1fr;
  gap: 60px
}

.footer p {
  color: #7f8593;
  max-width: 350px;
  line-height: 1.65
}

.footer strong {
  display: block;
  margin-bottom: 18px
}

.footer a {
  display: block;
  color: #8f95a3;
  font-size: 13px;
  margin: 12px 0
}

.footer a:hover {
  color: #fff
}

.footer__bottom {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #666c79
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s, transform .7s
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

@media(max-width:1000px) {

  .nav,
  .desktop-only {
    display: none
  }

  .menu-toggle {
    display: block
  }

  .nav.is-open {
    display: flex;
    position: absolute;
    top: 72px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    padding: 22px;
    background: #11131b;
    border: 1px solid var(--line);
    border-radius: 18px
  }

  .hero {
    padding-top: 130px
  }

  .hero__grid {
    grid-template-columns: 1fr
  }

  .hero__content {
    text-align: center;
    padding-bottom: 20px
  }

  .hero__content>p {
    margin-left: auto;
    margin-right: auto
  }

  .hero__actions,
  .hero__proof {
    justify-content: center
  }

  .hero__visual {
    height: 560px;
    max-width: 680px;
    width: 100%;
    margin: auto
  }

  .brands {
    overflow: auto;
    justify-content: flex-start
  }

  .benefit-grid,
  .topic-track,
  .process__grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bonus-card {
    grid-template-columns: 110px 1fr 240px
  }

  .offer__grid {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .offer__copy {
    text-align: center
  }

  .offer__copy ul {
    display: inline-block;
    text-align: left
  }

  .pricing-card {
    max-width: 520px;
    width: 100%;
    margin: auto
  }

  .faq__grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .faq__heading {
    position: static;
    text-align: center
  }

  .guarantee__box {
    grid-template-columns: 220px 1fr;
    padding: 42px
  }

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

@media(max-width:680px) {
  .container {
    width: min(calc(100% - 28px), var(--container))
  }

  .topbar__inner {
    height: 70px
  }

  .brand img {
    width: 150px
  }

  .hero {
    min-height: auto;
    padding-top: 115px
  }

  .hero h1 {
    font-size: 43px
  }

  .hero__content>p {
    font-size: 16px
  }

  .hero__actions {
    flex-direction: column
  }

  .hero__actions .btn {
    width: 100%
  }

  .hero__visual {
    height: 430px;
    margin-top: 15px
  }

  .hero__art {
    width: 510px;
    left: 50%;
    transform: translateX(-50%)
  }

  .hero__visual:after {
    width: 320px;
    height: 320px;
    left: 50%;
    transform: translateX(-50%);
    top: 40px
  }

  .floating-card {
    padding: 10px 11px
  }

  .floating-card--one {
    left: -5px;
    top: 130px
  }

  .floating-card--two {
    right: -4px;
    top: 50px
  }

  .floating-card--three {
    right: 0;
    bottom: 55px
  }

  .floating-card strong {
    font-size: 10px
  }

  .floating-card small {
    font-size: 8px
  }

  .brands {
    height: 75px
  }

  .section {
    padding: 80px 0
  }

  .section-heading {
    margin-bottom: 38px
  }

  .section-heading h2,
  .guarantee h2,
  .offer h2,
  .faq h2 {
    font-size: 36px
  }

  .benefit-grid,
  .topic-track,
  .process__grid,
  .testimonial-grid {
    grid-template-columns: 1fr
  }

  .topic-card {
    height: 360px
  }

  .bonus-card {
    grid-template-columns: 1fr;
    padding: 24px
  }

  .bonus-card__number {
    margin: 0
  }

  .bonus-card img {
    height: 190px;
    order: 2
  }

  .bonus-card__content {
    order: 1
  }

  .guarantee__box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px 22px
  }

  .guarantee img {
    margin: auto;
    width: 180px
  }

  .pricing-card {
    padding: 30px 22px
  }

  .pricing-card__price strong {
    font-size: 78px
  }

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

  .footer__bottom {
    flex-direction: column
  }

  .desktop-only {
    display: none
  }
}


/* ===== Ajustes responsivos e identidade laranja ===== */
:root {
  --accent: #ff7a00;
  --accent2: #ffb000;
  --orange-soft: #ffad5c;
}

body {
  background: #050505
}

.topbar.is-scrolled {
  background: rgba(5, 5, 5, .9)
}

.btn--primary,
.process-card__icon,
.avatar,
.floating-card__icon,
.pricing-card__badge {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}

.btn--primary {
  box-shadow: 0 15px 40px rgba(255, 122, 0, .25)
}

.btn--primary:hover {
  box-shadow: 0 20px 45px rgba(255, 122, 0, .36)
}

.hero {
  min-height: 860px;
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 122, 0, .18), transparent 34%),
    linear-gradient(180deg, #050505, #0a0a0a);
}

.hero h1 em {
  background: linear-gradient(90deg, #ff8a1f, #ffc15c);
  -webkit-background-clip: text;
  color: transparent;
}

.hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1.08fr);
  gap: 20px
}

.hero__visual {
  height: 640px;
  overflow: visible
}

.hero__art {
  width: min(780px, 58vw);
  left: 50%;
  bottom: 0;
  transform: translateX(-48%);
  object-fit: contain;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .55));
}

.hero__visual:after {
  border-color: rgba(255, 122, 0, .14);
  box-shadow: 0 0 0 60px rgba(255, 122, 0, .025), 0 0 0 120px rgba(255, 122, 0, .012)
}

.glass-card:hover {
  border-color: rgba(255, 122, 0, .4)
}

.icon-box {
  background: rgba(255, 122, 0, .12);
  color: #ffad5c;
  border-color: rgba(255, 122, 0, .25)
}

.pricing-card {
  border-color: rgba(255, 122, 0, .4)
}

.offer {
  background: radial-gradient(circle at 20% 60%, rgba(255, 122, 0, .14), transparent 35%), #080808
}

@media(max-width:1100px) {
  .hero {
    padding-top: 125px;
    min-height: auto
  }

  .hero__grid {
    grid-template-columns: 1fr
  }

  .hero__content {
    text-align: center;
    padding-bottom: 25px
  }

  .hero__content>p {
    margin-left: auto;
    margin-right: auto
  }

  .hero__actions,
  .hero__proof {
    justify-content: center
  }

  .hero__visual {
    height: auto;
    min-height: 560px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto
  }

  .hero__art {
    position: relative;
    left: 50%;
    bottom: auto;
    width: min(900px, 100%);
    transform: translateX(-50%)
  }

  .hero__visual:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .floating-card--one {
    left: 5%;
    top: 34%
  }

  .floating-card--two {
    right: 5%;
    top: 14%
  }

  .floating-card--three {
    right: 6%;
    bottom: 12%
  }
}

@media(max-width:820px) {
  .container {
    width: min(calc(100% - 32px), var(--container))
  }

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

  .hero__visual {
    min-height: auto;
    padding-top: 10px
  }

  .hero__art {
    width: 100%;
    max-width: 760px
  }

  .floating-card {
    transform: scale(.92)
  }

  .bonus-card {
    grid-template-columns: 1fr 230px
  }

  .bonus-card__number {
    grid-column: 1/-1
  }

  .guarantee__box {
    grid-template-columns: 180px 1fr;
    padding: 36px
  }
}

@media(max-width:600px) {
  .container {
    width: min(calc(100% - 24px), var(--container))
  }

  .topbar__inner {
    height: 66px
  }

  .brand img {
    width: 142px
  }

  .nav.is-open {
    top: 68px;
    left: 12px;
    right: 12px
  }

  .hero {
    padding-top: 96px
  }

  .hero__grid {
    gap: 4px
  }

  .hero__content {
    padding-bottom: 12px
  }

  .eyebrow {
    font-size: 9px;
    letter-spacing: .09em;
    padding: 8px 10px
  }

  .hero h1 {
    font-size: clamp(36px, 12vw, 48px);
    line-height: 1.02;
    margin: 18px 0
  }

  .hero__content>p {
    font-size: 15px;
    line-height: 1.6
  }

  .hero__actions {
    flex-direction: column;
    width: 100%
  }

  .hero__actions .btn {
    width: 100%
  }

  .hero__proof {
    align-items: flex-start;
    text-align: left
  }

  .hero__visual {
    width: calc(100% + 24px);
    margin-left: -12px;
    overflow: hidden
  }

  .hero__art {
    width: 118%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%)
  }

  .hero__visual:after {
    width: 260px;
    height: 260px
  }

  .floating-card {
    display: none
  }

  .brands {
    height: auto;
    min-height: 68px;
    padding: 18px 0;
    gap: 24px
  }

  .section {
    padding: 72px 0
  }

  .section-heading h2,
  .guarantee h2,
  .offer h2,
  .faq h2 {
    font-size: 34px
  }

  .benefit-grid,
  .topic-track,
  .process__grid,
  .testimonial-grid {
    grid-template-columns: 1fr
  }

  .bonus-card {
    grid-template-columns: 1fr;
    padding: 22px
  }

  .bonus-card__number {
    grid-column: auto
  }

  .bonus-card img {
    order: 2;
    width: 100%;
    height: 180px
  }

  .bonus-card__content {
    order: 1
  }

  .guarantee__box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 20px
  }

  .offer__grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .pricing-card {
    padding: 28px 20px
  }

  .pricing-card__price strong {
    font-size: 72px
  }

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

  .footer__bottom {
    flex-direction: column
  }
}