@font-face {
  font-family: "Montserrat";
  src: url("assets/montserrat-regular.woff2") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/montserrat-bold.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("assets/raleway.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --black: #090909;
  --black-soft: #141414;
  --ink: #191919;
  --gold: #f4c20d;
  --gold-light: #ffe57d;
  --gold-deep: #c89400;
  --cream: #fbf8ef;
  --white: #ffffff;
  --muted: #6f6a60;
  --line: rgba(22, 20, 16, 0.12);
  --shadow: 0 24px 70px rgba(20, 16, 5, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.hero-grid > *,
.split > *,
.included-grid > *,
.about-grid > *,
.extras-grid > *,
.offer-grid > *,
.guarantee-grid > *,
.faq-grid > * {
  min-width: 0;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.header-brands,
.smartworldwise-brand {
  display: flex;
  align-items: center;
}

.header-brands {
  gap: 18px;
}

.smartworldwise-brand {
  gap: 9px;
}

.smartworldwise-brand > img {
  width: 44px;
  height: 44px;
}

.smartworldwise-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.smartworldwise-wordmark strong {
  color: var(--white);
  font-size: 0.82rem;
}

.smartworldwise-wordmark > span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-divider {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.2);
}

.product-brand img {
  width: 150px;
  filter: brightness(0) invert(1);
}

.header-cta {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 11px 21px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: 0.2s ease;
}

.header-cta:hover {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 158px 0 66px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 18%, rgba(244, 194, 13, 0.19), transparent 28%),
    linear-gradient(120deg, #050505 0%, #111111 56%, #080808 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(to right, black, transparent);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  width: 460px;
  height: 460px;
  top: 220px;
  right: -260px;
  border: 1px solid rgba(244, 194, 13, 0.3);
  box-shadow: 0 0 140px rgba(244, 194, 13, 0.1);
}

.hero-glow-two {
  width: 220px;
  height: 220px;
  left: -140px;
  bottom: 25px;
  background: rgba(244, 194, 13, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: currentColor;
}

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

.eyebrow.dark {
  color: var(--gold-deep);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Raleway", "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(2.8rem, 5.6vw, 5.1rem);
}

.hero h1 strong {
  color: var(--gold);
  font-weight: 800;
}

.hero-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.hero-chips span {
  padding: 8px 13px;
  border: 1px solid rgba(244, 194, 13, 0.28);
  border-radius: 999px;
  background: rgba(244, 194, 13, 0.08);
  color: #f8e6a3;
  font-size: 0.75rem;
  font-weight: 700;
}

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

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.button span {
  font-size: 1.2rem;
}

.button-primary {
  background: linear-gradient(135deg, var(--gold) 0%, #ffd95c 100%);
  color: var(--black);
  box-shadow: 0 13px 34px rgba(244, 194, 13, 0.22);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 40px rgba(244, 194, 13, 0.31);
}

.microcopy {
  max-width: 180px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 555px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-frame {
  position: absolute;
  inset: 30px 0 0 20px;
  border: 1px solid rgba(244, 194, 13, 0.26);
  border-radius: 50% 50% 28px 28px;
  background:
    radial-gradient(circle at center 56%, rgba(244, 194, 13, 0.13), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
}

.hero-frame img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: min(610px, 112%);
  height: auto;
  max-height: 100%;
  max-width: none;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.32));
}

.hero-seal {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 58px;
  width: 180px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(244, 194, 13, 0.38);
  border-radius: 14px;
  padding: 20px;
  background: rgba(7, 7, 7, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-seal small {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-seal strong {
  margin: 2px 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.18rem;
}

.hero-seal span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.65rem;
}

.trust-strip {
  position: relative;
  z-index: 3;
  background: var(--gold);
}

.trust-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  padding: 20px 22px;
}

.trust-grid > div:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.trust-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 900;
}

.trust-grid p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.35;
}

.trust-grid strong {
  font-size: 0.82rem;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: 110px 0;
}

.section-light {
  background: var(--cream);
}

.split {
  display: grid;
  grid-template-columns: 0.87fr 1.13fr;
  gap: 84px;
  align-items: start;
}

.section-heading h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 4.4vw, 4rem);
}

.section-heading h2 em,
.section h2 em {
  color: var(--gold-deep);
  font-style: normal;
}

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

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered p:last-child {
  max-width: 640px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.6);
}

.audience-list {
  border-top: 1px solid var(--line);
}

