@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800;900&family=Noto+Serif:ital,wght@0,600;0,700;1,600;1,700&family=Oswald:wght@500;600;700&display=swap");

:root {
  --red: #c92026;
  --red-bright: #eb2d31;
  --wine: #850810;
  --wine-dark: #560208;
  --deep: #2b0306;
  --ink: #252326;
  --muted: #6e6966;
  --gold: #f0c273;
  --gold-light: #ffe0a2;
  --cream: #fff3df;
  --paper: #f7f2e9;
  --paper-deep: #ebe2d6;
  --white: #fff;
  --line: rgba(51, 30, 25, 0.14);
  --shadow: 0 28px 80px rgba(50, 7, 7, 0.2);
  --display: "Oswald", "Bahnschrift Condensed", "Bahnschrift", "Arial Narrow", sans-serif;
  --body: "Be Vietnam Pro", Arial, sans-serif;
  --serif: "Sitka Text", "Noto Serif", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

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

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.offer-bar {
  min-height: 42px;
  padding: 8px clamp(20px, 6vw, 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(90deg, var(--wine-dark), var(--red), var(--wine-dark));
  color: var(--white);
  font-size: 11px;
}

.offer-bar > span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 224, 162, 0.52);
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.offer-bar p {
  margin: 0;
}

.offer-bar strong {
  color: var(--gold-light);
}

.offer-bar a {
  color: var(--gold-light);
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 82px;
  padding: 0 clamp(24px, 5.5vw, 90px);
  display: grid;
  grid-template-columns: 220px 1fr 156px;
  align-items: center;
  border-bottom: 1px solid rgba(80, 5, 11, 0.1);
  background: rgba(255, 251, 244, 0.96);
  backdrop-filter: blur(16px);
}

.brand-logo {
  width: 200px;
  height: 54px;
  overflow: hidden;
  display: block;
}

.brand-logo img {
  width: 222px;
  max-width: none;
  transform: translate(-1px, -14px);
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 40px);
  font-size: 11px;
  font-weight: 700;
}

.site-header nav a {
  position: relative;
  padding: 30px 0 26px;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-header nav a:hover::after {
  transform: scaleX(1);
}

.header-buy {
  min-height: 48px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 9px 24px rgba(201, 32, 38, 0.22);
}

.sales-hero {
  position: relative;
  min-height: 815px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 112, 79, 0.34), transparent 32%),
    radial-gradient(circle at 82% 26%, rgba(240, 194, 115, 0.18), transparent 22%),
    linear-gradient(125deg, #410207 0%, #87070f 48%, #b5151b 100%);
  color: var(--white);
}

.sales-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(44, 1, 4, 0.45), transparent 49%),
    linear-gradient(0deg, rgba(36, 1, 4, 0.68), transparent 42%);
  pointer-events: none;
}

.sales-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 720px;
  height: 720px;
  right: -310px;
  top: -260px;
  border: 1px solid rgba(255, 220, 161, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 220, 161, 0.035),
    0 0 0 150px rgba(255, 220, 161, 0.028);
}

.hero-house {
  position: absolute;
  inset: 0 0 0 42%;
  opacity: 0.24;
  mix-blend-mode: luminosity;
}

.hero-house::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--wine) 0%, rgba(133, 8, 16, 0.25) 46%, rgba(43, 3, 6, 0.1));
}

.hero-house img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-pattern,
.final-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(30deg, rgba(255, 235, 202, 0.22) 1px, transparent 1px),
    linear-gradient(150deg, rgba(255, 235, 202, 0.16) 1px, transparent 1px);
  background-size: 70px 40px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 72%);
}

.hero-content {
  position: relative;
  z-index: 4;
  padding: 82px 36px 70px clamp(30px, 7vw, 112px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-badge,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wine);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-badge {
  align-self: flex-start;
  padding: 8px 11px;
  border: 1px solid rgba(255, 224, 162, 0.5);
  color: var(--gold-light);
}

.kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--red);
}

.kicker.light {
  color: rgba(255, 243, 223, 0.74);
}

.kicker.light::before {
  background: var(--gold);
}

.sales-hero h1,
.problem-intro h2,
.section-heading h2,
.catalog-heading h2,
.field-copy h2,
.author-content h2,
.faq-intro h2,
.final-cta h2 {
  margin: 28px 0 24px;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-wrap: balance;
}

.sales-hero h1 {
  max-width: 710px;
  font-size: clamp(48px, 4.6vw, 64px);
}

.sales-hero h1 em,
.problem-intro h2 em,
.section-heading h2 em,
.catalog-heading h2 em,
.field-copy h2 em,
.final-cta h2 em {
  color: var(--gold-light);
  font-family: var(--display);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
}

.hero-lead {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 243, 223, 0.78);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.hero-points {
  max-width: 710px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}

.hero-points span {
  display: grid;
  grid-template-columns: 19px 1fr;
  align-items: start;
  gap: 7px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  line-height: 1.55;
}

.hero-points b {
  color: var(--gold);
}

.hero-offer {
  max-width: 710px;
  margin-top: 30px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  border: 1px solid rgba(255, 224, 162, 0.35);
  background: rgba(50, 0, 4, 0.32);
  backdrop-filter: blur(12px);
}

.hero-offer > div {
  display: grid;
}

