@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap";
body{scroll-behavior:smooth;color:#111827;background:linear-gradient(135deg,#e8f3fc,#d0e6f9);margin:0;font-family:Inter,sans-serif}.hero{text-align:center;color:#1e293b;background:linear-gradient(135deg,#e8f3fc,#d0e6f7);justify-content:center;align-items:center;min-height:100vh;padding:5rem 2rem;display:flex;position:relative}.hero-content{width:100%;max-width:1600px;margin:auto;animation:1s ease-out fadeUp}.hero h1{color:#0a66c2;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.2}.hero h1 span{color:transparent;-webkit-text-fill-color:transparent;background:#0a66c2;-webkit-background-clip:text;background-clip:text}.hero p{color:#475569;max-width:750px;margin:0 auto 4rem;font-size:1.3rem;line-height:1.7}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.feature{text-align:center;color:#1e293b;background:linear-gradient(135deg,#e8f3fc,#e3f0f8);border-radius:20px;padding:2.5rem;transition:transform .35s,box-shadow .35s;box-shadow:0 14px 35px rgba(0,0,0,.2)}.feature:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 15px 35px rgba(0,0,0,.15)}.feature-icon{color:#fff;background:linear-gradient(135deg,#0a66c2,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:1.8rem;display:inline-flex;box-shadow:0 5px 15px rgba(0,0,0,.2)}.feature h3{color:#1e293b;margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.feature p{color:#475569;font-size:1.05rem;line-height:1.6}.features-cta{margin-top:2rem}.cta-btn{color:#fff;background:linear-gradient(90deg,#0a66c2,#004182);border-radius:50px;padding:1.5rem 4rem;font-size:1.4rem;font-weight:800;text-decoration:none;animation:2s infinite pulse;display:inline-block;box-shadow:0 0 20px rgba(37,99,235,.4)}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 20px rgba(37,99,235,.4)}50%{transform:scale(1.05);box-shadow:0 0 40px rgba(37,99,235,.7)}to{transform:scale(1);box-shadow:0 0 20px rgba(37,99,235,.4)}}.cta-btn:hover{background:linear-gradient(90deg,#004182,#0a66c2);transform:translateY(-3px)scale(1.05);box-shadow:0 15px 40px rgba(0,0,0,.35)}.form-section{background:#f9fafb;padding:6rem 2rem}.form-card{background:#fff;border-radius:20px;max-width:950px;margin:auto;padding:3rem;animation:1s ease-out fadeUp;box-shadow:0 12px 50px rgba(0,0,0,.08)}.form-card h2{color:#0a66c2;margin-bottom:2rem;font-size:2.4rem;font-weight:800}.form-card input[type=text]{padding:3.5rem;font-size:1.2rem}label{color:#374151;margin-bottom:.5rem;font-weight:600;display:block}input,select{border:1px solid #d1d5db;border-radius:12px;width:100%;margin-bottom:1.5rem;padding:1rem;font-size:1rem;transition:border .2s,box-shadow .2s}input:focus,select:focus{border-color:#0a66c2;outline:none;box-shadow:0 0 0 4px rgba(10,102,194,.2)}.grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.grid{grid-template-columns:1fr}}button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0a66c2,#004182);border:none;border-radius:12px;width:100%;padding:1.3rem;font-size:1.25rem;font-weight:700;transition:all .35s}button:hover{background:linear-gradient(90deg,#004182,#0a66c2);transform:translateY(-2px)scale(1.03);box-shadow:0 12px 40px rgba(0,0,0,.25)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.typing-text{color:#f8fafc;font-family:Montserrat,sans-serif;font-size:4.8rem;font-weight:800;line-height:1.4}.line{white-space:nowrap;border-right:3px solid #fff;display:inline-block;overflow:hidden}.line1{width:0;font-size:1.55rem;animation:3.5s steps(50,end) forwards typing1,.7s step-end infinite blink}@keyframes typing1{0%{width:0}to{width:100%}}@keyframes typing2{0%{width:0}to{width:100%}}@keyframes blink{0%,to{border-color:transparent}50%{border-color:linear-gradient(135deg,#e8f3fc,#d0e6f9)}}.topic-textarea{resize:vertical;text-align:left;vertical-align:top;white-space:pre-wrap;word-wrap:break-word;border:1px solid #d1d5db;border-radius:12px;width:100%;min-height:120px;max-height:300px;padding:1rem;font-size:1.1rem;line-height:1.5;overflow-y:auto}.topic-textarea:focus{border-color:#0a66c2;outline:none;box-shadow:0 0 0 4px rgba(10,102,194,.2)}.footer{color:#fff;background:#0a66c2;border-top:1px solid rgba(255,255,255,.15);padding:2rem;font-size:1.4rem}.footer-grid{text-align:center;grid-template-columns:repeat(3,1fr);align-items:center;gap:1rem;display:grid}.footer-link{color:#fff;font-weight:600;text-decoration:none;transition:color .3s}.footer-link:hover{color:#facc15}
