*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}body{background:#f8fafc;color:#334155;line-height:1.6}nav{background:#0f172a;padding:18px 8%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000}.logo{color:#fff;font-size:28px;font-weight:700;text-align:left}nav ul{display:flex;list-style:none;align-items:center}nav ul li{margin-left:30px}nav ul li a{color:#fff;text-decoration:none;font-size:16px;transition:.3s}nav ul li a:hover,nav ul li a.active{color:#60a5fa}.hero{min-height:80vh;background:linear-gradient(#0f172ad9,#2563ebbf),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;padding:40px}.hero.short{min-height:40vh}.hero.medium{min-height:60vh}.hero-content{max-width:900px}.hero h1{font-size:60px;margin-bottom:20px}.hero p{font-size:22px;margin-bottom:35px}.btn{display:inline-block;padding:15px 35px;background:#fff;color:#2563eb;text-decoration:none;border-radius:40px;font-weight:600;transition:.3s;cursor:pointer;border:none;font-size:16px}.btn:hover{transform:translateY(-3px)}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:40px;color:#1e3a8a;margin-bottom:10px}.features{padding:80px 8% 20px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;padding:0 8%}.feature-grid.cols-4{grid-template-columns:repeat(4,1fr);padding:0;gap:20px}@media (max-width: 1200px){.feature-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.feature-grid.cols-4{grid-template-columns:1fr}}.card{background:#fff;padding:35px;border-radius:15px;box-shadow:0 8px 25px #00000014;transition:.3s}.card:hover{transform:translateY(-10px)}.card i{font-size:45px;color:#2563eb;margin-bottom:20px}.card h2{margin-bottom:10px;color:#0f172a}.card h3{margin-bottom:15px;color:#0f172a;font-weight:350}.plan-compare{padding:20px 8%}.plan-compare .card{padding:30px 14px}.plan-table-wrap{overflow-x:auto;background:#fff;border-radius:15px;box-shadow:0 8px 25px #00000014}.plan-table{width:100%;min-width:560px;border-collapse:collapse;text-align:center}.plan-table thead th{background:#1e3a8a;color:#fff;font-size:17px;padding:16px 14px}.plan-table thead th:first-child{text-align:left;border-top-left-radius:15px}.plan-table thead th:last-child{border-top-right-radius:15px}.plan-table tbody th{text-align:left;font-weight:600;color:#0f172a;padding:14px}.plan-table tbody td{padding:14px;font-size:20px;line-height:1}.plan-table tbody tr+tr th,.plan-table tbody tr+tr td{border-top:1px solid #e2e8f0}.plan-table tbody tr:nth-child(2n){background:#f8fafc}.plan-table td.yes{color:#16a34a;font-weight:700}.plan-table td.no{color:#cbd5e1}.plan-table sup{font-size:24px;line-height:0;color:#2563eb;margin-left:2px}.plan-table-note .mark{font-size:28px;line-height:0;vertical-align:middle;color:#2563eb;font-weight:700;margin-right:2px}.plan-table tr.price-row th,.plan-table tr.price-row td{background:#eef4ff;border-top:2px solid #1e3a8a;padding:18px 14px}.plan-table tr.price-row th{font-size:17px;color:#1e3a8a}.price-was{display:block;font-size:14px;color:#94a3b8;text-decoration:line-through;line-height:1.2}.price-now{display:block;font-size:22px;font-weight:700;color:#1e3a8a;line-height:1.3}.price-period{display:block;font-size:13px;font-weight:400;color:#475569;line-height:1.3}.plan-compare .card h3 a,.contact-card a{color:#2563eb;text-decoration:none}.plan-compare .card h3 a:hover,.contact-card a:hover{text-decoration:underline}.plan-table-note{margin-top:14px;font-size:14px;color:#475569}.modules{background:#eef4ff;padding:24px 8% 70px}.stats{padding:80px 8%}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px}.stat-box{background:#2563eb;color:#fff;padding:40px;border-radius:15px;text-align:center}.stat-box h3{font-size:40px}.stat-box p{margin-top:10px}.cta{background:#1e3a8a;color:#fff;text-align:center;padding:80px 20px}.cta h2{font-size:30px;margin-bottom:20px}.cta p{margin-bottom:30px;font-size:18px}.contact-section{padding:30px 8% 60px;background:#f8fafc}.contact-section h2{text-align:center;color:#1e3a8a;font-size:38px;margin-bottom:30px}.contact-hours{text-align:center;color:#475569;margin-bottom:24px}.contact-info{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.contact-card{flex:1;min-width:280px;max-width:350px;background:#fff;padding:30px;border-radius:15px;box-shadow:0 8px 20px #00000014;transition:.3s}.contact-card:hover{transform:translateY(-8px)}.contact-card h3{color:#2563eb;margin-bottom:20px;border-bottom:2px solid #2563eb;padding-bottom:10px}.contact-card p{margin-bottom:15px;line-height:1.8;color:#334155}.contact-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:30px;align-items:start}.contact-col-form .form-card{max-width:none}.contact-col-info h2{text-align:left;font-size:32px;margin-bottom:6px}.contact-col-info .contact-hours{text-align:left;margin-bottom:20px}.contact-col-info .contact-info{flex-direction:column;gap:20px}.contact-col-info .contact-card{max-width:none;min-width:0}@media (max-width: 900px){.contact-layout{grid-template-columns:1fr}.contact-col-info h2,.contact-col-info .contact-hours{text-align:center}}.field-error{display:block;margin-top:4px;font-size:13px;color:#dc2626}.form-error-banner{margin-bottom:14px;padding:10px 12px;border-radius:6px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:14px}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.submit:disabled,.reset:disabled{opacity:.6;cursor:not-allowed}footer{background:#0f172a;color:#fff;text-align:center;padding:25px}footer a{text-decoration:none}.form-page{display:flex;justify-content:center;align-items:flex-start;padding:30px 15px;min-height:calc(100vh - 180px)}.form-card{width:100%;max-width:700px;background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000026;overflow:hidden}.form-card.narrow{max-width:480px}.form-header{background:#2563eb;color:#fff;text-align:center;padding:15px}.form-header h2{font-size:26px;margin-bottom:5px;color:#fff}.form-header p{font-size:14px}.site-form{padding:20px 25px}.form-row{display:flex;gap:15px;margin-bottom:12px}.form-col{flex:1}.form-group{margin-bottom:12px}.site-form label{display:block;margin-bottom:4px;font-size:14px;font-weight:600;color:#334155}.site-form input,.site-form select,.site-form textarea{width:100%;padding:9px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;outline:none}.site-form input:focus,.site-form select:focus,.site-form textarea:focus{border-color:#2563eb}.site-form textarea{min-height:70px;resize:none}.star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end}.star-rating input{display:none}.star-rating label{font-size:24px;color:#d1d5db;cursor:pointer;transition:.3s}.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:#f59e0b}.radio-group{display:flex;gap:25px;margin-top:8px}.radio-group label{font-weight:500;display:inline}.form-buttons{display:flex;justify-content:center;gap:20px;margin-top:30px}.submit{background:#2563eb;color:#fff;border:none;padding:14px 35px;border-radius:30px;font-size:15px;cursor:pointer;transition:.3s}.submit:hover{background:#1e40af}.reset{background:#e2e8f0;border:none;padding:14px 35px;border-radius:30px;font-size:15px;cursor:pointer;transition:.3s}.reset:hover{background:#cbd5e1}.thankyou{text-align:center;color:green;font-size:18px;margin-top:20px;font-weight:700}@media (max-width: 768px){.hero h1{font-size:38px}.hero p{font-size:18px}.section-title h2{font-size:30px}.form-row{flex-direction:column}}
