:root {
  --make-black: #0e0c0c;
  --make-ink: #1a1a1a;
  --make-panel: #121010;
  --make-panel-soft: #191616;
  --make-white: #ffffff;
  --make-off-white: #fafafa;
  --make-muted: #cfc9c9;
  --make-red: #d10000;
  --make-red-hover: #ee3636;
  --make-red-bright: #ff0101;
  --make-rose: #f2aee7;
  --make-stone: #f0eee7;
  --make-border: rgba(255, 255, 255, 0.16);
  --make-shadow: 0 0 29px rgba(209, 0, 0, 0.74);
  --make-content: 1180px;
  --make-narrow: 860px;
  --make-radius: 8px;
  --make-hero-desktop: url("https://raquedaroz.online/wp-content/uploads/2026/01/Design-sem-nome-_1_.webp");
  --make-hero-mobile: url("https://raquedaroz.online/wp-content/uploads/2026/02/WhatsApp-Image-2026-02-02-at-19.29.15.jpeg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--make-ink);
  color: var(--make-off-white);
  font-family: "Almarai", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.make-sticky-space {
  padding-bottom: 84px;
}

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

a {
  color: inherit;
}

.make-page {
  background: var(--make-ink);
}

.make-section {
  position: relative;
  padding: 96px 20px;
}

.make-container {
  width: min(100%, var(--make-content));
  margin-inline: auto;
}

.make-narrow {
  width: min(100%, var(--make-narrow));
}

.make-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 56px;
  align-items: center;
}

.make-split--reverse {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
}

.make-eyebrow,
.make-price-label,
.make-note,
.make-final-product {
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.make-eyebrow {
  margin: 0 0 14px;
  color: var(--make-rose);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.make-eyebrow--white {
  color: var(--make-white);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Hind", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--make-white);
  font-size: 62px;
  font-weight: 700;
}

h2 {
  margin-bottom: 22px;
  color: var(--make-white);
  font-size: 46px;
  font-weight: 700;
}

h3 {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  color: var(--make-muted);
  font-size: 18px;
}

.make-lead,
.make-section-lead {
  max-width: 720px;
  color: var(--make-off-white);
  font-size: 22px;
}

.make-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 128px 20px 86px;
  background-color: var(--make-black);
  background-image:
    linear-gradient(90deg, rgba(14, 12, 12, 0.96) 0%, rgba(14, 12, 12, 0.78) 43%, rgba(14, 12, 12, 0.08) 100%),
    var(--make-hero-desktop);
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.make-hero .make-container {
  width: min(100%, 1034px);
}

.make-hero__inner {
  display: flex;
  justify-content: flex-start;
}

.make-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 690px);
  text-align: left;
}

.make-hero__logo {
  width: 260px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  margin: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--make-radius);
  background: #f0eee7;
}

.make-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin: 30px 0 22px;
}

.make-price-row span,
.make-price-label {
  color: var(--make-muted);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.make-price-row strong,
.make-offer-price,
.make-final-price {
  color: var(--make-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.make-button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 386px);
  padding: 18px 28px;
  border: 0;
  border-radius: 6px;
  background: var(--make-red);
  box-shadow: var(--make-shadow);
  color: var(--make-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.make-button:hover,
.make-button:focus-visible {
  background: var(--make-red-hover);
  transform: translateY(-1px);
}

.make-button--secondary {
  margin-top: 12px;
}

.make-note {
  margin: 14px 0 0;
  color: var(--make-muted);
  font-size: 14px;
  font-weight: 600;
}

.make-problem {
  background: var(--make-black);
}

.make-checklist,
.make-panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.make-checklist li,
.make-panel li {
  position: relative;
  padding-left: 20px;
  color: var(--make-off-white);
  font-size: 18px;
}

.make-checklist li + li,
.make-panel li + li {
  margin-top: 12px;
}

.make-checklist li::before,
.make-panel li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--make-red);
}

.make-transition {
  margin: 34px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--make-border);
  color: var(--make-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.28;
}

.make-product,
.make-learning,
.make-social,
.make-final {
  background: var(--make-ink);
}

.make-product-visual,
.make-offer-card,
.make-panel,
.make-card,
.make-placeholder,
.make-accordion details {
  border: 1px solid var(--make-border);
  border-radius: var(--make-radius);
  background: var(--make-panel);
}

.make-product-visual {
  min-height: 0;
  width: min(100%, 420px);
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  justify-self: center;
  border-color: rgba(209, 0, 0, 0.74);
  background: #f0eee7;
}

.make-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--make-radius);
}

