@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&family=Barlow+Condensed:wght@400;600;700;800;900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --blue: #1a56db;
  --blue-dark: #0f3a9e;
  --blue-deep: #0d1f5c;
  --orange: #f5a623;
  --orange-dark: #d48a0b;
  --red: #c0392b;
  --red-dark: #962d22;
  --navy: #0a1628;
  --white: #ffffff;
  --gray: #f4f4f4;
  --text: #1a1a1a;
  --text-mid: #444;
  --text-muted: #777;
  --border: #ddd;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
h1,
h2,
h3,
h4 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.1;
  font-weight: 800;
}

.top-bar {
  background: var(--blue);
  padding: 0 40px;
}
.top-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  height: 44px;
}
.top-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s;
  border-radius: 2px;
}
.top-link:hover {
  background: rgba(255, 255, 255, 0.12);
}
.top-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.btn-hiring {
  background: var(--orange);
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 2px;
  margin-left: 8px;
  transition: background 0.15s;
}
.btn-hiring:hover {
  background: var(--orange-dark);
}

.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--blue);
  position: sticky;
  top: 0;
  z-index: 300;
}
.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.logo-box {
  background: var(--blue);
  border-radius: 6px;
  padding: 8px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--orange);
}
.logo-box span:first-child {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1;
}
.logo-box span:last-child {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
.logo-tagline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--blue-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.logo-tagline em {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}
.hdr-phone {
  margin-left: auto;
  text-align: right;
}
.hdr-phone p {
  font-size: 12px;
  color: var(--text-muted);
}
.hdr-phone a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--red);
  letter-spacing: -0.01em;
  line-height: 1;
}

.main-nav {
  background: var(--navy);
  border-top: 3px solid var(--orange);
}
.main-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: stretch;
}
.main-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background 0.15s,
    color 0.15s;
  position: relative;
}
.main-nav a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.main-nav a:hover,
.main-nav a.active {
  background: var(--blue);
  color: var(--white);
}
.main-nav a svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.hero {
  position: relative;
  height: calc(100vh - 127px);
  min-height: 520px;
  max-height: 780px;
  overflow: hidden;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 80px;
}
.hero-text {
  max-width: 620px;
  color: var(--white);
}
.hero-text h1 {
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 480px;
}
.btn-cta {
  display: inline-block;
  background: var(--orange);
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 2px;
  transition:
    background 0.15s,
    transform 0.1s;
}
.btn-cta:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.service-cats {
  background: var(--gray);
  padding: 80px 40px;
}
.service-cats-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.service-cats h2 {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.cats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.cat-card {
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.cat-card-img {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.cat-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.cat-card:hover .cat-card-img img {
  transform: scale(1.04);
}
.cat-card-img .card-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.01em;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.cat-card-body {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cat-card-body p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  font-weight: 400;
}
.cat-card-body a {
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.cat-card-body a svg {
  width: 14px;
  height: 14px;
}
.cat-card.red-card .cat-card-body {
  background: var(--red);
}
.cat-card.blue-card .cat-card-body {
  background: var(--blue-dark);
}

.happy-section {
  background: var(--white);
  padding: 80px 40px;
}
.happy-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.happy-text h2 {
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.happy-text p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 32px;
}
.btn-solid {
  display: inline-block;
  background: var(--blue-dark);
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 2px;
  transition: background 0.15s;
}
.btn-solid:hover {
  background: var(--blue);
}
.circles-wrap {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto;
}
.circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.circle-red {
  width: 280px;
  height: 280px;
  background: var(--red);
  top: 50px;
  left: 50px;
  z-index: 2;
  padding: 32px;
}
.circle-red p {
  color: var(--white);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  font-style: italic;
}
.circle-red cite {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
}
.circle-orange {
  width: 120px;
  height: 120px;
  background: var(--orange);
  top: 0;
  right: 0;
  z-index: 3;
}
.circle-blue {
  width: 110px;
  height: 110px;
  background: var(--blue-dark);
  bottom: 40px;
  left: 0;
  z-index: 1;
}

.social-section {
  background: var(--white);
  padding: 60px 40px;
  border-top: 1px solid var(--border);
}
.social-section-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.social-section h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.social-post {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.social-post-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}
.social-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: var(--white);
  text-align: center;
  line-height: 1.2;
  flex-shrink: 0;
}
.social-meta p:first-child {
  font-size: 14px;
  font-weight: 700;
}
.social-meta p:last-child {
  font-size: 12px;
  color: var(--text-muted);
}
.social-post-text {
  padding: 0 16px 16px;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
}
.social-post-img {
  height: 180px;
  overflow: hidden;
}
.social-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-post-footer {
  padding: 10px 16px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  gap: 16px;
}

.map-banner {
  background: linear-gradient(135deg, #0d2260 0%, #1a4fc4 40%, #0a8bc4 100%);
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.map-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 500'%3E%3Cpath d='M100,50 L200,30 L300,60 L400,40 L500,70 L600,45 L700,55 L750,80 L700,120 L650,150 L600,130 L550,160 L500,140 L450,170 L400,155 L350,180 L300,165 L250,190 L200,175 L150,195 L100,180 L80,150 L90,100 Z' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
.map-banner-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.map-banner h2 {
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.map-banner p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.btn-cta-outline {
  display: inline-block;
  background: var(--orange);
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 48px;
  border-radius: 2px;
  transition: background 0.15s;
}
.btn-cta-outline:hover {
  background: var(--orange-dark);
}

.site-footer {
  background: var(--navy);
  padding: 32px 40px 0;
}
.footer-social-row {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.fsoc-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s;
}
.fsoc-btn:hover {
  opacity: 0.8;
}
.fsoc-fb {
  background: #1877f2;
}
.fsoc-ig {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.fsoc-tt {
  background: #010101;
}
.fsoc-yt {
  background: #ff0000;
}
.fsoc-btn svg {
  width: 18px;
  height: 18px;
  fill: var(--white);
}
.back-to-top {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s;
}
.back-to-top:hover {
  color: var(--orange);
}
.back-to-top svg {
  width: 16px;
  height: 16px;
}
.footer-cols {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 0;
}
.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-col h4 svg {
  width: 16px;
  height: 16px;
}
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 8px;
  transition: color 0.15s;
}
.footer-col a:hover {
  color: var(--white);
}
.footer-col .emerg-label {
  color: var(--orange);
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-col .emerg-label svg {
  width: 16px;
  height: 16px;
}
.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.footer-bottom nav {
  display: flex;
  gap: 20px;
}
.footer-bottom nav a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.15s;
}
.footer-bottom nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.page-hero {
  height: 340px;
  position: relative;
  overflow: hidden;
}
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 40, 0.6);
}
.page-hero-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}
.page-hero-text h1 {
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.page-hero-text p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  font-weight: 400;
}

.breadcrumb-bar {
  background: var(--blue-dark);
  padding: 10px 40px;
}
.breadcrumb-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb-bar-inner a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.15s;
}
.breadcrumb-bar-inner a:hover {
  color: var(--white);
}
.breadcrumb-bar-inner span {
  color: rgba(255, 255, 255, 0.3);
}

.page-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 72px 40px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.svc-card {
  border: 2px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.svc-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.svc-card-img {
  height: 200px;
  overflow: hidden;
}
.svc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.svc-card:hover .svc-card-img img {
  transform: scale(1.05);
}
.svc-card-body {
  padding: 24px;
}
.svc-card-body h3 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--navy);
}
.svc-card-body p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 16px;
}
.svc-card-tag {
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.svc-card-tag.red {
  background: var(--red);
}
.svc-card-tag.orange {
  background: var(--orange);
  color: #000;
}
.svc-learn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue-dark);
  transition: color 0.15s;
}
.svc-learn:hover {
  color: var(--blue);
}
.svc-learn svg {
  width: 14px;
  height: 14px;
}

