.ref-hero .eyebrow{display:inline-flex;align-items:center;gap:var(--space-3);font-size:var(--text-eyebrow);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow);margin-bottom:var(--space-4)}.ref-hero .eyebrow__bar{display:inline-block;width:28px;height:2px;background:var(--yellow)}.ref-why .eyebrow,.ref-form-section .eyebrow,.ref-faq .eyebrow{display:inline-flex;align-items:center;gap:var(--space-3);font-size:var(--text-eyebrow);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin-bottom:var(--space-4)}.ref-why .eyebrow__bar,.ref-form-section .eyebrow__bar,.ref-faq .eyebrow__bar{display:inline-block;width:28px;height:2px;background:var(--blue)}.ref-hero{position:relative;overflow:hidden;background:var(--blue);padding-block:clamp(var(--space-8),10vw,var(--space-10));color:var(--white)}.ref-hero__inner{max-width:1280px;margin-inline:auto;padding-inline:var(--pad-x);position:relative;z-index:1}.ref-hero__watermark{position:absolute;bottom:-8%;left:-4%;font-family:var(--font-display);font-size:clamp(280px,40vw,560px);font-weight:800;line-height:.85;color:#ffe6000d;pointer-events:none;user-select:none}.ref-hero__head{margin-bottom:var(--space-8);max-width:28ch}.ref-hero__title{font-family:var(--font-display);font-size:var(--text-h1);font-weight:700;text-transform:uppercase;line-height:1.05;margin:0;color:var(--white)}.ref-hero__amount-line{display:block;margin-top:var(--space-3)}.ref-hero__amount{font-family:var(--font-display);font-size:clamp(80px,10vw,140px);font-weight:800;color:var(--yellow);line-height:.9;display:inline-block;vertical-align:-.05em}.ref-hero__sub{margin:var(--space-5) 0 0;font-size:var(--text-body-lg);color:#ffffffd9;max-width:56ch;line-height:1.55}.ref-steps{list-style:none;margin:0 0 var(--space-7);padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-5)}@media(min-width:700px){.ref-steps{grid-template-columns:repeat(3,1fr)}}.ref-step{display:flex;gap:var(--space-4);align-items:flex-start}.ref-step__token{width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--blue);font-family:var(--font-display);font-weight:700;font-size:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ref-step__body{display:flex;flex-direction:column;gap:var(--space-2)}.ref-step__title{font-family:var(--font-sans);font-size:16px;font-weight:700;color:var(--white);margin:0}.ref-step__text{font-size:14px;color:#ffffffb3;line-height:1.55;margin:0}.ref-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;background:var(--yellow);color:var(--ink);border:none;border-radius:var(--radius-pill);font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;min-height:48px;transition:background var(--dur-micro) var(--ease),box-shadow var(--dur-micro) var(--ease),transform var(--dur-comp) var(--ease)}.ref-cta:hover{background:var(--yellow-hot);box-shadow:var(--shadow-yellow-glow);transform:translateY(-1px)}.ref-why{background:var(--white);padding-block:clamp(var(--space-7),9vw,var(--space-9))}.ref-why__inner{max-width:1280px;margin-inline:auto;padding-inline:var(--pad-x)}.ref-why__h2{font-family:var(--font-display);font-size:var(--text-h2);font-weight:700;text-transform:uppercase;line-height:1.1;color:var(--ink);margin:0 0 var(--space-5);max-width:22ch}.ref-why__body{font-size:var(--text-body-lg);line-height:1.65;color:var(--ink);max-width:65ch;margin:0}.ref-why__body strong{color:var(--ink);font-weight:700}.ref-form-section{background:var(--canvas);padding-block:clamp(var(--space-7),9vw,var(--space-9))}.ref-form-section__inner{max-width:720px;margin-inline:auto;padding-inline:var(--pad-x)}.ref-form-section__h2{font-family:var(--font-display);font-size:var(--text-h2);font-weight:700;text-transform:uppercase;line-height:1.1;color:var(--ink);margin:0 0 var(--space-3)}.ref-form-section__sub{font-size:var(--text-body-lg);color:var(--ink-soft);margin:0 0 var(--space-7)}.ref-form-shell{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-6)}.ref-form{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:600px){.ref-form{grid-template-columns:repeat(2,1fr)}}.ref-field{display:flex;flex-direction:column;gap:6px}.ref-field--full{grid-column:1 / -1}.ref-field label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}.ref-field__optional{text-transform:none;letter-spacing:0;font-weight:500;color:var(--ink-mute)}.ref-field input,.ref-field textarea{width:100%;padding:12px 14px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);font-size:15px;font-family:inherit;min-height:44px;transition:border-color var(--dur-micro) var(--ease),box-shadow var(--dur-micro) var(--ease)}.ref-field textarea{min-height:90px;resize:vertical}.ref-field input::placeholder,.ref-field textarea::placeholder{color:var(--ink-mute)}.ref-field input:focus,.ref-field textarea:focus{outline:2px solid var(--blue);outline-offset:2px;border-color:var(--blue)}.ref-form__submit{grid-column:1 / -1;margin-top:var(--space-2)}.ref-form__success{display:none;text-align:center;padding:var(--space-3) 0}.ref-form__success h3{font-family:var(--font-display);font-size:var(--text-h3);font-weight:700;text-transform:uppercase;color:var(--ink);margin:0 0 var(--space-3)}.ref-form__success p{font-size:var(--text-body);color:var(--ink-soft);line-height:1.55;margin:0}.ref-form-shell.is-success .ref-form{display:none}.ref-form-shell.is-success .ref-form__success{display:block}.ref-faq{background:var(--white);padding-block:clamp(var(--space-7),9vw,var(--space-9))}.ref-faq__inner{max-width:800px;margin-inline:auto;padding-inline:var(--pad-x)}.ref-faq__h2{font-family:var(--font-display);font-size:var(--text-h2);font-weight:700;text-transform:uppercase;line-height:1.1;color:var(--ink);margin:0 0 var(--space-6)}.ref-faq__list{display:flex;flex-direction:column;gap:var(--space-3)}.ref-faq__item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md)}.ref-faq__item summary{list-style:none;cursor:pointer;padding:var(--space-4) var(--space-5);font-size:var(--text-body);font-weight:700;color:var(--ink);min-height:44px;display:flex;align-items:center}.ref-faq__item summary::-webkit-details-marker{display:none}.ref-faq__item summary:after{content:"+";margin-left:auto;font-size:22px;font-weight:400;color:var(--blue);line-height:1}.ref-faq__item[open] summary:after{content:"−"}.ref-faq__item p{margin:0;padding:0 var(--space-5) var(--space-5);font-size:var(--text-body);color:var(--ink-soft);line-height:1.6}@media(prefers-reduced-motion:reduce){.ref-cta{transition:none}.ref-cta:hover{transform:none}}