.hero-offer small {
  color: rgba(255, 243, 223, 0.58);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hero-offer del {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
}

.hero-price strong {
  margin-top: 3px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
}

.save-chip {
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 100px;
  background: var(--gold);
  color: var(--deep);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.hero-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.button {
  min-height: 54px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  min-width: 236px;
  background: linear-gradient(135deg, #f4cb82, #ffdfa2);
  color: var(--deep);
  box-shadow: 0 14px 34px rgba(240, 194, 115, 0.22);
}

.button-outline {
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.button-primary {
  background: var(--red);
  color: var(--white);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.hero-note {
  margin: 14px 0 0;
  color: rgba(255, 243, 223, 0.52);
  font-size: 8px;
}

.hero-keyvisual {
  position: relative;
  z-index: 3;
  min-height: 815px;
  padding: 34px 26px 52px;
  display: grid;
  grid-template-rows: 390px 315px;
  align-content: center;
  gap: 18px;
}

.author-cutout {
  position: relative;
  z-index: 1;
  width: min(58%, 330px);
  height: 390px;
  overflow: hidden;
  justify-self: center;
  border: 1px solid rgba(255, 229, 187, 0.5);
  border-radius: 180px 180px 18px 18px;
  background: #d4b79d;
  box-shadow: 0 32px 85px rgba(33, 1, 3, 0.48);
}

.author-cutout::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(43, 3, 6, 0.92), transparent 46%);
}

.author-cutout > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(1.02);
}

.author-cutout > div {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  color: var(--white);
  text-align: center;
}

.author-cutout strong {
  font-size: 15px;
}

.author-cutout span {
  color: rgba(255, 243, 223, 0.65);
  font-size: 8px;
}

.book-showcase {
  position: relative;
  z-index: 3;
  width: min(100%, 620px);
  height: 315px;
  justify-self: center;
  perspective: 1400px;
}

.hero-book {
  position: absolute;
  width: min(58%, 350px);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.92);
  background: var(--white);
  box-shadow: 20px 34px 66px rgba(28, 0, 2, 0.48);
  transition: transform 260ms ease;
}

.hero-book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-book-1 {
  z-index: 1;
  top: 8px;
  left: 0;
  transform: rotate(-6deg) translateZ(-20px);
}

.hero-book-2 {
  z-index: 2;
  top: 42px;
  right: 0;
  transform: rotate(6deg);
}

.hero-book-3 {
  z-index: 3;
  bottom: 2px;
  left: 21%;
  transform: rotate(-2deg) translateZ(30px);
}

.book-showcase:hover .hero-book-1 {
  transform: rotate(-10deg) translate(-7px, -8px);
}

.book-showcase:hover .hero-book-2 {
  transform: rotate(9deg) translate(8px, -5px);
}

.book-showcase:hover .hero-book-3 {
  transform: rotate(-1deg) translateY(-8px);
}

.page-badge {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 30px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 224, 162, 0.46);
  background: rgba(47, 1, 4, 0.72);
  color: var(--gold-light);
  backdrop-filter: blur(12px);
}

.page-badge strong {
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
}

.page-badge span {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 224, 162, 0.38);
  font-size: 7px;
  line-height: 1.5;
}

.authority-strip {
  position: relative;
  z-index: 6;
  padding: 28px clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream);
  box-shadow: 0 10px 38px rgba(54, 7, 7, 0.08);
}

.authority-strip > div {
  min-height: 72px;
  padding: 8px clamp(14px, 2.2vw, 34px);
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(117, 56, 44, 0.18);
}

.authority-strip > div:last-child {
  border-right: 0;
}

.authority-strip strong {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(28px, 2.7vw, 43px);
  line-height: 1;
  white-space: nowrap;
}

.authority-strip span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.section-shell {
  padding: 110px clamp(24px, 6.5vw, 104px);
}

