.hero-section{display:flex;flex-direction:column;max-width:63%;place-items:flex-start}.trust-indicator{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:30px;display:flex;gap:16px;margin-bottom:20px;padding:10px 20px}.green-dot{background-color:#22c55e;border-radius:50%;height:8px;width:8px}.trust-text{color:#636363;font-family:Inter,sans-serif;font-size:18px;font-weight:400}.hero-heading{font-size:60px;font-weight:600;line-height:140%;margin:0 0 30px}.hero-description,.hero-heading{color:#111;font-family:Inter,sans-serif}.hero-description{font-size:18px;font-weight:400;line-height:1.5;margin:0}.section-heading{color:#111;font-family:Inter,sans-serif;font-size:56px;font-weight:700;line-height:1.3;margin:0;text-align:left}.text-center{text-align:center}.section-description{color:#111;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.6;margin:20px auto;text-align:center}.animated-text{background:linear-gradient(90deg,#4caf6d,rgba(76,175,109,.4),#4caf6d);background-clip:text;-webkit-background-clip:text;background-size:200% auto;-webkit-text-fill-color:transparent;animation:gradientMove 4s ease-in-out infinite}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}