.audience-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.audience-list article > span {
  color: var(--gold-deep);
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.audience-list h3,
.audience-list p {
  margin: 0;
}

.audience-list h3 {
  font-size: 1.05rem;
}

.audience-list p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.88rem;
}

.techniques-section {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 30%, rgba(244, 194, 13, 0.08), transparent 24%),
    var(--black);
}

.techniques-section .section-heading h2,
.about-section h2,
.included-section h2,
.offer-section h2,
.faq-section h2 {
  color: var(--white);
}

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

.technique-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #121212;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.technique-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 194, 13, 0.55);
}

.technique-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #222;
}

.technique-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.technique-card:hover img {
  transform: scale(1.04);
}

.technique-image span {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-size: 0.7rem;
  font-weight: 900;
}

.technique-copy {
  padding: 23px 21px 25px;
}

.technique-copy h3 {
  margin: 0 0 8px;
  font-family: "Raleway", sans-serif;
  font-size: 1.17rem;
}

.technique-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.learning-section {
  background: var(--white);
}

.dark-heading h2,
.dark-heading p:last-child {
  color: var(--ink) !important;
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.learning-grid article {
  position: relative;
  min-height: 270px;
  border-right: 1px solid var(--line);
  padding: 38px 34px;
}

.learning-grid article:last-child {
  border-right: 0;
}

.learning-grid span {
  display: block;
  color: rgba(200, 148, 0, 0.24);
  font-family: "Raleway", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.learning-grid h3 {
  margin: 20px 0 10px;
  font-size: 1.2rem;
}

.learning-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.included-section {
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(244, 194, 13, 0.06), transparent 40%),
    var(--black-soft);
}

.included-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 80px;
  align-items: center;
}

.included-section h2,
.offer-section h2,
.faq-section h2 {
  font-size: clamp(2.25rem, 4.5vw, 4rem);
}

.check-list,
.offer-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li,
.offer-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.78);
}

.check-list li::before,
.offer-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.certificate-card {
  position: relative;
  border: 1px solid rgba(244, 194, 13, 0.23);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.certificate-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 11px;
}

.certificate-halo {
  position: absolute;
  width: 260px;
  height: 260px;
  top: -60px;
  right: -45px;
  border-radius: 50%;
  background: rgba(244, 194, 13, 0.12);
  filter: blur(50px);
}

.certificate-card p {
  display: flex;
  flex-direction: column;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}

.certificate-card strong {
  color: var(--gold);
  font-size: 0.95rem;
}

.about-section {
  overflow: hidden;
  color: var(--white);
  background: #070707;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 90px;
  align-items: center;
}

.about-photo {
  position: relative;
  min-height: 550px;
}

.gold-panel {
  position: absolute;
  inset: 80px 20px 0 0;
  border-radius: 240px 240px 14px 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 36%),
    var(--gold);
}

.about-photo img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 590px;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 22px 25px rgba(0, 0, 0, 0.24));
}

.about-copy {
  min-width: 0;
}

.about-copy h2 {
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.about-lead {
  color: var(--white) !important;
  font-size: 1.15rem !important;
  font-weight: 700;
}

.about-copy > p {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.62);
}

.about-copy blockquote {
  max-width: 100%;
  margin: 30px 0 0;
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 24px;
  color: #f8e6a3;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.extras-section {
  background: var(--cream);
}

.extras-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 82px;
  align-items: center;
}

.extras-copy h2,
.guarantee-section h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
}

.extras-copy > p:last-child,
.guarantee-section p {
  color: var(--muted);
}

.extras-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.extras-cards article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 194, 13, 0.18), transparent 42%),
    var(--white);
  box-shadow: 0 18px 45px rgba(20, 16, 5, 0.07);
}

.extras-cards span {
  align-self: flex-start;
  border-radius: 999px;
  padding: 6px 10px;
  background: #f8edc5;
  color: #725700;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.extras-cards h3 {
  margin: 20px 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.34rem;
  line-height: 1.14;
}

.extras-cards p {
  margin: 5px 0 15px;
  color: var(--muted);
  font-size: 0.73rem;
}

.extras-cards strong {
  color: var(--gold-deep);
  font-size: 1.35rem;
}