.problem-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(64, 34, 25, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 34, 25, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.problem-intro {
  max-width: 980px;
}

.problem-intro h2,
.section-heading h2,
.catalog-heading h2,
.field-copy h2,
.author-content h2,
.faq-intro h2,
.final-cta h2 {
  font-size: clamp(40px, 3.8vw, 54px);
  line-height: 1.2;
}

.problem-intro h2 em,
.catalog-heading h2 em,
.section-heading h2 em,
.faq-intro h2 em {
  color: var(--red);
}

.problem-intro > p {
  max-width: 710px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.problem-cards {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.problem-cards article {
  position: relative;
  min-height: 260px;
  padding: 34px 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(47, 29, 22, 0.06);
}

.problem-cards article::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -55px;
  bottom: -55px;
  border: 22px solid rgba(201, 32, 38, 0.06);
  border-radius: 50%;
}

.problem-cards span,
.value-grid article > span,
.access-steps article > span {
  color: var(--red);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 800;
}

.problem-cards h3 {
  margin: 38px 0 12px;
  font-size: 17px;
}

.problem-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.problem-section blockquote {
  margin: 56px 0 0;
  padding: 36px clamp(30px, 5vw, 72px);
  background: linear-gradient(100deg, var(--wine-dark), var(--red));
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 42px);
  font-style: italic;
  text-align: center;
  box-shadow: var(--shadow);
}

.investment-section {
  position: relative;
  padding: clamp(84px, 8vw, 124px) clamp(24px, 6.5vw, 104px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 32, 38, 0.09), transparent 26%),
    linear-gradient(rgba(90, 44, 30, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 44, 30, 0.045) 1px, transparent 1px),
    #f2eadf;
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.investment-section::after {
  content: "ĐẦU TƯ";
  position: absolute;
  right: -22px;
  bottom: -50px;
  color: rgba(133, 8, 16, 0.045);
  font-family: var(--display);
  font-size: clamp(118px, 17vw, 244px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.investment-shell,
.investment-cards {
  position: relative;
  z-index: 2;
  max-width: 1198px;
  margin: 0 auto;
}

.investment-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: stretch;
  gap: clamp(38px, 6vw, 92px);
}

.investment-intro h2 {
  max-width: 780px;
  margin: 28px 0 24px;
  font-family: var(--display);
  font-size: clamp(46px, 4.8vw, 68px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.18;
  text-wrap: balance;
}

.investment-intro h2 em {
  color: var(--red);
  font-style: normal;
}

.investment-intro > p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.investment-statement {
  max-width: 720px;
  margin-top: 26px;
  padding-left: 18px;
  display: block;
  border-left: 3px solid var(--red);
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 23px);
  font-style: italic;
  line-height: 1.6;
}

.investment-logic {
  padding: clamp(32px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0, rgba(240, 194, 115, 0.18), transparent 34%),
    linear-gradient(145deg, #370205, #810810);
  color: var(--white);
  box-shadow: var(--shadow);
}

.investment-logic > span {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.investment-flow {
  margin: 26px 0 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.investment-flow div {
  min-width: 0;
}

.investment-flow b {
  color: var(--gold);
  font-family: var(--display);
  font-size: 34px;
}

.investment-flow p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.55;
}

.investment-flow i {
  color: var(--gold);
  font-size: 18px;
  font-style: normal;
}

.investment-logic > p {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 224, 162, 0.28);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.investment-cards {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(75, 40, 32, 0.18);
  border-left: 1px solid rgba(75, 40, 32, 0.18);
}

.investment-cards article {
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid rgba(75, 40, 32, 0.18);
  border-bottom: 1px solid rgba(75, 40, 32, 0.18);
  background: rgba(255, 255, 255, 0.48);
}

.investment-cards article > span {
  color: var(--red);
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
}

.investment-cards h3 {
  margin: 28px 0 11px;
  font-size: 18px;
  line-height: 1.45;
}

.investment-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.stage-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 194, 115, 0.14), transparent 24%),
    linear-gradient(135deg, #2d0205, #68050c 65%, #930910);
  color: var(--white);
}

.stage-section::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -300px;
  bottom: -320px;
  border: 1px solid rgba(255, 224, 162, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 224, 162, 0.03);
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
}

.stage-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.stage-tab {
  min-height: 126px;
  padding: 26px;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  cursor: pointer;
  text-align: left;
}

.stage-tab:last-child {
  border-right: 0;
}

.stage-tab > span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 800;
}

.stage-tab b {
  font-size: 14px;
}

.stage-tab small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
}

.stage-tab.active,
.stage-tab:hover {
  background: var(--cream);
  color: var(--wine-dark);
}

.stage-tab.active small,
.stage-tab:hover small {
  color: var(--muted);
}

.stage-result {
  position: relative;
  z-index: 2;
  min-height: 190px;
  padding: 34px clamp(26px, 4vw, 54px);
  display: grid;
  grid-template-columns: 120px 1fr 0.7fr 170px;
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  background: var(--cream);
  color: var(--ink);
}

.result-tag {
  padding: 8px 9px;
  background: var(--red);
  color: var(--white);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.stage-result h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.015em;
  line-height: 1.24;
}

.stage-result p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.result-goal {
  padding-left: 24px;
  border-left: 3px solid var(--red);
}

.result-goal small {
  color: var(--red);
  font-size: 7px;
  font-weight: 800;
}

.result-goal p {
  margin-top: 8px;
  color: var(--ink);
  font-weight: 600;
}

.stage-result > a {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 800;
}

.stage-result > a span {
  color: var(--red);
}

.catalog-section {
  background:
    linear-gradient(rgba(95, 47, 32, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 47, 32, 0.035) 1px, transparent 1px),
    #efe7dc;
  background-size: 54px 54px;
}

.catalog-heading {
  max-width: 960px;
  margin-bottom: 52px;
}

.bundle-offer {
  min-height: 530px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
  background: linear-gradient(125deg, var(--deep), var(--wine-dark));
  color: var(--white);
  box-shadow: var(--shadow);
}

.bundle-visual {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 55%, rgba(240, 194, 115, 0.28), transparent 36%),
    linear-gradient(135deg, #78070e, #bb181d);
}

.bundle-rays {
  position: absolute;
  inset: -50%;
  opacity: 0.26;
  background: repeating-conic-gradient(from 0deg, rgba(255, 224, 162, 0.23) 0 4deg, transparent 4deg 12deg);
  animation: slow-spin 42s linear infinite;
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

.bundle-visual img {
  position: absolute;
  width: min(59%, 430px);
  border: 5px solid var(--white);
  box-shadow: 20px 30px 58px rgba(38, 0, 3, 0.5);
}

.bundle-visual img:nth-of-type(1) {
  z-index: 1;
  top: 58px;
  left: 3%;
  transform: rotate(-8deg);
}

.bundle-visual img:nth-of-type(2) {
  z-index: 2;
  top: 118px;
  right: 1%;
  transform: rotate(7deg);
}

.bundle-visual img:nth-of-type(3) {
  z-index: 3;
  bottom: -16px;
  left: 20%;
  transform: rotate(-2deg);
}

.best-choice {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 24px;
  padding: 8px 11px;
  background: var(--gold);
  color: var(--deep);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.bundle-content {
  padding: clamp(44px, 6vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
}

.bundle-content > span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.bundle-content h3 {
  margin: 18px 0 22px;
  font-family: var(--display);
  font-size: clamp(34px, 3.7vw, 56px);
  letter-spacing: -0.015em;
  line-height: 1.22;
}

.bundle-content ul,
.product-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bundle-content li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.bundle-content li::before,
.product-content li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--gold);
  font-weight: 900;
}

.bundle-price {
  margin: 24px 0;
  display: flex;
  align-items: end;
  gap: clamp(28px, 4vw, 62px);
}

.bundle-price > div {
  display: grid;
}

.bundle-price small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 7px;
}