.why-strip {
  background: var(--blue-dark);
  padding: 64px 40px;
}
.why-strip-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.why-item svg {
  width: 48px;
  height: 48px;
  stroke: var(--orange);
  margin: 0 auto 16px;
}
.why-item h4 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}
.why-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 72px;
}
.about-split img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 4px;
}
.about-split-text h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-split-text p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 14px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.contact-info h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.c-block {
  background: var(--gray);
  border-radius: 4px;
  padding: 28px;
  margin-bottom: 20px;
}
.c-block h4 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue-dark);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-block h4 svg {
  width: 18px;
  height: 18px;
}
.c-row {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  align-items: flex-start;
}
.c-row svg {
  width: 20px;
  height: 20px;
  stroke: var(--blue);
  flex-shrink: 0;
  margin-top: 1px;
}
.c-row-text p:first-child {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.c-row-text p:last-child,
.c-row-text a {
  font-size: 15px;
  color: var(--text);
  font-weight: 500;
}
.contact-form h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 16px;
}
.form-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: 2px;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  color: var(--text);
  transition: border-color 0.15s;
  outline: none;
}
.form-input:focus {
  border-color: var(--blue);
}
.form-input::placeholder {
  color: #bbb;
}
select.form-input {
  cursor: pointer;
}
textarea.form-input {
  resize: vertical;
}
.btn-submit {
  display: block;
  width: 100%;
  background: var(--orange);
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s;
  margin-top: 4px;
}
.btn-submit:hover {
  background: var(--orange-dark);
}
.form-success {
  display: none;
  margin-top: 16px;
  padding: 16px 20px;
  background: #e8f5e9;
  border: 2px solid #2e7d32;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #1b5e20;
}

.legal-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px 40px 96px;
}
.legal-wrap h1 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.legal-date {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.legal-wrap h2 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--blue-dark);
  margin: 32px 0 10px;
  letter-spacing: 0.02em;
}
.legal-wrap p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 14px;
}
.legal-wrap ul {
  margin: 8px 0 18px 20px;
}
.legal-wrap li {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.legal-wrap a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 2px solid var(--border);
}
.legal-nav a {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  transition: color 0.15s;
}
.legal-nav a:hover,
.legal-nav a.active {
  color: var(--blue-dark);
}

@media (max-width: 900px) {
  .cats-grid,
  .happy-inner,
  .contact-grid,
  .about-split,
  .services-grid {
    grid-template-columns: 1fr;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
  .why-strip-inner {
    grid-template-columns: 1fr 1fr;
  }
  .circles-wrap {
    width: 300px;
    height: 300px;
  }
  .circle-red {
    width: 230px;
    height: 230px;
    top: 40px;
    left: 30px;
  }
  .circle-orange {
    width: 100px;
    height: 100px;
  }
  .circle-blue {
    width: 90px;
    height: 90px;
  }
  .hero-content {
    padding: 0 40px;
  }
  .social-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .top-bar-inner {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding: 8px 0;
  }
  .header-inner {
    flex-wrap: wrap;
    height: auto;
    padding: 16px 20px;
  }
  .footer-cols {
    grid-template-columns: 1fr;
  }
  .why-strip-inner {
    grid-template-columns: 1fr;
  }
  .page-content,
  .service-cats,
  .happy-section,
  .social-section,
  .map-banner,
  .why-strip,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
