:root {
  --green: #18362f;
  --green-2: #2d6a5f;
  --gold: #9e7d46;
  --cream: #fffdfa;
  --soft: #f6eee8;
  --paper: #fff8f0;
  --text: #18362f;
  --muted: #61554d;
  --line: rgba(24, 54, 47, 0.1);
  --shadow: 0 22px 60px rgba(87, 68, 50, 0.12);
  --radius: 28px;
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::selection {
  background: rgba(158, 125, 70, 0.22);
}

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

img {
  max-width: 100%;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  transform: translateY(-140%);
}

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

.top-info-bar {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid rgba(232, 217, 207, 0.8);
  background: var(--green);
  color: #fff8f0;
}

.top-info-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 4vw, 34px);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 250, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.topbar-grid,
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
}

.brand-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff7ee;
  background: var(--green);
}

.proof-strip {
  padding: 18px 0;
  background: linear-gradient(90deg, rgba(234, 221, 206, 0.5), rgba(255, 250, 246, 0.96), rgba(234, 221, 206, 0.5));
  border-bottom: 1px solid var(--line);
}

.proof-grid-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  color: var(--green);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.hero,
.pain-section,
.quiz-section,
.why-section,
.technology-section,
.steps-section,
.offer-section,
.results-section,
.faq-section,
.app-section,
.contact-section {
  padding: 76px 0;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(232, 197, 71, 0.13), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #f6eee8 100%);
}

.hero-grid,
.quiz-layout,
.tech-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 34px;
  align-items: start;
}

.kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.98;
}

h1 {
  max-width: 11ch;
  font-size: clamp(38px, 5.4vw, 68px);
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
}

h3 {
  font-size: 24px;
}

.hero-lead,
.hero-selling-copy,
.quiz-copy p,
.tech-grid p,
.section-head p,
.offer-panel p,
.contact-panel p,
.faq-list p {
  color: var(--muted);
}

.hero-lead {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: 17px;
}

.hero-selling-copy {
  max-width: 60ch;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.hero-trust-note {
  max-width: 52ch;
  margin-top: 16px;
  padding: 10px 14px;
  border: 1px solid rgba(158, 125, 70, 0.34);
  border-left: 3px solid var(--gold);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-trust-note strong,
.hero-trust-note span {
  display: inline;
}

.hero-trust-note strong {
  color: var(--green);
  font-weight: 900;
}

.hero-trust-note strong::after {
  content: " ";
}

.hero-trust-note span {
  color: var(--muted);
}

.urgency-banner {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(158, 125, 70, 0.14);
  border: 1px solid rgba(158, 125, 70, 0.32);
  font-weight: 900;
}

.hero-actions,
.quiz-actions,
.result-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.btn:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(158, 125, 70, 0.35);
  outline-offset: 3px;
}

.btn-primary {
  color: #fff7ee;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 20px 36px rgba(28, 73, 66, 0.18);
}

.btn-secondary {
  color: var(--green);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.btn-secondary-light {
  color: #fff8f0;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hero-facts li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-weight: 700;
}

.hero-media,
.tech-photo {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.hero-media img,
.tech-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-offer {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 253, 250, 0.88);
  box-shadow: 0 16px 42px rgba(24, 54, 47, 0.16);
  backdrop-filter: blur(14px);
}

.hero-offer span,
.freedom-calculator span,
.matched-offer span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-offer strong {
  display: block;
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.hero-offer p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.quiz-section {
  background: #fff;
}

.pain-section {
  background: #fff;
}

.pain-panel,
.results-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 238, 232, 0.82));
  box-shadow: 0 16px 42px rgba(87, 68, 50, 0.08);
}

.pain-panel p,
.results-panel p {
  margin: 18px 0 0;
  color: var(--muted);
}

.pain-grid,
.results-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pain-grid span,
.results-list li {
  list-style: none;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--green);
  background: #fff;
  font-weight: 800;
}

.why-section {
  background: #fff;
}

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

