.hero{position:relative;min-height:85vh;display:flex;align-items:center;padding:8rem 1.5rem 4rem;overflow:hidden}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2d4a2dd9,#1a1a1abf)}.hero__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:center}.hero__content{color:#fff;text-align:left}.hero__headline{font-size:3.25rem;font-weight:700;line-height:1.15;margin:0 0 1.25rem}.hero__subheadline{font-size:1.1rem;opacity:.9;margin:0 0 2rem;line-height:1.7;max-width:540px}.hero__form{margin-bottom:1.5rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.5rem}.hero__trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.9}.hero__panel{background:#fffffff2;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 10px 40px #0003}.hero__verification-badge{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8f8f8;border-radius:8px;border-left:3px solid #4A7C4E}.hero__verification-icon{width:40px;height:40px;background:#4a7c4e;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__verification-icon svg{width:20px;height:20px;stroke:#fff}.hero__verification-content{display:flex;flex-direction:column}.hero__verification-title{font-weight:600;color:#1a1a1a;font-size:.95rem}.hero__verification-subtitle{font-size:.8rem;color:#666}@media (max-width: 968px){.hero__inner{grid-template-columns:1fr}.hero__content{text-align:center}.hero__subheadline{max-width:100%}.hero__trust{justify-content:center}.hero__panel{max-width:400px;margin:0 auto}}@media (max-width: 768px){.hero{min-height:auto;padding:6rem 1rem 3rem}.hero__headline{font-size:2.25rem}.hero__subheadline{font-size:1rem}.hero__trust{flex-direction:column;align-items:center;gap:.75rem}}
