:root {
  --red: #f20707;
  --red-dark: #a60000;
  --black: #151515;
  --page: #eeeeee;
  --muted-blue: #4b587e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: #000;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #1ebe5d;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .34);
}

.whatsapp-float:active {
  transform: translateY(0) scale(.96);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .36);
  outline-offset: 4px;
}

.whatsapp-float svg {
  width: 36px;
  height: 36px;
  display: block;
  fill: currentColor;
}

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 540px;
  max-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #101010;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.7) 25%, rgba(0,0,0,.18) 56%, rgba(0,0,0,.14) 100%),
    linear-gradient(0deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,0) 42%);
}

.topbar {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 330px;
  right: 310px;
  height: 58px;
  display: flex;
  align-items: flex-start;
}

.brand {
  width: 166px;
  height: 96px;
  display: block;
  overflow: visible;
}

.brand img {
  width: 166px;
  height: 96px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: 196px;
  padding-top: 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.nav a {
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.top-cta {
  margin-left: auto;
  width: 182px;
  height: 51px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #df0009;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.top-cta span {
  color: #ffce1b;
  font-size: 19px;
  line-height: 1;
}

.top-cta:active,
.primary-cta:active,
.order-btn:active,
.final-cta a:active,
.faq-item button:active {
  transform: translateY(1px);
  filter: brightness(.94);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: 332px;
  top: 354px;
  color: #fff;
}

.hero-copy h1 {
  margin: 0 0 21px;
  font-size: 61px;
  line-height: 1.18;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 3px 4px rgba(0,0,0,.48);
}

.hero-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 800;
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 58px;
}

.primary-cta {
  width: 306px;
  height: 63px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f00606;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.primary-cta span {
  margin-right: 6px;
  color: #ffc323;
  font-size: 19px;
}

.rating-strip {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0,0,0,.6);
}

.avatars {
  display: flex;
  margin-right: 24px;
}

.avatars span {
  width: 32px;
  height: 32px;
  margin-right: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background: #171717;
  box-shadow: 0 1px 2px rgba(0,0,0,.45);
}

.avatars img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatars span:last-child {
  display: grid;
  place-items: center;
  margin-right: 0;
  background: #5f2de1;
  font-size: 10px;
  font-weight: 700;
}

.stars {
  color: #f2b619;
  letter-spacing: 1px;
  margin-right: 8px;
}

.rating-strip strong {
  margin-right: 5px;
  font-style: normal;
}

.rating-strip em {
  font-style: normal;
  font-size: 11px;
}

.pricing {
  min-height: 935px;
  padding-top: 37px;
  text-align: center;
  background: #eee;
}

.pricing h2,
.steps h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
  font-style: italic;
}

.promo-title {
  margin-top: 13px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
}

.promo-title span {
  color: #1597dc;
  margin-right: 8px;
  font-style: normal;
}

.timer {
  display: flex;
  justify-content: center;
  gap: 67px;
  margin-top: 17px;
}

.timer div {
  min-width: 48px;
}

.timer strong {
  display: block;
  font-size: 25px;
  line-height: 18px;
  font-weight: 800;
}

.timer span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.alert {
  width: 864px;
  min-height: 65px;
  margin: 36px auto 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  background: #161616;
  color: #fff;
  box-shadow: 0 16px 25px rgba(0,0,0,.32);
}

.alert span {
  color: #f5a100;
  font-size: 19px;
}

.alert p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.alert strong {
  font-weight: 900;
}

