@font-face {
  font-family: "Fraunces Local";
  src: url("/en/assets/fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Local";
  src: url("/en/assets/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #faf7f2;
  --surface: #ffffff;
  --sand: #f0eae0;
  --text: #1a1814;
  --muted: #6b5d4f;
  --subtle: #9b8f7e;
  --border: #e5dcc9;
  --accent: #d55c2f;
  --accent-hover: #b84a22;
  --green: #3d5a4a;
  --green-soft: #4a7c59;
  --red: #c94040;
  --serif: "Fraunces Local", Georgia, serif;
  --sans: "Inter Local", Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--background);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

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

.section {
  padding: 80px 32px;
}

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

.section-sand {
  background: var(--sand);
}

.container {
  width: min(100%, 1152px);
  margin-inline: auto;
}

.narrow {
  width: min(100%, 800px);
}

.center {
  text-align: center;
}

.display {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.display span,
.section-heading h2 span,
.outcomes h2 span,
.guarantee h2 span,
.faq h2 span {
  color: var(--accent);
}

.section-heading {
  margin-bottom: 48px;
  text-align: center;
}

.section-heading h2,
.outcomes h2,
.guarantee h2,
.faq h2 {
  font-size: clamp(30px, 4vw, 42px);
}

.section-heading > p {
  max-width: 640px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #fff;
}

.button-primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 12px 28px rgba(213, 92, 47, 0.22);
}

.button-cream {
  background: #fff;
  color: var(--accent);
}

.button-outline {
  width: 100%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
}

.button-pulse {
  animation: pulse 2s ease-in-out infinite;
}

.hero {
  padding-top: 64px;
}

.hero-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.eyebrow {
  max-width: 720px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-title {
  max-width: 920px;
  font-size: clamp(40px, 6vw, 66px);
  line-height: 0.99;
}

.hero-title strong {
  color: var(--accent);
  font: inherit;
}

.hero-title-mobile {
  display: none;
}

.hero-sub {
  max-width: 640px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.hero-mockup {
  width: min(100%, 760px);
  height: auto;
  margin: 2px auto 0;
}

.hero-cta {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.hero-cta p {
  color: var(--subtle);
  font-size: 14px;
}

.benefit-strip,
.secure-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.benefit-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 550;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.benefit-strip .ui-icon {
  color: var(--accent);
}

.gallery-section {
  padding-inline: 0;
  overflow: hidden;
}

.gallery-section .section-heading {
  padding-inline: 24px;
}

.gallery-window {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.gallery-window::-webkit-scrollbar {
  display: none;
}

.gallery-window.is-dragging {
  cursor: grabbing;
}

.gallery-window.is-dragging .resource-preview {
  pointer-events: none;
}

.gallery-track {
  display: flex;
  width: max-content;
  gap: 16px;
}

.resource-preview {
  width: 256px;
  height: auto;
  aspect-ratio: 1055 / 1491;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(48, 39, 31, 0.08);
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.resource-card {
  position: relative;
  width: 256px;
  aspect-ratio: 3 / 4;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 24px 20px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(48, 39, 31, 0.08);
}

.resource-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--card-color, var(--accent));
  content: "";
}

.resource-kicker {
  margin-bottom: 12px;
  color: var(--card-color, var(--accent));
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.resource-card h3 {
  min-height: 58px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.04;
}

.resource-card > p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.relationship { --card-color: #c85c3d; }
.questions { --card-color: #2e67a0; }
.identity { --card-color: #8a5f91; }
.coping { --card-color: #3f735a; }
.social { --card-color: #3d6e78; }
.anxiety { --card-color: #d49b2d; }

.traffic {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 12px;
}

.traffic i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #4a8b5e;
}

.traffic i:nth-child(2) { background: #e3b333; }
.traffic i:nth-child(3) { background: #c74f46; }

.write-lines {
  height: 72px;
  background: repeating-linear-gradient(to bottom, transparent 0 22px, #d9d0c3 23px 24px);
}

.choice-row {
  display: flex;
  gap: 8px;
  margin: 28px 0 14px;
}

.choice-row b {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 12px;
  background: #e7eef7;
  color: #2e67a0;
}

.identity-circles {
  position: relative;
  height: 100px;
  margin-top: 18px;
}

.identity-circles i {
  position: absolute;
  left: 48px;
  width: 96px;
  height: 96px;
  border: 3px solid #8a5f91;
  border-radius: 50%;
  background: rgba(138, 95, 145, 0.08);
}

.identity-circles i + i {
  left: 92px;
  border-color: #d55c2f;
  background: rgba(213, 92, 47, 0.08);
}

.mini-grid {
  display: grid;
  margin-top: 24px;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.mini-grid i {
  display: grid;
  height: 60px;
  place-items: center;
  border-radius: 12px;
  background: #e2ede5;
  color: #3f735a;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.phone-card {
  width: 84px;
  height: 116px;
  margin: 18px auto 2px;
  border: 8px solid #3d6e78;
  border-radius: 14px;
  background: linear-gradient(145deg, #f3c2ac, #c2dbe0);
}

.probability {
  height: 18px;
  margin: 28px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee4d5;
}

.probability span {
  display: block;
  width: 38%;
  height: 100%;
  background: #d49b2d;
}

.gallery-cta {
  margin-top: 42px;
  padding-inline: 24px;
  text-align: center;
}

.outcomes {
  padding-top: 92px;
}

.outcomes h2 {
  margin-bottom: 36px;
  text-align: center;
}

.arrow-list {
  display: grid;
  gap: 18px;
  list-style: none;
}

.arrow-list li {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.55;
}

.arrow-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--accent);
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 12 2.2 2.2 4.8-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 12 2.2 2.2 4.8-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.manifesto {
  background: var(--accent);
  color: #fff;
}

.manifesto h2 {
  font-size: clamp(30px, 4vw, 42px);
}

.manifesto p {
  margin: 18px auto 30px;
  font-size: 16px;
  line-height: 1.6;
}

.manifesto .secure-strip {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.secure-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.secure-strip .ui-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.product-overview {
  display: grid;
  align-items: center;
  gap: 38px;
  grid-template-columns: 300px 1fr;
}

.product-overview img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-overview h3 {
  font-size: 28px;
}

.product-count {
  margin: 3px 0 22px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 800;
}

.check-list,
.feature-list,
.bonus-list {
  list-style: none;
}

.check-list {
  display: grid;
  gap: 13px;
}

.check-list li {
  position: relative;
  padding-left: 29px;
  line-height: 1.5;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.bonus-intro {
  margin: 36px 0 24px;
  font-size: 16px;
  line-height: 1.6;
}

.bonus-badge,
.price-timer,
.best-seller {
  display: inline-flex;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.bonus-grid {
  display: grid;
  margin-top: 20px;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.bonus-card {
  display: grid;
  min-height: 164px;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  grid-template-columns: 110px 1fr;
}

.bonus-wide {
  grid-column: 1 / -1;
}

.bonus-cover {
  display: flex;
  width: 110px;
  height: 128px;
  justify-content: center;
  flex-direction: column;
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 9px 16px rgba(26, 24, 20, 0.18);
}

.bonus-cover span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.bonus-cover b {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.05;
}

.bonus-cover small {
  margin-top: 12px;
  font-size: 9px;
  opacity: 0.8;
}

.bonus-green { background: linear-gradient(145deg, #4b705b, #2d463a); }
.bonus-purple { background: linear-gradient(145deg, #86677b, #4c3546); }
.bonus-orange { background: linear-gradient(145deg, #df7656, #a83f29); }
.bonus-teal { background: linear-gradient(145deg, #4e7e7a, #2b4c4a); }

.bonus-cover-image {
  width: 110px;
  height: auto;
  aspect-ratio: 1122 / 1402;
  filter: drop-shadow(0 9px 12px rgba(26, 24, 20, 0.2));
  object-fit: contain;
}

.bonus-card h3 {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.25;
}

.bonus-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.bonus-card .value {
  margin-top: 9px;
}

.value s {
  margin-right: 8px;
  color: #e08080;
}

.value strong {
  color: var(--green-soft);
}

.content-cta {
  margin-top: 42px;
}

.google-reviews {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.google-reviews > .container {
  width: min(calc(100% - 64px), 1152px);
}

.google-review-summary {
  display: flex;
  max-width: 1152px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 auto 36px;
  padding: 0 32px;
}

.google-review-logo {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.google-review-logo-large {
  width: 64px;
  height: 64px;
}

.google-review-excellent {
  font-size: 20px;
  font-weight: 750;
}

.google-stars {
  color: #fbbc04;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
}

.google-summary-stars {
  font-size: 21px;
}

.google-review-score {
  font-size: 16px;
  font-weight: 650;
}

.google-review-rows {
  display: grid;
  gap: 16px;
}

.google-review-viewport {
  width: 100%;
  overflow: hidden;
  padding: 2px 0;
}

.google-review-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: google-review-left 38s linear infinite;
  will-change: transform;
}

.google-review-track-reverse {
  animation-name: google-review-right;
  animation-duration: 42s;
}

.google-review-viewport:hover .google-review-track,
.google-review-track.is-paused {
  animation-play-state: paused;
}

.google-review-card {
  display: flex;
  width: 300px;
  min-height: 232px;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  text-align: left;
  box-shadow: 0 4px 14px rgba(26, 24, 20, 0.05);
}

.google-review-card-head,
.google-review-person {
  display: flex;
  align-items: flex-start;
}

.google-review-card-head {
  justify-content: space-between;
  gap: 12px;
}

.google-review-person {
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.google-review-avatar {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.google-review-initial {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
}

.initial-orange { background: #f97316; }
.initial-teal { background: #148f86; }
.initial-green { background: #4a7c59; }
.initial-purple { background: #7561a8; }

.google-review-meta {
  min-width: 0;
}

.google-review-meta h3 {
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.google-review-meta p {
  margin-top: 2px;
  color: var(--subtle);
  font-size: 12px;
}

.google-review-copy {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.google-review-cta {
  margin-top: 42px;
}

.google-review-cta .limited-note {
  margin-top: 0;
}

@keyframes google-review-left {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}

@keyframes google-review-right {
  from { transform: translateX(calc(-50% - 8px)); }
  to { transform: translateX(0); }
}

@media (min-width: 640px) {
  .google-review-logo-large {
    width: 80px;
    height: 80px;
  }

  .google-review-excellent {
    font-size: 24px;
  }

  .google-review-score {
    font-size: 18px;
  }

  .google-review-card {
    width: 340px;
    min-height: 238px;
    padding: 20px;
  }
}

.limited-note {
  margin: 34px 0 18px;
  color: var(--subtle);
  font-size: 14px;
}

.pricing {
  text-align: center;
}

.price-timer {
  margin-bottom: 22px;
  background: rgba(213, 92, 47, 0.1);
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.price-grid {
  display: grid;
  width: min(100%, 860px);
  align-items: start;
  margin: 0 auto;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

.price-card {
  position: relative;
  min-height: 660px;
  padding: 34px 30px;
  border-radius: 16px;
}

.basic-card {
  border: 1px solid var(--border);
  background: #fff;
}

.complete-card {
  margin-top: 0;
  background: var(--green);
  color: #fff;
  box-shadow: 0 18px 40px rgba(61, 90, 74, 0.22);
}

.plan-label {
  color: var(--subtle);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-align: center;
}

.complete-card .plan-label {
  color: rgba(255, 255, 255, 0.68);
}

.basic-product {
  display: flex;
  width: 170px;
  height: 220px;
  justify-content: center;
  flex-direction: column;
  margin: 28px auto;
  padding: 26px;
  border-radius: 7px;
  background: linear-gradient(145deg, #f7eee4 0 60%, #d55c2f 60% 78%, #3d5a4a 78%);
  box-shadow: 0 14px 22px rgba(26, 24, 20, 0.17);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.02;
}

.basic-product strong {
  color: var(--accent);
}

.basic-product small {
  margin-top: 14px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
}

.basic-product-image {
  display: block;
  width: 190px;
  height: 238px;
  margin: 18px auto 28px;
  object-fit: contain;
}

.price {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
}

.payment-note,
.complete-tagline,
.old-price,
.savings {
  text-align: center;
}

.payment-note {
  margin: 4px 0 22px;
  color: var(--muted);
  font-size: 12px;
}

.complete-card .payment-note {
  color: rgba(255, 255, 255, 0.64);
}

.complete-card > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 265px;
  margin: 12px auto 20px;
  object-fit: contain;
}

.complete-card .checkout-button {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.complete-tagline {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.old-price {
  color: #ef9191;
  font-size: 13px;
  text-decoration: line-through;
}

.savings {
  margin: -12px 0 22px;
  color: #e8865f;
  font-size: 13px;
  font-weight: 700;
}

.feature-list,
.bonus-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 13px;
}

.feature-list li,
.bonus-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.35;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "✓";
  font-weight: 900;
}

.complete-card .feature-list,
.complete-card .bonus-list {
  border-color: rgba(255, 255, 255, 0.12);
}

.complete-card .feature-list li::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
}

.bonus-list li::before {
  content: none;
}

.bonus-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
}

.bonus-list .bonus-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  color: var(--accent);
}

.upgrade-note {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #f6f7f5;
  color: var(--green);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.upgrade-note small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.best-seller {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.guarantee-seal {
  display: block;
  width: 164px;
  height: auto;
  margin: 0 auto 22px;
}

.guarantee p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.guarantee .risk {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
}

.accordion {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  transition: border-color 180ms ease;
}

.faq-item.is-open {
  border-color: rgba(213, 92, 47, 0.48);
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.faq-item button b {
  font-size: 18px;
  transition: transform 180ms ease;
}

.faq-item.is-open button b {
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-answer p {
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.faq-cta {
  margin-top: 42px;
}

footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 32px 24px;
  border-top: 1px solid var(--border);
  background: var(--sand);
  color: var(--subtle);
  font-size: 13px;
  text-align: center;
}

footer p {
  margin: 0;
}

footer a {
  color: inherit;
  font-weight: 700;
  text-underline-offset: 3px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  visibility: hidden;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: transparent;
  color: var(--muted);
  font-size: 26px;
}

.modal-kicker {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.modal-card h2 {
  padding-right: 28px;
  font-size: 30px;
}

.modal-card > p:not(.modal-kicker):not(.modal-price):not(.modal-security) {
  margin: 14px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.modal-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 18px 0;
}

.modal-price s {
  color: var(--subtle);
}

.modal-price strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 48px;
}

.check-list.compact {
  margin-bottom: 22px;
  gap: 9px;
  font-size: 14px;
}

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

.text-button {
  width: 100%;
  min-height: 44px;
  margin-top: 8px;
  background: transparent;
  color: var(--subtle);
  font-size: 13px;
}

.modal-security {
  margin-top: 10px;
  color: var(--subtle);
  font-size: 11px;
  text-align: center;
}

.setup-toast {
  position: fixed;
  z-index: 60;
  right: 20px;
  bottom: 20px;
  max-width: 360px;
  padding: 14px 18px;
  transform: translateY(30px);
  border-radius: 12px;
  background: #1f2823;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.setup-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.fade-up {
  animation: fade-up 420ms ease-out both;
}

.delay-1 { animation-delay: 80ms; }
.delay-2 { animation-delay: 150ms; }
.delay-3 { animation-delay: 210ms; }
.delay-4 { animation-delay: 290ms; }
.delay-5 { animation-delay: 360ms; }

@keyframes fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(213, 92, 47, 0.45); }
  50% { box-shadow: 0 0 0 11px rgba(213, 92, 47, 0); }
}

@media (max-width: 767px) {
  .section {
    padding: 56px 15px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-inner {
    gap: 19px;
  }

  .eyebrow {
    max-width: 350px;
    font-size: 10px;
  }

  .hero-title {
    width: 100%;
    max-width: 430px;
    font-size: clamp(27px, 7vw, 34px);
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .hero-title-desktop {
    display: none;
  }

  .hero-title-mobile {
    display: block;
  }

  .hero-title-mobile > span {
    display: block;
    color: var(--text);
    white-space: nowrap;
  }

  .hero-sub {
    max-width: 345px;
    font-size: 14px;
  }

  .hero-mockup {
    width: min(100%, 430px);
    max-width: 100%;
    margin: 6px auto 10px;
  }

  .button-wide-mobile {
    width: 100%;
  }

  .hero-cta p {
    font-size: 12px;
  }

  .benefit-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    text-align: left;
  }

  .benefit-strip span {
    font-size: 13px;
  }

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

  .section-heading h2,
  .outcomes h2,
  .guarantee h2,
  .faq h2 {
    font-size: 27px;
  }

  .resource-card {
    width: 208px;
    padding: 20px 17px;
  }

  .gallery-window {
    padding: 0 0 14px;
  }

  .gallery-track {
    gap: 14px;
    padding-inline: max(20px, calc((100vw - min(78vw, 300px)) / 2));
  }

  .resource-preview {
    width: min(78vw, 300px);
    border-radius: 14px;
  }

  .resource-card h3 {
    min-height: 52px;
    font-size: 21px;
  }

  .gallery-cta {
    margin-top: 34px;
  }

  .outcomes {
    padding-top: 70px;
  }

  .outcomes h2 {
    margin-bottom: 32px;
  }

  .arrow-list {
    gap: 16px;
  }

  .arrow-list li {
    padding-left: 26px;
    font-size: 14px;
  }

  .manifesto {
    padding-block: 62px;
  }

  .manifesto h2 {
    font-size: 28px;
  }

  .manifesto p {
    font-size: 14px;
  }

  .secure-strip {
    gap: 12px 18px;
    font-size: 11px;
  }

  .product-overview {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .product-overview img {
    width: min(100%, 430px);
    max-width: 100%;
    margin: 0 auto 6px;
  }

  .product-overview h3 {
    font-size: 24px;
  }

  .product-count {
    font-size: 23px;
  }

  .check-list {
    gap: 12px;
  }

  .check-list li {
    font-size: 14px;
  }

  .bonus-intro {
    margin-top: 30px;
    font-size: 14px;
  }

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

  .bonus-wide {
    grid-column: auto;
  }

  .bonus-card {
    min-height: 168px;
    gap: 14px;
    padding: 14px;
    grid-template-columns: 94px 1fr;
  }

  .bonus-cover {
    width: 94px;
    height: 132px;
    padding: 11px;
  }

  .bonus-cover-image {
    width: 94px;
  }

  .bonus-card h3 {
    font-size: 14px;
  }

  .bonus-card p {
    font-size: 12px;
  }

  .button {
    min-height: 54px;
    padding-inline: 30px;
  }

  .google-reviews > .container {
    width: min(calc(100% - 32px), 1152px);
  }

  .google-review-summary {
    margin-bottom: 30px;
    padding-inline: 16px;
  }

  .google-review-logo-large {
    width: 52px;
    height: 52px;
  }

  .google-review-excellent {
    font-size: 18px;
  }

  .google-review-score {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .google-review-card {
    width: 286px;
    min-height: 226px;
  }

  .pricing .section-heading p {
    font-size: 14px;
  }

  .price-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
    padding: 32px 22px;
  }

  .basic-card {
    padding-top: 34px;
  }

  .basic-product {
    margin-block: 34px;
  }

  .basic-product-image {
    width: 176px;
    height: 220px;
    margin-block: 24px 32px;
  }

  .complete-card {
    margin-top: 8px;
  }

  .complete-card > img {
    width: 100%;
    height: auto;
    max-height: 280px;
    margin: 14px auto 22px;
  }

  .price {
    font-size: 52px;
  }

  .guarantee-seal {
    width: 144px;
    margin-bottom: 20px;
  }

  .guarantee p {
    font-size: 14px;
  }

  .faq-item button {
    min-height: 62px;
    padding: 16px;
    font-size: 13px;
  }

  .faq-answer p {
    padding: 0 16px 18px;
    font-size: 13px;
  }

  .modal {
    padding: 14px;
  }

  .modal-card {
    padding: 26px 20px;
  }

  .modal-card h2 {
    font-size: 27px;
  }

  .setup-toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
  }
}

@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;
  }
}
