*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --navy:     #1b3d6f;
  --navy-dk:  #122d54;
  --navy-lt:  #e8eef6;
  --sky:      #3a9fce;
  --sky-dk:   #2d8ab7;
  --sky-lt:   #e8f4fc;
  --sky-mid:  #c5e4f3;
  --white:    #ffffff;
  --off:      #f5f7fa;
  --text:     #1a2332;
  --muted:    #4b5563;
  --border:   #dde3eb;
  --gold:     #f59e0b;
}

body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 2rem; }

/* TOP BAR */
.topbar { background: var(--navy-dk); padding: 0.45rem 0; }
.topbar-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.topbar-promo { font-size: 0.78rem; color: rgba(255,255,255,0.7); }
.topbar-promo strong { color: #fde68a; font-weight: 600; }
.topbar-phone {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.88rem; font-weight: 700; color: #fff;
}
.topbar-phone svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--white); border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(27,61,111,0.08);
}
.nav-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 2rem;
  height: 64px; display: flex; align-items: center;
  justify-content: space-between; gap: 1.5rem;
}
.nav-brand { display: flex; flex-direction: row; align-items: center; gap: 0.55rem; line-height: 1; flex-shrink: 0; }
.nav-logo-wrap { width: 54px; height: 36px; overflow: hidden; flex-shrink: 0; }
.nav-brand-logo { width: 100%; height: auto; display: block; filter: brightness(1.2); }
.nav-brand-text { display: flex; flex-direction: column; }
.nav-brand-script { font-family: 'Dancing Script', cursive; font-size: 1.6rem; font-weight: 700; color: var(--navy); }
.nav-brand-sub { font-family: 'Barlow Condensed', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sky); }
.nav-links { display: flex; align-items: center; gap: 1.8rem; list-style: none; }
.nav-links a { font-size: 0.84rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--navy); }
.nav-actions { display: flex; align-items: center; gap: 0.8rem; flex-shrink: 0; }
.nav-call {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.88rem; font-weight: 700; color: var(--navy);
  border: 2px solid var(--navy); padding: 0.38rem 1rem; border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.nav-call:hover { background: var(--navy); color: #fff; }
.nav-call svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.nav-quote {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.88rem; font-weight: 700; color: #fff;
  background: var(--sky); padding: 0.38rem 1.1rem; border-radius: 6px; transition: background 0.2s;
}
.nav-quote:hover { background: var(--sky-dk); }

/* HERO */
.hero {
  position: relative; height: 45vh; min-height: 320px; overflow: hidden;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: linear-gradient(rgba(10,22,50,0.50), rgba(10,22,50,0.50)),
              url('../FB_IMG_1780109551442.jpg') center 50% / cover no-repeat;
}
.hero-content { position: relative; z-index: 2; padding: 0 2rem; max-width: 800px; }
.hero-location { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 1rem; }
.hero-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 800; line-height: 0.93; color: #fff; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 1.6rem; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.hero-title span { color: var(--sky); }
.hero-tagline { font-size: 1.05rem; color: rgba(255,255,255,0.72); font-style: italic; font-weight: 400; margin-bottom: 2rem; letter-spacing: 0.01em; }
.hero-btns { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--sky); color: #fff; font-family: 'Inter', sans-serif;
  font-size: 1rem; font-weight: 700; padding: 0.9rem 2.2rem; border-radius: 7px;
  letter-spacing: 0.02em; box-shadow: 0 6px 24px rgba(58,159,206,0.5);
  transition: background 0.2s, transform 0.15s;
}
.btn-hero-primary:hover { background: var(--sky-dk); transform: translateY(-2px); }
.btn-hero-primary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.btn-hero-outline {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: transparent; color: #fff; font-family: 'Inter', sans-serif;
  font-size: 1rem; font-weight: 700; padding: 0.9rem 2.2rem; border-radius: 7px;
  border: 2px solid rgba(255,255,255,0.7); letter-spacing: 0.02em;
  transition: background 0.2s, border-color 0.2s;
}
.btn-hero-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-hero-outline svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }

