﻿:root {
  --bg: #f2f4f6;
  --surface: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --line: #d1d5db;
  --main: #c49b4c;
  --main-dark: #a57f35;
  --deep: #0c1f35;
  --radius: 14px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background: var(--bg);
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.header-utility {
  background: #121f69;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.utility-row {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.utility-left,
.utility-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.utility-row a {
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
}

.utility-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.utility-icon svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.location-link {
  margin-left: 1.2rem;
  letter-spacing: 0.7px;
}

.header-main {
  background: rgba(252, 253, 255, 0.96);
  border-bottom: 1px solid rgba(203, 210, 225, 0.8);
  backdrop-filter: blur(6px);
  position: relative;
}

.nav-row {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-size: 2rem;
  font-weight: 800;
  color: #1a2e67;
  text-decoration: none;
}

.nav {
  display: flex;
  gap: 1.7rem;
  margin-left: auto;
}

.nav a {
  text-decoration: none;
  color: #1b2a44;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.8px;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-left: 1.4rem;
}

.nav-tools a {
  text-decoration: none;
  color: #1d2f4c;
  font-weight: 700;
}

.tool-divider {
  width: 1px;
  height: 22px;
  background: #c9d1df;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 0.45rem 0.8rem;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  padding-top: 132px;
  background:
    linear-gradient(120deg, rgba(8, 22, 39, 0.76), rgba(12, 31, 53, 0.58)),
    url("https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=2000&q=75") center/cover;
}

.hero-mask {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 18%, rgba(196, 155, 76, 0.26), transparent 30%);
}

.hero-content {
  position: relative;
  color: #fff;
  max-width: 740px;
}

.hero-sub {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  color: #f6e8cb;
  font-weight: 700;
}

h1, h2, h3, p { margin: 0; }

h1 {
  margin-top: 0.6rem;
  font-size: clamp(2rem, 5.3vw, 3.7rem);
  line-height: 1.05;
}

.hero-text {
  margin-top: 1rem;
  max-width: 620px;
  color: #e5e7eb;
  font-size: 1.05rem;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.74rem 1.05rem;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.btn-main {
  background: var(--main);
  color: #1f2937;
}

.btn-main:hover { background: var(--main-dark); }

.btn-alt {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.btn-dark {
  color: var(--text);
  border-color: var(--line);
}

.section { padding: 4.2rem 0; }

.heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

h2 {
  font-size: clamp(1.45rem, 3.5vw, 2rem);
}

.slide-controls {
  display: flex;
  gap: 0.45rem;
}

.slide-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.project-feature {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
}

.project-feature img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
}

.project-copy {
  padding: 1.2rem;
  display: grid;
  gap: 0.9rem;
  align-content: center;
}

.kicker {
  color: var(--main-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.78rem;
}

.meta {
  color: var(--muted);
}

.find {
  background: linear-gradient(180deg, #fbfbfc, #f1f5f9);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.find-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}

.area-explorer {
  margin-top: 1.5rem;
}

.area-head {
  margin-bottom: 0.8rem;
}

.area-head h3 {
  font-size: 1.35rem;
}

.area-cards {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.area-card-link {
  text-decoration: none;
  color: inherit;
}

.area-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d9dde3;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.area-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.area-image {
  position: relative;
  height: 255px;
  overflow: hidden;
}

.area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.area-card:hover .area-image img {
  transform: scale(1.07);
}

.area-status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  background: #2f3640;
  color: #fff;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  transition: background 220ms ease;
}

.area-card:hover .area-status {
  background: #0f2b63;
}

.area-body {
  padding: 1rem 1rem 0.9rem;
}

.area-title {
  font-size: 1.86rem;
  line-height: 1;
  color: #041c43;
  margin-bottom: 0.55rem;
}

.area-location,
.area-dev {
  color: #667085;
  margin-bottom: 0.45rem;
}

.area-divider {
  border: 0;
  height: 1px;
  background: #e6e9ee;
  margin: 0.8rem 0;
}

.area-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: #0f172a;
  font-weight: 600;
}

.area-meta span {
  color: #94a3b8;
  margin-right: 0.25rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: #4b5563;
}

select, input, textarea {
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 0.65rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.1rem;
  align-items: center;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.numbers div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
}

.numbers strong {
  display: block;
  font-size: 1.6rem;
  color: #0f172a;
}

.numbers span { color: var(--muted); }

.cards {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
}

.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.cards article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
}

.cards article p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.testimonial {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.2rem;
  min-height: 120px;
}

#testimonials {
  background: #eef0f2;
}

#testimonials h2 {
  text-align: center;
  margin-bottom: 1.3rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.review-card {
  background: #fff;
  border: 1px solid #dee3ea;
  border-radius: 10px;
  padding: 1.3rem;
  min-height: 230px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.review-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.google-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #1a73e8;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1;
}

.review-stars {
  color: #f4b400;
  letter-spacing: 2px;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
}

.review-text {
  color: #324b6a;
  font-style: italic;
  line-height: 1.55;
}

.info-grid {
  margin-top: 1rem;
}

.info-card {
  min-height: 180px;
}

.info-card h3 {
  color: #102d65;
  font-size: 1.45rem;
  margin-bottom: 0.7rem;
}

.info-card p {
  color: #324b6a;
  line-height: 1.55;
}

.app {
  background: #f4f5f7;
  position: relative;
  overflow: hidden;
}

.app::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #dce1ec 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.55;
}

.trusted-wrap {
  position: relative;
  z-index: 1;
}

.trusted-title {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #102d65;
  margin-bottom: 1.8rem;
}

.trusted-title span {
  color: #c46f2f;
  font-family: "Brush Script MT", cursive;
  font-weight: 400;
}

.trusted-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.trusted-stats article {
  text-align: center;
  flex: 1 1 calc(25% - 1.2rem);
  min-width: 180px;
}

.trusted-stats h3 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.7rem);
  color: #102d65;
  line-height: 1;
}