.plans {
  width: 1134px;
  margin: 76px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.plan {
  position: relative;
  min-height: 546px;
  padding-bottom: 36px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 11px 22px rgba(48, 71, 91, .12);
  overflow: visible;
}

.plan.featured {
  transform: translateY(-23px);
}

.plan-head {
  height: 162px;
  border-radius: 8px 8px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e72b45 0%, #ff1a05 100%);
  color: #fff;
}

.featured .plan-head {
  height: 162px;
  background: radial-gradient(circle at 50% 0%, #650000 0%, #3c0000 54%, #160000 100%);
}

.plan-head span {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}

.plan-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
}

.price {
  position: absolute;
  top: 146px;
  left: 50%;
  width: 176px;
  height: 63px;
  transform: translateX(-50%);
  border-radius: 8px;
  display: grid;
  place-items: center;
  align-content: center;
  background: #171717;
  color: #fff;
}

.price strong {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
}

.price span {
  display: block;
  margin-top: 2px;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 18px;
  font-weight: 800;
  text-decoration: line-through;
}

.plan ul {
  margin: 91px 36px 0;
  padding: 0;
  padding-bottom: 24px;
  flex: 1 1 auto;
  list-style: none;
  text-align: left;
}

.plan li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.plan li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  color: #fff;
  background: #171717;
  font-size: 7px;
  line-height: 11px;
  text-align: center;
}

.featured li::before {
  background: var(--red);
}

.order-btn {
  position: static;
  flex: 0 0 auto;
  width: 177px;
  height: 46px;
  margin: 0 auto;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
}

.order-btn.black {
  background: #151515;
}

.order-btn.red {
  background: var(--red);
}

.tutorial-reviews {
  min-height: 934px;
  padding: 17px 24px 88px;
  background:
    radial-gradient(circle at 50% 58%, rgba(24,24,24,.94) 0%, rgba(30,24,24,.97) 34%, rgba(78,15,15,.98) 62%, rgba(166,0,0,1) 100%),
    linear-gradient(90deg, #ad0000 0%, #1a1a1a 50%, #aa0000 100%);
  color: #fff;
  text-align: center;
}

.tutorial-reviews h2 {
  margin: 0;
  color: #fff;
  font-size: 35px;
  line-height: 1.18;
  font-weight: 900;
  font-style: italic;
  text-shadow: 0 2px 1px rgba(0,0,0,.2);
}

.video-frame {
  position: relative;
  display: block;
  width: 826px;
  max-width: calc(100vw - 48px);
  aspect-ratio: 16 / 9;
  margin: 19px auto 0;
  border-radius: 16px;
  overflow: hidden;
  background: #302d2a;
  color: #fff;
}

.video-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .68;
}

.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(60,48,42,.68) 0 34%, rgba(0,0,0,0) 43% 57%, rgba(60,48,42,.68) 66% 100%);
}

.video-title {
  position: absolute;
  top: 14px;
  left: 77px;
  right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0 2px 3px rgba(0,0,0,.65);
}

.video-title::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 1px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff url("assets/logo/main-logo.svg") center / 28px 28px no-repeat;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #ff0000;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  padding-left: 4px;
}