.why-grid article,
.package-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.why-grid span,
.package-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.why-grid p,
.package-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.package-points {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  color: var(--green);
  font-weight: 800;
  list-style: none;
}

.package-points li {
  position: relative;
  padding-left: 18px;
}

.package-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.quiz-layout {
  align-items: start;
}

.quiz-copy {
  position: sticky;
  top: 108px;
}

.freedom-calculator,
.quiz-card,
.offer-panel,
.contact-panel,
.steps-grid article,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.freedom-calculator {
  margin-top: 24px;
  padding: 22px;
}

.freedom-calculator-inline {
  margin: 20px 24px 0;
  box-shadow: none;
}

.freedom-calculator-result {
  margin: 18px 0;
  box-shadow: none;
}

.freedom-calculator strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
}

.freedom-calculator b {
  font: inherit;
}

.quiz-card {
  overflow: hidden;
}

.quiz-progress {
  padding: 22px 24px 0;
}

.quiz-progress span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-progress div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--soft);
}

.quiz-progress i {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 220ms ease;
}

form,
.quiz-result {
  padding: 24px;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.quiz-step {
  display: none;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step.is-active {
  display: grid;
  gap: 12px;
}

.quiz-step legend {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.quiz-step label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  min-height: 76px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
}

.quiz-step input[type="radio"] {
  width: 22px;
  height: 22px;
  accent-color: var(--gold);
}

.quiz-step label:has(input:checked) {
  border-color: rgba(158, 125, 70, 0.54);
  box-shadow: 0 12px 32px rgba(87, 68, 50, 0.1);
}

.quiz-step b,
.quiz-step small {
  display: block;
}

.quiz-step small {
  margin-top: 4px;
  color: var(--muted);
}

.quiz-fields {
  display: grid;
  gap: 12px;
}

.quiz-fields label {
  display: grid;
  min-height: auto;
  color: var(--green);
  font-weight: 800;
}

.quiz-fields input {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
}

.consent {
  grid-template-columns: auto 1fr;
  font-weight: 600;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.consent a {
  text-decoration: underline;
  font-weight: 900;
}

.quiz-error,
.local-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff5f3;
  color: #8a453e;
  font-weight: 700;
}

.quiz-actions .btn[disabled] {
  opacity: 0.45;
  pointer-events: none;
}

.matched-offer {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(158, 125, 70, 0.38);
  border-radius: 20px;
  background: #fffaf2;
}

.matched-offer strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.technology-section {
  background: linear-gradient(180deg, #fffdfa, #f6eee8);
}

.tech-grid {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.tech-photo {
  min-height: 0;
  align-self: stretch;
}

.tech-photo img {
  display: block;
  width: 100%;
  height: clamp(360px, 42vw, 520px);
  object-fit: contain;
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tech-copy {
  max-width: 560px;
}

.tech-copy h2 {
  max-width: 10ch;
}

.tech-copy > p:not(.kicker) {
  max-width: 54ch;
}

.tech-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tech-thumbs img {
  width: 100%;
  height: clamp(128px, 13vw, 168px);
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(87, 68, 50, 0.08);
}

.steps-section {
  background: #fff;
}

.section-head {
  max-width: 700px;
  margin-bottom: 30px;
}

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

.steps-grid article {
  padding: 24px;
}

.steps-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--gold);
  font-weight: 900;
}

.steps-grid p {
  color: var(--muted);
}

.offer-section {
  padding-top: 0;
  background: #fff;
}

.seo-panel,
.location-mini {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 24px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(87, 68, 50, 0.08);
}

.seo-copy {
  display: grid;
  gap: 14px;
}

#seo-title {
  max-width: 10ch;
  font-size: clamp(42px, 4.5vw, 68px);
  overflow-wrap: anywhere;
}

.seo-copy p {
  margin: 0;
  color: var(--muted);
}

.internal-links,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.internal-links a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: var(--cream);
  font-weight: 800;
}

.location-mini {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 238, 232, 0.9));
}

.location-mini p {
  color: var(--muted);
}

