/* Presupuesto — cinematic hero + paper body. Matches atmosphere / programador landings. */

.page-quote.qt-page,
.qt-page {
  --qt-ink: #0a0f0c;
  --qt-muted: #5c6b62;
  --qt-sage: #2a6b4f;
  --qt-sage-dark: #1e4f3a;
  --qt-lantern: #c4a574;
  --qt-paper: #f6f7f4;
  --qt-steel: #eef2ef;
  --qt-display: "Fraunces", Georgia, "Times New Roman", serif;
  --qt-sans: "Manrope", "Plus Jakarta Sans", "DM Sans", system-ui, sans-serif;
  font-family: var(--qt-sans);
  color: var(--qt-ink);
  background: var(--qt-paper);
}

.page-quote .hero.inner-hero,
.page-quote .hero.quote-hero,
.page-quote.qt-page .inner-hero,
.page-quote.qt-page .hero.quote-hero,
.page-quote.qt-page main > section.hero {
  display: none !important;
}

.qt-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0a0f0c;
  padding-top: 72px;
  box-sizing: border-box;
}

.qt-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.qt-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 42%;
  transform: scale(1.05);
  filter: saturate(0.88) contrast(1.05) brightness(0.72);
  animation: qt-hero-pan 22s ease-in-out infinite alternate;
  border-radius: 0 !important;
}

@keyframes qt-hero-pan {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-1.4%, -1%, 0); }
}

.qt-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(108deg, rgba(10, 15, 12, 0.96) 0%, rgba(10, 15, 12, 0.88) 38%, rgba(10, 15, 12, 0.48) 68%, rgba(10, 15, 12, 0.28) 100%),
    linear-gradient(180deg, rgba(10, 15, 12, 0.5) 0%, rgba(10, 15, 12, 0.12) 48%, rgba(10, 15, 12, 0.72) 100%);
  pointer-events: none;
}

.qt-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(196, 165, 116, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 165, 116, 0.45) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(105deg, #000 0%, transparent 58%);
  pointer-events: none;
}

