body.simple-home {
  min-height: 100vh;
  margin: 0;
  color: var(--home-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.site-header,
.purchase-page,
.simple-footer {
  margin-inline: auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--home-text);
  text-decoration: none;
}

.site-brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 7px;
  object-fit: cover;
}

.site-brand strong,
.site-brand small {
  display: block;
}

.site-brand small {
  margin-top: 2px;
  color: var(--home-muted);
  font-size: 12px;
}

.site-brand .site-brand-domain {
  margin-top: 1px;
  color: var(--home-purple-dark);
  font-weight: 800;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-muted);
  font-size: 13px;
}

.header-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-green);
}

.purchase-page {
  display: grid;
  align-items: start;
  padding-block: 54px 46px;
}

.sales-copy {
  min-width: 0;
}

.sales-intro-panel {
  border: 1px solid var(--home-line);
}

.sales-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.sales-copy h1 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

.sales-lead {
  margin: 20px 0 0;
  line-height: 1.55;
}

.simple-flow {
  align-items: center;
  font-weight: 700;
}

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

.simple-flow b {
  display: grid;
  place-items: center;
  font-size: 12px;
}

.draw-summary {
  border: 1px solid var(--home-line);
  border-left: 4px solid var(--home-purple);
  border-radius: 7px;
}

.draw-waiting-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding: 13px 15px;
  border: 1px solid #d7b85f;
  border-radius: 7px;
}

.draw-waiting-alert + .draw-summary {
  margin-top: 10px;
}

.draw-waiting-alert strong,
.draw-waiting-alert small {
  display: block;
}

.draw-waiting-alert strong {
  font-size: 13px;
}

.draw-waiting-alert small {
  margin-top: 3px;
  color: #71591a;
  font-size: 11px;
}

.waiting-pulse {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: home-waiting-pulse 1.5s ease-in-out infinite;
}

.draw-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.draw-heading span {
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.draw-heading h2 {
  margin: 4px 0 0;
}

.draw-heading time {
  color: var(--home-muted);
}

.draw-balls {
  display: grid;
  grid-template-columns: repeat(15, minmax(0, 1fr));
  gap: 5px;
  margin-top: 15px;
}

.draw-balls span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-width: 0;
  border-radius: 50%;
  font-weight: 800;
}

.history-base {
  margin: 11px 0 0;
  color: var(--home-muted);
  font-size: 11px;
}

.performance-details summary,
.advanced-settings summary {
  cursor: pointer;
  list-style: none;
}

.performance-details summary::-webkit-details-marker,
.advanced-settings summary::-webkit-details-marker {
  display: none;
}

.responsible-note {
  margin: 18px 0 0;
  font-size: 12px;
}

.service-limits {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
}

.service-limits-heading span {
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.service-limits-heading h2 {
  margin: 5px 0 0;
  font-size: 21px;
}

.service-limits ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-limits li {
  position: relative;
  padding-left: 18px;
  color: var(--home-text);
  font-size: 13px;
  line-height: 1.45;
}

.service-limits li::before {
  position: absolute;
  top: 0.57em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-purple);
  content: "";
}

.service-limits > p {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.5;
}

.order-panel {
  border: 1px solid var(--home-line);
  border-radius: 8px;
}

.order-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--home-line);
}

.order-heading span {
  color: var(--home-muted);
  font-size: 12px;
}

.order-heading h2 {
  margin: 4px 0 0;
}

.order-heading > strong {
  font-size: 24px;
  white-space: nowrap;
}

.sales-paused-note {
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid #d7b85f;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.order-fieldset {
  min-width: 0;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}

.order-fieldset legend,
.email-field > label,
.conditional-field > label {
  margin-bottom: 9px;
  color: var(--home-text);
  font-size: 14px;
  font-weight: 750;
}

.choice-grid {
  display: grid;
  gap: 8px;
}

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

.package-grid {
  grid-template-columns: repeat(3, 1fr);
}