.location-map {
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--soft);
  box-shadow: 0 18px 46px rgba(87, 68, 50, 0.1);
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

.packages-panel {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 238, 232, 0.96)),
    radial-gradient(circle at top right, rgba(158, 125, 70, 0.14), transparent 34%);
  box-shadow: var(--shadow);
}

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

.package-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.package-card strong {
  display: block;
  margin: 12px 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
}

.package-card-highlight {
  border-color: rgba(158, 125, 70, 0.42);
  background:
    linear-gradient(180deg, #fff, #fff8ef);
}

.package-card-bonus {
  border-color: rgba(45, 106, 95, 0.34);
  background:
    linear-gradient(180deg, #fff, rgba(45, 106, 95, 0.08));
}

.online-bonus-note {
  max-width: 78ch;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(158, 125, 70, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.package-card .btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.results-section {
  background: #fff;
  padding-top: 0;
}

.reviews-section {
  background: #fff;
  padding: 0 0 76px;
}

.reviews-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 238, 232, 0.86)),
    radial-gradient(circle at top right, rgba(158, 125, 70, 0.12), transparent 34%);
  box-shadow: 0 16px 42px rgba(87, 68, 50, 0.08);
}

.reviews-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
}

.reviews-copy p {
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
}

.google-reviews-widget {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 18px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(87, 68, 50, 0.08);
}

.reviews-rating {
  display: grid;
  gap: 8px;
  text-align: left;
}

.reviews-rating strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1;
}

.reviews-rating span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-list {
  display: grid;
  gap: 12px;
}

.reviews-list > p,
.reviews-list > a {
  margin: 0;
  color: var(--muted);
}

.reviews-list > a {
  font-weight: 900;
  text-decoration: underline;
}

.review {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.review strong,
.review span {
  display: block;
}

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

.review span {
  margin-top: 3px;
  color: var(--gold);
  font-weight: 900;
}

.review p {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--muted);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  align-items: start;
}

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

details {
  overflow: hidden;
  box-shadow: none;
}

summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 24px 22px;
}

.faq-hint {
  margin: 0 24px 22px;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
  background: var(--soft);
  color: var(--green);
  font-weight: 800;
}

.app-section {
  padding-top: 0;
  background: #fff;
}

.app-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 238, 232, 0.94)),
    radial-gradient(circle at top right, rgba(158, 125, 70, 0.12), transparent 36%);
  box-shadow: var(--shadow);
}

.app-panel h2 {
  max-width: 12ch;
}

