:root {
  --navy-950: #070d1a;
  --navy-900: #0c1931;
  --navy-800: #162b50;
  --blue-700: #244fb8;
  --blue-600: #356ee8;
  --blue-100: #edf3ff;
  --paper: #ffffff;
  --surface: #f6f5f2;
  --ink: #111827;
  --muted: #667085;
  --gold: #d8b56b;
  --gold-dark: #a87827;
  --red: #d94b55;
  --green: #168b4b;
  --line: #e3e6eb;
  --radius: 20px;
  --max: 1440px;
  --shadow: 0 28px 72px rgba(7, 13, 26, 0.11);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

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

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

button,
a {
  font: inherit;
}

button {
  border: 0;
}

h1,
h2,
h3,
p,
span,
strong,
li,
small {
  overflow-wrap: break-word;
  word-break: normal;
}

.page-shell {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  min-height: 70px;
  padding: 10px max(22px, calc((100vw - var(--max)) / 2));
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(216, 224, 238, 0.9);
  box-shadow: 0 8px 28px rgba(6, 21, 47, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--navy-950);
  background: var(--gold);
  border-radius: var(--radius);
  font-family: Arial, sans-serif;
}

.brand-name {
  font-size: 0.98rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.main-nav a,
.brand,
.header-cta,
.button,
.password-box button,
.mobile-password button {
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.main-nav a:hover {
  color: var(--blue-700);
}

.header-cta {
  justify-self: end;
  padding: 11px 18px;
  color: white;
  background: var(--red);
  border-radius: var(--radius);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(238, 39, 55, 0.25);
}

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

.header-cta:focus-visible,
.button:focus-visible,
.main-nav a:focus-visible,
.password-box button:focus-visible,
.mobile-password button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.hero {
  position: relative;
  color: white;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(120deg, var(--navy-950), var(--navy-800));
  background-size: 54px 54px, 54px 54px, auto;
  border-bottom: 4px solid var(--blue-600);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
  padding-block: 24px 30px;
}

.hero-copy,
.hero-media {
  min-width: 0;
  border-radius: var(--radius);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.25vw, 30px);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid var(--gold);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

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

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

h1 {
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 3.2vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 span {
  display: inline;
  color: var(--gold);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 700;
  line-height: 1.52;
}

.offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.offer-list li {
  padding: 7px 10px;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 900;
}

.download-counter {
  display: grid;
  grid-template-columns: 38px auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 50px;
  margin: 0 0 11px;
  padding: 8px 12px;
  color: white;
  background: rgba(5, 23, 55, 0.72);
  border: 1px solid rgba(255, 212, 71, 0.42);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(1, 10, 28, 0.16);
}

.download-counter-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 34px;
  color: var(--navy-950);
  background: var(--gold);
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.download-counter-copy {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.download-counter-copy > span,
.download-counter-copy small,
.download-counter-note {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
  font-weight: 800;
}

.download-counter-copy strong {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 1.28rem;
  line-height: 1;
}

.download-counter-note {
  justify-self: end;
  overflow-wrap: anywhere;
  text-align: right;
}

.hero-actions,
.download-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 10px;
  align-items: stretch;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 20px;
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.button-primary {
  color: var(--navy-950);
  background: linear-gradient(180deg, #ffe472, var(--gold));
  border: 1px solid #ffe993;
  box-shadow: 0 14px 28px rgba(255, 212, 71, 0.2);
}

.button-primary:hover {
  background: #ffe478;
  box-shadow: 0 18px 34px rgba(255, 212, 71, 0.3);
}

.password-box {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "label button"
    "value button"
    "hint button";
  gap: 0 10px;
  align-content: center;
  min-width: 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
}

.password-box span {
  grid-area: label;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 800;
}

.password-box strong {
  grid-area: value;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.password-box small {
  grid-area: hint;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
}

.password-box button,
.mobile-password button {
  grid-area: button;
  align-self: center;
  min-height: 38px;
  padding: 8px 12px;
  color: white;
  background: var(--navy-950);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.password-box button:hover,
.mobile-password button:hover {
  background: var(--blue-700);
}

.hero-note {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.55;
}

.hero-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
}

.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border: 8px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
}

.hero-media figcaption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  padding: 11px 13px;
  color: white;
  background: rgba(6, 21, 47, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.hero-media figcaption strong,
.hero-media figcaption span {
  display: block;
}

.hero-media figcaption strong {
  color: var(--gold);
  margin-bottom: 0;
  white-space: nowrap;
}

.hero-media figcaption span {
  font-size: 0.82rem;
  line-height: 1.45;
}

.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -18px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-grid > div {
  min-width: 0;
  padding: 15px 14px;
  color: white;
  background: linear-gradient(180deg, var(--blue-600), var(--navy-900));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  margin-bottom: 4px;
  font-size: 0.88rem;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  line-height: 1.4;
}

.section {
  padding-block: clamp(58px, 7vw, 88px);
}

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

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

.section-heading h2,
.contents-intro h2,
.fit-layout h2,
.download-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading > p:last-child,
.contents-intro > p,
.download-panel > p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}

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

.problem-grid article,
.module-grid article,
.step-grid article {
  min-width: 0;
  padding: 20px 17px;
  background: white;
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue-600);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(6, 21, 47, 0.08);
}

.problem-grid article > span,
.module-grid article > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 13px;
  padding: 4px 9px;
  color: var(--navy-900);
  background: var(--gold);
  border-radius: var(--radius);
  font-family: Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
}

.problem-grid h3,
.module-grid h3,
.step-grid h3,
.start-list strong {
  margin-bottom: 9px;
  font-size: 1rem;
  line-height: 1.35;
}

.problem-grid p,
.module-grid p,
.step-grid p,
.start-list p {
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.problem-grid article > strong {
  display: block;
  margin-top: auto;
  color: var(--blue-700);
  font-size: 0.78rem;
}

.problem-grid article {
  display: flex;
  flex-direction: column;
}

.contents-section {
  padding-top: 68px;
  background: white;
  border-block: 1px solid var(--line);
}

.contents-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.5fr);
  gap: 20px;
  align-items: stretch;
}

.contents-intro {
  padding: clamp(24px, 3vw, 34px);
  color: white;
  background: var(--navy-900);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contents-intro > p {
  color: rgba(255, 255, 255, 0.76);
}

.contents-intro img {
  width: 100%;
  margin-top: 22px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
}

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

.module-grid article {
  box-shadow: none;
}

.module-grid p {
  margin-bottom: 0;
}

.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
  padding: 18px 20px;
  color: white;
  background: linear-gradient(100deg, var(--navy-900), var(--blue-700));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.inline-cta span,
.inline-cta strong {
  display: block;
}

.inline-cta span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.inline-cta strong {
  margin-top: 4px;
}

.inline-cta .button {
  min-width: 185px;
}

.start-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.35fr);
  gap: 42px;
  align-items: start;
}

.start-list {
  display: grid;
  gap: 10px;
}

.start-list article {
  position: relative;
  padding: 19px 20px 17px 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(6, 21, 47, 0.07);
}

.start-list article::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: var(--gold);
}

.start-list span,
.start-list strong {
  display: block;
}

.start-list span {
  margin-bottom: 4px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 900;
}

.start-list p {
  margin-bottom: 0;
}

.fit-section {
  padding-block: clamp(58px, 7vw, 82px);
  color: white;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--navy-900);
  background-size: 52px 52px;
  border-block: 4px solid var(--blue-600);
}