.trusted-stats p {
  margin-top: 0.35rem;
  color: #556983;
  font-size: 0.95rem;
}

.trusted-stats article:nth-child(n + 5) {
  flex-basis: calc(33.333% - 1.2rem);
}

#contact {
  background: #f2f4f6;
}

.list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid #dee3ea;
  border-radius: 22px;
  overflow: hidden;
}

.list-media {
  min-height: 520px;
  background:
    linear-gradient(to top, rgba(15, 29, 57, 0.62), rgba(15, 29, 57, 0.25)),
    url("https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=1200&q=75") center/cover;
  display: flex;
  align-items: flex-end;
}

.list-overlay {
  padding: 1.7rem;
  color: #fff;
}

.list-overlay h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.list-overlay p {
  margin-top: 0.8rem;
  color: #eef3ff;
}

.list-logos {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.list-logos span {
  font-size: 1.7rem;
  font-weight: 700;
}

.card-form {
  padding: 2rem;
  display: grid;
  gap: 0.9rem;
}

.card-form h2 {
  color: #132a59;
  margin-bottom: 0.25rem;
}

.split-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.card-form input,
.card-form select {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  height: 46px;
}

.btn-submit-dark {
  background: #111f67;
  color: #fff;
  border-radius: 12px;
  padding: 0.88rem 1rem;
}

.terms {
  font-size: 0.82rem;
  color: #6b7280;
}

.terms a {
  color: #243b7c;
}

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

.contact-form {
  display: grid;
  gap: 0.65rem;
}

.footer {
  background: #141f69;
  color: #e8ecff;
  padding: 3rem 0 1.5rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 2rem;
}

.footer-logo {
  color: #fff;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 800;
}

.footer-brand p {
  margin-top: 0.8rem;
  color: #b6c2ee;
  line-height: 1.5;
  max-width: 240px;
}

.footer-social {
  display: flex;
  gap: 0.55rem;
  margin-top: 1rem;
}

.footer-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #5162aa;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.footer-col h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.6px;
  color: #fff;
}

.footer-col h4::after {
  content: "";
  display: block;
  width: 86px;
  border-bottom: 1px solid #3f4f97;
  margin-top: 0.8rem;
}

.footer-col a {
  display: block;
  color: #e5eaff;
  text-decoration: none;
  margin-top: 0.8rem;
}

.footer-contact p {
  margin: 0.8rem 0 0;
  color: #e5eaff;
  line-height: 1.4;
}

.footer-contact span {
  margin-right: 0.45rem;
}

.footer-bottom {
  border-top: 1px solid #33458e;
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  display: grid;
  grid-template-columns: 1.3fr 1.3fr 1fr;
  gap: 1rem;
  align-items: center;
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.footer-links a {
  color: #e8ecff;
  text-decoration: none;
}

@media (max-width: 980px) {
  .header-utility {
    display: none;
  }

  .nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 4vw;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.8rem;
    min-width: 220px;
    flex-direction: column;
  }

  .nav.open { display: flex; }

  .nav-tools { display: none; }

  .menu-toggle { display: inline-flex; }

  .project-feature,
  .about-grid,
  .cards.three,
  .contact-grid { grid-template-columns: 1fr; }

  .find-grid { grid-template-columns: 1fr 1fr; }
  .area-cards { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .trusted-stats article { flex-basis: calc(50% - 1.2rem); }
  .trusted-stats article:nth-child(n + 5) { flex-basis: calc(50% - 1.2rem); }
  .list-wrap { grid-template-columns: 1fr; }
  .list-media { min-height: 360px; }
  .split-fields { grid-template-columns: 1fr; }

  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }

  .hero { padding-top: 86px; }
}

@media (max-width: 560px) {
  .find-grid { grid-template-columns: 1fr; }
  .area-cards { grid-template-columns: 1fr; }
  .area-title { font-size: 1.45rem; }
  .hero { min-height: 70vh; padding-top: 82px; }
  .trusted-stats article { flex-basis: 100%; }
  .footer-top { grid-template-columns: 1fr; }
}