/* TRUST STRIP */
.trust-strip { background: var(--navy); }
.trust-inner { max-width: 1140px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.trust-item { padding: 1rem; border-right: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; align-items: center; gap: 2px; }
.trust-item:last-child { border-right: none; }
.trust-val { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--sky); line-height: 1; }
.trust-lbl { font-size: 0.72rem; font-weight: 500; color: rgba(255,255,255,0.75); letter-spacing: 0.04em; }

/* SHARED SECTION STYLES */
.section-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky); margin-bottom: 0.4rem; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.05; margin-bottom: 0.5rem; }
.section-sub { font-size: 0.92rem; color: var(--muted); max-width: 520px; line-height: 1.65; }
.section-head { margin-bottom: 1.8rem; text-align: center; }

/* SERVICES */
.services { padding: 2.8rem 0; background: var(--navy-lt); border-bottom: 1px solid #c4d3e5; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card {
  background: var(--white); border: 1px solid #b8cce0; border-top: 3px solid transparent;
  border-radius: 10px; padding: 1.5rem 1.3rem; text-align: center;
  box-shadow: 0 2px 10px rgba(27,61,111,0.07);
  transition: border-top-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.service-card:hover { border-top-color: var(--sky); box-shadow: 0 8px 28px rgba(27,61,111,0.13); transform: translateY(-3px); }
.service-card.featured { background: var(--navy); border: 1px solid var(--navy); border-top: 3px solid var(--sky); }
.service-card.featured .service-name { color: #fff; }
.service-card.featured .service-desc { color: rgba(255,255,255,0.72); }
.service-card.featured .service-num { color: rgba(58,159,206,0.35); }
.service-num { font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--sky-mid); line-height: 1; margin-bottom: 0.5rem; }
.service-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.4rem; }
.service-desc { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }
.service-tag { display: inline-block; background: var(--sky); color: #fff; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.16rem 0.55rem; border-radius: 100px; margin-bottom: 0.45rem; }

/* HOW IT WORKS */
.how { padding: 2.8rem 0; background: var(--white); border-bottom: 1px solid var(--border); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1.6rem; text-align: center; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 26px; left: calc(16.666% + 0px); right: calc(16.666% + 0px); height: 2px; background: var(--border); z-index: 0; }
.step { position: relative; z-index: 1; }
.step-circle { width: 52px; height: 52px; background: var(--navy); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 1.35rem; font-weight: 800; margin: 0 auto 0.9rem; border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--navy); }
.step-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.35rem; }
.step-desc { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }

/* GALLERY */
.gallery { padding: 2.8rem 0; background: var(--off); border-bottom: 1px solid var(--border); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 1.4rem; }
.gallery-item { aspect-ratio: 3/4; overflow: hidden; border-radius: 8px; background: var(--border); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.06); }

/* REVIEWS */
.reviews { padding: 2.8rem 0; background: var(--white); border-bottom: 1px solid var(--border); }
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.review-card { background: var(--off); border: 1px solid var(--border); border-radius: 10px; padding: 1.4rem; }
.review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.8rem; }
.review-card-stars { display: flex; gap: 2px; }
.star { width: 16px; height: 16px; background: var(--gold); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.review-text { font-size: 0.89rem; color: var(--text); line-height: 1.7; font-style: italic; margin-bottom: 1.1rem; }
.review-author { display: flex; align-items: center; gap: 0.65rem; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--sky-lt); border: 2px solid var(--sky-mid); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 800; color: var(--navy); flex-shrink: 0; }
.review-name { font-size: 0.85rem; font-weight: 600; color: var(--text); }
.review-loc { font-size: 0.73rem; color: var(--muted); }