.qt-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(72px, 10vh, 110px) 0 5.5rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.qt-brand {
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.qt-hero h1 {
  margin: 0 0 1rem !important;
  max-width: 16ch;
  font-family: var(--qt-display) !important;
  font-size: clamp(2.35rem, 5.4vw, 4rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.03em;
  font-weight: 700 !important;
  color: #fff !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.qt-hero h1 em,
.qt-hero h1 .accent,
.qt-hero h1 .home-hero-accent {
  font-style: italic;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  border-bottom: 3px solid var(--qt-lantern);
  text-decoration: none !important;
}

.qt-hero-lead {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.6;
  font-weight: 500;
  color: #e4ece6 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.qt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.35rem;
}

.qt-hero-actions .btn,
.qt-final-actions .btn {
  border-radius: 2px !important;
}

.qt-hero-actions .btn-green {
  background: var(--qt-sage) !important;
  border-color: var(--qt-sage) !important;
  color: #fff !important;
  box-shadow: 0 16px 40px rgba(42, 107, 79, 0.35);
}

.qt-hero-actions .btn-primary {
  background: var(--qt-lantern) !important;
  border-color: var(--qt-lantern) !important;
  color: #12141a !important;
}

.qt-hero-actions .btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.qt-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

.qt-hero-proof span::before {
  content: "✓ ";
  color: var(--qt-lantern);
}

.qt-hero-card {
  background: rgba(10, 15, 12, 0.72);
  border: 1px solid rgba(196, 165, 116, 0.28);
  border-radius: 4px;
  padding: 1.35rem 1.3rem 1.45rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.qt-hero-card-kicker {
  margin: 0 0 1rem;
  color: var(--qt-lantern);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qt-hero-card ol {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.qt-hero-card li {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  gap: 10px;
  align-items: start;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  line-height: 1.45;
  color: #d7e0d9;
}

.qt-hero-card li:last-child { padding-bottom: 0; border-bottom: 0; }

.qt-hero-card li strong {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 2px;
  background: rgba(196, 165, 116, 0.16);
  color: var(--qt-lantern);
  font-size: 0.82rem;
  font-weight: 800;
}

.qt-hero-card-note {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #c9d4cc;
}

.qt-hero-card-cta {
  color: var(--qt-lantern);
  font-weight: 800;
  font-size: 0.95rem;
}

.qt-section {
  padding: clamp(56px, 8vw, 96px) 0;
  background: var(--qt-paper);
  color: var(--qt-ink);
}

.qt-section--steel {
  background:
    radial-gradient(700px 280px at 12% 0%, rgba(42, 107, 79, 0.08), transparent 60%),
    linear-gradient(180deg, #f3f6f4 0%, #e8eee9 100%);
}

.qt-section--ink {
  background:
    radial-gradient(700px 320px at 88% 10%, rgba(196, 165, 116, 0.18), transparent 55%),
    linear-gradient(160deg, #0a0f0c 0%, #142018 100%);
  color: #e8ece9;
}

.qt-head {
  max-width: 42rem;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.qt-head .section-kicker,
.qt-final .section-kicker,
.qt-section--ink .section-kicker,
.page-quote.qt-page .quote-trust .section-kicker,
.page-quote.qt-page .quote-head .section-kicker {
  display: inline-block !important;
  color: var(--qt-sage) !important;
  -webkit-text-fill-color: var(--qt-sage) !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.74rem !important;
}

.qt-section--ink .section-kicker {
  color: var(--qt-lantern) !important;
  -webkit-text-fill-color: var(--qt-lantern) !important;
}

.qt-head h2,
.qt-final h2,
.qt-proof-split h2 {
  margin: 0.5rem 0 0.7rem !important;
  font-family: var(--qt-display) !important;
  font-size: clamp(1.85rem, 3.5vw, 2.7rem) !important;
  color: var(--qt-ink) !important;
  letter-spacing: -0.02em;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}

.qt-section--ink h2,
.qt-final h2 {
  color: #fff !important;
}

.qt-head .lead,
.qt-final p,
.qt-proof-split .lead {
  margin: 0 auto !important;
  color: var(--qt-muted) !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

.qt-section--ink .lead,
.qt-section--ink p,
.qt-final p {
  color: #c5d0c8 !important;
}

.qt-platforms-grid,
.qt-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.qt-card,
.qt-faq-grid article,
.qt-band,
.qt-steps li {
  padding: 1.3rem 1.25rem 1.4rem;
  background: rgba(255, 255, 255, 0.78);
  border-top: 2px solid var(--qt-sage);
}

.qt-card-code {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--qt-sage);
  font-family: ui-monospace, Consolas, monospace;
}

.qt-card h3,
.qt-faq-grid h3,
.qt-steps h3 {
  margin: 0 0 0.45rem;
  font-family: var(--qt-display);
  font-size: 1.28rem;
  line-height: 1.25;
  color: var(--qt-ink);
}

.qt-card p,
.qt-faq-grid p,
.qt-steps p,
.qt-band p {
  margin: 0;
  color: var(--qt-muted);
  line-height: 1.55;
}

.qt-card a,
.qt-band a {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--qt-sage);
  font-weight: 800;
  font-size: 0.92rem;
}

.qt-bands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.qt-band strong {
  display: block;
  margin: 0.35rem 0 0.4rem;
  font-family: var(--qt-display);
  font-size: clamp(1.05rem, 1.15vw, 1.22rem);
  line-height: 1.2;
  white-space: nowrap;
  color: var(--qt-ink);
}

.qt-band span {
  color: var(--qt-sage);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.qt-band.is-featured {
  background: #fff;
  box-shadow: 0 18px 40px rgba(10, 15, 12, 0.08);
  border-top-color: var(--qt-lantern);
}

.qt-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.qt-steps li span {
  display: block;
  font-family: var(--qt-display);
  font-size: 1.7rem;
  color: rgba(42, 107, 79, 0.35);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.qt-proof-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.qt-proof-split .qt-head,
.qt-proof-split h2 {
  text-align: left;
  margin-left: 0 !important;
}

.qt-proof-split .lead {
  margin-left: 0 !important;
  margin-bottom: 1.4rem !important;
}

.qt-stores {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 12px;
}

.qt-stores li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.qt-stores strong a {
  color: #fff;
  font-size: 1.05rem;
}

.qt-stores em {
  margin-left: 8px;
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--qt-lantern);
}

.qt-proof-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.qt-proof-stats strong {
  display: block;
  font-family: var(--qt-display);
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
}

.qt-proof-stats span {
  font-size: 0.82rem;
  color: #c5d0c8;
  font-weight: 700;
}

.qt-proof-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.qt-final {
  background:
    radial-gradient(600px 240px at 20% 0%, rgba(42, 107, 79, 0.22), transparent 60%),
    #0a0f0c;
  padding: clamp(48px, 7vw, 80px) 0 108px;
  color: #e8ece9;
}

.qt-final-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}

.qt-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qt-final-actions .btn-green {
  background: var(--qt-sage) !important;
  border-color: var(--qt-sage) !important;
  color: #fff !important;
}

.qt-final-actions .btn-primary {
  background: var(--qt-lantern) !important;
  border-color: var(--qt-lantern) !important;
  color: #12141a !important;
}

.qt-sticky { display: none; }

/* ——— Form band: overlaps the hero, paper card ——— */
.page-quote.qt-page .section.quote-section,
.page-quote.qt-page .qt-form-band,
.qt-page .qt-form-band {
  position: relative;
  z-index: 3;
  margin-top: -4.2rem;
  background: transparent !important;
  padding: 0 0 clamp(48px, 7vw, 80px) !important;
  overflow: visible !important;
  scroll-margin-top: 96px;
}

.page-quote.qt-page .qt-form-band .quote-layout,
.qt-page .qt-form-band .quote-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  background: #fff;
  border: 1px solid rgba(10, 15, 12, 0.08);
  border-radius: 4px;
  box-shadow: 0 28px 80px rgba(10, 15, 12, 0.14);
}

.page-quote.qt-page .quote-trust {
  color: var(--qt-ink);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0.4rem 0.2rem 0 !important;
}

.page-quote.qt-page .quote-trust h2,
.page-quote.qt-page .quote-head h2 {
  font-family: var(--qt-display) !important;
  color: var(--qt-ink) !important;
  letter-spacing: -0.02em;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem) !important;
}

.page-quote.qt-page .quote-trust ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.page-quote.qt-page .quote-trust li {
  display: flex;
  gap: 10px;
  color: var(--qt-ink);
}

.page-quote.qt-page .quote-trust li span {
  color: var(--qt-sage);
  font-weight: 800;
}

.page-quote.qt-page .quote-response {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--qt-lantern);
  background: #eef3ef;
  color: var(--qt-ink) !important;
}
.page-quote.qt-page .quote-response strong,
.page-quote.qt-page .quote-response p {
  color: var(--qt-ink) !important;
  -webkit-text-fill-color: var(--qt-ink) !important;
}

.page-quote.qt-page .quote-card {
  background: transparent;
  color: var(--qt-ink);
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.page-quote.qt-page .quote-head p { color: var(--qt-muted); }

.page-quote.qt-page .quote-form.qt-form,
.page-quote.qt-page .quote-form,
.page-quote.qt-page .en-quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

.page-quote.qt-page .qt-form-step {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  padding: 1.15rem 1.15rem 1.25rem;
  background: #f6f8f6;
  border: 1px solid #e4ebe6;
  border-radius: 4px;
}

.page-quote.qt-page .qt-form-step-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0.15rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--qt-sage);
}

.page-quote.qt-page .qt-form-step-label span {
  display: inline-grid;
  place-items: center;
  min-width: 1.7rem;
  height: 1.7rem;
  border-radius: 2px;
  background: var(--qt-sage);
  color: #fff;
  letter-spacing: 0;
  font-size: 0.72rem;
}

.page-quote.qt-page .qt-form-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

.page-quote.qt-page .qt-type-picks,
.page-quote.qt-page .qt-form-step .quote-field-full,
.page-quote.qt-page .qt-form-step .quote-choice,
.page-quote.qt-page .qt-form-step .quote-choices {
  grid-column: 1 / -1;
}

.page-quote.qt-page .qt-type-picks {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-quote.qt-page .qt-type-picks legend,
.page-quote.qt-page .qt-yesno legend {
  float: none;
  width: auto;
  padding: 0;
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--qt-ink);
}

.page-quote.qt-page .qt-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.page-quote.qt-page .qt-type-pick {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.page-quote.qt-page .qt-type-pick input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-quote.qt-page .qt-type-pick span {
  display: block;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  border: 1px solid #d5ddd8;
  border-radius: 4px;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--qt-ink);
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.page-quote.qt-page .qt-type-pick input:checked + span,
.page-quote.qt-page .qt-type-pick:hover span {
  border-color: var(--qt-sage);
}

.page-quote.qt-page .qt-type-pick input:checked + span {
  background: var(--qt-sage);
  color: #fff;
}

.page-quote.qt-page .qt-type-pick input:focus-visible + span {
  outline: 2px solid rgba(42, 107, 79, 0.35);
  outline-offset: 2px;
}

.page-quote.qt-page .quote-field-full,
.page-quote.qt-page .quote-privacy,
.page-quote.qt-page .quote-submit,
.page-quote.qt-page .quote-choices,
.page-quote.qt-page .quote-choice,
.page-quote.qt-page .en-quote-form .en-field-wide,
.page-quote.qt-page .en-quote-form .en-privacy {
  grid-column: 1 / -1;
}

.page-quote.qt-page .quote-field label,
.page-quote.qt-page .quote-field legend,
.page-quote.qt-page .quote-choice legend,
.page-quote.qt-page .en-quote-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--qt-ink);
}

.page-quote.qt-page .quote-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.page-quote.qt-page .quote-field input:not([type="radio"]):not([type="checkbox"]),
.page-quote.qt-page .quote-field select,
.page-quote.qt-page .quote-field textarea,
.page-quote.qt-page .en-quote-form input:not([type="radio"]):not([type="checkbox"]),
.page-quote.qt-page .en-quote-form select,
.page-quote.qt-page .en-quote-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d5ddd8;
  border-radius: 4px !important;
  padding: 0.8rem 0.9rem;
  font: inherit;
  font-weight: 500;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.page-quote.qt-page .quote-field select,
.page-quote.qt-page .en-quote-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--qt-sage) 50%), linear-gradient(135deg, var(--qt-sage) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

.page-quote.qt-page .quote-field textarea,
.page-quote.qt-page .en-quote-form textarea {
  min-height: 120px;
  resize: vertical;
}

.page-quote.qt-page .quote-field input:focus,
.page-quote.qt-page .quote-field select:focus,
.page-quote.qt-page .quote-field textarea:focus,
.page-quote.qt-page .en-quote-form input:focus,
.page-quote.qt-page .en-quote-form select:focus,
.page-quote.qt-page .en-quote-form textarea:focus {
  outline: 0;
  border-color: var(--qt-sage);
  box-shadow: 0 0 0 3px rgba(42, 107, 79, 0.16);
  background: #fff;
}

.page-quote.qt-page .quote-choices {
  display: grid;
  gap: 10px;
  border: 0;
  background: transparent;
}

.page-quote.qt-page .quote-choice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid #e4ebe6;
  border-radius: 4px;
  background: #fff;
}

.page-quote.qt-page .quote-choice-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-quote.qt-page .quote-choice-opts label {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 0;
  min-height: 0;
  cursor: pointer;
}

.page-quote.qt-page .quote-choice-opts input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-quote.qt-page .quote-choice-opts span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d5ddd8;
  border-radius: 4px;
  background: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--qt-ink);
}