.make-product-visual p {
  margin: 18px 0 0;
  color: var(--make-muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.make-transformation,
.make-objection,
.make-offer,
.make-faq,
.make-footer {
  background: var(--make-black);
}

.make-versus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.make-panel {
  min-height: 328px;
  padding: 34px;
}

.make-panel h3 {
  margin-bottom: 24px;
  color: var(--make-white);
  font-size: 26px;
}

.make-panel--after {
  border-color: rgba(209, 0, 0, 0.72);
  box-shadow: 0 0 0 1px rgba(209, 0, 0, 0.28);
}

.make-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.make-card {
  min-height: 238px;
  padding: 24px;
}

.make-card h3 {
  min-height: 90px;
  margin-bottom: 16px;
  color: var(--make-white);
  font-size: 19px;
}

.make-card p {
  margin-bottom: 0;
  font-size: 16px;
}

.make-objection h2 {
  color: var(--make-white);
}

.make-about strong {
  color: var(--make-white);
  font-weight: 800;
}

.make-about__photo {
  min-height: 560px;
  border-radius: var(--make-radius);
  background-color: var(--make-panel);
  background-image: var(--make-hero-mobile);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.make-placeholder {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--make-muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

.make-offer {
  text-align: center;
}

.make-offer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
  padding: 42px;
  border-color: rgba(209, 0, 0, 0.74);
}

.make-offer-card img {
  width: min(100%, 320px);
  margin-bottom: 24px;
  border-radius: var(--make-radius);
}

.make-offer-card h3 {
  margin-bottom: 12px;
  color: var(--make-white);
  font-size: 24px;
}

.make-offer-card p {
  max-width: 560px;
}

.make-offer-price {
  display: block;
  margin: 8px 0 26px;
}

.make-accordion {
  display: grid;
  gap: 12px;
}

.make-accordion details {
  overflow: hidden;
}

.make-accordion summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: var(--make-white);
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.make-accordion summary::after {
  content: "+";
  color: var(--make-red);
  font-size: 24px;
  line-height: 1;
}

.make-accordion details[open] summary::after {
  content: "-";
}

.make-accordion details p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 16px;
}

.make-final {
  text-align: center;
}

.make-final p {
  margin-inline: auto;
  max-width: 620px;
}

.make-final-product {
  margin: 30px 0 8px;
  color: var(--make-white);
  font-size: 16px;
  font-weight: 900;
}

.make-final-price {
  display: block;
  margin-bottom: 28px;
}

.make-mobile-sticky {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 30;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--make-radius);
  background: rgba(14, 12, 12, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.46);
  transform: translateY(110%);
  transition: transform 220ms ease;
}

.make-mobile-sticky.is-visible {
  transform: translateY(0);
}

.make-mobile-sticky span {
  flex: 1;
  color: var(--make-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.make-mobile-sticky strong {
  display: block;
  margin-top: 2px;
  color: var(--make-rose);
}

.make-sticky-close {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: transparent;
  color: var(--make-white);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.make-button--sticky {
  flex: 0 0 132px;
  width: 132px;
  min-height: 44px;
  padding: 12px 10px;
  box-shadow: none;
  font-size: 12px;
}

.make-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding: 28px 20px 34px;
  color: var(--make-muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
}

.make-footer p {
  width: 100%;
  margin: 0;
  color: var(--make-white);
  font-size: 13px;
  text-align: center;
}

.make-social-links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 6px 0 2px;
}

.make-social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--make-white);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.make-social-links a:hover,
.make-social-links a:focus-visible {
  border-color: var(--make-red);
  background: rgba(209, 0, 0, 0.2);
  transform: translateY(-1px);
}

.make-social-links svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.make-footer a {
  color: var(--make-muted);
  text-decoration: none;
}

.make-footer a:hover,
.make-footer a:focus-visible {
  color: var(--make-white);
}

@media (max-width: 1024px) {
  .make-section {
    padding: 78px 20px;
  }

  .make-hero {
    padding-top: 112px;
    padding-bottom: 82px;
  }

  .make-hero .make-container {
    width: min(100%, var(--make-content));
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .make-split,
  .make-split--reverse {
    grid-template-columns: 1fr;
  }

  .make-split--reverse .make-about__photo {
    order: -1;
  }

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

  .make-card h3 {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  body {
    text-align: center;
  }

  .make-section {
    padding: 68px 20px;
  }

  .make-hero {
    min-height: auto;
    align-items: flex-end;
    padding-top: 330px;
    padding-bottom: 54px;
    background-image:
      linear-gradient(180deg, rgba(14, 12, 12, 0.02) 0%, rgba(14, 12, 12, 0.2) 35%, rgba(14, 12, 12, 0.94) 65%, rgba(14, 12, 12, 1) 100%),
      var(--make-hero-mobile);
    background-position: top center, top center;
    background-size: 100% auto, 100% auto;
  }

  .make-hero__inner {
    justify-content: center;
  }

  .make-hero__copy {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .make-hero__logo {
    width: 220px;
    margin-inline: auto;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
  }

  p,
  .make-checklist li,
  .make-panel li {
    font-size: 16px;
  }

  .make-lead,
  .make-section-lead {
    font-size: 18px;
  }

  .make-price-row {
    justify-content: center;
  }

  .make-price-row strong,
  .make-offer-price,
  .make-final-price {
    font-size: 44px;
  }

  .make-button {
    width: 100%;
    min-height: 64px;
    padding: 19px 24px;
  }

  .make-transition {
    font-size: 22px;
  }

  .make-product-visual {
    min-height: 0;
    padding: 0;
  }

  .make-versus-grid,
  .make-benefit-grid,
  .make-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .make-panel,
  .make-card,
  .make-offer-card {
    padding: 24px;
  }

  .make-panel {
    min-height: auto;
    text-align: left;
  }

  .make-card {
    min-height: auto;
  }

  .make-about__photo {
    min-height: 440px;
  }

  .make-placeholder {
    min-height: 210px;
  }

  .make-accordion summary {
    text-align: left;
  }

  .make-footer {
    padding-bottom: 104px;
  }

  .make-mobile-sticky {
    display: flex;
  }
}

@media (max-width: 390px) {
  .make-hero {
    padding-top: 300px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 31px;
  }

  .make-mobile-sticky {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .make-button--sticky {
    flex-basis: 116px;
    width: 116px;
  }
}

/* Ajustes finais solicitados */
.make-learning .make-eyebrow,
.make-learning .make-eyebrow--white,
.make-objection h2,
.make-about .make-eyebrow,
.make-about .make-eyebrow--white,
.make-final .make-final-product {
  color: #ffffff !important;
}

.make-footer .make-social-links {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 8px 0 4px !important;
}

.make-footer .make-social-links a {
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.03) !important;
  text-decoration: none !important;
}

.make-footer .make-social-links a:hover,
.make-footer .make-social-links a:focus-visible {
  border-color: #d10000 !important;
  background: rgba(209, 0, 0, 0.18) !important;
}

.make-footer .make-social-links svg {
  width: 22px !important;
  height: 22px !important;
  color: #ffffff !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.make-product .make-product-visual {
  width: min(100%, 420px) !important;
  border-color: rgba(209, 0, 0, 0.74) !important;
  background: #f0eee7 !important;
}
