.sf-hero{position:relative;overflow:hidden;text-align:left;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),var(--evt-gradient);background-size:100% 60px,100% 100%}.sf-hero__glow{position:absolute;top:-45%;right:-4%;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(72,117,124,.32) 0%,transparent 66%);pointer-events:none}.sf-hero__inner{position:relative;z-index:2;padding:56px 0 60px}.sf-hero__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;font-weight:600;letter-spacing:.3em;font-size:0.75rem;text-transform:uppercase;color:rgba(255,255,255,.6)}.sf-hero__eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0}.sf-hero__title{font-weight:700;font-size:clamp(2.75rem,5.5vw,4.25rem);line-height:.96;letter-spacing:-0.01em;margin:0;color:#ffffff;hyphens:manual}.sf-hero__subtitle{margin:18px 0 0;max-width:560px;font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.72)}.sf-hero__line{position:relative;z-index:3;height:3px;background:linear-gradient(90deg,var(--red),var(--blue))}@media (max-width:860px){.sf-hero__inner{padding:44px 0 48px}}.sf-wrap{max-width:720px;margin-left:auto;margin-right:auto;padding-top:44px;padding-bottom:4rem}@media (max-width:560px){.sf-wrap{padding-top:32px}}.sf-messages{margin-bottom:1.5rem}.sf-message{padding:0.85rem 1rem;border-radius:10px;font-size:0.95rem;margin-bottom:0.75rem;border:1px solid transparent}.sf-message--error{background:rgba(185,78,72,0.12);border-color:rgba(185,78,72,0.4);color:var(--red)}.sf-message--success{background:rgba(72,117,124,0.12);border-color:rgba(72,117,124,0.4);color:var(--blue)}.sf-form{display:flex;flex-direction:column;gap:1.25rem;background:var(--card);border:1px solid rgba(127,127,127,0.2);border-radius:16px;box-shadow:var(--shadow);padding:2rem}.sf-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width:640px){.sf-row{grid-template-columns:1fr}.sf-form{padding:1.5rem}}.sf-field{display:flex;flex-direction:column;gap:0.4rem}.sf-field label{font-weight:600;font-size:0.92rem;color:var(--fg)}.sf-input{width:100%;font:inherit;font-size:1rem;color:var(--fg);background:var(--bg);border:1.5px solid rgba(127,127,127,0.35);border-radius:10px;padding:0.7rem 0.85rem;transition:border-color 0.15s ease,box-shadow 0.15s ease}.sf-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(72,117,124,0.2)}textarea.sf-input{resize:vertical;min-height:140px}.sf-field--check .sf-check{flex-direction:row;align-items:flex-start;gap:0.6rem;font-weight:400;font-size:0.92rem;color:var(--muted);line-height:1.5;display:flex}.sf-check input[type="checkbox"]{margin-top:0.15rem;width:1.05rem;height:1.05rem;flex-shrink:0;accent-color:var(--blue)}.sf-check a{color:var(--blue)}.sf-error{color:var(--red);font-size:0.85rem}.sf-captcha-question{font-weight:600;margin:0 0 0.15rem}.sf-input--error{border-color:var(--red)}.sf-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.sf-submit{align-self:flex-start;font:inherit;font-weight:700;font-size:1rem;color:var(--cta-fg);background:var(--cta-bg);border:none;border-radius:10px;padding:0.8rem 1.75rem;cursor:pointer;transition:background 0.15s ease;text-decoration:none;display:inline-block}.sf-submit:hover{background:var(--cta-bg-hover)}.sf-confirm{text-align:center;max-width:520px;margin:2rem auto 0}.sf-confirm__icon svg{width:64px;height:64px;color:var(--blue)}.sf-confirm__title{margin:1rem 0 0.5rem;font-size:1.9rem}.sf-confirm__text{color:var(--muted);line-height:1.6;margin-bottom:1.75rem}.sf-submit--link{align-self:center}