:root {
    --navy: #1A2238;
    --silver: #C0C0C0;
    --brushed-silver: linear-gradient(145deg, #C0C0C0, #8E8E8E);
    --white: #FFFFFF;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { width: 100%; overflow-x: hidden; font-family: 'Inter', sans-serif; background-color: var(--white); color: var(--navy); line-height: 1.6; }

/* LOGO FIX (NO BLUE LINE) */
.logo-link { text-decoration: none !important; color: inherit !important; border: none !important; outline: none !important; display: block; }
.logo-box { display: flex; align-items: center; gap: 12px; border: none !important; }
.apex-logo-icon { width: 28px; height: 28px; background: var(--brushed-silver); clip-path: polygon(50% 0%, 100% 100%, 82% 100%, 50% 35%, 18% 100%, 0% 100%); }
.logo-text { font-weight: 700; letter-spacing: 2px; font-size: 1.1rem; color: var(--white); border: none !important; }
.logo-text .thin { font-weight: 300; color: var(--silver); }

#navbar { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 25px 5%; transition: var(--transition); display: flex; justify-content: center; }
#navbar.scrolled { background: var(--navy); padding: 15px 5%; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; width: 100%; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--white); text-decoration: none; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.btn-cta { background: var(--brushed-silver); padding: 10px 20px; border-radius: 2px; color: var(--navy) !important; font-weight: 700 !important; }

/* HERO - CENTERED */
.hero { height: 100vh; width: 100%; background: linear-gradient(rgba(26, 34, 56, 0.75), rgba(26, 34, 56, 0.75)), url('images/hero-bg.webp'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); padding: 0 5%; }
.hero-content { width: 100%; max-width: 900px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 300; margin-bottom: 20px; color: #fff; line-height: 1.2; text-align: center; }
.hero p { color: var(--silver); margin-bottom: 40px; font-weight: 300; max-width: 700px; text-align: center; }
.hero-actions { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
.btn-primary { background: var(--brushed-silver); color: var(--navy); padding: 20px 45px; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border: none; display: inline-block; }
.location-tag { font-size: 0.75rem; color: var(--silver); text-transform: uppercase; letter-spacing: 2px; margin-top: 15px; opacity: 0.8; }

.trust-bar { background: #f8f8f8; display: flex; justify-content: space-around; padding: 35px 5%; border-bottom: 1px solid #eee; flex-wrap: wrap; gap: 20px; }
.trust-item { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.8; text-align: center; }

.collection { padding: 80px 5%; max-width: 1400px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 50px; }
.accent-line { width: 40px; height: 2px; background: var(--navy); margin: 15px auto; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.product-card { background: #fff; border: 1px solid #eee; transition: var(--transition); display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-10px); box-shadow: 0 30px 60px rgba(0,0,0,0.08); }
.product-gallery { height: 350px; overflow: hidden; background: #f4f4f4; position: relative; }
.product-img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.5s; pointer-events: none; }
.gallery-counter { position: absolute; bottom: 15px; left: 15px; background: rgba(0,0,0,0.7); color: #fff; padding: 4px 10px; font-size: 0.65rem; border-radius: 20px; }
.product-info { padding: 25px; flex-grow: 1; }
.product-info h3 { font-size: 1.4rem; margin-bottom: 8px; }
.tagline { color: #888; font-weight: 700; font-size: 0.7rem; margin-bottom: 12px; text-transform: uppercase; }
.btn-view-specs { margin-top: 15px; width: 100%; background: transparent; border: 1px solid var(--navy); padding: 12px; font-weight: 700; text-transform: uppercase; cursor: pointer; font-size: 0.75rem; transition: 0.3s; }

.specs-section { background: var(--navy); color: white; padding: 60px 5%; border-top: 5px solid var(--silver); display: none; }
.table-container { max-width: 700px; margin: 0 auto; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table td { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; }
.spec-table td:first-child { font-weight: 700; color: var(--silver); width: 45%; }

.concierge-section { padding: 80px 5%; background: #f4f4f4; }
.form-container { max-width: 650px; margin: 0 auto; background: white; padding: 50px 40px; box-shadow: 0 40px 80px rgba(0,0,0,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
input, select { width: 100%; padding: 18px; margin-bottom: 15px; border: 1px solid #ddd; font-family: inherit; font-size: 0.9rem; outline: none; }
.btn-submit { width: 100%; padding: 22px; background: var(--navy); color: white; border: none; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; }

footer { background: #0b0f1a; color: white; padding: 60px 5%; text-align: center; }
.hamburger { display: none; flex-direction: column; gap: 6px; cursor: pointer; z-index: 1001; }
.hamburger span { width: 28px; height: 2px; background: #fff; transition: 0.4s; }
.hamburger.is-active .line1 { transform: rotate(45deg) translate(5px, 6px); }
.hamburger.is-active .line2 { opacity: 0; }
.hamburger.is-active .line3 { transform: rotate(-45deg) translate(6px, -7px); }

@media (max-width: 768px) {
    .hamburger { display: flex; }
    .nav-links { position: fixed; right: -100%; top: 0; height: 100vh; width: 85%; background: var(--navy); flex-direction: column; justify-content: center; transition: 0.5s; z-index: 999; }
    .nav-links.active { right: 0; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
}

/* ... Keep all your previous CSS and just ADD this part at the end ... */

/* --- WHY APEX / SOVEREIGNTY SECTION --- */
.sovereignty-section { padding: 100px 5%; background: #ffffff; }
.sov-container { max-width: 1200px; margin: 0 auto; }
.sov-header { text-align: center; margin-bottom: 60px; }
.sov-header .tagline { font-weight: 700; color: #888; letter-spacing: 2px; font-size: 0.75rem; margin-bottom: 10px; }
.sov-header h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 300; margin-bottom: 20px; line-height: 1.2; }
.intro-text { font-size: 1.1rem; opacity: 0.8; max-width: 800px; margin: 0 auto; }

.sov-text h3 { font-size: 1.6rem; margin-bottom: 20px; border-left: 4px solid var(--navy); padding-left: 20px; }
.sov-list { list-style: none; margin-top: 30px; }
.sov-list li { margin-bottom: 20px; font-size: 0.95rem; }
.sov-list strong { color: var(--navy); display: block; font-size: 1rem; margin-bottom: 5px; }

.comparison-container { margin: 80px 0; background: #f9f9f9; padding: 60px 40px; border-radius: 4px; }
.comp-header { text-align: center; margin-bottom: 40px; }
.comp-flex { display: flex; gap: 40px; align-items: center; }
.comp-table-box { flex: 1.5; }
.comp-image-box { flex: 1; text-align: center; }
.comp-image-box img { width: 100%; border-radius: 2px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.img-caption { font-size: 0.7rem; color: #888; margin-top: 10px; text-transform: uppercase; }

.comparison-table { width: 100%; border-collapse: collapse; background: white; font-size: 0.85rem; }
.comparison-table th, .comparison-table td { padding: 15px; text-align: left; border-bottom: 1px solid #eee; }
.comparison-table th { background: #eee; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 1px; }
.comparison-table .highlight { background: var(--navy); color: white; }

.heartland-box { text-align: center; margin-top: 80px; padding-top: 60px; border-top: 1px solid #eee; }
.heartland-box h3 { margin-bottom: 20px; font-weight: 400; font-size: 1.8rem; }
.heartland-box p { max-width: 800px; margin: 0 auto 40px; opacity: 0.7; line-height: 1.8; }
.sov-cta { background: var(--navy); color: white; padding: 60px 30px; }
.sov-cta p { font-style: italic; margin-bottom: 30px; color: var(--silver); }

@media (max-width: 900px) {
    .comp-flex { flex-direction: column; }
    .comparison-container { padding: 30px 20px; }
}

.footer-link {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.footer-link:hover {
    color: var(--silver);
}

/* Fix for mobile Safari making numbers blue */
footer p {
    color: rgba(255, 255, 255, 0.6);
}

.footer-info p {
    margin-bottom: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-address {
    font-weight: 400;
    letter-spacing: 0.5px;
}

.logistics-note {
    font-size: 0.75rem !important;
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.footer-link {
    color: var(--silver) !important;
    text-decoration: none;
    font-weight: 700;
}