:root {
  --primary: #0a2f4b;
  --primary-dark: #072336;
  --primary-light: #176087;
  --primary-lighter: #e8f0f7;
  --accent: #fdb719;
  --accent-dark: #e0a013;
  --accent-light: #ffd466;
  --bg: #ffffff;
  --bg-alt: #f6f8fa;
  --bg-tint: #eef3f8;
  --text: #1a2530;
  --text-muted: #5a6b7a;
  --text-light: #8a9bab;
  --border: #e0e6ec;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(10, 47, 75, 0.08);
  --shadow-md: 0 4px 20px rgba(10, 47, 75, 0.12);
  --shadow-lg: 0 8px 30px rgba(10, 47, 75, 0.15);
  --shadow-glow: 0 0 20px rgba(253, 183, 25, 0.3);
  --heading-font: 'Playfair Display', Georgia, serif;
  --body-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --section-padding: 5rem 0;
  --container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body-font); color: var(--text); line-height: 1.7; background: var(--bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--heading-font); line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 600; }
h3 { font-size: 1.3rem; font-weight: 600; }
p { margin-bottom: 1rem; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: var(--section-padding); }
.pre-heading { text-transform: uppercase; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.15em; color: var(--accent-dark); margin-bottom: 0.75rem; }
.pre-heading.light { color: var(--accent); }
h2.light, .section-sub.light { color: var(--white); }
.section-sub { color: var(--text-muted); font-size: 1.05rem; margin-top: -0.5rem; margin-bottom: 2rem; }
.section-sub.light { color: rgba(255,255,255,0.8); }
.text-link { color: var(--primary); font-weight: 600; border-bottom: 2px solid var(--accent); padding-bottom: 2px; }
.text-link:hover { color: var(--accent-dark); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.85rem 1.6rem; border-radius: 50px; font-weight: 700; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.03em; transition: all 0.3s ease; cursor: pointer; border: none; }
.btn-primary { background: var(--primary); color: var(--white); animation: pulse-glow 3s infinite; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow), var(--shadow-md); }
.btn-accent { background: var(--accent); color: var(--primary); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-full { width: 100%; }

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 10px rgba(253,183,25,0.25); }
  50% { box-shadow: 0 0 22px rgba(253,183,25,0.55); }
}

/* Top bar */
.top-bar { background: var(--primary); color: var(--white); font-size: 0.85rem; padding: 0.5rem 0; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: var(--white); opacity: 0.9; }
.top-bar a:hover { opacity: 1; text-decoration: underline; }
.top-bar .separator { margin: 0 0.5rem; opacity: 0.6; }

/* Nav */
.nav-bar { position: sticky; top: 0; z-index: 900; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: box-shadow 0.3s ease; }
.nav-bar.scrolled { box-shadow: var(--shadow-md); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.nav-logo img { width: 170px; height: auto; }
.nav-menu { display: flex; gap: 2rem; align-items: center; }
.nav-menu a { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text); position: relative; }
.nav-menu a:hover { color: var(--primary-light); }
.nav-menu a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--accent); transition: width 0.3s ease; }
.nav-menu a:hover::after { width: 100%; }
.phone-pill { background: var(--accent); color: var(--primary); font-weight: 700; font-size: 0.9rem; padding: 0.5rem 1.2rem; border-radius: 50px; white-space: nowrap; transition: all 0.3s ease; }
.phone-pill:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.nav-toggle { display: none; width: 32px; height: 24px; background: none; border: none; cursor: pointer; flex-direction: column; justify-content: space-between; }
.nav-toggle span { display: block; height: 3px; background: var(--primary); border-radius: 2px; transition: all 0.3s ease; }

