:root{
  --navy:#0b1a3a;
  --navy-2:#122350;
  --gold:#d4a94c;
  --gold-2:#f0d78c;
  --cream:#fcfbf8;
  --text:#1f2937;
}
*{box-sizing:border-box}
body{font-family:'Poppins',system-ui,sans-serif;color:var(--text);background:var(--cream);margin:0}
h1,h2,h3,h4,h5{font-family:'Playfair Display',serif;color:var(--navy)}
a{text-decoration:none}

/* Top bar */
.topbar{background:var(--navy);color:#fff;font-size:.85rem;padding:.4rem 0}
.topbar a{color:#fff}

/* Navbar */
.navbar-brand img{height:52px}
.navbar-custom{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.06);padding:.6rem 0}
.navbar-custom .nav-link{color:var(--navy)!important;font-weight:600;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase;margin:0 .25rem}
.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--gold)!important}
.call-badge{background:var(--gold);color:var(--navy);padding:.5rem .9rem;border-radius:8px;font-weight:700;font-size:.8rem;line-height:1.2;text-align:right}

/* Buttons */
.btn-gold{background:var(--gold);color:var(--navy);font-weight:700;border:none;padding:.7rem 1.5rem;border-radius:6px;letter-spacing:.5px}
.btn-gold:hover{background:var(--gold-2);color:var(--navy)}
.btn-outline-gold{border:2px solid var(--gold);color:var(--gold);font-weight:700;padding:.6rem 1.4rem;border-radius:6px;background:transparent}
.btn-outline-gold:hover{background:var(--gold);color:var(--navy)}