.offer-section {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(120deg, #050505, #16140d 70%, #080808);
}

.offer-glow {
  position: absolute;
  width: 530px;
  height: 530px;
  top: -260px;
  right: -120px;
  border-radius: 50%;
  background: rgba(244, 194, 13, 0.15);
  filter: blur(70px);
}

.offer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 88px;
  align-items: center;
}

.price-card {
  border: 1px solid rgba(244, 194, 13, 0.45);
  border-radius: 18px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.price-card > p:first-child {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.installments {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.installments small {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.installments strong {
  color: var(--gold);
  font-family: "Raleway", sans-serif;
  font-size: clamp(2.6rem, 5.4vw, 4.8rem);
  line-height: 1;
}

.cash-price {
  margin: 10px 0 26px;
  color: rgba(255, 255, 255, 0.78);
}

.price-card .button {
  width: 100%;
}

.payment-flags {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 22px auto 10px;
}

.secure-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  text-align: center;
}

.guarantee-section {
  background: var(--white);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 76px;
  align-items: center;
}

.guarantee-grid > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 430px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 22px 25px rgba(0, 0, 0, 0.16));
}

.guarantee-grid p {
  max-width: 650px;
}

.guarantee-grid .button {
  margin-top: 16px;
}

.faq-section {
  color: var(--white);
  background: var(--black);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 85px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--gold);
  font-size: 1.45rem;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 45px 26px 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

.site-footer {
  padding: 48px 0 88px;
  color: rgba(255, 255, 255, 0.46);
  background: #050505;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-inner img {
  width: 145px;
  filter: brightness(0) invert(1);
}

.footer-inner p {
  margin: 18px 0 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.footer-inner small {
  max-width: 720px;
  font-size: 0.62rem;
  line-height: 1.55;
}

.mobile-buy {
  display: none;
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .included-grid,
  .about-grid,
  .extras-grid,
  .offer-grid,
  .guarantee-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions {
    justify-content: center;
  }

  .hero-chips {
    justify-content: center;
  }

  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    min-height: 510px;
  }

  .hero-frame {
    inset: 20px 10% 0;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .techniques-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .learning-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .learning-grid article:last-child {
    border-bottom: 0;
  }

  .about-photo {
    min-height: 560px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }

  .extras-grid,
  .offer-grid,
  .included-grid,
  .faq-grid {
    gap: 55px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 26px, 1180px);
  }

  .site-header {
    position: absolute;
  }

  .header-inner {
    min-height: 78px;
  }

  .header-brands {
    gap: 10px;
  }

  .smartworldwise-brand {
    gap: 6px;
  }

  .smartworldwise-brand > img {
    width: 36px;
    height: 36px;
  }

  .smartworldwise-wordmark strong {
    font-size: 0.68rem;
  }

  .smartworldwise-wordmark > span {
    max-width: 96px;
    font-size: 0.42rem;
  }

  .brand-divider {
    height: 28px;
  }

  .product-brand img {
    width: 104px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 116px 0 40px;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .microcopy {
    max-width: 250px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-frame {
    inset: 20px 0 0;
  }

  .hero-seal {
    right: 0;
    bottom: 28px;
    width: 150px;
    min-height: 105px;
    padding: 14px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .trust-grid > div,
  .trust-grid > div:first-child {
    min-height: 76px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding: 13px 8px;
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading h2,
  .included-section h2,
  .offer-section h2,
  .faq-section h2 {
    font-size: 2.25rem;
  }

  .techniques-grid,
  .extras-cards {
    grid-template-columns: 1fr;
  }

  .technique-image {
    aspect-ratio: 1.2;
  }

  .learning-grid article {
    padding: 30px 25px;
  }

  .about-grid {
    gap: 44px;
  }

  .about-photo {
    min-height: 430px;
  }

  .about-photo img {
    max-height: 455px;
  }

  .about-copy h2 {
    font-size: 3.35rem;
  }

  .price-card {
    padding: 28px 20px;
  }

  .installments {
    flex-direction: column;
    gap: 3px;
  }

  .installments strong {
    font-size: 3.4rem;
  }

  .guarantee-grid {
    gap: 42px;
    text-align: center;
  }

  .guarantee-grid .eyebrow {
    justify-content: center;
  }

  .faq-grid {
    gap: 38px;
  }

  .site-footer {
    padding-bottom: 105px;
  }

  .mobile-buy {
    position: fixed;
    z-index: 20;
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 14px 19px;
    background: linear-gradient(135deg, var(--gold), #ffe168);
    color: var(--black);
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.28);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
