@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("/fonts/outfit-latin-650.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("/fonts/outfit-latin-550.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/outfit-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("/fonts/dmsans-latin.woff2") format("woff2");
}
:root {
  --bg: #06070d;
  --bg-soft: #0e1322;
  --text: #f0f2f8;
  --muted: #aab2c3;
  --primary: #f5a623;
  --primary-dark: #d4891a;
  --accent: #38bdf8;
  --border: rgba(255, 255, 255, 0.13);
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  /* Instant jump: #check-form is 2-3 sections below the hero CTA, and a
     multi-second smooth scroll through that distance reads as an
     unresponsive/blank state and invites a repeat click. See
     conversion audit (Sep 2026). scroll-padding-top keeps the same
     header-clearance offset for the instant jump. */
  scroll-behavior: auto;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
h1,
h2,
h3,
legend,
.primary,
.secondary {
  font-family: Outfit, sans-serif;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: clamp(2.55rem, 4.2vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  text-wrap: balance;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.13;
  letter-spacing: -0.025em;
  font-weight: 800;
}
.wrap {
  width: min(1180px, calc(100% - 64px));
  margin: auto;
}
.header {
  max-width: 1244px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 16px 32px;
  border-bottom: 1px solid var(--border);
}
.header img {
  width: auto;
  height: 47px;
}
.header > span {
  font-size: 13px;
  color: var(--muted);
}
.contact-link {
  font-size: 14px;
  text-underline-offset: 5px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.hero {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 80px;
  align-items: center;
  padding-block: 90px 72px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -50px -25px;
  background:
    radial-gradient(ellipse at 70% 65%, #38bdf812, transparent 65%),
    radial-gradient(ellipse at 20% 30%, #f5a6230c, transparent 60%);
  pointer-events: none;
}
.eyebrow {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 22px;
}
.subline {
  color: #c5cad5;
  font-size: 18px;
  line-height: 1.7;
  max-width: 590px;
  margin: 26px 0 30px;
}
.primary,
.secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 16px 24px;
  min-height: 56px;
  border-radius: var(--radius-sm);
  font-weight: 650;
  font-size: 17px;
  text-decoration: none;
  border: 1px solid #ffcc7380;
}
.primary {
  background: linear-gradient(135deg, var(--primary), #f4be68);
  color: #10131b;
  box-shadow: 0 5px 22px #f5a62319;
}
.primary:hover {
  filter: brightness(1.06);
}
.secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.primary span {
  font-size: 22px;
  line-height: 1;
}
.trust {
  font-size: 12px;
  color: var(--muted);
  margin-top: 13px;
}
.advisor {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}
.advisor img {
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #f5a62388;
}
.advisor strong,
.advisor span {
  display: block;
}
.advisor strong {
  font-family: Outfit;
  font-size: 14px;
}
.advisor span {
  font-size: 12px;
  color: var(--muted);
}
.review-card {
  border: 1px solid #e8ae494d;
  border-radius: var(--radius);
  padding: 34px;
  background: linear-gradient(145deg, #141926, #0a101b);
  box-shadow: var(--shadow);
}
.card-index {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.13em;
  margin-bottom: 54px;
}
.review-card h2 {
  font-size: 35px;
}
.review-card ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 34px;
}
.review-card li {
  display: flex;
  gap: 12px;
  margin: 17px 0;
  font-size: 15px;
}
.review-card li span {
  color: var(--primary);
}
.card-note {
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 22px;
}
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--border);
  padding-block: 28px;
  gap: 30px;
}
.process > div {
  display: flex;
  gap: 18px;
}
.process > div > span {
  font-family: Outfit;
  color: var(--primary);
  font-size: 13px;
  padding-top: 3px;
}
.process p {
  font-size: 13px;
  color: var(--muted);
}
.process strong {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
.form-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  padding-block: 100px;
}
.form-intro {
  padding-top: 30px;
}
.form-intro > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
}
.privacy-note {
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  margin-top: 18px;
  min-height: 44px;
  align-items: center;
  font-size: 14px;
  text-underline-offset: 5px;
}
.form-card {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-soft);
  padding: 32px;
  min-width: 0;
}
.form-card fieldset {
  padding: 0;
  border: 0;
  margin: 24px 0 0;
  min-width: 0;
}
.form-card legend {
  font-size: 21px;
  font-weight: 550;
  margin-bottom: 20px;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  font-size: 14px;
}
.field small {
  color: var(--muted);
  font-size: 11px;
}
.field input,
.field select {
  width: 100%;
  min-width: 0;
  background: #080d18;
  border: 1px solid #667087;
  border-radius: 9px;
  padding: 12px;
  color: var(--text);
  min-height: 49px;
}
.field:first-child:last-child {
  grid-column: 1/-1;
}
.field input:user-invalid {
  border-color: #ff8e8e;
}
.field-hint,
#required-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.check-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  margin: 22px 0;
}
.check-consent input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: var(--primary);
  margin: 2px 0;
}
.submit {
  width: 100%;
  margin-top: 3px;
}
.upload {
  margin: 24px 0;
  padding: 22px;
  border: 1px dashed #8291a6;
  border-radius: var(--radius-sm);
  background: #38bdf806;
}
.upload > .eyebrow {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}
.upload label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.upload label strong {
  font-weight: 550;
  font-size: 16px;
}
.upload label span,
.upload p {
  font-size: 12px;
  color: var(--muted);
}
.upload input {
  font-size: 12px;
  margin-block: 17px;
  max-width: 100%;
  width: 100%;
}
.upload input::file-selector-button {
  background: #293044;
  color: var(--text);
  padding: 10px 14px;
  border: 1px solid #8491a6;
  border-radius: 8px;
  min-height: 44px;
  margin-right: 12px;
  cursor: pointer;
}
.text-button {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 10px 0;
  min-height: 44px;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.faq {
  padding-bottom: 85px;
  max-width: 820px;
}
.faq h2 {
  margin-bottom: 30px;
}
.faq details {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 500;
  min-height: 44px;
}
.faq details p {
  color: var(--muted);
  font-size: 15px;
  padding: 0 20px 10px 0;
}
.footer {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 28px 40px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted);
}
.footer img {
  width: auto;
  height: 35px;
}
.footer nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  align-items: center;
}
.footer nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.sticky-cta {
  display: none;
}
.skip {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 10;
  padding: 15px;
  background: var(--primary);
  color: #000;
}
.skip:focus {
  top: 16px;
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
#result {
  text-align: center;
  padding: 30px 0;
}
#result h2 {
  font-size: 32px;
  margin-bottom: 18px;
}
#result-text {
  color: #c5cad5;
}
.result-symbol {
  display: flex;
  margin: 0 auto 24px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #34d39920;
  color: #65e7b7;
  font-size: 30px;
}
#form-error,
#upload-error {
  background: #ff808012;
  color: #ffb7b7;
  padding: 16px;
  border: 1px solid #ff808055;
  border-radius: 9px;
  margin-top: 16px;
  font-size: 14px;
}
#retry-upload {
  margin-top: 20px;
}
dialog {
  max-width: 510px;
  width: calc(100% - 32px);
  border-radius: 22px;
  border: 1px solid #667087;
  background: #111827;
  color: var(--text);
  padding: 28px;
  box-shadow: var(--shadow);
}
dialog::backdrop {
  background: #000a;
}
dialog h2 {
  font-size: 27px;
  margin-bottom: 14px;
}
dialog p {
  font-size: 14px;
  color: #c5cad5;
}
.consent-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.consent-actions button {
  font-size: 14px;
  flex: 1;
  padding: 12px;
}
@media (max-width: 850px) {
  .hero {
    gap: 32px;
    padding-block: 55px;
  }
  .header > span {
    display: none;
  }
  .review-card {
    padding: 26px;
  }
  .review-card h2 {
    font-size: 29px;
  }
  .card-index {
    margin-bottom: 30px;
  }
  .form-section {
    gap: 32px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .form-card {
    padding: 24px;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 24px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    padding: 15px 18px;
    min-height: 74px;
  }
  .header img {
    height: 40px;
  }
  .contact-link {
    font-size: 12px;
  }
  .hero {
    display: block;
    padding-block: 40px;
  }
  .hero::before {
    inset: -30px 0;
  }
  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }
  h1 {
    font-size: 43px;
  }
  .subline {
    font-size: 16px;
    margin: 23px 0;
  }
  .hero-copy > .primary {
    width: 100%;
  }
  .review-card {
    margin-top: 36px;
    padding: 26px;
  }
  .review-card h2 {
    font-size: 30px;
  }
  .card-index {
    margin-bottom: 24px;
  }
  .review-card ul {
    margin: 24px 0;
  }
  .advisor {
    margin-top: 24px;
  }
  .process {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 0;
  }
  .process strong {
    font-size: 14px;
  }
  .form-section {
    display: block;
    padding-block: 55px;
  }
  .form-intro {
    padding: 0 4px 28px;
  }
  .form-intro h2 {
    font-size: 32px;
  }
  .form-card {
    padding: 22px 18px;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .upload {
    padding: 18px;
  }
  .faq {
    padding-bottom: 48px;
  }
  .faq h2 {
    font-size: 30px;
  }
  .footer {
    gap: 16px;
    padding-bottom: 115px;
  }
  .footer nav {
    margin: 0;
    flex-wrap: wrap;
    gap: 16px;
  }
  .sticky-cta {
    display: flex;
    position: fixed;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 18px;
    right: 18px;
    z-index: 5;
    box-shadow: 0 -10px 25px #06070d99;
    font-size: 16px;
  }
  .sticky-cta.is-hidden {
    display: none;
  }
  .consent-actions {
    flex-direction: column;
  }
  dialog {
    padding: 23px;
  }
}
@media (max-width: 350px) {
  h1 {
    font-size: 36px;
  }
  .wrap {
    width: calc(100% - 32px);
  }
  .header img {
    height: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* Paid repair: existing ENERGYO footer tokens and accessible native controls. */
:root {
  --footer-cell-bg: rgba(255, 255, 255, 0.015);
  --footer-cell-border: rgba(255, 255, 255, 0.03);
  --footer-blue-bg: rgba(56, 189, 248, 0.06);
  --footer-blue-border: rgba(56, 189, 248, 0.12);
  --footer-green-bg: rgba(52, 211, 153, 0.06);
  --footer-green-border: rgba(52, 211, 153, 0.12);
  --footer-purple-bg: rgba(168, 85, 247, 0.05);
  --footer-purple-border: rgba(168, 85, 247, 0.1);
}
.card-index {
  font-size: 12px;
}
.intent-explainer {
  padding-top: 64px;
}
.intent-explainer h2 {
  max-width: 680px;
}
.explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}
.explainer-grid article {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-soft);
}
.explainer-grid h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.explainer-grid p,
.success-next {
  font-size: 14px;
  color: var(--muted);
}
.success-next {
  margin-top: 20px;
}
.upload-description {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.upload-description strong {
  font-size: 16px;
  font-weight: 550;
}
.upload-description > span {
  font-size: 12px;
  color: var(--muted);
}
.file-picker {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  margin: 16px 0 10px;
}
.upload .file-picker input {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-picker-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--accent);
  border-radius: 9px;
  background: var(--bg-soft);
  font-size: 14px;
}
.file-picker:focus-within .file-picker-button {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.upload #file-name {
  color: var(--text);
  font-size: 13px;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.upload[data-state="selected"] {
  border-style: solid;
  border-color: var(--accent);
}
.upload[data-state="error"] {
  border-style: solid;
  border-color: #ff8e8e;
}
.upload[data-state="error"] #file-status {
  color: #ffb7b7;
}
.upload[data-state="loading"] {
  opacity: 0.7;
}
.faq details {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-soft);
  padding: 0;
  margin-bottom: 12px;
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding: 18px 22px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  min-height: 64px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq-indicator {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--primary);
}
.faq-indicator::before,
.faq-indicator::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 14px;
  height: 2px;
  background: currentColor;
}
.faq-indicator::after {
  transform: rotate(90deg);
  transition: transform 0.18s ease;
}
.faq details[open] {
  border-color: var(--accent);
}
.faq details[open] .faq-indicator::after {
  transform: rotate(0);
}
.faq details p {
  padding: 0 22px 22px;
}
.footer {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 32px 0 24px;
}
.footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
.footer-brand img {
  height: 56px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.35))
    drop-shadow(0 0 22px rgba(255, 255, 255, 0.18)) drop-shadow(0 0 44px rgba(255, 255, 255, 0.08));
  transition:
    filter 0.4s ease,
    transform 0.4s ease;
}
.footer-brand:hover img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5))
    drop-shadow(0 0 28px rgba(255, 255, 255, 0.28)) drop-shadow(0 0 56px rgba(255, 255, 255, 0.14));
  transform: translateY(-1px) scale(1.03);
}
.footer-boxes {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  grid-auto-rows: 60px;
  gap: 1px;
  pointer-events: none;
  z-index: 0;
}
.footer-box {
  background: var(--footer-cell-bg);
  border: 1px solid var(--footer-cell-border);
  border-radius: 2px;
  transition:
    background 0.6s ease,
    border-color 0.6s ease;
}
.footer-box.lit-blue {
  background: var(--footer-blue-bg);
  border-color: var(--footer-blue-border);
}
.footer-box.lit-green {
  background: var(--footer-green-bg);
  border-color: var(--footer-green-border);
}
.footer-box.lit-purple {
  background: var(--footer-purple-bg);
  border-color: var(--footer-purple-border);
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 calc(100px + env(safe-area-inset-bottom, 0px));
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-brand {
    align-items: center;
  }
  .footer nav {
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-boxes {
    grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
    grid-auto-rows: 36px;
    opacity: 0.35;
  }
  .footer-box {
    border-color: transparent;
  }
  .explainer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .intent-explainer {
    padding-top: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-indicator::after,
  .footer-box,
  .footer-brand img {
    transition: none;
  }
  .footer-brand:hover img {
    transform: none;
  }
}

/* Brand fidelity: retain the main site's Outfit / DM Sans, gold, cyan and depth.
   This replaces the previous visual-repair layer, including its reconstructed marks. */
:root {
  --primary-dark: #d98b0f;
  --glass-shadow: 0 20px 64px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .065);
}
html { background: var(--bg); scroll-padding-top: 110px; }
body {
  -webkit-text-size-adjust: 100%;
  background:
    radial-gradient(ellipse at 88% 8%, rgba(56, 189, 248, .07), transparent 32rem),
    radial-gradient(ellipse at 8% 16%, rgba(245, 166, 35, .04), transparent 36rem),
    var(--bg);
}
.wrap { width: min(1200px, calc(100% - 80px)); }
.ui-icon { display: block; flex: 0 0 auto; width: 20px; height: 20px; }
h1, h2 { font-weight: 650; letter-spacing: -.02em; }
h1 {
  font-size: clamp(3rem, 4.5vw, 4.25rem);
  line-height: 1.12;
  text-wrap: balance;
}
h2 { line-height: 1.18; }
.eyebrow {
  font-size: 12px; font-weight: 500; line-height: 1.6;
  letter-spacing: .1em; margin-bottom: 24px;
}
.header {
  position: sticky; top: 0; z-index: 20; max-width: 1280px;
  min-height: 90px; padding: 18px 40px;
  background: rgba(6, 7, 13, .9);
  border-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.header > a:first-child { display: flex; align-items: center; min-height: 48px; }
.header img { height: 44px; width: auto; }
.header > span { font-size: 13px; letter-spacing: .01em; }
.contact-link { font-size: 14px; text-decoration-color: rgba(245, 166, 35, .6); }
.hero {
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr);
  gap: clamp(48px, 6vw, 88px); padding-block: 88px 80px;
  min-height: 760px; align-items: center;
}
.hero::before { inset: 0; background: none; }
.hero-copy { min-width: 0; max-width: 660px; }
.hero .eyebrow { color: var(--accent); }
.subline { max-width: 52ch; margin: 28px 0 32px; font-size: 18px; line-height: 1.75; color: #bdc6d6; }
.primary, .secondary {
  position: relative; isolation: isolate; min-height: 58px;
  border-radius: 12px; padding: 16px 30px;
  font-size: 17px; font-weight: 650; gap: 12px;
  transition: translate .25s cubic-bezier(.16, 1, .3, 1), transform .2s ease, box-shadow .25s ease, background .25s ease;
}
.primary {
  --cta-base-bg: linear-gradient(180deg, #f7b733 0%, #d98b0f 100%);
  background: var(--cta-base-bg); color: #080b12;
  border: 1px solid rgba(255, 214, 128, .65);
  box-shadow: 0 10px 28px rgba(217, 139, 15, .24), inset 0 1px 0 rgba(255,255,255,.35), inset 0 -2px 0 rgba(94,52,0,.28);
}
/* The same soft gold rim as the main CTA. No icon or moving stripe over copy. */
.primary::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  padding: 1.5px; pointer-events: none;
  background: conic-gradient(from 220deg, transparent 0deg, rgba(255,209,102,.55) 60deg, #fff7d6 110deg, rgba(255,209,102,.55) 160deg, transparent 220deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: .8; transition: opacity .25s ease;
}
.primary span, .primary .button-label { font-size: inherit; line-height: 1.4; }
.hero-copy > .primary { min-width: 272px; justify-content: center; }
.primary:active { transform: translateY(1px) scale(.99); box-shadow: 0 4px 12px rgba(217,139,15,.2), inset 0 2px 5px rgba(94,52,0,.2); }
.primary:disabled { opacity: .65; filter: saturate(.35); transform: none; cursor: wait; }
.primary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.primary:disabled::before { opacity: .3; }
.trust { font-size: 13px; line-height: 1.6; margin-top: 16px; letter-spacing: 0; }
.google-review-trust { margin-top: 28px; max-width: 100%; width: fit-content; }
.google-review-trust a { display: inline-flex; align-items: center; min-height: 48px; text-decoration: none; }
.google-review-copy { display: grid; gap: 6px; }
.google-review-copy strong { color: #dce2ec; font-size: 14px; font-weight: 500; line-height: 1.5; text-decoration: underline; text-decoration-color: #68717f; text-underline-offset: 4px; }
.google-review-copy > span:last-child { display: none; }
.review-stars { display: inline-flex; gap: 3px; color: var(--primary); }
.review-stars svg { width: 14px; height: 14px; fill: currentColor; }
.review-stars svg.is-muted { color: #68717f; }
.google-review-trust:not([data-state="ready"]) .google-stars { display: none; }
.advisor { margin-top: 24px; gap: 14px; }
.advisor img { width: 52px; height: 52px; border-color: rgba(245,166,35,.4); }
.advisor strong { font-size: 16px; font-weight: 550; }
.advisor span { margin-top: 2px; font-size: 14px; line-height: 1.5; }
.review-card {
  position: relative; padding: 40px;
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(145deg, rgba(27,39,56,.8), rgba(11,17,28,.9));
  box-shadow: var(--glass-shadow); border-radius: 22px;
}
.review-card::before {
  content: ""; position: absolute; top: -1px; left: 32px; right: 32px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56,189,248,.4), transparent);
}
.card-index { margin-bottom: 36px; font-size: 12px; line-height: 1.6; letter-spacing: .08em; color: #9eaebe; }
.review-card h2 { font-size: clamp(1.9rem, 2.7vw, 2.4rem); line-height: 1.2; }
.review-card ul { display: grid; gap: 22px; margin: 32px 0; }
.review-card li { margin: 0; align-items: flex-start; gap: 14px; font-size: 16px; line-height: 1.6; }
.review-card li > span:last-child { color: #d4dce8; }
.point-icon { padding-top: 4px; }
.point-icon .ui-icon { width: 17px; height: 17px; }
.card-note { padding-top: 25px; font-size: 14px; line-height: 1.7; border-color: rgba(255,255,255,.1); }
.process { gap: 36px; padding-block: 32px; border-color: rgba(255,255,255,.1); }
.process p { font-size: 14px; line-height: 1.7; }
.process strong { font-size: 16px; font-weight: 500; }
.process > div > span { font-size: 14px; color: var(--accent); }
.review-proof { padding-block: 88px 12px; }
.review-proof-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.review-proof-heading h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); }
.review-proof .eyebrow { color: var(--muted); margin-bottom: 16px; }
.review-proof-score { flex-shrink: 0; }
.review-proof-score > div { display: grid; gap: 10px; }
.review-proof-score strong { font-size: 14px; font-weight: 500; }
.customer-review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.customer-review-card {
  display: flex; flex-direction: column; min-width: 0; padding: 28px;
  border: 1px solid rgba(255,255,255,.09); border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.03), rgba(15,21,34,.4));
}
.customer-review-card blockquote { margin: 24px 0 28px; }
.customer-review-card blockquote p { color: #c4cddd; font-size: 16px; line-height: 1.75; }
.customer-review-meta { display: grid; gap: 4px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.customer-review-meta strong { font-size: 14px; font-weight: 500; }
.customer-review-meta span { color: var(--muted); font-size: 13px; }
.review-proof-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 24px; margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.review-proof-footer a { min-height: 44px; display: inline-flex; align-items: center; color: #d5deea; text-underline-offset: 4px; }
.form-section { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 80px; padding-block: 96px; }
.form-intro { position: sticky; top: 120px; align-self: start; }
.form-intro h2 { font-size: clamp(2rem, 3.3vw, 2.8rem); line-height: 1.22; }
.form-intro > p:not(.eyebrow) { max-width: 40ch; line-height: 1.75; }
.privacy-note { font-size: 14px; }
.form-card { padding: 36px; background: linear-gradient(145deg,rgba(24,33,49,.7),rgba(10,16,27,.85)); border-color: rgba(255,255,255,.13); box-shadow: var(--glass-shadow); }
.form-card fieldset { margin-top: 32px; }
.form-card legend { font-size: 22px; line-height: 1.4; font-weight: 550; margin-bottom: 24px; }
.field-grid { gap: 24px 20px; }
.field { gap: 10px; font-size: 14px; }
.field small { font-size: 12px; }
.field input, .field select { min-height: 54px; padding: 13px 15px; font-size: 16px; border-color: #465165; border-radius: 10px; background: rgba(5,10,19,.65); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(56,189,248,.1); outline: none; }
.field-hint, #required-note { font-size: 14px; line-height: 1.65; }
#required-note { margin-top: 0; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.field-hint { margin-top: 16px; }
.check-consent { gap: 14px; margin-block: 28px; font-size: 14px; line-height: 1.7; }
.check-consent a { text-underline-offset: 3px; }
.upload { margin: 28px 0; padding: 24px; background: rgba(56,189,248,.025); border-color: #485669; }
.upload > .eyebrow { font-size: 12px; letter-spacing: .06em; margin-bottom: 14px; }
.upload-description { gap: 10px; }
.upload-description strong { font-size: 16px; line-height: 1.65; font-weight: 500; }
.upload-description > span, .upload p { font-size: 13px; line-height: 1.65; }
.file-picker { margin: 20px 0 16px; }
.file-picker-button { gap: 12px; min-height: 52px; padding: 12px 16px; font-size: 14px; border-color: rgba(56,189,248,.45); background: rgba(56,189,248,.06); }
.file-picker-icon { color: var(--accent); }
.file-picker-icon .ui-icon { width: 18px; height: 18px; }
.upload #file-name { font-size: 14px; }
.faq { max-width: 900px; padding-bottom: 88px; }
.faq h2 { margin-bottom: 32px; }
.faq details { border-color: rgba(255,255,255,.1); background: rgba(17,24,38,.55); }
.faq summary { min-height: 76px; padding: 22px 28px; font-size: 18px; font-weight: 500; }
.faq details p { padding: 0 28px 26px; font-size: 16px; line-height: 1.75; max-width: 74ch; }
.faq details[open] { border-color: rgba(56,189,248,.45); }
.footer { padding-block: 42px; background: #070a12; }
.footer-brand { gap: 18px; }
.footer-brand img { height: 52px; align-self: flex-start; filter: none; }
.footer-brand:hover img { transform: none; filter: drop-shadow(0 0 10px rgba(255,255,255,.12)); }
.footer-tagline, .footer nav, .text-button { font-size: 14px; }
.skip { z-index: 30; }
.result-symbol .ui-icon { width: 30px; height: 30px; }
dialog { border-color: rgba(255,255,255,.2); background: #111827; padding: 32px; }
dialog .primary, dialog .secondary { padding: 12px 16px; font-size: 14px; }

@media (hover: hover) and (pointer: fine) {
  .primary:not(:disabled):hover { background: linear-gradient(180deg,#ffc24a,#e29412); filter: none; box-shadow: 0 14px 34px rgba(217,139,15,.3), inset 0 1px 0 rgba(255,255,255,.45), inset 0 -2px 0 rgba(94,52,0,.24); }
  .primary:hover::before { opacity: 1; }
  .google-review-trust a:hover strong, .contact-link:hover { text-decoration-color: var(--primary); color: #fff; }
  .file-picker:hover .file-picker-button { background: rgba(56,189,248,.12); border-color: var(--accent); }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 40px; }
  h1 { font-size: clamp(2.6rem,4.8vw,3.7rem); }
  .review-card { padding: 28px; }
  .review-card h2 { font-size: 30px; }
  .form-section { gap: 40px; }
  .form-card { padding: 28px; }
  .field-grid { grid-template-columns: 1fr; }
  .customer-review-grid { gap: 16px; }
  .customer-review-card { padding: 24px; }
}
@media (max-width: 760px) {
  .header { min-height: 78px; padding: 15px 24px; }
  .header > span { display: none; }
  .header img { height: 38px; }
  .wrap { width: calc(100% - 48px); }
  .hero { display: block; min-height: 0; padding-block: 48px 56px; }
  h1 { font-size: clamp(2.35rem,10.5vw,3.5rem); line-height: 1.14; letter-spacing: -.015em; }
  .hero-copy { max-width: 580px; }
  .hero .eyebrow { margin-bottom: 24px; font-size: 12px; letter-spacing: .07em; }
  .subline { margin: 24px 0 28px; font-size: 16px; line-height: 1.75; }
  .hero-copy > .primary { width: 100%; min-width: 0; }
  .primary { min-height: 58px; }
  .trust { font-size: 12px; }
  .google-review-trust { margin-top: 24px; }
  .advisor { margin-top: 24px; }
  .advisor strong { font-size: 15px; }
  .advisor span { font-size: 13px; }
  .review-card { margin-top: 40px; padding: 30px 26px; }
  .card-index { margin-bottom: 28px; }
  .review-card h2 { font-size: 30px; }
  .review-card ul { gap: 20px; margin: 28px 0; }
  .review-card li { font-size: 15px; }
  .process { grid-template-columns: 1fr; padding-block: 30px; gap: 28px; }
  .process strong { font-size: 16px; }
  .review-proof { padding-block: 56px 0; }
  .review-proof-heading { display: grid; gap: 24px; margin-bottom: 28px; }
  .review-proof-heading h2 { font-size: 32px; }
  .customer-review-grid { grid-template-columns: 1fr; gap: 16px; }
  .customer-review-card { padding: 28px; }
  .review-proof-footer { gap: 8px; }
  .form-section { display: block; padding-block: 64px; }
  .form-intro { position: static; padding: 0 0 32px; }
  .form-intro h2 { font-size: 32px; line-height: 1.22; }
  .form-card { padding: 28px 24px; border-radius: 20px; }
  .form-card legend { font-size: 21px; }
  .field-grid { gap: 24px; }
  .upload { padding: 22px 18px; }
  .file-picker { display: flex; }
  .file-picker-button { flex: 1; justify-content: center; gap: 10px; padding-inline: 10px; }
  .faq { padding-bottom: 56px; }
  .faq summary { font-size: 17px; padding: 20px 22px; gap: 18px; }
  .faq details p { padding: 0 22px 24px; }
  .footer { padding: 40px 0 calc(104px + env(safe-area-inset-bottom, 0px)); }
  .footer-content { flex-direction: column; align-items: flex-start; text-align: left; gap: 28px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { height: 44px; }
  .footer nav { justify-content: flex-start; gap: 10px 24px; }
  .sticky-cta { display: flex; position: fixed; bottom: max(12px,env(safe-area-inset-bottom)); left: 24px; right: 24px; z-index: 15; }
  .consent-actions { flex-direction: column; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 40px); }
  .header { padding-inline: 20px; gap: 16px; }
  .header img { height: 32px; }
  .contact-link { font-size: 13px; }
  .form-card { padding-inline: 20px; }
  .upload { padding-inline: 16px; }
  .file-picker-button { font-size: 13px; }
  .customer-review-card { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  [data-magnetic] { translate: none !important; }
  .primary::before { transition: none; }
}