/* Hero */
.hero { background: linear-gradient(135deg, var(--bg-tint) 0%, var(--bg) 60%, var(--bg-alt) 100%); padding: 4rem 0 5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -20%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(253,183,25,0.12) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; }
.hero-content { max-width: 560px; }
.hero-content h1 { color: var(--primary); margin-bottom: 1rem; }
.hero-sub { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 1.5rem; }
.hero-badges { display: flex; gap: 0.75rem; align-items: center; margin-bottom: 1.5rem; }
.hero-badges img { height: 48px; width: auto; object-fit: contain; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.hero-stats { color: var(--text-muted); font-size: 0.9rem; font-weight: 500; }
.hero-images { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hero-images img { border-radius: var(--radius-md); box-shadow: var(--shadow-md); aspect-ratio: 1; object-fit: cover; width: 100%; }

/* Stats */
.stats-bar { background: var(--primary); color: var(--white); padding: 3rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat-number { font-family: var(--heading-font); font-size: 2.5rem; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.9rem; opacity: 0.9; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-image img { border-radius: var(--radius-md); box-shadow: var(--shadow-md); max-width: 500px; margin: 0 auto; }
.about-text .intro { border-left: 4px solid var(--accent); padding-left: 1.5rem; font-size: 1.1rem; color: var(--primary); margin-bottom: 1.5rem; }

/* Services */
.services { background: var(--primary); color: var(--white); }
.services h2 { margin-bottom: 2rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.service-card { position: relative; border-radius: var(--radius-md); overflow: hidden; min-height: 320px; background-size: cover; background-position: center; box-shadow: var(--shadow-md); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.92) 30%, rgba(0,0,0,0.6) 100%); z-index: 0; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 0 20px rgba(253,183,25,0.25), var(--shadow-lg); }
.service-card-inner { position: relative; z-index: 1; padding: 1.5rem; height: 100%; display: flex; flex-direction: column; }
.service-icon { width: 44px; height: 44px; color: var(--accent); margin-bottom: 1rem; }
.service-card h3 { color: var(--white); margin-bottom: 0.5rem; font-family: var(--body-font); }
.service-card p { color: rgba(255,255,255,0.85); font-size: 0.95rem; margin-bottom: 1rem; flex-grow: 1; }
.learn-more { color: var(--accent); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }

/* Why choose us */
.why-us { background: var(--bg-alt); }
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.25rem; }
.why-card { grid-column: span 2; background: var(--white); border-radius: var(--radius-md); padding: 1.5rem; box-shadow: var(--shadow-sm); transition: all 0.3s ease; border: 1px solid var(--border); }
.why-card.wide { grid-column: span 6; border-left: 4px solid var(--accent); }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 0 15px rgba(10,47,75,0.12), var(--shadow-md); border-color: var(--primary-light); }
.why-card svg { width: 40px; height: 40px; color: var(--accent); margin-bottom: 1rem; stroke-width: 1.8; }
.why-card h3 { color: var(--primary); margin-bottom: 0.5rem; font-family: var(--body-font); font-size: 1.1rem; }
.why-card p { color: var(--text-muted); font-size: 0.95rem; margin: 0; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.gallery-card { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); border-radius: var(--radius-md); aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; color: var(--white); cursor: pointer; box-shadow: var(--shadow-sm); transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.05); }
.gallery-card svg { width: 48px; height: 48px; color: var(--accent); }
.gallery-card:hover { transform: translateY(-5px); box-shadow: 0 0 15px rgba(253,183,25,0.2), var(--shadow-md); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(7,35,54,0.95); display: flex; align-items: center; justify-content: center; z-index: 2000; padding: 2rem; }
.lightbox[hidden] { display: none !important; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.lightbox-close { position: absolute; top: 1.5rem; right: 1.5rem; background: var(--accent); color: var(--primary); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* Reviews */
.reviews { background: var(--primary); color: var(--white); }
.reviews h2 { margin-bottom: 0.5rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(10px); border-radius: var(--radius-md); padding: 1.5rem; border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s ease; }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 0 20px rgba(253,183,25,0.15); }
.review-card .stars { color: var(--accent); margin-bottom: 0.75rem; font-size: 1.1rem; }
.review-card p { color: rgba(255,255,255,0.9); font-style: italic; margin-bottom: 1rem; }
.review-card span { color: var(--accent); font-size: 0.85rem; font-weight: 600; }

/* Team */
.team { background: var(--bg-alt); }
.team-card { max-width: 500px; margin: 0 auto; background: var(--white); border-radius: var(--radius-md); padding: 2rem; text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.team-avatar { width: 100px; height: 100px; border-radius: 50%; background: var(--primary); color: var(--accent); display: flex; align-items: center; justify-content: center; font-family: var(--heading-font); font-size: 2rem; font-weight: 700; margin: 0 auto 1rem; }
.team-card h3 { color: var(--primary); font-size: 1.5rem; margin-bottom: 0.25rem; }
.team-role { color: var(--text-muted); font-weight: 500; margin-bottom: 1rem; }
.team-card > p:last-of-type { color: var(--text-muted); margin-bottom: 1rem; }
.team-badges { display: flex; justify-content: center; gap: 0.75rem; }
.team-badges img { height: 40px; width: auto; object-fit: contain; }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 0.75rem; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-question { width: 100%; padding: 1rem 1.25rem; background: none; border: none; text-align: left; font-family: var(--body-font); font-size: 1rem; font-weight: 600; color: var(--primary); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-icon { color: var(--accent); font-size: 1.25rem; font-weight: 700; transition: transform 0.3s ease; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 1.25rem; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-answer.open { padding-bottom: 1.25rem; max-height: 300px; }
.faq-answer p { color: var(--text-muted); margin: 0; }

/* Finance */
.finance { background: var(--bg-tint); }
.finance-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: center; }
.finance-text p { color: var(--text-muted); }
.finance-text .small { color: var(--primary); font-weight: 600; }
.finance-badge { background: var(--white); border-radius: var(--radius-md); padding: 2rem; text-align: center; box-shadow: var(--shadow-sm); border-left: 4px solid var(--accent); }
.finance-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--primary); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin: 0 auto 1rem; }

/* Contact */
.contact { background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-intro { color: var(--text-muted); margin-bottom: 1.5rem; }
.contact-block { margin-bottom: 1.5rem; }
.contact-block h3 { font-family: var(--body-font); font-size: 1rem; color: var(--primary); margin-bottom: 0.25rem; }
.contact-block p { color: var(--text-muted); margin: 0; }
.contact-block a { color: var(--primary-light); font-weight: 600; }
.contact-block a:hover { text-decoration: underline; }
.contact-form { background: var(--bg-alt); padding: 2rem; border-radius: var(--radius-md); border: 1px solid var(--border); }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--primary); margin-bottom: 0.4rem; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--border); border-radius: var(--radius-sm); font-family: var(--body-font); font-size: 1rem; background: var(--white); color: var(--text); transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(253,183,25,0.15); }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230a2f4b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-group select option { background: #fff; color: var(--text); }
.honeypot { position: absolute; left: -9999px; }
.form-error { color: #c43b2b; font-size: 0.9rem; font-weight: 500; margin-bottom: 1rem; }
.success-banner { position: fixed; top: 90px; left: 50%; transform: translateX(-50%); z-index: 2000; padding: 1rem 2rem; border-radius: var(--radius-md); color: var(--white); font-weight: 600; box-shadow: var(--shadow-lg); }
.success-banner--success { background: #1f8b4c; }
.success-banner--error { background: #a3241c; }

/* Footer */
.footer { background: var(--primary-dark); color: var(--white); padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 2rem; }
.footer-col h4 { font-family: var(--body-font); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; color: var(--accent); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.footer-col a:hover { color: var(--accent); }
.footer-logo-card { display: inline-block; padding: 0; border-radius: var(--radius-sm); margin-bottom: 1rem; }
.footer-logo-card img { width: 170px; height: auto; display: block; }
.social-links { display: flex; gap: 0.75rem; margin-bottom: 1rem; }
.social-links a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.social-links a:hover { background: var(--accent); }
.social-links svg { width: 18px; height: 18px; fill: var(--white); }
.footer-by a { color: var(--accent); font-size: 0.85rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,0.7); font-size: 0.85rem; }
.footer-bottom a { color: var(--accent); }

/* Mobile call bar */
.mobile-call-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; height: 56px; background: var(--white); box-shadow: 0 -2px 10px rgba(0,0,0,0.1); z-index: 1000; }
.mobile-call-bar a { flex: 1; border-radius: 0; height: 100%; }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .finance-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .phone-pill { font-size: 0.8rem; padding: 0.4rem 0.9rem; }
}

@media (max-width: 768px) {
  .top-bar { display: none; }
  .nav-menu { position: fixed; top: 80px; right: -100%; width: 80%; max-width: 300px; height: calc(100vh - 80px); background: var(--white); flex-direction: column; padding: 2rem; gap: 1.5rem; box-shadow: var(--shadow-lg); transition: right 0.3s ease; }
  .nav-menu.open { right: 0; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
  .phone-pill { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 1.5rem 0.5rem; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { grid-column: span 1 !important; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { order: -1; }
  .social-links { justify-content: center; }
  .mobile-call-bar { display: flex; }
  body { padding-bottom: 56px; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-images { grid-template-columns: 1fr; }
  .nav-logo img { width: 140px; }
}

/* Privacy page */
.privacy-page { padding-top: 4rem; padding-bottom: 4rem; }
.privacy-content { max-width: 800px; }
.privacy-content h1 { color: var(--primary); margin-bottom: 0.5rem; }
.privacy-content h2 { color: var(--primary); font-size: 1.4rem; margin-top: 2rem; margin-bottom: 0.75rem; }
.privacy-content p, .privacy-content li { color: var(--text-muted); }
.privacy-content ul { margin-left: 1.5rem; margin-bottom: 1rem; }
.privacy-content a { color: var(--primary-light); font-weight: 600; }
.privacy-content .updated { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1.5rem; }
