*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue-deep: #0a2342;
  --blue-mid: #1a4a7a;
  --blue-bright: #1e90ff;
  --aqua: #008f8d;
  --aqua-light: #7fffd4;
  --white: #f8fafc;
  --gray: #64748b;
  --text: #1e293b;
  --card-bg: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

/* ── SKIP LINK ── */
.skip-link {
  position: absolute; top: -100px; left: 1rem;
  background: var(--blue-deep); color: #fff;
  padding: 0.5rem 1rem; border-radius: 4px; font-weight: 600;
  z-index: 9999; text-decoration: none;
}
.skip-link:focus { top: 1rem; }

/* ── NAV (transparent overlay) ── */
nav.mainnav {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 2rem; z-index: 20;
  background: linear-gradient(to bottom, rgba(10,35,66,0.75), transparent);
}
.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem; color: #fff; letter-spacing: 0.05em; text-decoration: none;
}
.nav-logo span { color: #7fffd4; }

.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links ul { list-style: none; display: flex; gap: 1.8rem; }
.nav-links li { position: relative; }
.nav-links a.navlink {
  color: #fff; text-decoration: none; font-size: 0.9rem; font-weight: 500;
  letter-spacing: 0.03em; opacity: 0.92;
}
.nav-links a.navlink:hover, .nav-links a.navlink.current { opacity: 1; color: #7fffd4; }
.nav-links a.navlink:focus { outline: 2px solid #fff; outline-offset: 3px; }

.nav-links .dropdown {
  display: none; position: absolute; top: 140%; left: -1rem;
  background: var(--blue-deep); min-width: 200px; border-radius: 8px;
  padding: 0.5rem 0; box-shadow: 0 12px 30px rgba(0,0,0,0.3); list-style: none;
}
.nav-links li:hover .dropdown, .nav-links li:focus-within .dropdown { display: block; }
.nav-links .dropdown a {
  display: block; padding: 0.6rem 1.2rem; color: #fff; font-size: 0.85rem; opacity: 0.85;
}
.nav-links .dropdown a:hover { opacity: 1; background: rgba(255,255,255,0.08); }

.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.6rem; cursor: pointer; }

.nav-phone {
  font-weight: 600; font-size: 0.95rem; text-decoration: none;
  display: flex; align-items: center; gap: 0.4rem;
  background: var(--aqua); color: #fff; padding: 0.5rem 1.1rem; border-radius: 8px;
  transition: opacity 0.2s; text-underline-offset: 3px; position: relative;
  border: 2px solid #ffffff;
}
.nav-phone::before { content: ""; position: absolute; inset: -4px; background: rgba(255,255,255,0.12); border-radius: 14px; z-index: -1; }
.nav-phone:hover { opacity: 0.88; }
.nav-phone:focus { outline: 3px solid #fff; outline-offset: 2px; text-decoration: underline; }

@media (max-width: 880px) {
  .nav-links ul { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--blue-deep); padding: 1rem 2rem; gap: 0.9rem; }
  .nav-links ul.open { display: flex; }
  .nav-links .dropdown { position: static; box-shadow: none; display: none; padding-left: 1rem; }
  .nav-links li:hover .dropdown { display: none; }
  .nav-links li.open-drop .dropdown { display: block; }
  .nav-toggle { display: block; }
  nav.mainnav { flex-wrap: wrap; }
}

/* ── HERO (full, homepage) ── */
.hero {
  position: relative; min-height: 55vh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 6rem 1.5rem 3rem; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('stock_pool_photo.jpeg');
  background-size: cover; background-position: center 40%;
  filter: brightness(0.38); z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(10,35,66,0.6) 0%, rgba(10,35,66,0.2) 100%);
  z-index: 1;
}
.hero-content { position: relative; z-index: 2; max-width: 660px; }

/* ── HERO (short banner, interior pages) ── */
.page-hero {
  position: relative; min-height: 34vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 7rem 1.5rem 2.5rem; overflow: hidden;
}
.page-hero .hero-bg { filter: brightness(0.32); }
.page-hero .hero-content { max-width: 700px; }
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.6rem); color: #fff; letter-spacing: 0.02em; margin-bottom: 0.6rem;
}
.page-hero p { color: rgba(255,255,255,0.9); font-size: 1rem; max-width: 520px; margin: 0 auto; }