/* Hero */
.hero {
    position: relative;
    background: linear-gradient(135deg, rgba(11, 26, 58, .9), rgba(11, 26, 58, .1)), url(../img/banner-img.png) center / cover;
    color: #fff;
    padding: 6rem 0 5rem;
    min-height: 600px;
}
.hero h1{color:#fff;font-size:3.2rem;font-weight:800;line-height:1.1;text-transform:uppercase}
.hero h1 .accent{color:var(--gold);display:block}
.hero .tagline{font-size:1.15rem;opacity:.95;margin-top:1rem}
.hero .price-card{background:var(--navy-2);border:1px solid var(--gold);padding:1.5rem;border-radius:10px;text-align:center;color:#fff}
.hero .price-card .label{color:var(--gold);font-size:.8rem;letter-spacing:2px;font-weight:600}
.hero .price-card .price{font-size:2rem;color:var(--gold);font-weight:800;margin:.4rem 0}
.hero-features{background:rgba(11,26,58,.7);border-top:1px solid rgba(212,169,76,.3);padding:1.2rem;margin-top:2rem;border-radius:8px}
.hero-features .feat{display:flex;gap:.7rem;align-items:center;color:#fff}
.hero-features .feat .ic{width:34px;height:34px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}
.hero-features .feat b{display:block;font-size:.9rem}
.hero-features .feat span{font-size:.75rem;opacity:.8}

/* Section */
section{padding:4rem 0}
.section-title{text-align:center;margin-bottom:2.5rem}
.section-title h2{font-size:2.2rem;font-weight:700;position:relative;display:inline-block;padding-bottom:.6rem}
.section-title h2::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70px;height:3px;background:var(--gold)}
.section-title p{color:#6b7280;margin-top:.6rem}

/* Cards */
.provide-grid {
    background: #fff;
    border: 1px solid #172110;
    border-radius: 12px;
    padding: 2rem;
}
.provide-item{text-align:center}
.provide-item .icon-wrap{width:70px;height:70px;background:var(--navy);color:var(--gold);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.8rem}
.provide-item h5{font-family:'Poppins';font-weight:700;color:var(--navy);font-size:.9rem;letter-spacing:.5px}

.price-grid {
    background: #fff;
    border: 1px solid #080f18;
    border-radius: 12px;
    padding: 2rem;
}
.price-item{text-align:center;padding:1rem}
.price-item h3{color:var(--navy);font-weight:800;font-size:1.6rem}
.price-item .from{color:#6b7280;font-size:.8rem;letter-spacing:1px;margin:.4rem 0}
.price-item .amt{color:var(--gold);font-size:2rem;font-weight:800}

/* Founder */
.founder{background:var(--cream);padding:0rem 0}
.founder-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(11, 26, 58, .3);
}
.founder-signature{font-family:'Playfair Display',serif;font-style:italic;color:var(--gold);font-size:2rem}
.why-box{background:var(--navy);color:#fff;padding:2.5rem;border-radius:12px;height:100%}
.why-box h3{color:#fff}
.why-box h3 span{color:var(--gold);display:block}
.why-list{list-style:none;padding:0;margin-top:1.2rem}
.why-list li{padding:.5rem 0;display:flex;gap:.7rem;align-items:center}
.why-list li::before{content:"✓";color:var(--gold);background:rgba(212,169,76,.15);width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}

/* Page card grid */
.page-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2);height:100%;display:flex;flex-direction:column}
.page-card .card-header-nav{background:var(--navy);color:#fff;padding:.9rem 1.2rem;font-weight:700;font-size:.85rem;letter-spacing:1px}
.page-card .card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.page-card img{width:100%;height:160px;object-fit:cover;border-radius:8px}

.flat-row{display:flex;gap:1rem;align-items:center;padding:.7rem 0;border-bottom:1px solid #eee}
.flat-row img{width:80px;height:60px;object-fit:cover;border-radius:6px}
.flat-row .info b{display:block;color:var(--navy);font-size:.85rem}
.flat-row .info .p{color:var(--gold);font-weight:700;font-size:.9rem}

/* Gallery */
.gallery-item{overflow:hidden;border-radius:10px;height:300px}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery-item:hover img{transform:scale(1.08)}

/* Contact */
.contact-info{background:var(--cream);padding:2rem;border-radius:12px;height:100%}
.contact-info .row-i{display:flex;gap:1rem;align-items:flex-start;padding:.8rem 0;border-bottom:1px solid #e5e7eb}
.contact-info .ic{width:44px;height:44px;background:var(--navy);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-form input,.contact-form textarea{border:1px solid #d1d5db;border-radius:6px;padding:.8rem;width:100%;margin-bottom:1rem;font-size:.9rem}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--gold)}

/* Footer */
footer{background:var(--navy);color:#cbd5e1;padding:3rem 0 1.2rem}
footer h5{color:#fff;font-family:'Poppins';font-weight:700;margin-bottom:1.2rem;font-size:1rem;letter-spacing:.5px}
footer a{color:#cbd5e1}
footer a:hover{color:var(--gold)}
footer .brand img{height:60px;margin-bottom:1rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1rem;font-size:.85rem;text-align:center}

/* Page banner */
.page-banner{background:linear-gradient(135deg,rgba(11,26,58,.9),rgba(11,26,58,.75)),url('../img/building2.jpg') center/cover;color:#fff;padding:5rem 0 4rem;text-align:center}
.page-banner h1{color:#fff;font-size:2.8rem}
.page-banner p{opacity:.9}

/* Flat card */
.flat-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 25px rgba(0,0,0,.08);height:100%}
.flat-card img{width:100%;height:240px;object-fit:cover}
.flat-card .body{padding:1.5rem}
.flat-card .price-tag{display:inline-block;background:var(--gold);color:var(--navy);padding:.3rem .8rem;border-radius:6px;font-weight:700;margin-bottom:.7rem}
.flat-card ul{list-style:none;padding:0;margin:1rem 0}
.flat-card ul li{padding:.35rem 0;color:#4b5563;font-size:.9rem;display:flex;gap:.5rem;align-items:center}
.flat-card ul li::before{content:"✓";color:var(--gold);font-weight:700}

.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 25px rgba(0,0,0,.06);height:100%}
.blog-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.blog-card .body{padding:1.5rem}
.blog-card h5{color:var(--navy);font-family:'Poppins';font-weight:700;font-size:1.1rem}

@media (max-width:768px){
  .hero{padding:4rem 0}
  .hero h1{font-size:2.2rem}
  .call-badge{display:none}
}