.choice-option {
  position: relative;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

.choice-option input,
.dozens-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-option > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  padding: 11px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: #fff;
}

.choice-option b,
.choice-option small {
  display: block;
}

.choice-option b {
  font-size: 14px;
}

.choice-option small {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.3;
}

.choice-option em {
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.compact-fieldset {
  margin-top: 18px;
}

.dozens-picker {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.dozens-picker label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.dozens-picker span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid var(--home-line);
  border-radius: 5px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.conditional-field,
.email-field {
  margin-top: 18px;
}

.pdf-delivery-callout {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
}

.pdf-delivery-callout > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 850;
}

.pdf-delivery-callout strong,
.pdf-delivery-callout small {
  display: block;
}

.pdf-delivery-callout strong {
  font-size: 14px;
}

.pdf-delivery-callout small {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.4;
}

.email-consent,
.marketing-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid #bdcbc5;
  border-radius: 6px;
  background: #fff;
  color: var(--home-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
}

.email-consent {
  align-items: start;
  padding: 14px;
  border-color: var(--home-purple-dark);
}

.email-consent span {
  display: grid;
  gap: 3px;
}

.email-consent strong {
  color: var(--home-text);
  font-size: 14px;
}

.email-consent small {
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 500;
}

.order-panel .email-consent input,
.order-panel .marketing-consent input {
  display: grid;
  place-content: center;
  width: 20px;
  min-height: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  border: 2px solid var(--home-purple-dark);
  border-radius: 3px;
  cursor: pointer;
}

.order-panel .email-consent input:checked::after,
.order-panel .marketing-consent input:checked::after {
  width: 5px;
  height: 9px;
  margin-bottom: 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.order-panel .email-consent input:focus-visible,
.order-panel .marketing-consent input:focus-visible {
  outline: 3px solid rgba(18, 96, 79, 0.2);
  outline-offset: 2px;
}

.conditional-field {
  padding: 13px;
  border-radius: 6px;
  background: var(--home-purple-soft);
}

.conditional-field label,
.conditional-field small,
.email-field label {
  display: block;
}

.conditional-field small {
  margin-top: 6px;
  color: var(--home-muted);
  font-size: 11px;
}

.order-panel input,
.order-panel select {
  width: 100%;
  min-height: 42px;
  margin-top: 7px;
  padding: 9px 10px;
  border: 1px solid #bdcbc5;
  border-radius: 5px;
  color: var(--home-text);
  background: #fff;
  font: inherit;
}

.order-panel input:focus,
.order-panel select:focus {
  border-color: var(--home-purple);
  outline: 3px solid rgba(18, 96, 79, 0.16);
}

.advanced-settings {
  margin-top: 18px;
  border: 0;
}

.advanced-settings summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--home-purple);
  border-radius: 6px;
  background: #fff;
  color: var(--home-purple-dark);
  font-size: 13px;
  font-weight: 750;
}

.advanced-settings summary:hover {
  background: var(--home-purple-soft);
}

.advanced-settings summary:focus-visible {
  outline: 3px solid rgba(18, 96, 79, 0.2);
  outline-offset: 2px;
}

.advanced-settings summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--home-purple-soft);
  color: var(--home-purple-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 160ms ease;
}

.advanced-settings[open] summary {
  background: var(--home-purple-soft);
}

.advanced-settings[open] summary::after {
  transform: rotate(45deg);
}

.advanced-settings .advanced-label {
  min-width: 0;
}

