@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background:#fff;color:#1f2937}.navbar{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;height:80px;justify-content:space-between;padding:0 80px}.logo{height:110px;transform:translateY(10px)}.nav-links{display:flex}.nav-links a{color:#374151;font-weight:500;margin-left:32px;text-decoration:none}.hero{margin:auto;max-width:1100px;padding:100px 80px}.hero h1{font-size:48px;margin-bottom:20px}.hero p{color:#6b7280;margin-bottom:30px;max-width:720px}.btn-primary{align-items:center;background:#4a67f5;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;min-height:48px;padding:14px 32px}.btn-primary:disabled{cursor:not-allowed;opacity:.85}.section{padding:80px}.section.light{background:#f9fafb}.section h2{border-left:4px solid #4a67f5;font-size:32px;margin-bottom:40px;padding-left:12px}.grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:32px}.contact-form{display:flex;flex-direction:column;gap:16px;margin-top:30px;max-width:600px}.contact-form input,.contact-form textarea{border:1px solid #e5e7eb;border-radius:6px;font-size:14px;padding:14px}.phone-row{display:flex;gap:12px}.phone-row input:first-child{max-width:90px}.error-text{color:#dc2626;margin-top:10px}.success-text{color:#16a34a;margin-top:10px}.loader{animation:spin .9s linear infinite;border:2.5px solid #ffffff59;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.footer{border-top:1px solid #e5e7eb;color:#6b7280;padding:24px;text-align:center}@media (max-width:1024px){.navbar{padding:0 40px}.hero{padding:80px 40px}.section{padding:60px 40px}}@media (max-width:768px){.navbar{align-items:flex-start;flex-direction:column;gap:12px;height:auto;padding:16px 20px}.logo{height:80px;transform:none}.nav-links{justify-content:space-between;width:100%}.nav-links a{font-size:14px;margin-left:0}.hero{padding:60px 20px}.hero h1{font-size:32px;line-height:1.3}.hero p{font-size:16px}.section{padding:50px 20px}.section h2{font-size:26px}.grid{grid-template-columns:1fr}.contact-form{width:100%}.phone-row{flex-direction:column}.phone-row input:first-child{max-width:100%}.btn-primary{width:100%}}@media (max-width:480px){.hero h1{font-size:28px}.section h2{font-size:24px}.nav-links{flex-wrap:wrap;gap:10px}}
/*# sourceMappingURL=main.215c938e.css.map*/