.watch-youtube {
  position: absolute;
  right: 30px;
  bottom: 13px;
  height: 48px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  background: rgba(49, 37, 32, .82);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.watch-youtube b {
  margin-left: 5px;
  font-weight: 900;
}

.code-badge {
  width: max-content;
  max-width: calc(100vw - 48px);
  min-height: 50px;
  margin: 20px auto 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #fff;
  color: var(--red);
  font-size: 16px;
  font-weight: 900;
}

.reviews-title {
  margin-top: 150px !important;
  font-size: 36px !important;
}

.review-cards {
  width: 1122px;
  max-width: calc(100vw - 48px);
  margin: 68px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.review-card {
  min-height: 184px;
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
  color: #202020;
  text-align: left;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}

.review-head {
  height: 72px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 0 15px;
}

.review-avatar {
  width: 34px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background: #171717;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.18);
}

.review-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-head strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.review-head span:last-child {
  display: block;
  color: #ffad00;
  font-size: 13px;
  letter-spacing: 1px;
}

.review-card p {
  margin: 17px 15px 0;
  color: var(--muted-blue);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.steps {
  min-height: 636px;
  padding-top: 44px;
  background: #eee;
}

.steps-intro {
  width: 994px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 90px;
}

.steps-intro p {
  margin: 2px 0 0;
  color: var(--muted-blue);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}

.step-cards {
  width: 1006px;
  margin: 93px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step-cards article {
  position: relative;
  height: 234px;
  border-radius: 8px;
  padding: 66px 27px 24px;
  background: #151515;
  color: #fff;
  overflow: hidden;
}

.step-cards article::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: #eee;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.step-cards h3 {
  margin: 0 0 13px;
  color: var(--red);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.step-cards p {
  margin: 0;
  color: #d2d2d2;
  font-size: 12px;
  line-height: 1.55;
}

.faq {
  min-height: 858px;
  padding-top: 74px;
  background: #eee;
}

.faq > h2 {
  text-align: center;
}

.faq-list {
  width: 1064px;
  margin: 35px auto 0;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-item button {
  width: 100%;
  height: 49px;
  border: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 29px;
  background: #f8f9fa;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-item.active button {
  background: var(--red);
  color: #fff;
}

.faq-item button span {
  font-size: 23px;
  font-weight: 400;
}

.faq-item p {
  display: none;
  margin: 28px 0 36px 58px;
  color: var(--muted-blue);
  font-size: 14px;
  line-height: 1.5;
}

.faq-item.active p {
  display: block;
}

.final-cta {
  width: 1026px;
  height: 200px;
  margin: 98px auto 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.final-cta h2 {
  max-width: 820px;
  text-align: center;
  font-size: 36px;
  line-height: 1.06;
}

.final-cta a {
  width: 244px;
  height: 47px;
  margin-top: 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
}

footer {
  background: radial-gradient(circle at 52% 58%, #211b1c 0%, #271719 38%, #6f0909 72%, #b00000 100%);
  color: #fff;
}

.footer-main {
  height: 530px;
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 260px 260px;
  gap: 94px;
  align-items: start;
  padding-top: 117px;
}

.footer-about img {
  width: 145px;
  height: 74px;
  margin: 45px 0 31px;
}

.footer-logo-wrap {
  display: block;
  width: 166px;
  height: 96px;
  margin: 45px 0 31px;
  overflow: visible;
}

.footer-logo-wrap img {
  width: 166px;
  height: 96px;
  margin: 0;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-about p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.footer-main h3 {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.footer-main a {
  display: block;
  margin-bottom: 29px;
  font-size: 15px;
  font-weight: 500;
}

.footer-bar {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101010;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.inner-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 28%, rgba(32, 32, 32, .96) 0%, rgba(29, 22, 22, .98) 38%, rgba(91, 9, 9, .98) 68%, #a80000 100%),
    #171717;
  color: #fff;
}

.inner-page .topbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: min(1120px, calc(100% - 48px));
  height: 104px;
  margin: 0 auto;
  padding-top: 12px;
}

.inner-page .nav a.active {
  color: #ffcf25;
}

.inner-page .footer-main {
  border-top: 1px solid rgba(255,255,255,.08);
}

.page-hero {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 46px;
  text-align: center;
}

.page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  font-style: italic;
  font-weight: 900;
}

.page-hero p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.content-panel {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto 88px;
  border-radius: 12px;
  padding: 42px 48px;
  background: rgba(255,255,255,.96);
  color: #111;
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
}

.content-panel h2 {
  margin: 0 0 14px;
  color: #111;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.content-panel h2:not(:first-child) {
  margin-top: 34px;
}

.content-panel p,
.content-panel li {
  color: #4b587e;
  font-size: 15px;
  line-height: 1.75;
}

.content-panel p {
  margin: 0 0 16px;
}

.content-panel ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.contact-card {
  border-radius: 10px;
  padding: 24px;
  background: #151515;
  color: #fff;
}

.contact-card h2 {
  color: #fff;
}

.contact-card p {
  color: rgba(255,255,255,.78);
}

.contact-card a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

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

.avis-panel h2 {
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.15;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0,0,0,.28);
}

.avis-summary {
  width: fit-content;
  margin: 0 auto 42px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 22px;
  border-radius: 12px;
  background: rgba(0,0,0,.32);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.avis-summary .avatars {
  margin-right: 0;
}

.avis-summary .stars {
  margin: 0 0 4px;
}

.avis-summary strong {
  margin-right: 6px;
  font-weight: 900;
}

.avis-summary em {
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.avis-cards {
  width: 100%;
}

.promotions-page {
  background: #eee;
  color: #000;
}

.promotions-page > .topbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: min(1180px, calc(100% - 48px));
  height: 74px;
  margin: 18px auto 0;
  padding: 0 18px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(23,23,23,.94) 55%, rgba(74,0,0,.9) 100%);
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
  color: #fff;
}

.promotions-page > .topbar .brand {
  width: 136px;
  height: 70px;
}

.promotions-page > .topbar .brand img {
  width: 136px;
  height: 70px;
}

.promotions-page > .topbar .nav {
  margin-left: clamp(36px, 9vw, 170px);
  padding-top: 0;
}

.promotions-page .nav a.active {
  color: #ffcf25;
}

.promotions-page .pricing {
  min-height: 935px;
  padding-top: 45px;
  background: #eee;
}

.promotions-page footer {
  margin-top: 0;
}


@media (max-width: 1200px) {
  .hero {
    aspect-ratio: 16 / 9;
    min-height: 620px;
  }

  .topbar {
    left: 40px;
    right: 40px;
  }

  .nav {
    margin-left: 60px;
    gap: 20px;
  }

  .hero-copy {
    left: 70px;
    top: 290px;
  }

  .hero-copy h1 {
    font-size: 50px;
  }

  .plans,
  .review-cards,
  .steps-intro,
  .step-cards,
  .faq-list,
  .final-cta,
  .footer-main {
    width: calc(100% - 48px);
  }
}

@media (max-width: 900px) {
  .hero {
    width: 100%;
    aspect-ratio: auto;
    height: 720px;
  }

  .hero-bg {
    object-position: 58% top;
  }

  .topbar {
    top: 14px;
    left: 20px;
    right: 20px;
    align-items: center;
  }

  .brand {
    width: 105px;
    height: 55px;
  }

  .nav {
    display: none;
  }

  .top-cta {
    width: 148px;
    height: 46px;
    font-size: 12px;
  }

  .promotions-page > .topbar {
    width: calc(100% - 32px);
    height: 64px;
    margin-top: 14px;
    padding: 0 12px;
    border-radius: 12px;
  }

  .promotions-page > .topbar .brand,
  .promotions-page > .topbar .brand img {
    width: 108px;
    height: 56px;
  }

  .hero-copy {
    left: 24px;
    right: 24px;
    top: 280px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .hero-copy p {
    font-size: 13px;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .plans,
  .review-cards,
  .step-cards {
    grid-template-columns: 1fr;
  }

  .tutorial-reviews {
    padding-top: 28px;
  }

  .tutorial-reviews h2,
  .reviews-title {
    font-size: clamp(28px, 8vw, 35px) !important;
  }

  .reviews-title {
    margin-top: 90px !important;
  }

  .review-cards {
    gap: 16px;
    margin-top: 44px;
  }

  .plan.featured {
    transform: none;
  }

  .alert {
    width: calc(100% - 32px);
    padding: 14px 18px;
  }

  .steps-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-main {
    height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 50px 0;
  }

  .footer-about img {
    margin-top: 0;
  }

  .footer-bar {
    height: auto;
    min-height: 59px;
    padding: 14px 20px;
  }

  .inner-page .topbar {
    height: auto;
    min-height: 96px;
    align-items: flex-start;
    gap: 16px;
  }

  .inner-page .brand,
  .inner-page .brand img {
    width: 118px;
    height: 68px;
  }

  .inner-page .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-left: 0;
    padding-top: 12px;
    font-size: 12px;
  }

  .inner-page .top-cta {
    display: none;
  }

  .page-hero {
    padding-top: 52px;
  }

  .content-panel {
    padding: 28px 22px;
  }

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

  .whatsapp-float {
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
  }

  .whatsapp-float svg {
    width: 32px;
    height: 32px;
  }
}
