* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #0f172a;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
}

.narrow {
  max-width: 760px;
}

.site-header {
  width: 100%;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.header-inner {
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
}

.site-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.header-contact {
  text-align: right;
  line-height: 1.15;
}

.location-label {
  color: #ff0000;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
}

.contact-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 6px;
}

.phone-line {
  color: #172554;
  font-size: 18px;
  font-weight: 900;
}

.phone-line a {
  color: inherit;
  text-decoration: none;
}

.phone-line a:hover {
  text-decoration: underline;
}

.address-line {
  color: #334155;
  font-size: 14px;
}

.header-icon {
  color: #b91c1c;
  flex: 0 0 auto;
}

.header-icon svg {
  width: 16px;
  height: 16px;
}

.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
  padding: 64px 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.74), rgba(255,255,255,.74)),
    url("https://www.hhhtransmission.com/wp-content/uploads/2026/05/tulsa-hero-background.jpg");
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 760px);
  margin: 0 auto;
  text-align: center;
}

.eyebrow-badge {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  border-radius: 6px;
  background: #172554;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 28px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  color: #b91c1c;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -.03em;
}

.hero-copy {
  max-width: 700px;
  margin: 24px auto 32px;
  color: #111827;
  font-size: 20px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 16px 32px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}

.btn-red {
  background: #b91c1c;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}

.btn-red:hover {
  background: #991b1b;
}

.btn-outline {
  border: 1px solid #172554;
  color: #172554;
}

.btn-outline:hover {
  background: #172554;
  color: #ffffff;
}

.hero-trust {
  margin: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.services-section {
  background: #ffffff;
  padding: 96px 0;
}

.section-kicker {
  margin: 0 0 20px;
  color: #b91c1c;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .14em;
}

.services-section h2 {
  margin-bottom: 64px;
  color: #b91c1c;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
}

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

.service-card {
  background: #172554;
  color: #ffffff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 22px 40px rgba(15, 23, 42, .28);
}

.icon-box {
  width: 64px;
  height: 56px;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #b91c1c;
  color: #ffffff;
}

.icon-box svg {
  width: 28px;
  height: 28px;
}

.service-card h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 900;
}

.service-card p {
  margin: 0;
  color: #e2e8f0;
  line-height: 1.6;
}

.why-section {
  background: #172554;
  color: #ffffff;
  padding: 96px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.why-section h2 {
  margin-bottom: 32px;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 900;
}

.why-section p {
  margin: 0;
  color: #e2e8f0;
  line-height: 1.75;
}

.why-list {
  display: grid;
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.why-list li {
  position: relative;
  padding-left: 28px;
  color: #f8fafc;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.why-list li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #dc2626;
}

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

.stat-card {
  min-height: 132px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: #1e3a8a;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
}

.stat-card strong {
  display: block;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.stat-card span {
  display: block;
  margin-top: 12px;
  color: #e2e8f0;
  font-size: 14px;
  line-height: 1.35;
}

.location-section {
  background: #082133;
  color: #ffffff;
  padding: 96px 0;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.location-section h2 {
  margin-bottom: 32px;
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 900;
}

.location-details {
  margin-bottom: 32px;
}

.location-details p {
  margin: 0 0 20px;
  color: #f1f5f9;
  line-height: 1.5;
}

.location-details a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.location-media {
  display: grid;
  gap: 22px;
}

.photo-card,
.map-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(0,0,0,.24);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.map-card {
  height: 300px;
  background: #f1f5f9;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.cta-section {
  background: #ffffff;
  padding: 96px 0;
  text-align: center;
}

.cta-section h2 {
  color: #172554;
  font-size: clamp(36px, 4vw, 46px);
  font-weight: 900;
  margin-bottom: 20px;
}

.cta-section p {
  color: #475569;
  margin: 0 auto 32px;
  max-width: 640px;
  line-height: 1.7;
}

.site-footer {
  background: #898989;
  color: #ffffff;
  padding: 40px 0;
}

.footer-location h3 {
  margin: 0 0 10px;
  color: #ff0000;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-location p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-location a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.5);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.footer-badges img {
  width: auto;
  max-height: 52px;
  object-fit: contain;
}

.footer-badges img:first-child {
  max-height: 36px;
}


@media (min-width: 768px) and (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container,
  .header-inner,
  .hero-content {
    width: min(100% - 48px, 1100px);
  }

  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 16px 0;
    text-align: center;
  }

  .site-logo {
    height: 80px;
  }

  .header-contact {
    text-align: center;
  }

  .location-label {
    font-size: 13px;
  }

  .contact-line {
    justify-content: center;
  }

  .phone-line {
    font-size: 18px;
  }

  .address-line {
    font-size: 13px;
  }

  .hero {
    min-height: 520px;
    padding: 40px 0;
  }

  .hero-content {
    padding: 16px 0;
  }

  .eyebrow-badge {
    padding: 9px 14px;
    font-size: 12px;
    margin-bottom: 26px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .hero-trust {
    font-size: 12px;
  }

  .services-section,
  .why-section {
    padding: 64px 0;
  }

  .services-section h2 {
    margin-bottom: 48px;
  }

  .service-grid,
  .why-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 28px;
  }

  .why-section h2 {
    font-size: 36px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-card {
    padding: 24px;
  }

  .stat-card strong {
    font-size: 32px;
  }

  .location-section,
  .cta-section {
    padding: 80px 0;
  }

  .footer-location {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-badges {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 40px;
  }

  .phone-line {
    font-size: 17px;
  }

  .stats-grid {
    gap: 16px;
  }

  .stat-card {
    padding: 22px;
  }

  .stat-card strong {
    font-size: 30px;
  }
}

.reviews-section {
  background: #eef3f7;
  padding: 80px 0;
}

.reviews-heading {
  margin-bottom: 42px;
  text-align: center;
}

.reviews-stars {
  color: #ffc400;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 18px;
}

.reviews-heading h2 {
  color: #082b57;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 10px;
}

.reviews-heading p {
  color: #4b5563;
  font-size: 18px;
  margin: 0;
}

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

.review-card {
  grid-column: auto;
  background: #ffffff;
  border: 1px solid #d8dee6;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 255px;
  padding: 26px 28px;
}

.review-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.review-meta span:last-child {
  color: #6b7280;
  font-size: 14px;
}

.review-stars {
  color: #ffc400;
  font-size: 18px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.review-card p {
  color: #111827;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.review-author {
  border-top: 1px solid #d9dee6;
  margin-top: auto;
  padding-top: 16px;
}

.review-author strong {
  color: #082b57;
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.review-author span {
  color: #4b5563;
  display: block;
  font-size: 14px;
  margin-top: 2px;
}

.reviews-cta {
  margin-top: 40px;
  text-align: center;
}

.reviews-cta a {
  border: 1px solid #082b57;
  border-radius: 6px;
  color: #082b57;
  display: inline-flex;
  font-weight: 800;
  padding: 12px 22px;
  text-decoration: none;
}

.reviews-cta a:hover {
  background: #082b57;
  color: #ffffff;
}

.footer-badges .veteran-badge-img {
  height: 80px;
  max-height: none;
  width: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

  .review-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  
.reviews-section {
    padding: 56px 0;
  }

  .reviews-stars {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .review-card {
    padding: 22px;
  }
}


.review-meta .review-stars {
  display: inline-block;
}

.reviews-section .reviews-stars,
.reviews-section .review-stars {
  color: #ffc400 !important;
}

.social-line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-1px);
  opacity: 0.86;
  text-decoration: none;
}

.social-facebook {
  background: #1877f2;
  color: #ffffff;
  font-size: 22px;
  padding-top: 3px;
}

.social-google {
  background: #ffffff;
  border: 2px solid #dadce0;
  color: #4285f4;
  font-size: 18px;
}

@media (max-width: 767px) {
  .social-line {
    justify-content: center;
  }
}

/* Final mobile reviews fix: stack review cards full-width on phones */
@media (max-width: 767px) {
  .reviews-section {
    padding: 48px 0 !important;
  }

  .reviews-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    box-sizing: border-box !important;
  }

  .reviews-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .review-card {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    padding: 22px !important;
  }

  .review-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .reviews-heading h2 {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }
}

/* Final tablet reviews fix */
@media (min-width: 768px) and (max-width: 1024px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
