:root {
  --navy: #0b1d6b;
  --navy-light: #14275e;
  --blue: #1446c9;
  --sky: #2387f5;
  --sky-light: #4cb8ff;
  --charcoal: #171a22;
  --gray-text: #3a3f4b;
  --bg-light: #f7f9fc;
  --white: #ffffff;
  --gradient-accent: linear-gradient(135deg, var(--blue) 0%, var(--sky) 55%, var(--sky-light) 100%);
  --shadow-navy: 11, 29, 107;
  --banner-pattern: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22120%22%20height=%22120%22%3E%3Cg%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%221%22%20opacity=%220.12%22%3E%3Cpath%20d=%22M12%2012h34v22h24M12%2068h22v34M70%2022v44h34M46%2090h44%22/%3E%3Ccircle%20cx=%2212%22%20cy=%2212%22%20r=%222.5%22%20fill=%22%23ffffff%22%20stroke=%22none%22/%3E%3Ccircle%20cx=%2270%22%20cy=%2222%22%20r=%222.5%22%20fill=%22%23ffffff%22%20stroke=%22none%22/%3E%3Ccircle%20cx=%22104%22%20cy=%2268%22%20r=%222.5%22%20fill=%22%23ffffff%22%20stroke=%22none%22/%3E%3Ccircle%20cx=%2246%22%20cy=%2290%22%20r=%222.5%22%20fill=%22%23ffffff%22%20stroke=%22none%22/%3E%3C/g%3E%3C/svg%3E");
  --banner-gradient: linear-gradient(135deg, var(--navy) 0%, var(--blue) 45%, var(--sky) 100%);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--charcoal);
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: "Space Grotesk", "Inter", sans-serif;
  color: var(--navy);
  margin-top: 0;
  letter-spacing: -0.01em;
}

a { text-decoration: none; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(var(--shadow-navy), 0.08);
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  height: 92px;
  width: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: var(--navy);
  font-weight: 600;
}

.site-nav a.active {
  color: var(--sky);
}

.nav-call {
  background: var(--gradient-accent);
  color: var(--white) !important;
  padding: 8px 16px;
  border-radius: 20px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nav-call:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(20, 70, 201, 0.3);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  width: 26px;
  height: 3px;
  background: var(--navy);
  border-radius: 2px;
}

/* Hero */
.hero,
.page-banner {
  background: var(--banner-pattern), var(--banner-gradient);
  background-repeat: repeat, no-repeat;
  color: var(--white);
  text-align: center;
}

.hero {
  padding: 90px 0;
}

.tagline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.tagline-item {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #cfe8ff;
}

.tagline-icon,
.service-icon svg,
.gallery-tile svg,
.social-icons svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tagline-icon {
  width: 20px;
  height: 20px;
  stroke: #cfe8ff;
  stroke-width: 1.8;
}

.tagline-divider {
  color: #9fd3ff;
  font-weight: 700;
}

.hero h1 {
  color: var(--white);
  font-size: 2.4rem;
  max-width: 750px;
  margin: 0 auto 20px;
}

.hero-sub {
  max-width: 620px;
  margin: 0 auto 32px;
  color: #e6f1fc;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 10px;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--white);
  color: var(--navy) !important;
}

.btn-outline {
  border: 2px solid var(--white);
  color: var(--white) !important;
}

/* Page banner (inner pages) */
.page-banner {
  padding: 50px 0;
}

.page-banner h1 {
  color: var(--white);
  margin: 0;
}

/* Sections */
.section {
  padding: 70px 0;
}

.why-list {
  padding-left: 20px;
}

.why-list li {
  margin-bottom: 10px;
}

.services-more {
  margin-top: 30px;
  text-align: center;
}

.about { background: var(--white); }

.services { background: var(--bg-light); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 36px;
}

.service-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(var(--shadow-navy), 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(var(--shadow-navy), 0.14);
}

.service-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--gradient-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--white);
  stroke-width: 1.6;
}

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.service-card p {
  margin: 0 0 10px;
  font-size: 0.95rem;
}

.service-card p:last-child {
  margin-bottom: 0;
}

.service-label {
  color: var(--blue);
  font-weight: 600;
}

/* Contact */
.contact { background: var(--navy); color: var(--white); }
.contact h2 { color: var(--white); }

.contact-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.contact-item {
  margin: 0 0 14px;
}

.contact-item a {
  color: #9fd3ff;
}

.contact-cta {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-cta .btn-outline { border-color: #9fd3ff; }

/* Testimonials */
.testimonials { background: var(--white); }

.sample-note {
  font-size: 0.85rem;
  color: #8a8f9c;
  font-style: italic;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.testimonial-card {
  background: var(--bg-light);
  border-radius: 16px;
  padding: 24px;
}

.testimonial-card p:first-child {
  font-style: italic;
}

.testimonial-name {
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0;
}

/* Quote form */
.quote { background: var(--bg-light); }

.contact-form {
  max-width: 500px;
  margin-top: 20px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--navy);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cdd6e5;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
}

.contact-form .btn-primary {
  background: var(--gradient-accent);
  color: var(--white) !important;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(20, 70, 201, 0.25);
}

.contact-form .btn-primary:hover {
  box-shadow: 0 8px 22px rgba(20, 70, 201, 0.35);
}

/* Map */
.map-embed {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(var(--shadow-navy), 0.08);
}

.directions-link {
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
}

/* Gallery */
.gallery-category {
  margin-top: 48px;
}

.gallery-category:first-of-type {
  margin-top: 20px;
}

.gallery-category-title {
  font-size: 1.3rem;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bg-light);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 16px;
}

.gallery-tile {
  margin: 0;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(var(--shadow-navy), 0.08);
}

.gallery-photo {
  aspect-ratio: 4 / 3;
  background: var(--bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-photo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.gallery-tile figcaption {
  color: var(--navy);
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  padding: 12px;
}

.gallery-tile.placeholder {
  background: var(--gradient-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  padding: 16px;
  aspect-ratio: 4 / 3;
  opacity: 0.85;
}

.gallery-tile.placeholder figcaption {
  color: var(--white);
  padding: 0;
}

.gallery-tile svg {
  width: 44px;
  height: 44px;
  stroke: var(--white);
  stroke-width: 1.6;
  opacity: 0.9;
}

.photo-credits {
  margin-top: 20px;
  font-size: 0.8rem;
  color: #8a8f9c;
  text-align: center;
}

.photo-credits a {
  color: inherit;
}

/* Social icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 12px;
}

.social-icons svg {
  width: 22px;
  height: 22px;
  stroke: #cfe0f5;
  stroke-width: 1.7;
  transition: stroke 0.15s ease;
}

.social-icons a:hover svg {
  stroke: var(--sky-light);
}

/* WhatsApp float button */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 200;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: var(--white);
}

/* Footer */
.site-footer {
  background: var(--navy-light);
  color: #cfe0f5;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
}

/* Mobile */
@media (max-width: 720px) {
  .nav-toggle { display: flex; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 16px;
    display: none;
    box-shadow: 0 8px 16px rgba(var(--shadow-navy), 0.08);
  }

  .site-nav.open { display: flex; }

  .hero h1 { font-size: 1.8rem; }
}