.fit-layout > div:first-child {
  max-width: 860px;
  margin-bottom: 28px;
}

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

.fit-columns article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.fit-columns h3 {
  margin-bottom: 14px;
  color: var(--gold);
}

.fit-columns ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-columns li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  line-height: 1.5;
}

.fit-columns li::before {
  position: absolute;
  top: 0.22em;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

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

.step-grid article {
  position: relative;
  padding-left: 72px;
}

.step-grid article > span {
  position: absolute;
  top: 20px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--navy-950);
  background: var(--gold);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.step-grid p {
  margin-bottom: 0;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.45fr);
  gap: 42px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

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

.faq-list summary {
  position: relative;
  padding: 17px 48px 17px 18px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "+";
  color: var(--blue-700);
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 18px 17px;
  color: var(--muted);
  line-height: 1.6;
}

.download-section {
  padding-block: 68px;
  background: var(--surface);
}

.download-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  color: white;
  background:
    linear-gradient(90deg, rgba(6, 21, 47, 0.97) 0%, rgba(7, 26, 59, 0.93) 58%, rgba(12, 70, 191, 0.72) 100%),
    url("assets/facebook-ads-audit-scale-philippines-2026-premium.webp") right center / cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.download-panel h2,
.download-panel > p,
.download-checks,
.download-actions,
.download-panel .section-kicker {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.download-panel > p {
  color: rgba(255, 255, 255, 0.78);
}

.download-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0;
}

.download-checks span {
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 800;
}

.download-actions {
  max-width: 860px;
}

.button-large {
  min-height: 70px;
  font-size: 1.06rem;
}

.password-final {
  background: rgba(255, 255, 255, 0.14);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 24px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.mobile-download {
  display: none;
}

body.download-modal-open {
  overflow: hidden;
}

.download-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.download-guide-modal[hidden] {
  display: none;
}

.download-guide-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.download-guide-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(3, 13, 32, 0.78);
  border: 0;
  border-radius: 0;
  cursor: default;
  backdrop-filter: blur(5px);
}

.download-guide-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(900px, calc(100dvh - 44px));
  padding: 28px;
  overflow-y: auto;
  color: var(--navy-900);
  background: #fff;
  border: 1px solid rgba(11, 58, 132, 0.18);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(3, 13, 32, 0.38);
  outline: none;
  transform: translateY(16px);
  transition: transform 180ms ease;
}

