
:root{
  --navy:#0f1f3d;
  --navy-light:#16305c;
  --gold:#f4b400;
  --red:#c1121f;
  --grey:#f5f6f8;
  --white:#ffffff;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Poppins',Arial,sans-serif;color:var(--navy);line-height:1.6;background:var(--white);}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
.container{max-width:1180px;margin:0 auto;padding:0 24px;}

/* Header */
header{background:var(--white);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.08);}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1180px;margin:0 auto;}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.5rem;color:var(--navy);}
.logo .star{color:var(--gold);}
.logo span.sub{display:block;font-size:.6rem;letter-spacing:3px;color:var(--red);font-weight:700;}
nav ul{display:flex;gap:30px;list-style:none;}
nav ul li a{font-weight:600;font-size:.95rem;transition:.2s;}
nav ul li a:hover{color:var(--red);}
.btn{display:inline-block;padding:12px 28px;border-radius:30px;font-weight:700;font-size:.9rem;transition:.25s;}
.btn-primary{background:var(--red);color:var(--white);}
.btn-primary:hover{background:var(--navy);}
.btn-outline{border:2px solid var(--white);color:var(--white);}
.btn-outline:hover{background:var(--white);color:var(--navy);}
.nav-cta{display:flex;align-items:center;gap:20px;}