.page-quote.qt-page .quote-choice-opts input:checked + span {
  background: var(--qt-sage);
  border-color: var(--qt-sage);
  color: #fff;
}

.page-quote.qt-page .quote-privacy,
.page-quote.qt-page .en-quote-form .en-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0.2rem 0 0;
}

.page-quote.qt-page .quote-privacy input,
.page-quote.qt-page .en-quote-form .en-privacy input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--qt-sage);
}

.page-quote.qt-page .quote-submit {
  display: grid;
  gap: 8px;
}

.page-quote.qt-page .quote-submit .btn,
.page-quote.qt-page .en-quote-form .en-button {
  width: 100%;
  min-height: 56px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border-radius: 4px !important;
  background: var(--qt-sage) !important;
  border-color: var(--qt-sage) !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(42, 107, 79, 0.22);
}

.page-quote.qt-page .quote-submit small {
  text-align: center;
  color: var(--qt-muted);
  font-size: 0.85rem;
}

.page-quote.qt-page .quote-notice,
.page-quote.qt-page .en-notice {
  border-radius: 4px;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.page-quote.qt-page .quote-notice-success,
.page-quote.qt-page .en-notice-success {
  background: #e8f8ee;
  color: #0e3b22;
}

.page-quote.qt-page .quote-notice-error,
.page-quote.qt-page .en-notice-error {
  background: #fdecec;
  color: #6b1c1c;
}

.page-quote.qt-page .en-quote-form .en-hp {
  position: absolute;
  left: -9999px;
}

@media (prefers-reduced-motion: reduce) {
  .qt-hero-media img { animation: none !important; }
}

@media (max-width: 1100px) {
  .qt-bands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .qt-hero-inner,
  .page-quote.qt-page .qt-form-band .quote-layout,
  .qt-page .qt-form-band .quote-layout,
  .qt-platforms-grid,
  .qt-steps,
  .qt-proof-split,
  .qt-faq-grid,
  .qt-final-inner,
  .page-quote.qt-page .quote-form,
  .page-quote.qt-page .en-quote-form,
  .page-quote.qt-page .qt-form-step,
  .page-quote.qt-page .qt-form-grid,
  .page-quote.qt-page .qt-type-grid {
    grid-template-columns: 1fr;
  }

  .qt-hero h1 { max-width: none; }
  .qt-hero-inner { padding-bottom: 3.2rem; }
  .page-quote.qt-page .qt-form-band,
  .qt-page .qt-form-band { margin-top: -2.2rem; }

  .page-quote.qt-page .quote-choice {
    flex-direction: column;
    align-items: flex-start;
  }

  .qt-proof-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .qt-sticky {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    gap: 8px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .qt-sticky.is-hidden {
    transform: translateY(140%);
    opacity: 0;
    pointer-events: none;
  }

  .qt-sticky a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border-radius: 2px;
    font-weight: 800;
  }

  .qt-sticky-form { background: var(--qt-sage); color: #fff; }
  .qt-sticky-wa { background: #fff; color: var(--qt-ink); }
}

@media (min-width: 981px) {
  .qt-final { padding-bottom: clamp(48px, 7vw, 80px); }
}

@media (max-width: 640px) {
  .qt-bands { grid-template-columns: 1fr; }
}