.download-guide-modal.is-open .download-guide-dialog {
  transform: translateY(0);
}

.download-guide-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--navy-900);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.35rem;
  cursor: pointer;
}

.download-guide-kicker {
  margin: 0 48px 6px 0;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 900;
}

.download-guide-dialog h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1.16;
}

.download-guide-dialog > p:not(.download-guide-kicker, .download-guide-status) {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.download-guide-file {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 12px;
  margin-bottom: 17px;
  padding: 12px 14px;
  background: #f3f7ff;
  border-left: 4px solid var(--blue-600);
  border-radius: var(--radius);
}

.download-guide-file span,
.download-guide-file small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.download-guide-file strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--navy-900);
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
}

.download-guide-file small {
  grid-column: 2;
}

.download-guide-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-guide-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.download-guide-steps li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--navy-900);
  background: var(--gold);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.download-guide-steps strong {
  display: block;
  font-size: 0.92rem;
}

.download-guide-steps p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.download-guide-steps b {
  color: var(--red);
  font-family: Arial, sans-serif;
}

.download-guide-pass {
  display: grid;
  grid-template-columns: auto auto minmax(110px, auto);
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 16px;
  padding: 11px 13px;
  color: #fff;
  background: var(--navy-900);
  border-radius: var(--radius);
}

.download-guide-pass span {
  font-size: 0.8rem;
  font-weight: 800;
}

.download-guide-pass strong {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
}

.download-guide-pass button,
.download-guide-cancel {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}

.download-guide-pass button {
  color: var(--navy-900);
  background: #fff;
}

.download-guide-status {
  min-height: 20px;
  margin: 10px 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.download-guide-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 9px;
}

.download-guide-actions .button {
  text-align: center;
}

.download-guide-actions .button span {
  margin-inline: 3px;
  font-family: Arial, sans-serif;
}

.download-guide-cancel {
  min-width: 120px;
  color: var(--navy-900);
  background: #fff;
  border-color: var(--line);
}

.download-guide-close:focus-visible,
.download-guide-pass button:focus-visible,
.download-guide-cancel:focus-visible {
  outline: 3px solid rgba(16, 91, 211, 0.28);
  outline-offset: 2px;
}

.download-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 30px;
  align-items: center;
  gap: 12px;
  width: min(520px, calc(100vw - 32px));
  padding: 14px;
  color: #fff;
  background: rgba(6, 21, 47, 0.98);
  border: 1px solid rgba(255, 212, 71, 0.58);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(6, 21, 47, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.download-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.download-toast-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--navy-900);
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 900;
}

.download-toast-copy {
  display: grid;
  min-width: 0;
  line-height: 1.35;
}

.download-toast-copy strong {
  color: var(--gold);
  font-size: 0.98rem;
}

.download-toast-copy span,
.download-toast-copy small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
}

.download-toast-copy b {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
}

