* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #2d3748; background: #fdfdfd; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
header { background: #0f172a; position: sticky; top: 0; width: 100%; z-index: 1000; padding: 18px 0; border-bottom: 2px solid #38bdf8; }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo a { font-size: 1.3rem; font-weight: 700; letter-spacing: 1px; color: #38bdf8; }
.nav-links { display: flex; gap: 25px; align-items: center; }
.nav-links a { font-size: 0.85rem; font-weight: 600; color: #e2e8f0; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: #38bdf8; }
.btn-get-started { background-color: #38bdf8; color: #0f172a !important; padding: 10px 22px; border-radius: 6px; font-weight: 700; }
.menu-toggle { display: none; font-size: 1.5rem; cursor: pointer; color: #ffffff; }
.hero { position: relative; min-height: calc(100vh - 75px); background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0369a1 100%); display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 15px; }
.hero-content { z-index: 2; display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 700px; }
.welcome-badge { background: rgba(56, 189, 248, 0.15); color: #38bdf8; padding: 6px 16px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 20px; text-transform: uppercase; }
.hero h1 { font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 25px; color: #ffffff; }
.hero h1 span { color: #38bdf8; }
.hero-form-box { width: 100%; background: #ffffff; padding: 35px; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.25); text-align: left; }
.hero-form-box form { display: flex; flex-direction: column; gap: 15px; }
.form-group-full input { width: 100%; padding: 14px 16px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 1rem; color: #1e293b; outline: none; }
.form-group-split { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-group-split input { width: 100%; padding: 14px 16px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 1rem; color: #1e293b; outline: none; }
.btn-submit-hero { width: 100%; padding: 15px; border: none; border-radius: 6px; background-color: #0284c7; color: #ffffff; font-size: 1.05rem; font-weight: 700; cursor: pointer; transition: background 0.3s; }
.btn-submit-hero:hover { background-color: #0369a1; }
.security-badges { display: flex; justify-content: center; gap: 20px; margin-top: 15px; font-size: 0.8rem; color: #64748b; flex-wrap: wrap; }
.security-badges span { display: flex; align-items: center; gap: 6px; }
.page-header { background: #0f172a; color: #ffffff; padding: 60px 0; text-align: center; border-bottom: 3px solid #38bdf8; }
.page-header h1 { font-size: 2.8rem; margin-bottom: 10px; color: #38bdf8; }
.content-section { padding: 90px 0; background-color: #ffffff; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.card { background: #f8fafc; border: 1px solid #e2e8f0; padding: 40px 30px; border-radius: 8px; text-align: center; transition: transform 0.3s; }
.card:hover { transform: translateY(-5px); border-color: #38bdf8; }
.card i { font-size: 2.5rem; color: #0284c7; margin-bottom: 20px; }
.card h3 { font-size: 1.3rem; color: #0f172a; margin-bottom: 15px; }
.card p { color: #64748b; font-size: 0.95rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: flex-start; }
.contact-info-box h2 { font-size: 2.3rem; color: #0f172a; margin-bottom: 20px; }
.contact-info-box p { color: #64748b; margin-bottom: 30px; }
.contact-details-list { display: flex; flex-direction: column; gap: 20px; }
.contact-details-item { display: flex; align-items: flex-start; gap: 15px; font-size: 0.95rem; color: #334155; }
.contact-details-item i { color: #0284c7; font-size: 1.2rem; margin-top: 3px; }
.contact-form-box { background: #f8fafc; border: 1px solid #e2e8f0; padding: 40px; border-radius: 8px; }
.contact-form-box form { display: flex; flex-direction: column; gap: 20px; }
.contact-form-box input, .contact-form-box textarea { width: 100%; padding: 14px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 0.95rem; outline: none; }
.contact-form-box textarea { resize: vertical; min-height: 120px; }
.privacy-content h2 { color: #0f172a; font-size: 1.8rem; margin-top: 30px; margin-bottom: 15px; }
.privacy-content h3 { color: #1e293b; font-size: 1.2rem; margin-top: 20px; margin-bottom: 10px; }
.privacy-content p, .privacy-content ul { color: #475569; margin-bottom: 15px; font-size: 0.95rem; line-height: 1.7; }
.privacy-content ul { padding-left: 20px; list-style: disc; }
footer { background-color: #0f172a; color: #ffffff; padding: 60px 0 20px 0; border-top: 2px solid #1e293b; }
.footer-grid { display: flex; flex-direction: column; gap: 40px; margin-bottom: 40px; }
.footer-brand { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 20px; flex-wrap: wrap; gap: 20px; }
.footer-brand h3 { font-size: 1.2rem; color: #38bdf8; letter-spacing: 1px; }
.footer-menu { display: flex; gap: 30px; }
.footer-menu a { font-size: 0.8rem; font-weight: 600; color: #cbd5e1; }
.footer-disclaimer p { font-size: 0.7rem; line-height: 1.7; color: #94a3b8; text-align: justify; }
.footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: 0.8rem; color: #64748b; }
@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .nav-links { display: none; flex-direction: column; width: 100%; position: absolute; top: 75px; left: 0; background: #0f172a; padding: 20px 0; box-shadow: 0 5px 10px rgba(0,0,0,0.3); text-align: center; }
    .nav-links.active { display: flex; }
    .nav-links a { padding: 10px 0; display: block; }
    .btn-get-started { display: inline-block !important; margin-top: 10px; }
    .hero h1 { font-size: 2.2rem; }
    .form-group-split { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .footer-brand { flex-direction: column; align-items: center; text-align: center; }
}