/*
Theme Name: Romero Landing Page
Theme URI: https://example.com/romero-landing-page
Author: Romero
Description: Custom one-page desktop landing page for Romero's Water Well Pumps & Electrical Contracting Svc. LLC.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: romero-landing
*/

:root {
  --blue: #0874c9;
  --blue-bright: #0c82dc;
  --blue-dark: #073e69;
  --navy: #082f4c;
  --ink: #10283a;
  --muted: #506678;
  --light: #f3f8fb;
  --white: #ffffff;
  --line: #dce6ed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  height: 122px;
  background: var(--white);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7edf2;
}

.header-inner,
.section-inner,
.footer-inner,
.footer-bottom {
  width: 1120px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand-mark {
  width: 36px;
  color: var(--blue);
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 100%;
  fill: currentColor;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-title {
  color: #1264a8;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .7px;
}

.brand-subtitle {
  color: #1264a8;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .6px;
}

.brand-line {
  margin-top: 5px;
  color: var(--blue-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .7px;
}

.main-nav {
  display: flex;
  gap: 38px;
  margin-left: 22px;
}

.main-nav a {
  color: #122d43;
  font-size: 11px;
  font-weight: 800;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}

.main-nav a:hover {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--blue-dark);
}

.phone-icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
}

.phone-icon svg {
  width: 22px;
  fill: currentColor;
}

.phone-link small {
  display: block;
  color: #111;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.phone-link strong {
  display: block;
  color: var(--blue-dark);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.15;
}

.hero {
  height: 548px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .58) 38%, rgba(0, 0, 0, .16) 74%),
    url("assets/hero.jpg") center 50% / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 30, 45, .14);
}

.hero-inner {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: 705px;
  color: #fff;
  padding-top: 2px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .96;
}

.hero h1 {
  font-size: 62px;
  color: #fff;
}

.hero h1 span {
  display: inline-block;
  margin-top: 8px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.04;
}

.hero p {
  width: 445px;
  margin: 22px 0 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 15px;
}

.btn {
  min-width: 172px;
  height: 48px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 2px solid transparent;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background: #0877d4;
  box-shadow: 0 6px 14px rgba(0, 69, 128, .24);
}

.btn-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .9);
  background: rgba(0, 0, 0, .14);
}

.trust-strip {
  height: 0;
  position: relative;
  z-index: 3;
}

.trust-card {
  position: relative;
  top: -51px;
  width: 1080px;
  height: 104px;
  margin: 0 auto;
  padding: 21px 26px;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--blue-bright), var(--blue));
  color: #fff;
  box-shadow: 0 13px 28px rgba(0, 67, 120, .18);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.trust-card article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  padding-right: 18px;
}

.trust-card article + article {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.trust-icon {
  width: 50px;
  height: 50px;
  display: block;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .78);
  margin-top: -3px;
}

.trust-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-card h3 {
  margin-top: 1px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.trust-card p {
  margin: 7px 0 0;
  font-size: 10px;
  line-height: 1.38;
  font-weight: 600;
}

.services {
  padding: 94px 0 58px;
  background: linear-gradient(#f8fbfd, #fff);
  text-align: center;
}

.eyebrow,
.mini-label {
  margin: 0 0 12px;
  color: #2c83bc;
  font-size: 13px;
  font-weight: 800;
}

.services h2,
.service-area h2 {
  color: #101b27;
  font-size: 43px;
}

.section-intro {
  width: 540px;
  margin: 11px auto 34px;
  color: #27394a;
  font-size: 15px;
  line-height: 1.42;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 356px;
  border: 1px solid #e6edf2;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 38, 71, .075);
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 174px;
  object-fit: cover;
}

.service-icon {
  position: absolute;
  top: 147px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
}

.service-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-body {
  padding: 54px 24px 24px;
}

.service-body h3 {
  color: #0b3151;
  font-size: 22px;
}

.service-body p {
  margin: 14px auto 0;
  color: #243647;
  font-size: 13px;
  line-height: 1.65;
}

.about {
  width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  min-height: 392px;
  background: #fff;
}

.about-photo {
  background:
    linear-gradient(rgba(8, 47, 76, .03), rgba(8, 47, 76, .03)),
    url("assets/about.jpg") center 38% / cover;
}

.about-copy {
  padding: 58px 70px 54px;
  background: #fff;
}

.about-copy h2 {
  width: 470px;
  color: #123f68;
  font-size: 43px;
}

.about-copy p:not(.mini-label):not(.signature) {
  width: 470px;
  margin: 23px 0 0;
  color: #273849;
  font-size: 15px;
  line-height: 1.68;
}

.signature {
  margin: 17px 0 0;
  color: #1679bd;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 1px;
}

.service-area {
  padding: 48px 0 56px;
  background:
    linear-gradient(rgba(234, 244, 251, .96), rgba(234, 244, 251, .96)),
    linear-gradient(135deg, rgba(255,255,255,.7), rgba(194,223,238,.45));
}

.service-area h2 {
  color: #0e4267;
  text-align: center;
  font-size: 29px;
}

.service-area h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 14px auto 30px;
  background: var(--blue);
}

.county-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.county-grid ul {
  min-height: 92px;
  margin: 0;
  padding: 4px 0 0 34px;
  list-style: none;
  border-left: 1px solid rgba(106, 142, 166, .28);
}

.county-grid ul:first-child {
  border-left: 0;
}

.county-grid li {
  position: relative;
  margin: 0 0 12px;
  color: #244355;
  font-size: 14px;
  font-weight: 600;
}

.county-grid li::before {
  content: "\2713";
  position: absolute;
  left: -24px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.cta {
  position: relative;
  min-height: 352px;
  color: #fff;
  background:
    linear-gradient(rgba(5, 35, 57, .91), rgba(5, 35, 57, .91)),
    url("assets/hero.jpg") center 52% / cover;
}

.cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 1fr 1fr;
  min-height: 352px;
}

.cta-call,
.cta-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-call {
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, .35);
}

.cta-call h2 {
  color: #fff;
  font-size: 43px;
}

.cta-call p {
  margin: 15px 0 25px;
  font-size: 20px;
  font-weight: 800;
}

.cta-panel {
  align-items: center;
  padding: 0 48px;
  text-align: center;
}

.panel-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--blue);
  display: grid;
  place-items: center;
  font-size: 25px;
  font-family: Arial, sans-serif;
}

.cta-panel h3 {
  color: #fff;
  font-size: 25px;
}

.cta-panel p {
  min-height: 68px;
  margin: 17px 0 22px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.btn-light {
  min-width: 156px;
  height: 43px;
  color: var(--blue-dark);
  background: #fff;
}

.site-footer {
  background: #fff;
}

.footer-inner {
  height: 96px;
  display: grid;
  grid-template-columns: 1.4fr .72fr 1fr 42px;
  align-items: center;
  gap: 18px;
}

.footer-brand .brand-mark {
  width: 34px;
}

.footer-brand .brand-title {
  font-size: 24px;
}

.footer-brand .brand-subtitle {
  font-size: 15px;
}

.footer-brand .brand-line {
  font-size: 7px;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--blue-dark);
  font-size: 14px;
}

.footer-contact span {
  color: var(--blue);
  font-weight: 800;
}

.facebook {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
  font-family: Arial, sans-serif;
}

.footer-bottom {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4d5d69;
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #2f3d48;
}

@media (max-width: 1199px) {
  body {
    min-width: 1200px;
  }
}
