:root {
  --ink: #242423;
  --panel: #333533;
  --paper: #e8eddf;
  --white: #e8eddf;
  --cyan: #cfdbd5;
  --yellow: #f5cb5c;
  --muted: #cfdbd5;
  --line: rgba(207,219,213,.16);
  --radius: 30px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: clip; }
body::before { content: ""; width: 720px; height: 720px; position: fixed; right: -340px; top: 20vh; z-index: -1; border: 1px solid rgba(207,219,213,.12); transform: rotate(34deg); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
p { line-height: 1.55; }
.campaign-shell { width: min(var(--shell), calc(100% - 32px)); margin-inline: auto; }
.campaign-skip {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 180;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.campaign-skip:focus-visible {
  width: auto;
  height: auto;
  margin: 0;
  padding: 11px 16px;
  overflow: visible;
  clip-path: none;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
}
#main { scroll-margin-top: 96px; }

.campaign-header { min-height: 68px; margin-top: 14px; padding: 8px 10px 8px 18px; position: sticky; top: 14px; z-index: 80; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 999px; background: rgba(36,36,35,.92); backdrop-filter: blur(18px); }
.campaign-brand { display: inline-flex; align-items: center; gap: 10px; }
.campaign-brand img { width: 36px; height: 36px; display: block; object-fit: contain; }
.campaign-brand > span { font-family: "Syne", sans-serif; font-size: .94rem; font-weight: 800; letter-spacing: .04em; line-height: .92; }
.campaign-brand small { margin-top: 5px; display: block; color: rgba(207,219,213,.7); font-family: "DM Sans", sans-serif; font-size: .54rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.header-action { padding: 13px 18px; border-radius: 999px; color: var(--ink); background: var(--cyan); font-size: .84rem; font-weight: 700; }
.header-action-short { display: none; }
.header-action:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }

.campaign-hero { padding-block: 30px 20px; }
.campaign-hero-copy { padding: clamp(38px, 5vw, 64px); display: flex; flex-direction: column; align-items: center; border-radius: var(--radius); overflow: hidden; background: var(--panel); text-align: center; }
.campaign-kicker { display: block; color: var(--cyan); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.campaign-hero h1 { max-width: 1040px; margin: 24px 0 20px; font-family: "Syne", sans-serif; font-size: clamp(4rem, 7.1vw, 6.8rem); line-height: .89; letter-spacing: -.065em; }
.campaign-hero h1 em { color: var(--yellow); font-style: normal; white-space: nowrap; }
.campaign-hero-copy > p { max-width: 680px; margin: 0 auto; color: rgba(232,237,223,.78); font-size: 1rem; }
.campaign-actions { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.primary-action { padding: 15px 20px; border-radius: 999px; color: var(--ink); background: var(--cyan); font-weight: 700; }
.secondary-action { padding-block: 10px; border-bottom: 1px solid rgba(207,219,213,.45); color: rgba(232,237,223,.86); font-size: .88rem; }
.primary-action, .secondary-action { white-space: nowrap; }
.campaign-facts { width: 100%; margin: 42px 0 0; padding: 24px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 6vw, 90px); border-top: 1px solid var(--line); list-style: none; }
.campaign-facts strong, .campaign-facts span { display: block; }
.campaign-facts strong { font-family: "Syne", sans-serif; font-size: 1rem; }
.campaign-facts li:first-child strong { font-size: .94rem; white-space: nowrap; }
.campaign-facts span { margin-top: 5px; color: rgba(207,219,213,.62); font-size: .69rem; line-height: 1.35; }
.campaign-section { padding-block: 96px; scroll-margin-top: 92px; }
.campaign-hero + .campaign-section { padding-top: 34px; }
.campaign-section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; }
#included .campaign-section-heading { max-width: 900px; grid-template-columns: 1fr; }
#included { padding-bottom: 64px; }
.campaign-section-heading .campaign-kicker { grid-column: 1 / -1; }
.campaign-section-heading h2, .brief-copy h2, .campaign-faq h2 { margin: 0; font-family: "Syne", sans-serif; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.campaign-section-heading p { margin: 0; color: var(--muted); }
.deliverable-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.deliverable-grid article { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border-radius: 24px; color: var(--ink); background: var(--paper); }
.deliverable-grid article:nth-child(2) { background: var(--cyan); }
.deliverable-grid article:nth-child(3) { color: var(--white); background: var(--panel); }
.deliverable-grid article:nth-child(4) { background: var(--yellow); }
.deliverable-grid article > span { font-size: .68rem; font-weight: 700; }
.deliverable-grid article > img { width: 96px; height: 96px; margin: 18px 0 12px auto; display: block; object-fit: contain; }
.deliverable-grid h3 { margin: auto 0 10px; font-family: "Syne", sans-serif; font-size: 1.7rem; letter-spacing: -.04em; }
.deliverable-grid p { margin: 0; opacity: .68; font-size: .86rem; }

@media (min-width: 681px) {
  .deliverable-grid h3 { margin: 45px 0 10px; }
  .deliverable-grid p { min-height: calc(4 * 1.55em); }
}

.scope-note { margin-top: 12px; padding: 28px 32px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 30px; align-items: center; border: 1px solid var(--line); border-radius: 22px; }
.scope-note strong { font-family: "Syne", sans-serif; font-size: 1.35rem; }
.scope-note p { margin: 0; color: var(--muted); font-size: .88rem; }
.domain-note { margin-top: 12px; padding: 32px 36px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px 56px; align-items: end; border-radius: 22px; color: var(--ink); background: var(--cyan); }
.domain-note .campaign-kicker { color: rgba(0,0,0,.58); }
.domain-note h3 { max-width: 430px; margin: 12px 0 0; font-family: "Syne", sans-serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: .98; letter-spacing: -.045em; }
.domain-note p { max-width: 620px; margin: 0; font-size: .88rem; line-height: 1.55; }
.domain-note small { display: block; margin-top: 10px; font-size: .68rem; opacity: .58; }
.hosting-note { margin-top: 12px; padding: 36px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px 56px; align-items: end; overflow: hidden; border-radius: 22px; color: var(--ink); background: var(--yellow); }
.hosting-note h3 { max-width: 420px; margin: 14px 0 0; font-family: "Syne", sans-serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: .98; letter-spacing: -.045em; }
.hosting-note .campaign-kicker { color: rgba(36,36,35,.68); }
.aws-hosting-badge { margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; }
.aws-hosting-badge > img { width: 40px; height: 40px; display: block; border-radius: 7px; }
.aws-hosting-badge span, .aws-hosting-badge strong, .aws-hosting-badge small { display: block; }
.aws-hosting-badge strong { font-size: .8rem; }
.aws-hosting-badge small { margin-top: 2px; font-size: .64rem; opacity: .62; }
.hosting-note ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(0,0,0,.2); list-style: none; }
.hosting-note li { padding: 20px 18px; border-left: 1px solid rgba(0,0,0,.2); }
.hosting-note li:first-child { border-left: 0; }
.hosting-note li strong, .hosting-note li span { display: block; }
.hosting-note li strong { font-family: "Syne", sans-serif; font-size: 1.15rem; }
.hosting-note li span { margin-top: 5px; font-size: .7rem; opacity: .68; }
.hosting-note > p { grid-column: 1 / -1; margin: 0; font-size: .78rem; opacity: .68; }

.process-compact { padding-top: 48px; padding-bottom: 105px; }
.process-compact .campaign-section-heading { grid-template-columns: 1fr; max-width: 760px; }
.process-compact ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; list-style: none; }
.process-compact li { min-width: 0; aspect-ratio: 1; padding: clamp(26px, 3vw, 36px); position: relative; display: flex; flex-direction: column; border-radius: 26px; color: var(--ink); background: var(--paper); }
.process-compact li:nth-child(2) { background: var(--cyan); }
.process-compact li:nth-child(3) { background: var(--yellow); }
.process-compact li::after { content: ""; width: 66px; height: 66px; position: absolute; right: -58px; top: 50%; z-index: 2; background: url('/images/process-arrow-ai-v2-132.avif') center / contain no-repeat; filter: drop-shadow(0 8px 12px rgba(0,0,0,.22)); transform: translateY(-50%); }
.process-compact li:last-child::after { display: none; }
.process-compact li > span { display: block; color: rgba(36,36,35,.14); font-family: "Syne", sans-serif; font-size: clamp(4rem,6vw,5.4rem); font-weight: 800; line-height: .8; letter-spacing: -.08em; }
.process-compact li > img { width: clamp(112px, 10vw, 138px); height: 100px; margin: 8px auto 0; display: block; object-fit: contain; filter: drop-shadow(0 10px 9px rgba(0,0,0,.12)); }
.process-compact li strong { margin-top: auto; font-family: "Syne", sans-serif; font-size: clamp(1.55rem, 2.2vw, 1.95rem); line-height: 1; letter-spacing: -.04em; }
.process-compact li p { min-height: calc(3 * 1.55em); margin: 16px 0 0; color: rgba(36,36,35,.66); font-size: .86rem; }

.brief-section { padding-block: 72px; scroll-margin-top: 86px; color: var(--ink); background: var(--paper); }
.brief-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.brief-copy { position: sticky; top: 110px; }
.brief-copy h2 { margin-top: 0; }
.brief-copy > p { max-width: 520px; color: #5d6065; }
.campaign-form { min-height: 0; padding: 38px; position: relative; border-radius: var(--radius); color: var(--white); background: var(--panel); }
.campaign-form.is-quote-welcome, .campaign-form.is-quote-success { min-height: 390px; }
.quote-step { min-width: 0; min-height: 0; display: flex; flex-direction: column; }
.quote-step:focus { outline: none; }
.quote-step[hidden], .quote-progress[hidden] { display: none !important; }
.quote-welcome, .quote-success { justify-content: center; }
.is-quote-welcome .quote-welcome, .is-quote-success .quote-success { min-height: 314px; padding-bottom: 16px; }
.quote-welcome > * { max-width: 610px; }
.quote-welcome > p { margin-top: 24px; }
.quote-welcome .quote-primary { min-width: 270px; margin-top: 36px; align-self: flex-start; }
.quote-eyebrow { color: var(--cyan); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.quote-welcome-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.quote-welcome-eyebrow i { width: 30px; height: 30px; display: block; flex: 0 0 30px; background: url('/images/quote-hourglass-ai-68.avif') center / 142% 142% no-repeat; filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .28)); }
.quote-step h3, .quote-step legend { max-width: 620px; margin: 18px 0 0; font-family: "Syne", sans-serif; font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 700; line-height: .98; letter-spacing: -.05em; }
.quote-step > p { max-width: 580px; margin: 18px 0 0; color: var(--muted); font-size: .9rem; }
.quote-step fieldset, fieldset.quote-step { margin: 0; padding: 0; border: 0; }
.quote-options { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 80px; gap: 10px; }
.quote-options label { position: relative; cursor: pointer; }
.quote-options input { width: 1px; height: 1px; position: absolute; opacity: 0; pointer-events: none; }
.quote-options label > span { height: 100%; padding: 10px 18px 10px 10px; display: grid; grid-template-columns: 60px minmax(0, 1fr); align-items: center; column-gap: 14px; border: 1px solid rgba(207,219,213,.2); border-radius: 15px; color: var(--paper); background: var(--ink); font-size: .84rem; font-weight: 600; line-height: 1.2; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.quote-option-icon { width: 60px; height: 60px; display: block; border-radius: 11px; background-position: center; background-repeat: no-repeat; background-size: 100%; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .28)); transition: filter .2s ease, transform .2s ease; }
.quote-icon-01 { background-image: url('/images/quote-icon-new-ai-120.avif'); }
.quote-icon-02 { background-image: url('/images/quote-icon-redesign-ai-120.avif'); }
.quote-icon-03 { background-image: url('/images/quote-icon-landing-ai-120.avif'); }
.quote-icon-04 { background-image: url('/images/quote-icon-unsure-ai-120.avif'); }
.quote-icon-05 { background-image: url('/images/quote-icon-one-page-ai-120.avif'); }
.quote-icon-06 { background-image: url('/images/quote-icon-small-site-ai-120.avif'); }
.quote-icon-07 { background-image: url('/images/quote-icon-large-site-ai-120.avif'); }
.quote-icon-08 { background-image: url('/images/quote-icon-unsure-size-ai-120.avif'); }
.quote-icon-09 { background-image: url('/images/quote-icon-fast-ai-120.avif'); }
.quote-icon-10 { background-image: url('/images/quote-icon-clock-ai-120.avif'); }
.quote-icon-11 { background-image: url('/images/quote-icon-calendar-ai-120.avif'); }
.quote-icon-12 { background-image: url('/images/quote-icon-open-ai-120.avif'); }
.quote-options label:hover > span { border-color: #5a5e65; }
.quote-options input:focus-visible + span { outline: 3px solid rgba(207,219,213,.28); outline-offset: 2px; }
.quote-options input:checked + span { border-color: var(--cyan); color: var(--ink); background: var(--cyan); }
.quote-options input:checked + span .quote-option-icon { filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .2)); transform: scale(1.04); }
.quote-controls { margin-top: 0; padding-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.quote-primary, .quote-back { min-height: 50px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; cursor: pointer; font-weight: 700; }
.quote-primary { border: 0; color: var(--ink); background: var(--cyan); }
.quote-primary span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); }
.quote-back { border: 1px solid #40434a; color: #c8cbd0; background: transparent; }
.quote-primary:disabled { cursor: wait; opacity: .62; }
.quote-progress { margin-bottom: 32px; display: flex; align-items: center; gap: 18px; color: #a8abb1; font-size: .7rem; }
.quote-progress > span { white-space: nowrap; }
.quote-progress i { height: 3px; flex: 1; overflow: hidden; border-radius: 999px; background: #34373d; }
.quote-progress i span { width: 25%; height: 100%; display: block; border-radius: inherit; background: var(--cyan); transition: width .3s ease; }
.quote-contact { min-height: 0; }
.quote-contact h3 { margin-bottom: 28px; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.quote-contact > label, .form-pair label { margin-bottom: 16px; display: block; color: #c5c7cc; font-size: .74rem; font-weight: 600; }
.quote-contact label small { margin-left: 5px; color: #73777e; font-weight: 400; }
.quote-contact input[type="text"], .quote-contact input[type="email"], .quote-contact textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid rgba(207,219,213,.2); border-radius: 13px; outline: none; color: var(--white); background: var(--ink); }
.quote-contact input:focus, .quote-contact textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(207,219,213,.12); }
.campaign-form textarea { resize: vertical; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.campaign-consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-weight: 400 !important; line-height: 1.4; }
.campaign-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--cyan); }
.campaign-consent a { color: var(--cyan); text-decoration: underline; }
.campaign-honeypot { width: 1px; height: 1px; position: absolute; overflow: hidden; opacity: 0; pointer-events: none; }
.campaign-form-status { min-height: 1.4em; margin: 14px 0 0; color: var(--cyan); font-size: .8rem; }
.quote-success-message { color: #c8cbd0 !important; }

.campaign-faq { padding-block: 96px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.campaign-faq details { border-top: 1px solid var(--line); }
.campaign-faq details:last-child { border-bottom: 1px solid var(--line); }
.campaign-faq summary { padding: 24px 42px 24px 0; position: relative; cursor: pointer; font-family: "Syne", sans-serif; font-size: 1.1rem; list-style: none; }
.campaign-faq summary::after { content: "+"; position: absolute; right: 4px; }
.campaign-faq details[open] summary::after { content: "−"; }
.campaign-faq details p { max-width: 720px; margin: -4px 0 24px; color: var(--muted); font-size: .88rem; }

.campaign-footer { padding-block: 32px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border-top: 1px solid var(--line); }
.campaign-footer > div { display: flex; gap: 24px; color: #b5b8be; font-size: .76rem; }
.campaign-footer > small { grid-column: 1 / -1; color: #74777d; font-size: .68rem; }
.campaign-footer-legal { padding-right: 94px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (min-width: 961px) {
  .campaign-hero-copy {
    display: flex;
    align-items: center;
  }
  .campaign-hero h1 { margin: 0 0 24px; font-size: clamp(4rem, 6.4vw, 6.3rem); }
  .campaign-hero-copy > p { padding-top: 0; }
  .campaign-actions { gap: 14px; }
}

@media (min-width: 961px) and (max-height: 1050px) {
  .campaign-hero { min-height: 0; padding-block: 28px 14px; }
  .campaign-hero-copy { padding: 40px 44px; }
  .campaign-hero h1 { margin: 0 0 22px; font-size: clamp(3.8rem, 5.4vw, 5.45rem); line-height: .9; }
  .campaign-hero-copy > p { font-size: .94rem; }
  .campaign-actions { margin-top: 22px; }
  .campaign-facts { margin-top: 28px; padding-top: 18px; }
}

@media (max-width: 960px) {
  .deliverable-grid { grid-template-columns: 1fr 1fr; }
  .brief-layout { grid-template-columns: 1fr; }
  .brief-copy { position: static; }
}

@media (max-width: 680px) {
  .campaign-footer-legal { padding-right: 64px; }
  :root { --radius: 24px; }
  .campaign-shell { width: calc(100% - 20px); }
  .campaign-header { min-height: 62px; margin-top: 9px; padding: 7px 8px 7px 12px; top: 9px; gap: 10px; }
  .campaign-header .campaign-brand { min-width: 0; min-height: 46px; flex: 1 1 auto; gap: 7px; }
  .campaign-brand img { width: 34px; height: 34px; flex: 0 0 34px; }
  .campaign-brand > span { min-width: 0; font-size: clamp(.58rem, 3vw, .72rem); letter-spacing: .035em; white-space: nowrap; }
  .campaign-brand small { margin-top: 4px; font-size: clamp(.3rem, 1.7vw, .41rem); letter-spacing: .16em; }
  .header-action { min-height: 42px; padding: 0 clamp(10px, 3.8vw, 15px); display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; white-space: nowrap; font-size: clamp(.65rem, 3vw, .75rem); }
  .header-action-full { display: none; }
  .header-action-short { display: inline; }
  .campaign-hero { padding-top: 18px; }
  .campaign-hero-copy { padding: 30px 22px 24px; }
  .campaign-hero h1 { margin: 0 0 18px; font-size: clamp(3rem, 13vw, 3.5rem); line-height: .91; }
  html[lang^="ro"] .campaign-hero h1 { font-size: clamp(2.25rem, 11.4vw, 3.15rem); }
  .campaign-hero-copy > p { font-size: .9rem; line-height: 1.48; }
  .campaign-actions { width: 100%; margin-top: 24px; }
  .campaign-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .primary-action, .secondary-action { text-align: center; }
  .secondary-action { border: 0; }
  .campaign-facts { margin-top: 28px; padding-top: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .campaign-facts li { min-width: 0; padding: 0 10px; border-left: 1px solid var(--line); }
  .campaign-facts li:first-child { padding-left: 0; border-left: 0; }
  .campaign-facts li:last-child { padding-right: 0; }
  .campaign-facts strong { font-size: .76rem; line-height: 1.15; }
  .campaign-facts li:first-child strong { font-size: .72rem; white-space: normal; }
  .campaign-facts span { margin-top: 6px; font-size: .58rem; line-height: 1.3; }
  .campaign-section { padding-block: 84px; }
  .campaign-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .campaign-section-heading .campaign-kicker { grid-column: auto; }
  .campaign-section-heading h2, .brief-copy h2, .campaign-faq h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); line-height: 1.02; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-grid article { min-height: 260px; }
  .scope-note { grid-template-columns: 1fr; gap: 10px; }
  .domain-note { grid-template-columns: 1fr; gap: 18px; padding: 28px 26px; }
  .hosting-note { grid-template-columns: 1fr; gap: 28px; padding: 28px 26px; }
  .hosting-note ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hosting-note li { padding: 16px 10px; }
  .hosting-note li strong { font-size: .9rem; white-space: nowrap; }
  .hosting-note li span { font-size: .62rem; }
  .hosting-note > p { grid-column: 1; }
  .process-compact { padding-top: 0; }
  .process-compact ol { max-width: 430px; margin-inline: auto; grid-template-columns: 1fr; gap: 58px; }
  .process-compact li { width: 100%; }
  .process-compact li::after { right: auto; left: 50%; top: auto; bottom: -62px; transform: translateX(-50%) rotate(90deg); }
  .brief-section { padding-block: 58px; }
  .brief-layout { gap: 28px; }
  .brief-copy h2 { margin-top: 0; }
  .brief-copy > p { margin-bottom: 0; }
  .campaign-form { min-height: 0; padding: 24px 20px; }
  .campaign-form.is-quote-welcome, .campaign-form.is-quote-success { min-height: 0; }
  .quote-step { min-height: 0; }
  .is-quote-welcome .quote-welcome, .is-quote-success .quote-success { min-height: 320px; }
  .quote-welcome .quote-primary { width: 100%; min-width: 0; align-self: stretch; }
  .quote-step h3, .quote-step legend { font-size: clamp(2rem, 10vw, 2.8rem); }
  .quote-options { margin-top: 26px; grid-template-columns: 1fr; grid-auto-rows: 68px; gap: 8px; }
  .quote-options label > span { padding: 6px 14px 6px 6px; grid-template-columns: 54px minmax(0, 1fr); column-gap: 10px; }
  .quote-option-icon { width: 54px; height: 54px; }
  .quote-progress { margin-bottom: 24px; }
  .quote-controls { padding-top: 24px; }
  .quote-contact { min-height: 0; }
  .brief-section.is-quote-active .brief-copy { display: none; }
  .brief-section.is-quote-active .brief-layout { gap: 0; }
  .form-pair { grid-template-columns: 1fr; gap: 0; }
  .campaign-faq { padding-block: 84px; grid-template-columns: 1fr; gap: 40px; }
  .campaign-footer { grid-template-columns: 1fr; }
  .campaign-footer > div { flex-wrap: wrap; }
  .campaign-footer > small { grid-column: 1; }
}

@media (max-width: 350px) {
  .campaign-hero h1 { font-size: 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
