:root {
  --page-bg: #fcf6ef;
  --max-page-width: 1586px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.site-shell {
  width: 100%;
  overflow-x: hidden;
}

/*
  SECTION 00 — HEADER + HERO
  LOCKED V1. Do not change this block without creating a new working version.
*/
.hero {
  position: relative;
  width: 100%;
  max-width: var(--max-page-width);
  margin: 0 auto;
  line-height: 0;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.hero__hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  cursor: pointer;
}

.hero__hotspot--method       { left: 46.8%; top: 1.2%; width: 7.0%;  height: 6.0%; }
.hero__hotspot--what-you-get { left: 55.5%; top: 1.2%; width: 8.0%;  height: 6.0%; }
.hero__hotspot--look-inside  { left: 65.4%; top: 1.2%; width: 7.0%;  height: 6.0%; }
.hero__hotspot--faq          { left: 73.6%; top: 1.2%; width: 3.5%;  height: 6.0%; }
.hero__hotspot--header-cta   { left: 81.2%; top: 1.4%; width: 15.8%; height: 5.5%; }
.hero__hotspot--hero-cta     { left: 3.4%;  top: 81.7%; width: 36.9%; height: 7.7%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*
  Future sections are added below Section 00.
  Do not place new code inside the locked Hero rules above.
*/

/* ==========================================================
   V1.4.1 REVIEW CHANGE — HEADER CTA ONLY
   Approved source beneath remains untouched.
   ========================================================== */

.site-header-code .header-cta-code {
  position: absolute;
  left: 81.2%;
  top: 1.4%;
  width: 15.8%;
  height: 5.5%;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8px, 0.50vw);
  padding: 0 min(14px, 0.88vw);

  pointer-events: auto;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;

  border: 1px solid #344516;
  border-radius: 12px;
  background: linear-gradient(180deg, #607432 0%, #45581d 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 2px 5px rgba(46, 39, 29, 0.12);

  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: min(15px, 0.95vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08px;
}

.site-header-code .header-cta-code__divider {
  display: block;
  flex: 0 0 min(17px, 1.07vw);
  width: min(17px, 1.07vw);
  height: 1px;
  background: currentColor;
  opacity: 0.92;
}

/* ==========================================================
   02R OFFER TEXT ONLY — CODE MIGRATION SANDBOX
   Exact geometry measured from the approved 1586 x 992 reference.
   No global selector and no approved component is modified.
   ========================================================== */

.offer-text-code {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  line-height: normal;
  color: #2e2925;
  font-family: "Segoe UI", Arial, sans-serif;
}

.offer-text-code__row {
  position: absolute;
  left: 9.710%;              /* 154 / 1586 */
  width: 28.373%;            /* 450 / 1586 */
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: min(17px, 1.0719vw);
  line-height: 1.20;
  font-weight: 400;
  text-align: left;
}

.offer-text-code__row--1 {
  top: 38.508%;              /* 382 / 992 */
  height: 5.544%;            /* 55 / 992 */
}

.offer-text-code__row--2 {
  top: 44.657%;              /* 443 / 992 */
  height: 5.544%;
}

.offer-text-code__row--3 {
  top: 50.806%;              /* 504 / 992 */
  height: 5.544%;
}

.offer-text-code__row--4 {
  top: 56.855%;              /* 564 / 992 */
  height: 7.460%;            /* 74 / 992 */
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: min(5px, 0.3153vw);
}

.offer-text-code__main {
  display: block;
  font-size: min(17px, 1.0719vw);
  line-height: 1.12;
  font-weight: 400;
  white-space: nowrap;
}

.offer-text-code__sub {
  display: block;
  font-size: min(13.5px, 0.8512vw);
  line-height: 1.15;
  font-weight: 400;
  white-space: nowrap;
}