/* Hero */
.hero{position:relative;background:linear-gradient(120deg,var(--navy) 55%,var(--navy-light) 100%);color:var(--white);overflow:hidden;padding:80px 0 100px;}
.hero .container{display:flex;align-items:center;gap:40px;flex-wrap:wrap;position:relative;z-index:2;}
.hero-text{flex:1 1 480px;}
.hero-text .tag{background:var(--gold);color:var(--navy);display:inline-block;padding:6px 16px;border-radius:20px;font-weight:700;font-size:.8rem;letter-spacing:1px;margin-bottom:18px;}
.hero-text h1{font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:18px;}
.hero-text h1 span{color:var(--gold);}
.hero-text p{font-size:1.1rem;color:#d7deee;margin-bottom:30px;max-width:520px;}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;}
.hero-img{flex:1 1 420px;position:relative;}
.hero-img img{border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35);}
.hero-stats{display:flex;gap:30px;margin-top:40px;flex-wrap:wrap;}
.hero-stats div{text-align:left;}
.hero-stats h3{font-size:2rem;color:var(--gold);font-weight:800;}
.hero-stats p{font-size:.85rem;color:#c9d2e3;margin:0;}

/* Section title */
.section-title{text-align:center;margin-bottom:50px;}
.section-title .tag{color:var(--red);font-weight:700;letter-spacing:2px;font-size:.85rem;text-transform:uppercase;}
.section-title h2{font-size:2.2rem;font-weight:800;color:var(--navy);margin-top:8px;}
.section-title p{color:#5a6270;max-width:600px;margin:12px auto 0;}

/* Services */
.services{padding:90px 0;background:var(--grey);}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;}
.service-card{background:var(--white);border-radius:14px;padding:34px 26px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:.25s;border-bottom:4px solid transparent;}
.service-card:hover{transform:translateY(-8px);border-bottom-color:var(--gold);}
.service-icon{width:70px;height:70px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 18px;}
.service-card h3{font-size:1.2rem;margin-bottom:10px;font-weight:700;}
.service-card p{font-size:.92rem;color:#5a6270;}

/* Why choose */
.why{padding:90px 0;background:var(--navy);color:var(--white);}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;text-align:center;}
.why-grid div h3{color:var(--gold);font-size:1.1rem;margin:14px 0 6px;}
.why-icon{font-size:2rem;color:var(--gold);}
.why-grid p{color:#c9d2e3;font-size:.9rem;}

/* About */
.about{padding:90px 0;}
.about-wrap{display:flex;gap:50px;align-items:center;flex-wrap:wrap;}
.about-img,.about-text{flex:1 1 420px;}
.about-img img{border-radius:14px;}
.about-text .tag{color:var(--red);font-weight:700;letter-spacing:2px;font-size:.85rem;}
.about-text h2{font-size:2.1rem;font-weight:800;margin:10px 0 16px;}
.about-text p{color:#5a6270;margin-bottom:14px;}
.check-list{list-style:none;margin-top:20px;}
.check-list li{margin-bottom:10px;font-weight:600;}
.check-list li::before{content:"\2605";color:var(--gold);margin-right:10px;}

/* CTA band */
.cta-band{background:var(--red);color:var(--white);padding:50px 0;text-align:center;}
.cta-band h2{font-size:1.9rem;font-weight:800;margin-bottom:14px;}
.cta-band .btn-primary{background:var(--navy);}
.cta-band .btn-primary:hover{background:var(--gold);color:var(--navy);}

/* Testimonials */
.testimonials{padding:90px 0;background:var(--grey);}
.test-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;}
.test-card{background:var(--white);border-radius:14px;padding:28px;box-shadow:0 8px 24px rgba(0,0,0,.06);}
.test-card p{font-style:italic;color:#5a6270;margin-bottom:16px;}
.test-card h4{font-weight:700;}
.stars{color:var(--gold);margin-bottom:10px;}

/* Contact / form */
.contact{padding:90px 0;}
.contact-wrap{display:flex;gap:50px;flex-wrap:wrap;}
.contact-info,.contact-form{flex:1 1 400px;}
.contact-info .info-item{display:flex;gap:16px;margin-bottom:26px;align-items:flex-start;}
.contact-info .info-item .ic{background:var(--navy);color:var(--gold);border-radius:50%;min-width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;}
.contact-info .info-item h4{font-weight:700;margin-bottom:4px;}
.contact-info .info-item p{color:#5a6270;font-size:.92rem;}
.contact-form form{display:flex;flex-direction:column;gap:16px;background:var(--grey);padding:30px;border-radius:14px;}
.contact-form input,.contact-form select,.contact-form textarea{padding:14px;border-radius:8px;border:1px solid #d8dce4;font-family:inherit;font-size:.95rem;}
.contact-form button{border:none;cursor:pointer;}

/* Footer */
footer{background:var(--navy);color:#c9d2e3;padding-top:60px;}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;padding-bottom:40px;}
.footer-grid h4{color:var(--white);margin-bottom:16px;font-size:1.05rem;}
.footer-grid ul{list-style:none;}
.footer-grid ul li{margin-bottom:10px;font-size:.9rem;}
.footer-grid ul li a:hover{color:var(--gold);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);text-align:center;padding:18px 0;font-size:.85rem;background:var(--red);color:var(--white);font-weight:700;}

/* Page hero (sub pages) */
.page-hero{background:var(--navy);color:var(--white);padding:70px 0;text-align:center;}
.page-hero h1{font-size:2.4rem;font-weight:800;}
.page-hero p{color:#c9d2e3;margin-top:10px;}
.breadcrumb a{color:var(--gold);}

/* Pricing (services page) */
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:26px;}
.price-card{border:2px solid #e6e8ee;border-radius:14px;padding:34px 26px;text-align:center;transition:.25s;}
.price-card.featured{border-color:var(--gold);background:var(--navy);color:var(--white);position:relative;}
.price-card.featured .service-icon{background:var(--gold);color:var(--navy);}
.price-card h3{margin-bottom:10px;}
.price-card .price{font-size:2rem;font-weight:800;color:var(--red);margin:14px 0;}
.price-card.featured .price{color:var(--gold);}
.price-card ul{list-style:none;text-align:left;margin:20px 0;}
.price-card ul li{margin-bottom:10px;padding-left:22px;position:relative;font-size:.9rem;}
.price-card ul li::before{content:"\2713";color:var(--gold);position:absolute;left:0;font-weight:700;}

/* responsive */
@media(max-width:900px){
  nav ul{display:none;}
  .hero-text h1{font-size:2.2rem;}
}


/* Social Icons */
.social-icons{display:flex;gap:14px;align-items:center;}
.social-icons a{width:38px;height:38px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:1rem;transition:.25s;}
.social-icons a:hover{background:var(--gold);color:var(--navy);}
.social-icons.footer-social a{background:rgba(255,255,255,.08);color:var(--gold);}
.social-icons.footer-social a:hover{background:var(--gold);color:var(--navy);}
.header-social{display:flex;gap:10px;margin-right:14px;}
.header-social a{width:34px;height:34px;border-radius:50%;background:var(--grey);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:.25s;}
.header-social a:hover{background:var(--red);color:#fff;}
.form-status{padding:12px 16px;border-radius:8px;font-size:.9rem;font-weight:600;display:none;margin-top:10px;}
.form-status.success{background:#e6f4ea;color:#1e7e34;display:block;}
.form-status.error{background:#fdeaea;color:#c1121f;display:block;}

.logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.2rem;color:var(--navy);}
.logo img{width:72px;height:auto;display:block;object-fit:contain;}
.logo-text{display:flex;flex-direction:column;line-height:1;}
.logo-text strong{font-size:1.4rem;letter-spacing:1px;}
.logo-text span.sub{display:block;font-size:.7rem;letter-spacing:3px;color:var(--red);font-weight:700;margin-top:4px;}
@media(max-width:700px){.logo img{width:58px}.logo-text strong{font-size:1.05rem}.logo-text span.sub{font-size:.58rem;letter-spacing:2px}}

.logo{font-size:0;line-height:0}
.logo .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.logo{display:flex;align-items:center;gap:12px;font-size:0;line-height:0;}
.logo img{display:block;width:72px;height:auto;object-fit:contain;}
@media(max-width:700px){.logo img{width:58px}}