.advanced-settings .advanced-meta {
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.advanced-content {
  padding: 14px 0 4px;
}

.advanced-content > label,
.preference-grid label {
  font-size: 12px;
}

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

.preference-help {
  display: block;
  margin-top: 6px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.order-summary {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  color: var(--home-muted);
  font-size: 12px;
}

.order-summary strong {
  color: var(--home-text);
  text-align: right;
}

.form-error {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #dba7a7;
  border-radius: 5px;
  font-size: 12px;
}

.purchase-button {
  width: 100%;
  min-height: 50px;
  margin-top: 15px;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.purchase-button:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.payment-note {
  margin: 9px 0 0;
  color: var(--home-muted);
  text-align: center;
  font-size: 10px;
}

.payment-note.is-checkout-waiting {
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid #9c854d;
  border-radius: 6px;
  background: #2a2414;
  color: #f6dda0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.simple-footer {
  display: flex;
  justify-content: space-between;
  padding-block: 20px 30px;
  border-top: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 11px;
}

.footer-domain {
  color: var(--home-purple-dark);
  font-size: 15px;
}

@keyframes home-waiting-pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
  .waiting-pulse {
    animation: none;
  }
}

@media (max-width: 920px) {
  .sales-copy {
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
  }

  .header-status {
    display: none;
  }

  .sales-lead {
    font-size: 16px;
  }

  .draw-balls {
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
  }

  .draw-balls span {
    width: 34px;
    justify-self: center;
  }

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

  .package-option > span {
    padding: 8px;
  }

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

  .simple-footer {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 390px) {
  .two-columns,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .choice-option > span {
    min-height: 58px;
  }
}

/* Tema local inspirado na referencia visual versao 6. */

:root {
  --home-bg: #07110e;
  --home-panel: #14251f;
  --home-text: #f3eee2;
  --home-muted: #bbb8ad;
  --home-line: #526159;
  --home-purple: #d5aa4b;
  --home-purple-dark: #efd17e;
  --home-purple-soft: #20362e;
  --home-yellow: #d5aa4b;
  --home-green: #72b796;
}

body.simple-home {
  overflow-x: hidden;
  background: var(--home-bg);
}

body.simple-home,
body.simple-home * {
  box-sizing: border-box;
}

.site-header,
.purchase-page,
.simple-footer {
  width: min(1180px, calc(100% - 40px));
}

.site-header {
  position: relative;
  min-height: 82px;
  margin-top: 14px;
  border-bottom: 0;
}

.site-header::before,
.site-header::after {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(116, 73, 14, 0.45) 0%,
    #d5aa4b 28%,
    #f1d583 50%,
    #d5aa4b 72%,
    rgba(116, 73, 14, 0.45) 100%
  );
  box-shadow: 0 0 8px rgba(213, 170, 75, 0.2);
}

.site-header::before {
  top: 0;
}

.site-header::after {
  bottom: 0;
}

.brand-logo {
  border: 1px solid #71613d;
  background: #10231d;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.brand-title,
.footer-domain {
  color: var(--home-purple-dark);
}

.brand-domain,
.header-status {
  color: var(--home-muted);
}

.purchase-page {
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 26px;
  margin-block: 28px 34px;
  padding: 26px;
  border: 1px solid #34443d;
  border-radius: 8px;
  background: #0c1814;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.sales-copy {
  padding-top: 0;
}

.sales-intro-panel {
  max-width: none;
  padding: 42px 40px 36px;
  border-color: #4d5e55;
  border-radius: 8px 8px 0 0;
  background: #172d25;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.sales-kicker {
  color: var(--home-purple);
}

.sales-copy h1 {
  max-width: 650px;
  color: var(--home-text);
  font-size: 47px;
}

.sales-lead {
  max-width: 650px;
  color: #d4d0c5;
}

.simple-flow {
  display: grid;
  grid-template-columns: auto 24px auto 24px auto;
  justify-content: center;
  gap: 28px;
  margin-top: 0;
  padding: 17px 24px;
  border: 1px solid #4d5e55;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #0f1d19;
  color: #d5d1c6;
}

.flow-arrow {
  color: #dcb45c;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
}

.simple-flow b {
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  color: #dcb45c;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45));
  box-shadow: none;
}

.simple-flow b svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-brand strong {
  font-size: 20px;
}

.site-brand .site-brand-domain {
  font-size: 16px;
}

.header-status,
.sales-kicker {
  font-size: 14px;
}

.sales-lead {
  font-size: 19px;
}

.simple-flow {
  font-size: 15px;
}

.draw-heading span,
.order-heading span {
  font-size: 13px;
}

.draw-heading h2 {
  font-size: 22px;
}

.draw-heading time {
  font-size: 14px;
}

.draw-balls span {
  font-size: 12px;
}

.history-base,
.choice-option small,
.conditional-field small,
.advanced-settings .advanced-meta {
  font-size: 12px;
}

.responsible-note,
.order-summary {
  font-size: 13px;
}

.order-heading h2 {
  font-size: 25px;
}

.order-fieldset legend,
.email-field > label,
.conditional-field > label,
.choice-option b {
  font-size: 15px;
}

.choice-option em {
  font-size: 10px;
}

.dozens-picker span,
.email-consent,
.marketing-consent,
.advanced-settings summary {
  font-size: 14px;
}

.payment-note,
.simple-footer {
  font-size: 11px;
}

.draw-waiting-alert {
  border-color: #8b7139;
  background: #2a2414;
  color: #f0d88f;
}

.draw-waiting-alert strong,
.draw-waiting-alert small {
  color: inherit;
}

.waiting-pulse {
  background: var(--home-purple);
}

.draw-summary {
  margin-top: 28px;
  padding: 22px;
  border-color: #4d5e55;
  border-left-color: var(--home-purple);
  background: #111f1b;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.draw-heading h2,
.order-heading h2 {
  color: var(--home-text);
}

.draw-balls span {
  border: 1px solid #b98429;
  background: linear-gradient(
    180deg,
    #dca536 0%,
    #9a5f15 45%,
    #4b2d0d 72%,
    #17140e 100%
  );
  color: #fff8df;
  text-shadow: 0 1px 2px rgba(48, 27, 3, 0.8);
  box-shadow:
    inset 0 1px 1px rgba(255, 230, 151, 0.45),
    0 3px 8px rgba(0, 0, 0, 0.34);
}

.responsible-note {
  color: #a9a69d;
}

.service-limits {
  border-color: #665b3e;
  background: #101b18;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.service-limits-heading span,
.service-limits > p {
  color: #aaa79e;
}

.service-limits-heading h2,
.service-limits li {
  color: var(--home-text);
}

.service-limits li::before {
  background: linear-gradient(145deg, #f0cf72 0%, #a9630f 100%);
  box-shadow: 0 0 0 3px rgba(213, 170, 75, 0.1);
}

.service-limits > p {
  border-top-color: #405047;
}

.order-panel {
  position: sticky;
  top: 18px;
  padding: 26px;
  border-color: #665b3e;
  background: #101b18;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
}

.order-heading {
  border-bottom-color: #405047;
}

.order-heading > strong {
  color: var(--home-purple-dark);
}

.sales-paused-note {
  border-color: #8b7139;
  background: #2a2414;
  color: #f0d88f;
}

.choice-option > span,
.dozens-picker span,
.email-consent,
.marketing-consent,
.order-panel input,
.order-panel select,
.advanced-settings summary {
  border-color: #53635b;
  background: #0b1512;
  color: var(--home-text);
}

.choice-option > span,
.dozens-picker span,
.advanced-settings summary,
.purchase-button {
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.choice-option:hover > span,
.dozens-picker label:hover span {
  border-color: #9c854d;
  background: #17271f;
}

.choice-option em {
  color: var(--home-purple-dark);
}

.choice-option input:checked + span,
.dozens-picker input:checked + span {
  border-color: #e3b84f;
  background: linear-gradient(145deg, #bd7a16 0%, #6e470f 58%, #31240f 100%);
  color: #fff6da;
  box-shadow: 0 0 0 2px rgba(213, 170, 75, 0.16);
}

.choice-option input:checked + span small {
  color: #ded5bc;
}

.email-consent,
.marketing-consent {
  border-color: #53635b;
}

.email-consent {
  border-color: #8b7139;
  background: #14251f;
}

.pdf-delivery-callout {
  border-color: #665b3e;
  background: #14251f;
}

.pdf-delivery-callout > span {
  border: 1px solid #9c854d;
  color: #172019;
  background: linear-gradient(145deg, #f0cf72 0%, #b97616 100%);
}

.pdf-delivery-callout strong {
  color: var(--home-text);
}

.order-panel .email-consent input,
.order-panel .marketing-consent input {
  border-color: #c7ad6b;
  background: #0b1512;
}

.order-panel .email-consent input:checked,
.order-panel .marketing-consent input:checked {
  border-color: var(--home-purple);
  background: linear-gradient(145deg, #f0cf72 0%, #b97616 100%);
}

.order-panel .email-consent input:checked::after,
.order-panel .marketing-consent input:checked::after {
  border-color: #172019;
}

.order-panel .email-consent input:focus-visible,
.order-panel .marketing-consent input:focus-visible,
.advanced-settings summary:focus-visible,
.order-panel input:focus,
.order-panel select:focus {
  outline-color: rgba(213, 170, 75, 0.24);
}

.conditional-field,
.advanced-settings[open] summary,
.advanced-settings summary:hover,
.advanced-settings summary::after {
  background: #1c3029;
}

.order-panel input::placeholder {
  color: #8f968f;
}

.advanced-settings .advanced-meta {
  background: #0b1512;
  color: #c7c3b8;
}

.form-error {
  border-color: #a85858;
  background: #321b1b;
  color: #ffc6c6;
}

.purchase-button {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid #e3bd61;
  background: linear-gradient(135deg, #ffe596 0%, #e2ae3b 54%, #a8660c 100%);
  color: #142019;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 206, 0.65),
    0 12px 26px rgba(213, 170, 75, 0.2);
  text-shadow: 0 1px 0 rgba(255, 236, 176, 0.4);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.purchase-button span {
  grid-column: 2;
}

.purchase-button b {
  grid-column: 3;
  justify-self: end;
  font-size: 24px;
  line-height: 1;
}

.purchase-button:hover {
  background: linear-gradient(135deg, #ffecae 0%, #edbd52 54%, #b97716 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 222, 0.8),
    0 15px 30px rgba(213, 170, 75, 0.28);
  transform: translateY(-1px);
}

.purchase-button:disabled {
  background: #59635e;
  color: #c4c8c5;
  box-shadow: none;
}

.cycle-feature-button {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 48px;
  align-items: center;
  min-height: 112px;
  margin-top: 28px;
  padding: 16px 22px;
  border: 1px solid #f3d47e;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe596 0%, #e2ae3b 56%, #a8660c 100%);
  color: #142019;
  text-align: center;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 206, 0.65),
    0 12px 26px rgba(213, 170, 75, 0.2);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.cycle-feature-button:hover,
.cycle-feature-button:focus-visible {
  background: linear-gradient(135deg, #ffecae 0%, #edbd52 56%, #b97716 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 222, 0.82),
    0 16px 32px rgba(213, 170, 75, 0.3);
  transform: translateY(-1px);
}

.cycle-feature-button .cycle-feature-copy,
.cycle-feature-button small,
.cycle-feature-button strong,
.cycle-feature-button em {
  display: block;
}

.cycle-feature-button .cycle-feature-copy {
  width: 100%;
}

.cycle-feature-button .cta-brand-mark {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(20, 32, 25, 0.38);
  border-radius: 50%;
  background: #0d3a2f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(51, 35, 4, 0.2);
}

.cycle-feature-button .cta-brand-mark img {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.cycle-feature-button small {
  margin-bottom: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.cycle-feature-button strong {
  font-size: 23px;
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(255, 241, 188, 0.72);
}

.cycle-feature-button em {
  margin-top: 7px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.35;
}

.cycle-feature-button .cta-arrow {
  justify-self: end;
  font-size: 34px;
  line-height: 1;
}

.simple-footer {
  border-top-color: #34443d;
}

.footer-terms-link {
  color: var(--home-purple-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(239, 209, 126, 0.48);
  text-underline-offset: 4px;
}

.footer-terms-link:hover,
.footer-terms-link:focus-visible {
  color: #fff1bc;
  text-decoration-color: currentColor;
}

@media (max-width: 920px) {
  .purchase-page {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding-top: 26px;
  }

  .order-panel {
    position: static;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .site-header,
  .purchase-page,
  .simple-footer {
    width: min(calc(100% - 24px), 1180px);
  }

  .purchase-page {
    margin-block: 18px 26px;
    padding: 12px;
  }

  .sales-copy,
  .sales-intro-panel,
  .simple-flow,
  .draw-summary,
  .service-limits {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sales-intro-panel {
    padding: 28px 22px 24px;
  }

  .sales-copy h1 {
    font-size: 36px;
  }

  .simple-flow {
    grid-template-columns: minmax(0, 1fr) 12px minmax(0, 0.72fr) 12px minmax(0, 1.18fr);
    justify-content: center;
    gap: 2px;
    padding: 14px 8px;
    font-size: 11px;
  }

  .simple-flow span {
    min-width: 0;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
  }

  .cycle-feature-button {
    grid-template-columns: 54px minmax(0, 1fr) 30px;
    min-height: 98px;
    margin-top: 18px;
    padding: 14px 12px;
  }

  .cycle-feature-button .cta-brand-mark {
    width: 48px;
    height: 48px;
  }

  .cycle-feature-button .cta-brand-mark img {
    width: 40px;
    height: 40px;
  }

  .cycle-feature-button strong {
    font-size: 20px;
  }

  .cycle-feature-button em {
    font-size: 12px;
  }

  .cycle-feature-button .cta-arrow {
    font-size: 27px;
  }

  .simple-flow b {
    width: 22px;
    height: 22px;
  }

  .simple-flow b svg {
    width: 17px;
    height: 17px;
  }

  .flow-arrow {
    font-size: 15px;
  }

  .draw-heading {
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .draw-heading time {
    margin-left: auto;
  }

  .order-panel {
    padding: 20px 18px;
  }

  .service-limits {
    padding: 18px;
  }

  .service-limits ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Hierarquia comercial da homepage. */

.sales-context,
.sales-value {
  max-width: 650px;
  margin: 16px 0 0;
  line-height: 1.55;
}

.sales-context {
  color: #c3c0b7;
  font-size: 15px;
}

.sales-value {
  color: var(--home-text);
  font-size: 18px;
  font-weight: 700;
}

.sales-proof {
  display: block;
  max-width: 650px;
  margin-top: 17px;
  color: var(--home-purple-dark);
  font-size: 15px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-primary-action,
.hero-secondary-action,
.conversion-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 11px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.hero-primary-action,
.conversion-action {
  border: 1px solid #e3bd61;
  background: linear-gradient(135deg, #ffe596 0%, #e2ae3b 54%, #a8660c 100%);
  color: #142019;
  box-shadow: 0 10px 22px rgba(213, 170, 75, 0.18);
}

.hero-secondary-action {
  border: 1px solid #9c854d;
  background: #0f1d19;
  color: #f2d789;
}

.hero-primary-action:hover,
.hero-primary-action:focus-visible,
.conversion-action:hover,
.conversion-action:focus-visible {
  background: linear-gradient(135deg, #ffecae 0%, #edbd52 54%, #b97716 100%);
  transform: translateY(-1px);
}

.hero-secondary-action:hover,
.hero-secondary-action:focus-visible {
  border-color: #e3bd61;
  background: #17271f;
  color: #fff1bc;
  transform: translateY(-1px);
}

#order-form {
  scroll-margin-top: 18px;
}

.free-tool-panel,
.conversion-bridge {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid #4d5e55;
  border-left: 4px solid var(--home-purple);
  border-radius: 8px;
  background: #111f1b;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.section-kicker {
  display: block;
  color: var(--home-purple-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.free-tool-panel h2,
.conversion-bridge h2 {
  margin: 7px 0 0;
  color: var(--home-text);
  font-size: 25px;
  line-height: 1.2;
}

.free-tool-panel p,
.conversion-bridge > p {
  margin: 13px 0 0;
  color: #c7c4ba;
  font-size: 14px;
  line-height: 1.55;
}

.free-tool-question {
  display: block;
  margin-top: 18px;
  color: #f2d789;
  font-size: 17px;
}

.free-tool-panel .cycle-feature-button {
  margin-top: 18px;
}

.conversion-highlight {
  margin-top: 19px;
  padding: 17px 0 17px 18px;
  border-left: 2px solid #9c854d;
}

.conversion-highlight h3 {
  margin: 0;
  color: #f3eee2;
  font-size: 19px;
  line-height: 1.3;
}

.conversion-highlight p {
  margin: 9px 0 0;
  color: #c7c4ba;
  font-size: 14px;
  line-height: 1.55;
}

.conversion-highlight strong {
  display: block;
  margin-top: 11px;
  color: var(--home-purple-dark);
  font-size: 14px;
  line-height: 1.45;
}

.conversion-action {
  margin-top: 18px;
}

.conversion-bridge > small {
  display: block;
  margin-top: 13px;
  color: #aaa79e;
  font-size: 11px;
  line-height: 1.45;
}

.package-intro {
  margin: 0 0 10px;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.45;
}

.package-option > span {
  min-height: 104px;
}

.package-description {
  display: block;
  margin-top: 6px;
  color: #c7c3b8;
  font-size: 10px;
  font-style: normal;
  line-height: 1.3;
}

.package-option input:checked + span .package-description {
  color: #eee2c2;
}

@media (max-width: 620px) {
  .sales-context {
    font-size: 14px;
  }

  .sales-value {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-primary-action,
  .hero-secondary-action {
    width: 100%;
  }

  .free-tool-panel,
  .conversion-bridge {
    padding: 20px 18px;
  }

  .free-tool-panel h2,
  .conversion-bridge h2 {
    font-size: 22px;
  }
}

/* Simplificacao visual: conteudo continuo e cards apenas onde ha interacao. */

.site-header,
.purchase-page,
.service-limits-footer,
.simple-footer {
  width: min(1180px, calc(100% - 40px));
}

.purchase-page {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sales-intro-panel {
  padding: 34px 20px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.simple-flow {
  padding-inline: 20px;
  border: 0;
  border-top: 1px solid #34443d;
  border-bottom: 1px solid #34443d;
  border-radius: 0;
  background: transparent;
}

.free-tool-panel,
.conversion-bridge {
  padding: 30px 0;
  border: 0;
  border-top: 1px solid #34443d;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.conversion-bridge {
  border-bottom: 1px solid #34443d;
}

.conversion-highlight {
  padding-block: 8px;
}

.pdf-delivery-callout {
  padding: 15px 0;
  border: 0;
  border-top: 1px solid #405047;
  border-bottom: 1px solid #405047;
  border-radius: 0;
  background: transparent;
}

.order-heading .starting-price {
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 2px;
  color: var(--home-purple-dark);
  font-size: 21px;
  line-height: 1.1;
}

.order-heading .starting-price small {
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.service-limits-footer {
  margin: 0 auto 26px;
  padding: 28px 0;
  border: 0;
  border-top: 1px solid #34443d;
  border-bottom: 1px solid #34443d;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-limits-footer ul {
  max-width: 850px;
}

@media (max-width: 620px) {
  .site-header,
  .purchase-page,
  .service-limits-footer,
  .simple-footer {
    width: min(calc(100% - 24px), 1180px);
  }

  .purchase-page {
    padding: 0;
  }

  .sales-intro-panel {
    padding: 24px 8px;
  }

  .free-tool-panel,
  .conversion-bridge,
  .service-limits-footer {
    padding: 24px 0;
  }
}