.app-panel p {
  max-width: 58ch;
  color: var(--muted);
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.store-link {
  display: inline-flex;
  min-width: 172px;
  min-height: 62px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(87, 68, 50, 0.08);
}

.store-link span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.store-link strong {
  font-size: 18px;
  font-weight: 900;
}

.contact-section {
  background: var(--green);
}

.contact-panel {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.contact-panel h2,
.contact-panel p {
  color: #fff8f0;
}

.contact-panel .kicker {
  color: rgba(255, 244, 232, 0.7);
}

.footer {
  padding: 32px 0 102px;
  background: #fff;
}

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

.sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  display: grid;
  max-width: 520px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(232, 217, 207, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(23, 19, 17, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
}

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

.sticky-cta a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.whatsapp-assistant {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 55;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.wa-assistant-toggle {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(232, 217, 207, 0.9);
  border-radius: 999px;
  color: #fff8f0;
  background: var(--green);
  box-shadow: 0 18px 44px rgba(23, 19, 17, 0.2);
  cursor: pointer;
}

.wa-assistant-toggle span,
.wa-assistant-toggle strong {
  display: block;
  line-height: 1;
}

.wa-assistant-toggle span {
  color: rgba(255, 248, 240, 0.78);
  font-size: 12px;
}

.wa-assistant-toggle strong {
  font-size: 15px;
}

.wa-assistant-panel {
  width: min(340px, calc(100vw - 28px));
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 22px 58px rgba(23, 19, 17, 0.22);
}

.wa-assistant-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.wa-assistant-head p {
  margin: 0;
  color: var(--green);
  font-weight: 900;
}

.wa-assistant-head button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: #fff;
  cursor: pointer;
}

.wa-quick-questions {
  display: grid;
  gap: 8px;
}

.wa-quick-questions a {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--green);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.wa-quick-questions a:last-child {
  color: #fff8f0;
  background: var(--green);
  text-align: center;
}

@media (max-width: 920px) {
  nav a:not(.nav-cta) {
    display: none;
  }

  .proof-grid-top,
  .hero-grid,
  .pain-panel,
  .quiz-layout,
  .why-grid,
  .tech-grid,
  .faq-grid,
  .reviews-panel,
  .seo-panel,
  .location-mini,
  .packages-grid,
  .results-panel,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .quiz-copy {
    position: static;
  }

  .hero-media,
  .tech-photo {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 76px;
  }

  .container {
    width: min(100% - 22px, var(--max));
  }

  .hero,
  .pain-section,
  .quiz-section,
  .why-section,
  .technology-section,
  .steps-section,
  .offer-section,
  .reviews-section,
  .results-section,
  .faq-section,
  .app-section,
  .contact-section {
    padding: 48px 0;
  }

  .hero {
    padding-top: 36px;
  }

  .brand small {
    display: none;
  }

  .top-info-inner {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .top-info-inner::-webkit-scrollbar {
    display: none;
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 13px;
  }

  .proof-grid-top {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .proof-grid-top::-webkit-scrollbar {
    display: none;
  }

  .proof-strip {
    padding: 10px 0;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.02;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 16px;
  }

  .hero-selling-copy {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-trust-note {
    margin-top: 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .urgency-banner {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
    text-align: center;
  }

  .pain-grid,
  .results-list {
    grid-template-columns: 1fr;
  }

  .why-grid article,
  .package-card {
    padding: 18px;
  }

  .package-card strong {
    font-size: 38px;
  }

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

  .hero-trust-note strong::after {
    content: "";
  }

  .hero-actions,
  .quiz-actions,
  .result-actions,
  .contact-actions,
  .contact-panel,
  .app-panel,
  .app-actions,
  .footer-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .store-link,
  .footer nav {
    width: 100%;
  }

  .hero-media {
    min-height: 300px;
  }

  .hero-media img {
    object-position: center 42%;
  }

  .hero-offer {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }

  .hero-offer strong {
    font-size: 32px;
  }

  .quiz-copy p {
    max-width: 34ch;
  }

  #seo-title {
    max-width: 12ch;
    font-size: clamp(34px, 11vw, 48px);
  }

  .quiz-card {
    border-radius: 20px;
  }

  .quiz-progress {
    padding: 10px 12px 0;
  }

  .quiz-progress span {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .quiz-progress div {
    height: 5px;
  }

  .freedom-calculator-inline {
    margin: 9px 10px 0;
    padding: 10px 12px;
    border-radius: 16px;
    background: #fff;
  }

  .freedom-calculator span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .freedom-calculator strong {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.05;
  }

  .freedom-calculator p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .tech-thumbs {
    grid-template-columns: 1fr;
  }

  form,
  .quiz-result {
    padding: 10px;
  }

  .quiz-step.is-active {
    gap: 7px;
  }

  .quiz-step legend {
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .quiz-step label {
    min-height: auto;
    gap: 9px;
    align-items: start;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .quiz-step input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }

  .quiz-step b {
    font-size: 13px;
    line-height: 1.25;
  }

  .quiz-step small {
    display: block;
    margin-top: 1px;
    font-size: 10.5px;
    line-height: 1.25;
  }

  .quiz-actions {
    gap: 6px;
    margin-top: 8px;
  }

  .quiz-actions .btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .whatsapp-assistant {
    right: 14px;
    bottom: 82px;
  }

  .wa-assistant-toggle {
    min-height: 50px;
    padding: 8px 14px;
  }
}

@media (min-width: 681px) {
  .sticky-cta {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
