.hero-section{position:relative}.hero-section .scroll-indicator{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);pointer-events:none;z-index:10;display:flex;justify-content:center}.scroll-indicator-track{width:22px;height:34px;border:2px solid rgba(255,255,255,.4);border-radius:14px;position:relative;box-sizing:border-box}.scroll-indicator-dot{width:4px;height:6px;background:#fff;border-radius:99px;position:absolute;left:50%;top:6px;transform:translateX(-50%);animation:scrollDot 1.2s infinite ease-in-out}@media (max-width:768px){.hero-section .scroll-indicator{bottom:12px}.scroll-indicator-track{width:20px;height:30px}}.trust-badges{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap;text-align:center}.trust-badge{background:rgba(255,255,255,.08);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15);padding:6px 12px;border-radius:8px;display:flex;align-items:center;gap:6px;font-size:13px}.trust-badge span{color:#fff!important}@media (max-width:768px){.trust-badges{gap:6px}}