.bundle-price del {
  color: rgba(255, 255, 255, 0.52);
  font-size: 17px;
}

.bundle-price strong {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

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

.product-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 42px rgba(55, 27, 17, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.product-image > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 9px;
  background: rgba(45, 2, 5, 0.9);
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-content {
  padding: 28px;
}

.product-content > span {
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.product-content h3 {
  min-height: 78px;
  margin: 12px 0 14px;
  font-family: var(--display);
  font-size: clamp(27px, 2.7vw, 39px);
  letter-spacing: -0.015em;
  line-height: 1.24;
}

.product-content > p {
  min-height: 82px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.72;
}

.product-content ul {
  margin-top: 18px;
}

.product-content li {
  padding: 9px 0;
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.product-content li::before {
  color: var(--red);
}

.card-price {
  margin-top: 18px;
  padding: 18px 0;
  display: grid;
  border-top: 1px solid var(--line);
}

.card-price small {
  color: var(--muted);
  font-size: 7px;
}

.card-price strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 35px;
  line-height: 1.15;
}

.card-price del {
  color: #a6a09c;
  font-size: 15px;
  line-height: 1.4;
}

.card-price .value-total {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.card-buy {
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.price-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.65;
}

.preview-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(240, 194, 115, 0.15), transparent 24%),
    linear-gradient(135deg, #360205, #69050b);
  color: var(--white);
}

.preview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 48px 48px;
}

.preview-heading {
  margin-bottom: 40px;
}

.preview-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 14px;
}

.preview-card {
  position: relative;
  min-height: 330px;
  padding: clamp(18px, 2.6vw, 36px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  cursor: zoom-in;
}

.preview-card img {
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
  background: var(--white);
  box-shadow: 0 20px 55px rgba(15, 0, 1, 0.35);
  transition: transform 260ms ease;
}

.preview-card:hover img {
  transform: translateY(-4px);
}

.preview-card > span {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
}

.preview-card b,
.preview-card i {
  color: var(--gold);
  font-style: normal;
}

.preview-cta {
  position: relative;
  z-index: 2;
  margin-top: 22px;
}

.value-section {
  background: var(--paper);
}

.value-section .section-heading > p {
  color: var(--muted);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-grid article {
  min-height: 235px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.value-grid h3 {
  margin: 34px 0 10px;
  font-size: 15px;
}

.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.field-section {
  background: var(--deep);
  color: var(--white);
}

.field-copy {
  padding: clamp(76px, 7vw, 110px) clamp(30px, 7vw, 106px) clamp(48px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: end;
  gap: clamp(46px, 7vw, 120px);
  background:
    radial-gradient(circle at 20% 20%, rgba(235, 45, 49, 0.28), transparent 31%),
    linear-gradient(135deg, #2d0205, #65050b);
}

.field-story {
  max-width: 760px;
}

.field-copy h2 {
  margin-bottom: 22px;
}

.field-copy h2 em {
  color: var(--gold-light);
}

.field-story > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.8;
}

.field-stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.field-stats > div { padding: 22px; display: grid; gap: 7px; border: 1px solid rgba(255, 224, 162, 0.24); background: rgba(255, 255, 255, 0.055); }
.field-stats strong { color: var(--gold-light); font-family: var(--display); font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.field-stats span { color: rgba(255, 255, 255, 0.74); font-size: 12px; line-height: 1.5; }


.field-proof {
  display: grid;
  gap: 12px;
}

.field-proof > div {
  padding: 16px 0 16px 20px;
  display: grid;
  gap: 4px;
  border-left: 2px solid var(--gold);
}

.field-proof strong {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.field-proof span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
}

.project-mosaic {
  min-height: 780px;
  padding: 10px clamp(10px, 2.5vw, 38px) clamp(10px, 2.5vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(380px, 0.68fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  background: linear-gradient(180deg, #65050b, #260204);
}

.project-mosaic figure {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 162, 0.16);
}

.project-mosaic .project-large {
  grid-row: 1 / 3;
}

.project-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.project-mosaic figure:hover img {
  transform: scale(1.025);
}

.project-mosaic figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 26px 24px;
  display: grid;
  gap: 5px;
  background: linear-gradient(transparent, rgba(24, 1, 3, 0.94));
  color: var(--white);
}

.project-mosaic figcaption strong {
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.project-mosaic figcaption span {
  max-width: 520px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.press-section {
  background:
    linear-gradient(rgba(90, 44, 30, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 44, 30, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.press-heading { align-items: end; }
.press-heading > p { color: var(--muted); }

.press-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(420px, 0.86fr);
  align-items: stretch;
  gap: 14px;
}

.press-feature,
.press-story {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(86, 36, 23, 0.16);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(70, 22, 13, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.press-feature:hover,
.press-story:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 54px rgba(70, 22, 13, 0.16);
}

.press-feature {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(360px, 460px) auto;
  background: var(--deep);
}

.press-feature > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center 34%;
  transition: transform 520ms ease;
}

.press-feature:hover > img { transform: scale(1.018); }

.press-feature-copy {
  position: static;
  padding: clamp(28px, 3vw, 44px);
  display: grid;
  gap: 14px;
  background: linear-gradient(125deg, var(--deep), var(--wine));
  color: var(--white);
}

.press-feature-copy small,
.press-story small {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.press-feature-copy strong {
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.14;
}

.press-feature-copy b,
.press-story b {
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-stories {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.press-story {
  min-height: 0;
  display: block;
  border-left: 5px solid var(--red);
  background:
    radial-gradient(circle at 100% 0, rgba(197, 31, 37, 0.09), transparent 42%),
    var(--white);
}

.press-story::after {
  content: "ABT";
  position: absolute;
  right: 22px;
  bottom: -18px;
  color: rgba(130, 14, 21, 0.045);
  font-family: var(--display);
  font-size: clamp(92px, 10vw, 150px);
  line-height: 1;
  pointer-events: none;
}

.press-story > span {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: clamp(30px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.press-story strong {
  max-width: 620px;
  margin: 28px 0 22px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.18;
}

.press-story b {
  margin-top: auto;
  color: var(--red);
}

.author-section {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  background:
    linear-gradient(rgba(90, 44, 30, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 44, 30, 0.04) 1px, transparent 1px),
    #eadfd3;
  background-size: 48px 48px;
}

.author-image {
  position: relative;
  min-height: 690px;
  padding: clamp(28px, 5vw, 74px);
  display: grid;
  place-items: center;
}

.author-image img {
  width: min(100%, 930px);
  max-height: 580px;
  object-fit: contain;
  background: var(--white);
  box-shadow: var(--shadow);
}

.author-image > span {
  position: absolute;
  left: clamp(28px, 5vw, 74px);
  bottom: 34px;
  padding: 8px 10px;
  background: var(--red);
  color: var(--white);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.author-content {
  padding: 90px clamp(34px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 248, 238, 0.62);
}

.author-content h2 {
  margin-bottom: 14px;
  color: var(--wine);
}

.author-role {
  margin: 0;
  padding-left: 17px;
  border-left: 3px solid var(--red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

.author-content blockquote {
  margin: 34px 0 22px;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 700;
  font-style: italic;
  line-height: 1.38;
}

.author-content > p:not(.author-role) {
  color: var(--muted);
  line-height: 1.8;
}

.author-stats {
  margin-top: 26px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
}

.author-stats div {
  display: grid;
}

.author-stats strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 34px;
  line-height: 1.1;
}

.author-stats span {
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
}

.access-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(240, 194, 115, 0.17), transparent 24%),
    linear-gradient(135deg, #310205, #65050b);
  color: var(--white);
}

.access-section .section-heading > p {
  color: rgba(255, 255, 255, 0.64);
}

.access-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.access-steps article {
  min-height: 250px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.access-steps article > span {
  color: var(--gold);
}

.access-steps h3 {
  margin: 42px 0 10px;
  font-size: 14px;
}

.access-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.75;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(52px, 9vw, 150px);
  background: var(--paper);
}

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

.faq-intro h2 {
  margin-bottom: 22px;
}

.faq-intro h2 em {
  color: var(--red);
  font: inherit;
  font-style: normal;
}

.faq-intro p {
  color: var(--muted);
}

.faq-intro a {
  color: var(--red);
  font-weight: 800;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 48px 26px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--red);
  font-size: 18px;
}

.faq-list details[open] summary::after {
  content: "−";
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.faq-list details p {
  max-width: 750px;
  margin: -4px 48px 26px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.final-cta {
  position: relative;
  padding: 92px clamp(28px, 8vw, 128px);
  display: grid;
  grid-template-columns: 1.08fr 0.72fr;
  align-items: center;
  gap: clamp(56px, 8vw, 130px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 30%, rgba(240, 194, 115, 0.24), transparent 24%),
    linear-gradient(120deg, var(--deep), var(--wine) 58%, var(--red));
  color: var(--white);
}

.final-cta > div:not(.final-pattern) {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  margin-bottom: 20px;
}

.final-cta > div > p {
  color: rgba(255, 255, 255, 0.64);
}

.final-offer {
  padding-left: 34px;
  display: grid;
  border-left: 1px solid rgba(255, 224, 162, 0.35);
}

.final-offer > small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
  letter-spacing: 0.11em;
}

.final-offer > strong {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.15;
}

.final-offer > del {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.final-offer > span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
}

body > footer {
  padding: 54px clamp(24px, 6.5vw, 104px) 28px;
  background: #e4d9cd;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-logo {
  margin-top: -3px;
}

.footer-main > p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-style: italic;
}

.footer-main > p b {
  color: var(--red);
  font-family: var(--display);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.footer-main > div {
  display: grid;
  justify-items: end;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
}

.floating-actions {
  position: fixed;
  z-index: 60;
  right: 20px;
  bottom: 24px;
  display: grid;
  gap: 10px;
}

.floating-action {
  position: relative;
  width: 54px;
  height: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(60, 0, 4, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.floating-action:hover,
.floating-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(60, 0, 4, 0.34);
}

.floating-action > span:not(.shopping-bag) {
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.floating-action.zalo-action {
  background: #0866ff;
  color: var(--white);
}

.floating-action.zalo-action > span {
  font-size: 13px;
  letter-spacing: -0.05em;
}

.floating-action.order-fab {
  background: var(--gold);
  color: var(--deep);
}

.floating-action > b {
  position: absolute;
  right: 64px;
  top: 50%;
  padding: 9px 12px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translate(8px, -50%);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  pointer-events: none;
}

.floating-action > b::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  background: var(--ink);
  transform: translateY(-50%) rotate(45deg);
}

.floating-action:hover > b,
.floating-action:focus-visible > b {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.shopping-bag {
  position: relative;
  width: 20px;
  height: 19px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.shopping-bag::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 4px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.mobile-support-bar {
  display: none;
}


.modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  padding: 22px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 0, 2, 0.88);
  backdrop-filter: blur(9px);
}

.reader-panel,
.order-panel {
  position: relative;
  z-index: 1;
  animation: modal-in 220ms ease;
}

@keyframes modal-in {
  from { opacity: 0; transform: translateY(12px) scale(0.99); }
}

.reader-panel {
  width: min(1320px, 100%);
  height: calc(100vh - 44px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: 70px 52px 1fr 52px;
  overflow: hidden;
  background: #ded6cc;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.48);
}

.reader-header {
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: var(--deep);
  color: var(--white);
}

.reader-header > div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.reader-header > div b {
  padding: 7px;
  background: var(--red);
  font-size: 12px;
  letter-spacing: 0;
}

.reader-header p {
  margin: 0;
  display: grid;
  justify-items: center;
}

.reader-header p span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
}

.reader-header p b {
  font-family: var(--display);
  font-size: 17px;
}

.icon-button {
  justify-self: end;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 9px;
}

.reader-book-tabs {
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #cfc5ba;
}

.reader-book-tab {
  padding: 0 16px;
  border-bottom: 3px solid transparent;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.reader-book-tab:hover,
.reader-book-tab.is-active {
  border-bottom-color: var(--red);
  background: var(--white);
  color: var(--wine);
}

.reader-content {
  min-height: 0;
  padding: 24px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 16px;
}

.reader-arrow {
  width: 44px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  cursor: pointer;
}

.reader-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.reader-sheet {
  position: relative;
  width: min(100%, 980px);
  max-height: 100%;
  aspect-ratio: 4 / 3;
  margin: auto;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  user-select: none;
}

.reader-sheet > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.reader-watermark {
  position: absolute;
  z-index: 2;
  inset: -18%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: space-around;
  justify-items: center;
  opacity: 0.09;
  transform: rotate(-23deg);
  pointer-events: none;
}

.reader-watermark span {
  color: var(--red);
  font-size: clamp(9px, 1.3vw, 15px);
  font-weight: 800;
  white-space: nowrap;
}

.reader-footer {
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  color: var(--muted);
  font-size: 8px;
}

.reader-footer a {
  color: var(--red);
  font-weight: 800;
}

.order-modal {
  display: grid;
  place-items: center;
}

.order-panel {
  width: min(780px, 100%);
  max-height: calc(100vh - 44px);
  padding: clamp(34px, 5vw, 58px);
  overflow: auto;
  background:
    linear-gradient(rgba(85, 38, 25, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 38, 25, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 40px 40px;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.48);
}

.order-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.order-panel > h2 {
  margin: 18px 0 22px;
  font-family: var(--display);
  font-size: clamp(34px, 4.4vw, 52px);
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.order-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.order-option {
  min-height: 104px;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.order-option:hover,
.order-option.is-active {
  border-color: var(--red);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(81, 5, 10, 0.11);
}

.order-option > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.order-option > span:last-child {
  justify-items: end;
}

.order-option small {
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.order-option b {
  font-size: 14px;
  line-height: 1.4;
}

.order-option del {
  color: var(--muted);
  font-size: 11px;
}

.order-option strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.order-selected {
  margin-top: 18px;
  padding: 13px 16px;
  display: grid;
  gap: 3px;
  background: var(--wine);
  color: var(--white);
}

.order-selected span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.order-selected b {
  font-size: 15px;
}

.order-price {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 18px;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.order-price span {
  color: var(--muted);
  font-size: 7px;
}

.order-price strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 36px;
  line-height: 1;
}

.order-price del {
  color: var(--muted);
  font-size: 18px;
  text-align: right;
}

.order-panel ol {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  counter-reset: order;
}

.order-panel ol li {
  position: relative;
  padding: 12px 0 12px 42px;
  display: grid;
  border-bottom: 1px solid var(--line);
  counter-increment: order;
}

.order-panel ol li::before {
  content: "0" counter(order);
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--red);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}

.order-panel ol b {
  font-size: 10px;
}

.order-panel ol span {
  color: var(--muted);
  font-size: 8px;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.payment-methods span {
  padding: 12px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 7px;
}

.payment-methods b {
  color: var(--red);
  font-family: var(--display);
  font-size: 21px;
}

.order-warning {
  margin: 18px 0;
  padding: 13px;
  background: #ece3d7;
  color: var(--muted);
  font-size: 8px;
}

.order-actions {
  display: grid;
  gap: 9px;
}
.button-zalo { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-weight: 800; }


.order-panel > small {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 7px;
  text-align: center;
}

/* Hệ chữ bán hàng — tham chiếu nhịp chữ HBR, giữ DNA kiến trúc ABT */
.offer-bar {
  font-size: 13px;
}

.offer-bar > span {
  font-size: 11px;
}

.site-header nav,
.header-buy {
  font-size: 14px;
}

.kicker {
  font-size: 11px;
  letter-spacing: 0.13em;
}

.hero-lead {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.7;
}

.hero-points span {
  font-size: 14px;
  line-height: 1.55;
}

.hero-offer small,
.bundle-price small,
.card-price small,
.final-offer > small,
.order-price span {
  font-size: 11px;
}

.save-chip {
  font-size: 11px;
}

.button,
.card-buy {
  font-size: 15px;
}

.hero-note,
.price-note,
.final-offer > span,
.order-panel > small {
  font-size: 12px;
}

.author-cutout strong {
  font-size: 18px;
}

.author-cutout span,
.page-badge span,
.authority-strip span {
  font-size: 11px;
}

.problem-intro > p,
.section-heading > p,
.field-story > p,
.author-content > p,
.faq-intro p,
.final-cta > div > p {
  font-size: 16px;
}

.problem-cards h3,
.value-grid h3,
.access-steps h3 {
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.25;
}

.problem-cards p,
.value-grid p,
.access-steps p,
.faq-list details p {
  font-size: 15px;
}

.stage-tab b {
  font-size: 18px;
}

.stage-tab small {
  font-size: 13px;
}

.result-tag,
.result-goal small,
.bundle-content > span,
.product-content > span,
.field-proof strong,
.author-image > span {
  font-size: 11px;
}

.stage-result h3 {
  font-size: clamp(30px, 2.7vw, 40px);
  letter-spacing: -0.015em;
}

.stage-result p {
  font-size: 15px;
  line-height: 1.6;
}

.stage-result > a {
  font-size: 14px;
}

.bundle-content h3 {
  font-size: clamp(36px, 3.2vw, 48px);
  letter-spacing: -0.015em;
}

.bundle-content li,
.product-content li {
  font-size: 14px;
}

.product-content h3 {
  font-size: clamp(28px, 2.35vw, 34px);
  letter-spacing: -0.015em;
}

.product-content > p {
  font-size: 15px;
}

.card-price .value-total,
.card-price del {
  font-size: 12px;
}

.preview-card > span {
  font-size: 11px;
}

.field-proof span,
.author-role {
  font-size: 15px;
}

.project-mosaic figcaption,
.author-stats span {
  font-size: 12px;
}

.faq-list summary {
  font-size: 17px;
  line-height: 1.55;
}

.final-offer > del {
  font-size: 14px;
}

.footer-main > p b,
.footer-main > div {
  font-size: 14px;
}

.footer-bottom {
  font-size: 12px;
}

.reader-header > div,
.reader-header p span,
.reader-footer {
  font-size: 11px;
}

.icon-button {
  font-size: 12px;
}

.order-panel ol b {
  font-size: 14px;
}

.order-panel ol span,
.payment-methods,
.order-warning {
  font-size: 12px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 200px 1fr 142px;
  }

  .site-header nav {
    gap: 17px;
  }

  .sales-hero {
    grid-template-columns: 1fr 0.9fr;
  }

  .hero-content {
    padding-left: 54px;
  }

  .hero-offer {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .save-chip {
    margin-left: 0;
  }

  .stage-result {
    grid-template-columns: 110px 1fr 0.75fr;
  }

  .stage-result > a {
    grid-column: 2 / -1;
  }

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

@media (max-width: 920px) {
  .site-header {
    height: 72px;
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .brand-logo {
    width: 174px;
    height: 50px;
  }

  .brand-logo img {
    width: 196px;
    transform: translate(-2px, -12px);
  }

  .sales-hero {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 76px 38px 38px;
  }

  .hero-keyvisual {
    min-height: 770px;
    padding: 24px 38px 46px;
    grid-template-rows: 360px 320px;
    gap: 20px;
  }

  .author-cutout {
    width: min(58%, 320px);
    height: 350px;
  }

  .book-showcase {
    height: 320px;
  }

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

  .authority-strip > div:nth-child(2) {
    border-right: 0;
  }

  .authority-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(117, 56, 44, 0.18);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .problem-cards,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .product-content h3,
  .product-content > p {
    min-height: 0;
  }

  .stage-tabs {
    grid-template-columns: 1fr;
  }

  .stage-tab {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .stage-result {
    grid-template-columns: 1fr 1fr;
  }

  .result-tag {
    justify-self: start;
  }

  .stage-result > a {
    grid-column: 1 / -1;
  }

  .bundle-offer,
  .author-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .investment-shell {
    grid-template-columns: 1fr;
  }

  .investment-logic {
    min-height: 360px;
  }

  .bundle-visual {
    min-height: 520px;
  }

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

  .preview-card {
    min-height: 420px;
  }

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

  .field-copy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
    padding: 74px 38px 42px;
  }

  .field-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .field-proof > div {
    padding: 14px 12px 14px 16px;
  }

  .project-mosaic {
    min-height: 760px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.25fr 0.75fr;
  }

  .project-mosaic .project-large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .author-image {
    min-height: 610px;
  }

  .faq-intro {
    position: static;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-offer {
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 224, 162, 0.35);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .order-panel {
    width: 100%;
  }

  .order-options {
    grid-template-columns: 1fr;
  }

  .order-option {
    min-height: 88px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 66px;
  }

  .offer-bar {
    min-height: 42px;
    padding: 8px 10px;
    gap: 8px;
    text-align: center;
  }

  .offer-bar > span,
  .offer-bar a {
    display: none;
  }

  .offer-bar p {
    font-size: 11px;
  }

  .site-header {
    padding: 0 15px;
  }

  .header-buy {
    min-height: 42px;
    padding: 11px 12px;
  }

  .header-buy span {
    display: none;
  }

  .brand-logo {
    width: 148px;
  }

  .brand-logo img {
    width: 168px;
    transform: translate(-2px, -10px);
  }

  .hero-content {
    padding: 60px 20px 30px;
  }

  .sales-hero h1 {
    font-size: clamp(38px, 10.2vw, 44px);
    line-height: 1.2;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero-offer {
    padding: 16px;
    gap: 18px;
  }

  .hero-price {
    order: -1;
    width: 100%;
  }

  .hero-price strong {
    font-size: 42px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-keyvisual {
    min-height: 690px;
    padding: 22px 12px 38px;
    grid-template-rows: 330px 280px;
    gap: 14px;
  }

  .author-cutout {
    width: min(74%, 280px);
    height: 330px;
  }

  .author-cutout > div {
    right: 8px;
    bottom: 11px;
    left: 8px;
  }

  .author-cutout strong {
    font-size: 14px;
  }

  .book-showcase {
    width: 100%;
    height: 280px;
  }

  .hero-book {
    width: 68%;
    border-width: 3px;
  }

  .hero-book-2 {
    top: 40px;
  }

  .page-badge {
    right: 15px;
    bottom: 14px;
    padding: 9px 11px;
  }

  .authority-strip {
    padding: 20px 14px;
    gap: 0;
  }

  .authority-strip > div {
    min-height: 82px;
    padding: 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .authority-strip strong {
    font-size: 27px;
  }

  .section-shell {
    padding: 74px 19px;
  }

  .problem-intro h2,
  .section-heading h2,
  .catalog-heading h2,
  .field-copy h2,
  .author-content h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.2;
  }

  .problem-intro > p {
    font-size: 15px;
  }

  .problem-cards {
    margin-top: 34px;
  }

  .problem-cards article {
    min-height: 220px;
    padding: 27px 24px;
  }

  .problem-section blockquote {
    margin-top: 32px;
    padding: 27px 20px;
    font-size: 24px;
    line-height: 1.45;
  }

  .investment-section {
    padding: 74px 19px;
  }

  .investment-intro h2 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.2;
  }

  .investment-intro > p {
    font-size: 15px;
  }

  .investment-logic {
    min-height: auto;
    padding: 32px 22px;
  }

  .investment-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .investment-flow div {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: start;
    gap: 8px;
  }

  .investment-flow p {
    margin: 4px 0 0;
    font-size: 12px;
  }

  .investment-flow i {
    display: none;
  }

  .investment-cards {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .investment-cards article {
    min-height: auto;
    padding: 26px 22px;
  }

  .stage-result {
    padding: 24px 20px;
    grid-template-columns: 1fr;
  }

  .result-goal {
    padding: 15px 0 0;
    border-top: 2px solid var(--red);
    border-left: 0;
  }

  .stage-result > a {
    grid-column: auto;
  }

  .bundle-visual {
    min-height: 355px;
  }

  .bundle-content {
    padding: 34px 22px;
  }

  .bundle-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .product-card {
    display: block;
  }

  .product-content {
    padding: 24px 20px;
  }

  .preview-card {
    min-height: 300px;
  }

  .value-grid,
  .access-steps {
    grid-template-columns: 1fr;
  }

  .field-copy,
  .author-content {
    padding: 74px 20px;
  }

  .field-copy {
    gap: 26px;
    padding-bottom: 38px;
  }

  .field-proof {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .project-mosaic {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 8px;
    padding: 8px;
  }

  .project-mosaic .project-large {
    grid-column: auto;
    grid-row: auto;
  }

  .project-mosaic figure {
    min-height: 270px;
  }

  .project-mosaic figcaption {
    padding: 64px 18px 18px;
  }

  .project-mosaic figcaption span {
    font-size: 14px;
  }

  .author-image {
    min-height: 390px;
    padding: 22px;
  }

  .author-image > span {
    left: 22px;
    bottom: 18px;
  }

  .author-stats strong {
    font-size: 27px;
  }

  .faq-list summary {
    padding-right: 44px;
    font-size: 16px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .final-cta {
    padding: 74px 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-main > div {
    justify-items: start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-actions {
    display: none;
  }

  body { padding-bottom: 68px; }

  .mobile-support-bar {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 68px; padding: 7px; display: grid; grid-template-columns: 0.8fr 0.8fr 1.2fr; gap: 6px; background: rgba(255, 250, 242, 0.97); border-top: 1px solid var(--line); backdrop-filter: blur(12px); box-shadow: 0 -12px 30px rgba(48, 0, 3, 0.16);
  }

  .mobile-support-bar a,
  .mobile-support-bar button { min-width: 0; min-height: 54px; padding: 7px 5px; display: grid; place-items: center; gap: 2px; border: 0; border-radius: 7px; background: var(--red); color: var(--white); cursor: pointer; }
  .mobile-support-bar a:nth-child(2) { background: #0866ff; }
  .mobile-support-bar button { background: linear-gradient(100deg, var(--wine-dark), var(--red)); }
  .mobile-support-bar span { font-size: 10px; font-weight: 900; }
  .mobile-support-bar b { font-size: 11px; }


  .modal {
    padding: 0;
  }

  .reader-panel {
    height: 100vh;
    grid-template-rows: 62px 48px 1fr 48px;
  }

  .reader-header {
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    padding: 0 13px;
  }

  .reader-header p {
    display: grid;
  }

  .reader-header p span {
    display: none;
  }

  .reader-book-tabs {
    padding: 0;
  }

  .reader-book-tab {
    padding: 0 7px;
    font-size: 10px;
  }

  .reader-content {
    padding: 10px;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 5px;
  }

  .reader-arrow {
    width: 34px;
    height: 44px;
  }

  .reader-footer {
    padding: 0 13px;
  }

  .reader-footer span {
    display: none;
  }

  .reader-footer a {
    margin-left: auto;
  }

  .order-panel {
    width: 100%;
    max-height: 100vh;
    padding: 42px 21px 28px;
  }

  .order-options {
    grid-template-columns: 1fr;
  }

  .order-option {
    min-height: 88px;
    padding: 13px;
  }

  .field-stats,
  .press-showcase { grid-template-columns: 1fr; }

  .press-feature { grid-template-rows: 360px auto; }
  .press-feature > img { min-height: 0; }
  .press-feature-copy { padding: 26px 20px 30px; }
  .press-feature-copy strong { font-size: 28px; }

  .press-story { min-height: 220px; }
  .press-story > span { padding: 28px 22px; }
  .press-story strong { margin: 18px 0; font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