/* CTA SECTION */
.cta-section { background: var(--navy); padding: 3rem 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(58,159,206,0.2) 0%, transparent 65%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.cta-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky); margin-bottom: 0.7rem; }
.cta-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; text-transform: uppercase; color: #fff; line-height: 1.0; margin-bottom: 0.6rem; }
.cta-sub { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.65; margin-bottom: 1.8rem; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.cta-btn-primary { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--sky); color: #fff; font-size: 1.05rem; font-weight: 700; padding: 0.9rem 2.2rem; border-radius: 7px; box-shadow: 0 6px 24px rgba(58,159,206,0.4); transition: background 0.2s; }
.cta-btn-primary:hover { background: var(--sky-dk); }
.cta-btn-primary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.cta-btn-ghost { display: inline-flex; align-items: center; gap: 0.6rem; background: transparent; color: #fff; font-size: 1.05rem; font-weight: 700; padding: 0.9rem 2rem; border-radius: 7px; border: 2px solid rgba(255,255,255,0.4); transition: border-color 0.2s, background 0.2s; }
.cta-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.cta-email { font-size: 0.84rem; color: rgba(255,255,255,0.45); }
.cta-email a { color: rgba(255,255,255,0.65); text-decoration: underline; text-underline-offset: 3px; }

/* CTA FORM */
.cta-form-wrap { margin-top: 2rem; }
.cta-form-divider { font-size: 0.78rem; color: rgba(255,255,255,0.3); margin-bottom: 1.4rem; letter-spacing: 0.06em; }
.cta-form { display: flex; flex-direction: column; gap: 0.75rem; text-align: left; }
.cta-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.cta-input { width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 7px; padding: 0.78rem 1rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; color: #fff; outline: none; transition: border-color 0.2s, background 0.2s; }
.cta-input::placeholder { color: rgba(255,255,255,0.4); }
.cta-input:focus { border-color: var(--sky); background: rgba(255,255,255,0.13); }
.cta-textarea { resize: vertical; min-height: 96px; }
.cta-submit { background: var(--sky); color: #fff; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 700; padding: 0.85rem 2rem; border-radius: 7px; border: none; cursor: pointer; transition: background 0.2s; letter-spacing: 0.02em; align-self: stretch; }
.cta-submit:hover { background: var(--sky-dk); }

/* FOOTER */
.footer { background: var(--navy-dk); padding: 1.8rem 0; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer-brand-group { display: flex; align-items: center; gap: 0.75rem; }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 1px; }
.footer-script { font-family: 'Dancing Script', cursive; font-size: 1.25rem; font-weight: 700; color: #fff; }
.footer-sub { font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sky); }
.footer-copy { font-size: 0.76rem; color: rgba(255,255,255,0.38); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.48); transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-fb { color: rgba(255,255,255,0.5); transition: color 0.2s; display: flex; align-items: center; }
.footer-fb:hover { color: #1877f2; }

/* FOCUS / ACCESSIBILITY */
:focus-visible { outline: 2px solid var(--sky); outline-offset: 3px; border-radius: 4px; }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .topbar-promo { display: none; }
  .topbar-inner { justify-content: center; }

  .nav-links { display: none; }
  .nav-call { display: none; }
  .nav-inner { padding: 0 1rem; gap: 0; }
  .nav-brand-script { font-size: 1.3rem; }
  .nav-quote { padding: 0.5rem 1.1rem; font-size: 0.82rem; }

  .hero {
    height: auto; min-height: unset; max-height: unset; padding: 4.5rem 0 3.5rem;
    background: linear-gradient(rgba(10,22,50,0.55), rgba(10,22,50,0.55)),
                url('../FB_IMG_1780109551442.jpg') center 50% / cover no-repeat;
  }
  .hero-location { font-size: 0.7rem; margin-bottom: 0.6rem; }
  .hero-title { font-size: clamp(2.4rem, 10vw, 3.5rem); margin-bottom: 0.8rem; line-height: 1; }
  .hero-tagline { font-size: 0.9rem; margin-bottom: 1.4rem; }
  .hero-btns { gap: 0.7rem; }
  .btn-hero-primary, .btn-hero-outline { padding: 0.75rem 1.5rem; font-size: 0.9rem; }

  .trust-inner { grid-template-columns: 1fr 1fr; gap: 1.25rem 1rem; padding: 1.5rem; }
  .trust-val { font-size: 0.95rem; }
  .trust-lbl { font-size: 0.7rem; }

  .services-grid { grid-template-columns: 1fr; gap: 1rem; }

  .steps-grid { grid-template-columns: 1fr; gap: 2rem; }
  .steps-grid::before { display: none; }

  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 0.4rem; }

  .reviews-grid { grid-template-columns: 1fr; }

  .cta-btns { flex-direction: column; align-items: stretch; gap: 0.75rem; }
  .cta-btn-primary, .cta-btn-ghost { text-align: center; justify-content: center; }
  .cta-title { font-size: 1.8rem; }
  .cta-form-row { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
  .footer-brand-group { justify-content: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .trust-inner { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 1.6rem; }
}