.badge {
  display: inline-block; background: rgba(0,179,178,0.25); border: 1px solid #7fffd4; color: #7fffd4;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.35rem 0.9rem; border-radius: 999px; margin-bottom: 1rem;
}

.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 8vw, 5rem); color: #ffffff; line-height: 0.95; letter-spacing: 0.02em; margin-bottom: 0.9rem;
}
.hero h1 span { color: #7fffd4; }
.hero p {
  font-size: clamp(0.95rem, 2vw, 1.05rem); color: rgba(255,255,255,0.9);
  max-width: 480px; margin: 0 auto 1.8rem; line-height: 1.6; font-weight: 400;
}

.btn-call, .btn-dark, .btn-area {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: 'DM Sans', sans-serif; font-weight: 700; text-decoration: none;
  border: 2px solid #ffffff; border-radius: 12px;
}
.btn-call {
  background: var(--aqua); color: #fff; font-size: 1.15rem; padding: 0.9rem 2rem;
  box-shadow: 0 8px 32px rgba(0,179,178,0.35); position: relative; transition: transform 0.2s, box-shadow 0.2s;
}
.btn-call::before { content: ""; position: absolute; inset: -4px; background: rgba(255,255,255,0.12); border-radius: 14px; z-index: -1; }
.btn-call:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,179,178,0.45); }
.btn-call:focus { outline: 3px solid #fff; outline-offset: 3px; text-decoration: underline; }
.phone-icon { animation: ring 2.5s ease infinite; display: inline-block; }
@keyframes ring { 0%,100% { transform: rotate(0deg); } 10% { transform: rotate(-15deg); } 20% { transform: rotate(15deg); } 30% { transform: rotate(0deg); } }

.trust-row { display: flex; gap: 1.2rem; flex-wrap: wrap; justify-content: center; margin-top: 1.6rem; }
.trust-item { display: flex; align-items: center; gap: 0.35rem; color: rgba(255,255,255,0.9); font-size: 0.85rem; font-weight: 500; }
.trust-item .check { color: #7fffd4; font-weight: 700; }

/* ── WAVE ── */
.wave { display: block; width: 100%; margin-bottom: -2px; }

/* ── CALL BAND ── */
.call-band {
  background: var(--blue-deep); padding: 1.1rem 1.5rem; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap;
}
.call-band p { color: rgba(255,255,255,0.9); font-size: 0.92rem; }
.call-band a {
  display: inline-flex; align-items: center; gap: 0.5rem; background: var(--aqua); color: #fff;
  font-weight: 700; font-size: 1rem; padding: 0.6rem 1.4rem; border-radius: 8px; text-decoration: none;
  transition: opacity 0.2s;
}
.call-band a:hover { opacity: 0.88; }
.call-band a:focus { outline: 3px solid #fff; outline-offset: 2px; text-decoration: underline; }

/* ── SECTIONS ── */
.section { padding: 4rem 1.5rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #007a79; margin-bottom: 0.5rem; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--blue-deep); line-height: 1; margin-bottom: 0.8rem; }
.section-sub { color: var(--gray); max-width: 560px; font-size: 0.93rem; line-height: 1.7; margin-bottom: 2.5rem; }
.section-sub.center { margin-left: auto; margin-right: auto; text-align: center; }

.intro-text { padding: 3.5rem 1.5rem 1rem; }
.intro-text .section-inner p { color: #475569; margin-bottom: 1rem; line-height: 1.75; font-size: 0.98rem; }

/* ── SERVICE TEASER GRID (home) ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.3rem; }
.service-card {
  background: var(--card-bg); border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.7rem 1.4rem;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; position: relative; overflow: hidden;
}
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--aqua), var(--blue-bright)); transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(10,35,66,0.1); border-color: var(--aqua); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.service-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; color: var(--blue-deep); margin-bottom: 0.4rem; letter-spacing: 0.03em; }
.service-card p { color: var(--gray); font-size: 0.87rem; line-height: 1.6; }
.service-card a.card-link { display: inline-block; margin-top: 0.6rem; font-size: 0.83rem; font-weight: 700; color: var(--aqua); text-decoration: none; }
.service-card a.card-link:hover { text-decoration: underline; }

/* ── SERVICES PAGE: alternating feature rows ── */
.feature-row { display: flex; gap: 2.5rem; align-items: center; margin-bottom: 3.2rem; flex-wrap: wrap; }
.feature-row:nth-child(even) { flex-direction: row-reverse; }
.feature-icon-tile {
  flex: 1 1 260px; min-height: 200px; border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-mid) 100%);
  display: flex; align-items: center; justify-content: center;
}
.feature-icon-tile svg { width: 60px; height: 60px; stroke: #7fffd4; fill: none; stroke-width: 1.5; }
.feature-text { flex: 1 1 320px; }
.feature-text h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--blue-deep); margin-bottom: 0.6rem; letter-spacing: 0.02em; }
.feature-text p { color: #475569; font-size: 0.97rem; line-height: 1.7; }

/* ── CTA STRIP ── */
.cta-strip { background: linear-gradient(135deg, #009998 0%, var(--blue-bright) 100%); padding: 2.8rem 1.5rem; text-align: center; }
.cta-strip h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: #fff; margin-bottom: 0.4rem; }
.cta-strip p { color: rgba(255,255,255,0.9); font-size: 0.95rem; margin-bottom: 1.4rem; }
.btn-dark { background: var(--blue-deep); color: #fff; font-size: 1.1rem; padding: 0.85rem 1.8rem; box-shadow: 0 8px 32px rgba(10,35,66,0.25); transition: transform 0.2s; }
.btn-dark:hover { transform: translateY(-2px); }
.btn-dark:focus { outline: 3px solid #fff; outline-offset: 3px; text-decoration: underline; }

/* ── WHY US ── */
.why-section { background: linear-gradient(135deg, var(--blue-deep) 0%, #0e4f8a 100%); padding: 4rem 1.5rem; position: relative; overflow: hidden; }
.why-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 50% at 80% 50%, rgba(0,179,178,0.08), transparent); pointer-events: none; }
.why-section .section-title { color: #fff; }
.why-section .section-label { color: #7fffd4; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; position: relative; z-index: 1; }
.why-item { text-align: center; }
.why-icon { font-size: 2.2rem; margin-bottom: 0.6rem; }
.why-item h3 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 0.3rem; }
.why-item p { color: rgba(255,255,255,0.8); font-size: 0.84rem; line-height: 1.5; }

/* ── TESTIMONIALS ── */
.testimonials-section { background: #f1f5f9; padding: 4rem 1.5rem; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; }
.testi-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.6rem; }
.testi-card p { font-style: italic; color: #475569; font-size: 0.9rem; line-height: 1.6; margin-bottom: 0.9rem; }
.testi-card .who { font-weight: 700; color: var(--blue-deep); font-style: normal; font-size: 0.88rem; }

/* ── SERVICE AREAS ── */
.areas-section { background: #f1f5f9; padding: 3.5rem 1.5rem; text-align: center; }
.areas-grid { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; margin: 1.4rem auto 2rem; max-width: 720px; }
.area-pill {
  background: #fff; border: 1px solid #cbd5e1; border-radius: 999px; padding: 0.5rem 1.2rem;
  font-size: 0.87rem; color: var(--blue-deep); font-weight: 500; text-decoration: none; transition: all 0.15s;
}
.area-pill:hover { background: var(--aqua); color: #fff; border-color: var(--aqua); }
.area-pill.primary { background: var(--blue-deep); color: #fff; font-weight: 700; }
.btn-area { color: #fff; background: var(--blue-deep); font-size: 1rem; padding: 0.8rem 1.7rem; transition: opacity 0.2s; }
.btn-area:hover { opacity: 0.85; }
.btn-area:focus { outline: 3px solid var(--blue-deep); outline-offset: 3px; text-decoration: underline; }

/* ── ABOUT PAGE ── */
.about-grid { display: flex; gap: 3rem; align-items: center; flex-wrap: wrap; }
.about-photo-tile { flex: 1 1 320px; min-height: 300px; border-radius: 16px; background: linear-gradient(135deg, var(--blue-deep), var(--blue-mid)); display: flex; align-items: center; justify-content: center; }
.about-photo-tile svg { width: 90px; height: 90px; stroke: #7fffd4; fill: none; stroke-width: 1.3; }
.about-text { flex: 1 1 380px; }
.about-text p { color: #475569; margin-bottom: 1rem; line-height: 1.75; font-size: 0.97rem; }
.credentials { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.2rem; }
.credentials span { background: #eaf6f6; color: var(--aqua); padding: 0.5rem 1rem; border-radius: 8px; font-size: 0.85rem; font-weight: 700; }

/* ── CONTACT PAGE ── */
.contact-section { background: var(--blue-deep); color: #fff; padding: 4rem 1.5rem; }
.contact-section .section-title { color: #fff; text-align: left; }
.contact-grid { display: flex; gap: 2.5rem; flex-wrap: wrap; align-items: center; max-width: 1100px; margin: 0 auto; }
.contact-info { flex: 1 1 300px; }
.contact-info p { margin-bottom: 0.7rem; color: #cfe4ea; font-size: 0.95rem; }
.contact-info p strong { color: #fff; }
.hours-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.4rem; }
.hours-table td { padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.15); color: #cfe4ea; font-size: 0.9rem; }
.hours-table td:last-child { text-align: right; font-weight: 700; color: #fff; }
.map-embed-wrap { flex: 1 1 340px; border-radius: 12px; overflow: hidden; border: 2px solid rgba(255,255,255,0.15); }
.map-embed-wrap iframe { width: 100%; height: 280px; border: 0; display: block; }

/* ── FOOTER (with map on every page) ── */
footer.site-footer { background: var(--blue-deep); color: rgba(255,255,255,0.75); padding: 3rem 1.5rem 1.6rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; gap: 2.5rem; flex-wrap: wrap; justify-content: space-between; }
.footer-col { flex: 1 1 220px; }
.footer-col h4 { color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.8rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.88rem; }
.footer-col a:hover { color: #7fffd4; text-decoration: underline; }
.footer-map { flex: 1 1 300px; border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15); max-height: 180px; }
.footer-map iframe { width: 100%; height: 180px; border: 0; display: block; filter: grayscale(0.15); }
.footer-bottom {
  max-width: 1100px; margin: 2rem auto 0; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center; font-size: 0.84rem;
}
.footer-bottom a { color: #7fffd4; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom a:focus { outline: 2px solid #7fffd4; outline-offset: 2px; }
.footer-bottom strong { color: #fff; }

/* ── STICKY MOBILE CALL BAR ── */
.sticky-call {
  position: fixed; bottom: 0; left: 0; right: 0; background: var(--aqua); color: #fff; text-align: center;
  padding: 0.95rem; font-weight: 700; font-size: 1.05rem; z-index: 999; text-decoration: none;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15); border: 2px solid #ffffff; position: fixed;
}
.sticky-call::before { content: ""; position: absolute; inset: -4px; background: rgba(255,255,255,0.12); border-radius: 14px; z-index: -1; }
.sticky-call:focus { outline: 3px solid #fff; outline-offset: -3px; text-decoration: underline; }
@media (min-width: 768px) { .sticky-call { display: none; } }
@media (max-width: 600px) { .call-band { flex-direction: column; gap: 0.8rem; } .footer-inner { flex-direction: column; } }

@keyframes fadeDown { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
