:root{--blue:#0787f9;--dark:#07111c;--text:#101a28;--muted:#4b5c72;--border:#dfe7ef}
*{box-sizing:border-box}.wha-page{font-family:Inter,Arial,sans-serif;color:var(--text);line-height:1.55;background:#fff}.wha-container{width:min(1180px,92%);margin:auto}.wha-header{background:#fff;border-bottom:1px solid #eef2f6}.wha-nav{min-height:72px;display:flex;align-items:center;gap:28px}.wha-brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--text);margin-right:auto}.wha-brand strong{font-size:25px}.wha-brand b{font-size:25px;color:var(--blue)}.wha-brand small{display:block;font-size:9px;letter-spacing:.6px;color:#5e6d7e;font-weight:700}.wha-logo{font-size:38px;color:var(--blue)}nav{display:flex;gap:24px}nav a{color:var(--text);text-decoration:none;font-size:14px;font-weight:600;padding:26px 0}nav a.active,nav a:hover{color:var(--blue)}
.wha-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:700;border:1px solid transparent}.wha-btn-blue{background:var(--blue);color:#fff}.wha-btn-outline{background:transparent;color:#fff;border-color:#fff}.wha-btn-outline-blue{background:#fff;color:var(--blue);border-color:var(--blue)}
.wha-hero{min-height:430px;color:#fff;background:linear-gradient(90deg,rgba(2,12,23,.98),rgba(3,18,33,.9),rgba(0,35,68,.55)),url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2000&q=85") center/cover}.wha-hero-grid{min-height:430px;display:grid;grid-template-columns:1fr 300px;align-items:center}.wha-hero h1{font-size:47px;line-height:1.03;margin:0 0 18px;letter-spacing:-1.5px}.wha-hero h1 span,.wha-cta h2 span{color:var(--blue)}.wha-hero p{max-width:570px;font-size:17px;margin:0 0 25px}.wha-actions{display:flex;gap:18px}.wha-script{font-family:"Brush Script MT","Segoe Script",cursive;font-size:31px;line-height:1.02;transform:rotate(-5deg);justify-self:end}.wha-script em{display:block;width:150px;border-bottom:4px solid var(--blue);margin-top:5px}
.wha-features{background:#f7fafc}.wha-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:19px 0;gap:25px}.wha-feature-grid div{display:grid;grid-template-columns:40px 1fr}.wha-feature-grid span{grid-row:span 2;color:var(--blue);font-size:28px}.wha-feature-grid strong{font-size:15px}.wha-feature-grid small{font-size:12px;color:var(--muted)}
.wha-section{padding:55px 0}.wha-heading{text-align:center;margin-bottom:28px}.wha-heading h2{font-size:31px;margin:0 0 3px}.wha-heading p{color:var(--muted);margin:0}.wha-pricing,.wha-services{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wha-card,.wha-service{border:1px solid var(--border);border-radius:12px;padding:27px 20px;text-align:center;box-shadow:0 7px 25px rgba(15,39,66,.05);display:flex;flex-direction:column}.wha-card{position:relative}.wha-card h3,.wha-service h3{margin:0 0 5px}.wha-card>p{color:var(--muted);min-height:47px}.wha-price{font-size:39px;font-weight:800;margin:11px 0}.wha-price small{font-size:16px;font-weight:500;color:var(--muted)}.wha-card ul{list-style:none;text-align:left;padding:0;margin:4px 0 20px}.wha-card li{padding:5px 0 5px 24px;position:relative}.wha-card li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:800}.wha-card .wha-btn,.wha-service .wha-btn{margin-top:auto}.popular{border-color:#bfe1ff;box-shadow:0 12px 32px rgba(7,135,249,.12)}.wha-ribbon{position:absolute;top:-1px;left:-1px;right:-1px;background:var(--blue);color:#fff;border-radius:12px 12px 0 0;font-size:11px;font-weight:800;padding:4px}.wha-more{padding-top:0}.wha-service>span{font-size:37px;color:var(--blue);margin-bottom:8px}.wha-service p{color:var(--muted);margin:0 0 22px}
.wha-cta{background:linear-gradient(rgba(3,22,39,.9),rgba(3,22,39,.94)),url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2000&q=80") center/cover;color:#fff;padding:28px 0}.wha-cta-inner{display:flex;align-items:center;justify-content:space-between}.wha-cta h2{font-size:25px;margin:0}.wha-cta p{margin:2px 0 0;color:#dce7f2}.wha-footer{background:#06131f;color:#fff;padding:34px 0}.wha-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.wha-footer a{display:block;color:#d9e3ed;text-decoration:none;font-size:13px;margin:6px 0}.wha-footer h4{margin:0 0 9px;font-size:14px}.wha-footer-brand>div{display:flex;align-items:center;gap:9px}.wha-footer-brand strong{font-size:23px}.wha-footer-brand strong span{color:var(--blue)}.wha-footer-brand small,.wha-footer small{color:#9eb1c4;font-size:10px}.wha-footer-brand p{font-size:11px;color:#91a4b7;margin-top:30px}.social{display:flex;gap:10px;margin-bottom:18px}.social a{width:28px;height:28px;border:1px solid #718497;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}
@media(max-width:900px){nav{display:none}.wha-hero-grid{grid-template-columns:1fr}.wha-script{display:none}.wha-feature-grid,.wha-footer-grid{grid-template-columns:repeat(2,1fr)}.wha-pricing,.wha-services{grid-template-columns:1fr}}@media(max-width:560px){.wha-brand strong,.wha-brand b{font-size:19px}.wha-hero h1{font-size:36px}.wha-actions{flex-direction:column;align-items:flex-start}.wha-feature-grid,.wha-footer-grid{grid-template-columns:1fr}.wha-cta-inner{flex-direction:column;align-items:flex-start;gap:18px}}