.download-toast-retry {
  padding: 9px 11px;
  color: var(--navy-900);
  background: #fff;
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.download-toast-close {
  width: 30px;
  height: 30px;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: 0;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
}

.download-toast-retry:focus-visible,
.download-toast-close:focus-visible {
  outline: 3px solid rgba(255, 212, 71, 0.72);
  outline-offset: 2px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 500ms ease, transform 500ms ease;
}

html.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Premium visual system */
body {
  background:
    radial-gradient(circle at 8% 18%, rgba(216, 181, 107, 0.08), transparent 26rem),
    var(--surface);
  line-height: 1.5;
}

h1,
h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 700;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.topbar {
  min-height: 78px;
  padding-block: 12px;
  background: rgba(250, 249, 247, 0.88);
  border-bottom-color: rgba(17, 24, 39, 0.07);
  box-shadow: 0 8px 32px rgba(7, 13, 26, 0.05);
  backdrop-filter: blur(22px) saturate(135%);
}

.brand {
  gap: 12px;
  letter-spacing: -0.01em;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 44px;
  color: #fff;
  background: linear-gradient(145deg, #1d3763, var(--navy-950));
  border: 1px solid rgba(216, 181, 107, 0.8);
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(7, 13, 26, 0.17), inset 0 0 0 3px rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.brand-name {
  color: var(--navy-950);
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.main-nav {
  gap: 30px;
  font-size: 0.85rem;
  font-weight: 600;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold-dark);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

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

.header-cta {
  padding: 12px 21px;
  color: #fff;
  background: var(--navy-950);
  border: 1px solid rgba(216, 181, 107, 0.58);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(7, 13, 26, 0.18);
  font-size: 0.86rem;
  font-weight: 700;
}

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

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 26%, rgba(53, 110, 232, 0.24), transparent 25rem),
    radial-gradient(circle at 12% 86%, rgba(216, 181, 107, 0.13), transparent 24rem),
    linear-gradient(135deg, #070d1a 0%, #0c1931 57%, #132b53 100%);
  background-size: auto;
  border-bottom: 0;
}

.hero::before,
.hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: -260px;
  right: -210px;
  width: 620px;
  height: 620px;
}

.hero::after {
  right: 30%;
  bottom: -420px;
  width: 620px;
  height: 620px;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  gap: clamp(24px, 2.8vw, 42px);
  min-height: 0;
  padding-block: clamp(22px, 2vw, 32px) clamp(42px, 4vw, 56px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.eyebrow,
.section-kicker {
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 13px;
  color: #f1d28d;
  background: rgba(216, 181, 107, 0.09);
  border: 1px solid rgba(216, 181, 107, 0.3);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
}

h1 {
  max-width: 720px;
  margin-bottom: 19px;
  font-size: clamp(3.05rem, 4.7vw, 5.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 span {
  color: #e4c884;
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  font-weight: 400;
  line-height: 1.75;
}

.hero-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.hero-focus-grid > div {
  min-width: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
}

.hero-focus-grid strong,
.hero-focus-grid span {
  display: block;
}

.hero-focus-grid strong {
  margin-bottom: 4px;
  color: #efd38d;
  font-size: 0.78rem;
  line-height: 1.4;
}

.hero-focus-grid span {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  line-height: 1.5;
}

.offer-list {
  gap: 8px;
  margin-bottom: 20px;
}

.offer-list li {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.offer-list li::before {
  margin-right: 7px;
  color: var(--gold);
  content: "✓";
}

.download-counter {
  max-width: 620px;
  min-height: 58px;
  margin-bottom: 14px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  box-shadow: none;
}

.download-counter-icon {
  color: #fff;
  background: linear-gradient(145deg, #315da9, #173766);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.download-counter-copy strong {
  color: #efd38d;
}

.hero-actions,
.download-actions {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 12px;
}

.button {
  min-height: 58px;
  border-radius: 999px;
  font-weight: 700;
}

.button-primary {
  color: var(--navy-950);
  background: linear-gradient(135deg, #f1d795, #cfaa5e);
  border: 1px solid rgba(255, 240, 197, 0.75);
  box-shadow: 0 16px 34px rgba(216, 181, 107, 0.2);
}

.button-primary:hover {
  background: linear-gradient(135deg, #f7e1a9, #d8b56b);
  box-shadow: 0 20px 42px rgba(216, 181, 107, 0.27);
}

.password-box {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.password-box span,
.password-box small {
  font-weight: 500;
}

.password-box strong {
  color: #efd38d;
}

.password-box button,
.mobile-password button {
  background: rgba(7, 13, 26, 0.7);
  border-radius: 999px;
  font-weight: 600;
}

.hero-note {
  max-width: 620px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 400;
}

.hero-media {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 13px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(14px);
  transform: rotate(1.2deg);
}

.hero-media::before {
  position: absolute;
  top: -16px;
  right: 30px;
  z-index: 2;
  padding: 9px 14px;
  color: var(--navy-950);
  background: #f0d493;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(7, 13, 26, 0.25);
  content: "2026 EDITION";
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-media img {
  border: 0;
  border-radius: 20px;
}

.hero-media figcaption {
  margin-top: 11px;
  padding: 12px 15px;
  background: rgba(7, 13, 26, 0.62);
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 16px;
}

.hero-media figcaption strong {
  color: #efd38d;
}

.trust-strip {
  z-index: 5;
  margin-top: -30px;
}

.trust-grid {
  gap: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(7, 13, 26, 0.12);
  backdrop-filter: blur(18px);
}

.trust-grid > div {
  position: relative;
  padding: 14px 18px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
}

.trust-grid > div:not(:last-child)::after {
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  content: "";
  background: var(--line);
}

.trust-grid strong {
  color: var(--navy-900);
  font-size: 0.86rem;
  font-weight: 700;
}

.trust-grid span {
  color: var(--muted);
  font-size: 0.74rem;
}

.section {
  padding-block: clamp(44px, 4.5vw, 64px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.section-kicker {
  margin-bottom: 13px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 700;
}

.section-heading h2,
.contents-intro h2,
.fit-layout h2,
.download-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 3.5vw, 3.65rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.section-heading > p:last-child,
.contents-intro > p,
.download-panel > p {
  font-weight: 400;
  line-height: 1.68;
}

.problem-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.problem-grid article {
  grid-column: span 2;
}

.problem-grid article:nth-child(4),
.problem-grid article:nth-child(5) {
  grid-column: span 3;
}

.problem-grid article,
.module-grid article,
.step-grid article {
  padding: 22px 21px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 24, 39, 0.075);
  border-top: 1px solid rgba(17, 24, 39, 0.075);
  border-radius: 22px;
  box-shadow: 0 14px 42px rgba(7, 13, 26, 0.055);
}

.problem-grid article > span,
.module-grid article > span {
  min-height: 30px;
  margin-bottom: 14px;
  padding: 5px 10px;
  color: var(--gold-dark);
  background: rgba(216, 181, 107, 0.12);
  border: 1px solid rgba(216, 181, 107, 0.27);
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.problem-grid h3,
.module-grid h3,
.step-grid h3,
.start-list strong {
  margin-bottom: 11px;
  color: var(--navy-900);
  font-size: 1.05rem;
  line-height: 1.45;
}

.problem-grid p,
.module-grid p,
.step-grid p,
.start-list p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.problem-grid article > strong {
  color: var(--blue-700);
  font-weight: 600;
}

.case-studies-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(216, 181, 107, 0.1), transparent 24rem),
    #f1f3f7;
  border-block: 1px solid rgba(17, 24, 39, 0.07);
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 16px;
}

.case-study-card {
  min-width: 0;
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(7, 13, 26, 0.07);
}

.case-study-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.case-study-meta span {
  padding: 6px 10px;
  color: var(--gold-dark);
  background: rgba(216, 181, 107, 0.12);
  border: 1px solid rgba(216, 181, 107, 0.25);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
}

.case-study-card h3 {
  margin-bottom: 18px;
  color: var(--navy-900);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.4;
}

.case-study-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.case-study-story > div {
  padding: 14px;
  background: #f8f8f6;
  border-radius: 14px;
}

.case-study-story strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-900);
  font-size: 0.78rem;
}

.case-study-story p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.case-study-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  color: #fff;
  background: var(--navy-950);
  border: 1px solid rgba(216, 181, 107, 0.25);
  border-radius: 16px;
}

.case-study-metrics > div {
  min-width: 0;
  padding: 8px;
  text-align: center;
}

.case-study-metrics span,
.case-study-card > small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
}

.case-study-metrics p {
  margin: 4px 0 0;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
}

.case-study-metrics del {
  color: rgba(255, 255, 255, 0.52);
}

.case-study-metrics strong {
  color: #efd38d;
}

.case-study-card > small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.contents-section {
  padding-top: clamp(46px, 4.5vw, 64px);
  background: #fbfaf8;
  border-block-color: rgba(17, 24, 39, 0.07);
}

.contents-layout {
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.42fr);
  gap: 18px;
}

.contents-intro {
  padding: clamp(27px, 3vw, 38px);
  background:
    radial-gradient(circle at 100% 0, rgba(53, 110, 232, 0.25), transparent 20rem),
    var(--navy-900);
  border: 1px solid rgba(216, 181, 107, 0.24);
  border-left: 1px solid rgba(216, 181, 107, 0.24);
  border-radius: 28px;
}

.contents-intro h2 {
  font-size: clamp(2.3rem, 3.4vw, 3.65rem);
}

.contents-intro img {
  margin-top: 20px;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.module-grid {
  gap: 12px;
}

.module-grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 18px 19px;
  box-shadow: 0 12px 36px rgba(7, 13, 26, 0.045);
}

.inline-cta {
  margin-top: 14px;
  padding: 16px 20px;
  background: var(--navy-950);
  border: 1px solid rgba(216, 181, 107, 0.26);
  border-radius: 22px;
}

.inline-cta span {
  color: #e8cb87;
  font-weight: 600;
}

.start-layout {
  grid-template-columns: 1fr;
  gap: 22px;
  padding: clamp(26px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 39, 0.075);
  border-radius: 28px;
  box-shadow: 0 20px 58px rgba(7, 13, 26, 0.06);
}

.start-layout .section-heading {
  max-width: 940px;
  margin-bottom: 0;
}

.start-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.start-list article {
  padding: 18px 19px 17px 23px;
  border-color: rgba(17, 24, 39, 0.075);
  border-radius: 20px;
  box-shadow: 0 12px 38px rgba(7, 13, 26, 0.05);
}

.start-list article::before {
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 3px;
  background: var(--gold);
}

.start-list span {
  color: var(--gold-dark);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fit-section {
  padding-block: clamp(46px, 4.8vw, 66px);
  background:
    radial-gradient(circle at 82% 30%, rgba(53, 110, 232, 0.23), transparent 26rem),
    linear-gradient(135deg, #070d1a, #101f3b);
  background-size: auto;
  border-block: 0;
}

.fit-layout > div:first-child {
  margin-bottom: 20px;
}

.fit-columns {
  gap: 14px;
}

.fit-columns article {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

.fit-columns h3 {
  color: #ecd08c;
}

.fit-columns li {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 400;
}

.fit-columns li::before {
  color: #dfbd73;
}

.step-grid {
  gap: 14px;
}

.step-grid article {
  min-height: 128px;
  padding: 21px 20px 20px 72px;
}

.step-grid article > span {
  top: 21px;
  left: 19px;
  color: #fff;
  background: var(--navy-900);
  border: 1px solid rgba(216, 181, 107, 0.7);
  box-shadow: 0 9px 20px rgba(7, 13, 26, 0.12);
}

.faq-section {
  background: #fbfaf8;
  border-top-color: rgba(17, 24, 39, 0.07);
}

.faq-layout {
  grid-template-columns: 1fr;
  gap: 20px;
}

.faq-layout .section-heading {
  max-width: 940px;
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  align-items: start;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details[open] {
  border-color: rgba(216, 181, 107, 0.48);
  box-shadow: 0 16px 44px rgba(7, 13, 26, 0.06);
}

.faq-list summary {
  padding: 17px 52px 17px 20px;
  font-weight: 600;
}

.faq-list summary::after {
  color: var(--gold-dark);
  font-weight: 400;
}

.faq-list details p {
  padding: 0 20px 18px;
}

.download-section {
  padding-block: clamp(44px, 4.5vw, 62px);
  background: var(--surface);
}

.download-panel {
  padding: clamp(32px, 4vw, 52px);
  background:
    linear-gradient(100deg, rgba(7, 13, 26, 0.99) 0%, rgba(12, 25, 49, 0.96) 57%, rgba(18, 43, 81, 0.78) 100%),
    url("assets/facebook-ads-audit-scale-philippines-2026-premium.webp") right center / cover;
  border-color: rgba(216, 181, 107, 0.26);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(7, 13, 26, 0.2);
}

.download-checks {
  gap: 11px;
  margin: 18px 0;
}

.download-checks span {
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  font-weight: 500;
}

.button-large {
  min-height: 72px;
}

.footer {
  padding-block: 24px;
  font-weight: 500;
}

.download-guide-backdrop {
  background: rgba(4, 9, 18, 0.78);
  backdrop-filter: blur(12px);
}

.download-guide-dialog {
  padding: 34px;
  border: 1px solid rgba(216, 181, 107, 0.3);
  border-top: 1px solid rgba(216, 181, 107, 0.3);
  border-radius: 26px;
  box-shadow: 0 38px 110px rgba(3, 8, 18, 0.45);
}

.download-guide-close {
  background: #f6f5f2;
  border-radius: 50%;
}

.download-guide-kicker {
  color: var(--gold-dark);
  letter-spacing: 0.07em;
}

.download-guide-dialog h2 {
  font-family: "DM Serif Display", Georgia, serif;
}

.download-guide-file {
  background: #f7f7f5;
  border-left-color: var(--gold);
  border-radius: 14px;
}

.download-guide-steps li > span {
  color: #fff;
  background: var(--navy-900);
  border: 1px solid var(--gold);
}

.download-guide-pass {
  background: var(--navy-950);
  border: 1px solid rgba(216, 181, 107, 0.28);
  border-radius: 16px;
}

.download-guide-pass strong,
.download-toast-copy strong {
  color: #efd38d;
}

.download-guide-pass button,
.download-guide-cancel {
  border-radius: 999px;
}

.download-toast {
  background: rgba(7, 13, 26, 0.97);
  border-color: rgba(216, 181, 107, 0.5);
  border-radius: 20px;
}

.download-toast-icon {
  color: #fff;
  background: var(--blue-700);
  border: 1px solid var(--gold);
}

.download-toast-retry {
  border-radius: 999px;
}

@media (hover: hover) and (pointer: fine) {
  .problem-grid article,
  .module-grid article,
  .start-list article,
  .step-grid article {
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  .problem-grid article:hover,
  .module-grid article:hover,
  .start-list article:hover,
  .step-grid article:hover {
    border-color: rgba(216, 181, 107, 0.42);
    box-shadow: 0 22px 54px rgba(7, 13, 26, 0.09);
    transform: translateY(-5px);
  }
}

html.reveal-ready [data-reveal] {
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (max-width: 1080px) {
  .problem-grid article,
  .problem-grid article:nth-child(4),
  .problem-grid article:nth-child(5) {
    grid-column: auto;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-copy {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
  }

  .hero .eyebrow {
    align-self: center;
  }

  .offer-list,
  .hero-actions {
    justify-content: center;
  }

  .download-counter,
  .hero-note {
    margin-inline: auto;
  }
}

@media (max-width: 1080px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero-grid,
  .contents-layout,
  .start-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-media {
    width: 100%;
  }

  .hero-media {
    max-width: 720px;
    margin-inline: auto;
  }

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

  .problem-grid article:last-child {
    grid-column: 1 / -1;
  }

  .contents-intro img {
    max-width: 620px;
    margin-inline: auto;
  }

  .section-heading.left {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .page-shell {
    width: min(100%, calc(100vw - 28px));
  }

  .topbar {
    min-height: 62px;
    padding-inline: 14px;
  }

  .brand-name {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    gap: 16px;
    padding-block: 26px 42px;
  }

  .hero-copy {
    padding: 22px 16px;
  }

  h1 {
    font-size: clamp(2.08rem, 10vw, 2.75rem);
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .offer-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-list li {
    display: grid;
    place-items: center;
    min-height: 40px;
    padding: 7px;
    text-align: center;
    font-size: 0.8rem;
  }

  .download-counter {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .download-counter-note {
    grid-column: 2;
    justify-self: start;
    margin-top: -5px;
    text-align: left;
  }

  .hero-actions,
  .download-actions {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
    padding: 10px;
  }

  .hero-media img {
    border-width: 6px;
  }

  .hero-media figcaption {
    display: none;
  }

  .trust-strip {
    margin-top: -20px;
  }

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

  .section {
    padding-block: 54px;
  }

  .section-heading h2,
  .contents-intro h2,
  .fit-layout h2,
  .download-panel h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.55rem);
  }

  .problem-grid,
  .module-grid,
  .fit-columns,
  .step-grid,
  .download-checks {
    grid-template-columns: 1fr;
  }

  .problem-grid article:last-child {
    grid-column: auto;
  }

  .start-list,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .contents-intro,
  .fit-columns article {
    padding: 20px 17px;
  }

  .contents-intro img {
    aspect-ratio: 1;
  }

  .inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .inline-cta .button {
    width: 100%;
  }

  .start-layout,
  .faq-layout {
    gap: 18px;
  }

  .download-section {
    padding-block: 42px;
  }

  .download-panel {
    padding: 26px 17px;
    background:
      linear-gradient(180deg, rgba(6, 21, 47, 0.96), rgba(7, 26, 59, 0.93)),
      url("assets/facebook-ads-audit-scale-philippines-2026-premium.webp") center / cover;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding-bottom: 28px;
    text-align: center;
  }

  .mobile-download {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 8px;
    padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 30px rgba(6, 21, 47, 0.16);
    backdrop-filter: blur(14px);
  }

  .mobile-download .button {
    min-height: 52px;
    padding-inline: 12px;
  }

  .mobile-password {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "label button"
      "value button";
    align-items: center;
    min-width: 0;
    padding: 5px 7px 5px 10px;
    color: white;
    background: var(--navy-900);
    border-radius: var(--radius);
  }

  .mobile-password span {
    grid-area: label;
    font-size: 0.66rem;
    font-weight: 800;
  }

  .mobile-password strong {
    grid-area: value;
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: 1rem;
  }

  .mobile-password button {
    grid-area: button;
    min-height: 38px;
    padding: 6px 8px;
    font-size: 0.7rem;
  }

  .download-guide-modal {
    align-items: end;
    padding: 10px;
  }

  .download-guide-dialog {
    max-height: calc(100dvh - 20px);
    padding: 21px 16px 18px;
  }

  .download-guide-close {
    top: 10px;
    right: 10px;
  }

  .download-guide-dialog h2 {
    padding-right: 30px;
    font-size: 1.65rem;
  }

  .download-guide-dialog > p:not(.download-guide-kicker, .download-guide-status) {
    font-size: 0.84rem;
  }

  .download-guide-file {
    grid-template-columns: 1fr;
  }

  .download-guide-file small {
    grid-column: 1;
  }

  .download-guide-pass {
    grid-template-columns: 1fr auto;
  }

  .download-guide-pass button {
    grid-column: 1 / -1;
  }

  .download-guide-actions {
    grid-template-columns: 1fr;
  }

  .download-guide-actions .button {
    min-height: 58px;
    padding-inline: 10px;
  }

  .download-toast {
    right: 10px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    gap: 9px;
    width: calc(100vw - 20px);
    padding: 11px;
  }

  .download-toast-icon {
    width: 38px;
    height: 38px;
  }

  .download-toast-retry {
    grid-column: 2;
    justify-self: start;
    padding: 6px 9px;
  }

  .download-toast-close {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 430px) {
  .brand-name {
    max-width: 155px;
  }

  .hero-copy,
  .hero-media {
    max-width: 100%;
  }

  .hero-copy {
    padding-inline: 14px;
  }

  .trust-grid {
    gap: 7px;
  }

  .trust-grid > div {
    padding: 12px 8px;
  }

  .problem-grid article,
  .module-grid article,
  .step-grid article {
    padding-right: 15px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 760px) {
  .topbar {
    min-height: 66px;
    padding-block: 10px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero-grid {
    gap: 18px;
    padding-block: 18px 34px;
  }

  .hero-copy {
    padding: 0;
    text-align: left;
  }

  .hero .eyebrow {
    align-self: flex-start;
  }

  h1 {
    font-size: clamp(2.18rem, 10.5vw, 3rem);
    line-height: 1.16;
  }

  .hero-focus-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-focus-grid > div {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
  }

  .hero-focus-grid strong {
    margin-bottom: 0;
  }

  .hero-focus-grid span {
    text-align: right;
  }

  .offer-list {
    display: flex;
    justify-content: flex-start;
  }

  .offer-list li {
    display: flex;
    min-height: 0;
    padding: 7px 10px;
    text-align: left;
  }

  .offer-list li::before {
    margin-right: 6px;
  }

  .download-counter {
    margin-inline: 0;
  }

  .hero-note {
    margin-inline: 0;
  }

  .hero-media {
    order: 0;
    padding: 9px;
    border-radius: 22px;
    transform: none;
  }

  .hero-media img {
    border-width: 0;
    border-radius: 15px;
  }

  .trust-strip {
    margin-top: -22px;
  }

  .trust-grid {
    gap: 7px;
    padding: 7px;
    border-radius: 20px;
  }

  .trust-grid > div {
    padding: 11px 8px;
    background: #faf9f7;
    border-radius: 14px;
  }

  .trust-grid > div:not(:last-child)::after {
    display: none;
  }

  .section {
    padding-block: 40px;
  }

  .section-heading {
    margin-bottom: 19px;
  }

  .section-heading h2,
  .contents-intro h2,
  .fit-layout h2,
  .download-panel h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.22;
  }

  .problem-grid article,
  .module-grid article,
  .step-grid article {
    padding: 20px 18px;
    border-radius: 19px;
  }

  .case-study-grid {
    gap: 12px;
  }

  .case-study-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .case-study-story {
    grid-template-columns: 1fr;
  }

  .contents-intro {
    padding: 21px 18px;
    border-radius: 22px;
  }

  .module-grid article {
    min-height: 0;
  }

  .inline-cta {
    padding: 16px;
    border-radius: 20px;
  }

  .fit-columns article {
    padding: 18px;
    border-radius: 20px;
  }

  .step-grid article {
    min-height: 0;
    padding-left: 70px;
  }

  .step-grid article > span {
    top: 20px;
    left: 18px;
  }

  .download-panel {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .mobile-download {
    padding-top: 10px;
    background: rgba(250, 249, 247, 0.94);
    border-top-color: rgba(17, 24, 39, 0.08);
    backdrop-filter: blur(20px) saturate(130%);
  }

  .mobile-password {
    background: var(--navy-950);
    border: 1px solid rgba(216, 181, 107, 0.28);
    border-radius: 16px;
  }

  .download-guide-dialog {
    padding: 24px 18px 20px;
    border-radius: 22px;
  }
}
