:root {
  --navy: #142644;
  --navy-deep: #0d1a31;
  --blue: #17b5ef;
  --blue-dark: #1097ca;
  --form-cyan: #1eb6ea;
  --form-cyan-dark: #109fd1;
  --form-soft: #f8fbfe;
  --form-border: #cfe0ee;
  --gold: #f2bc28;
  --gold-dark: #dca312;
  --text: #2a3651;
  --muted: #697b95;
  --line: #dbe5f0;
  --bg: #f8fbff;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(18, 42, 76, 0.12);
  --radius: 22px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(215, 244, 251, 0.45) 0%, rgba(248, 251, 255, 1) 17%, rgba(255, 255, 255, 1) 100%);
}

img,
iframe {
  max-width: 100%;
  display: block;
  border: 0;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.topbar {
  background: #ffcc03;
  color: #111111;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.topbar-wrap,
.topbar-left,
.topbar-right,
.nav-wrap,
.site-nav,
.hero-actions,
.hero-features,
.mini-stats,
.heading-row,
.city-tags,
.footer-bottom {
  display: flex;
  align-items: center;
}

.topbar-wrap {
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
}

.topbar-left,
.topbar-right,
.site-nav,
.hero-actions,
.hero-features,
.mini-stats,
.city-tags,
.footer-bottom {
  flex-wrap: wrap;
  gap: 16px;
}

.topbar-alert {
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: #111111;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(20, 38, 68, 0.1);
  border-bottom: 1px solid rgba(20, 38, 68, 0.08);
}

.nav-wrap {
  justify-content: space-between;
  min-height: 88px;
  gap: 22px;
  border-radius: 0 0 24px 24px;
}

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

.brand img {
  width: 200px;
  max-width: 38vw;
  filter: drop-shadow(0 8px 18px rgba(20, 38, 68, 0.08));
}

.site-nav {
  gap: 22px;
  color: #111111;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding: 6px 0;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px 14px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.nav-whatsapp {
  background: #111111;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.16);
}

.my-whatsapp {
  color: #fff !important;
}

.nav-call {
  background: rgba(255, 255, 255, 0.42);
  color: #111111;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.1);
}

.site-nav a:hover::after,
.site-nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  border-radius: 999px;
  background: #ffcc03;
}

.quote-pill,
.primary-btn,
.secondary-btn,
.outline-btn,
.submit-bar,
.footer-quote,
.floating-cta,
.modal-close {
  border: 0;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.quote-pill,
.primary-btn,
.secondary-btn,
.outline-btn,
.footer-quote {
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
}

.quote-pill,
.primary-btn,
.floating-cta,
.footer-quote {
  background: linear-gradient(135deg, #164b9c 0%, #123a7a 100%);
  color: var(--white);
}

.secondary-btn,
.outline-btn {
  background: transparent;
  color: var(--blue-dark);
  border: 1.5px solid rgba(23, 181, 239, 0.38);
}

.quote-pill:hover,
.primary-btn:hover,
.secondary-btn:hover,
.outline-btn:hover,
.submit-bar:hover,
.footer-quote:hover,
.floating-cta:hover,
.modal-close:hover {
  transform: translateY(-2px);
}

.hero-section {
  padding: 34px 0 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(23, 181, 239, 0.14), transparent 28%),
    linear-gradient(180deg, #eefaff 0%, #ffffff 100%);
}

.hero-layout,
.two-col,
.services-grid,
.highlight-grid,
.testimonial-grid,
.footer-grid,
.inline-grid,
.strengths-layout,
.strength-cards {
  display: grid;
  gap: 24px;
}

.hero-layout {
  grid-template-columns: 1.1fr 0.85fr;
  align-items: start;
}

.trusted-tag,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(242, 188, 40, 0.2);
  color: #9a6b00;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-copy {
  padding: 20px 8px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-copy h1,
.heading-row h2,
.heading-center h2,
.two-col h2,
.modal-copy h2 {
  margin: 18px 0 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.18;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 5.1vw, 3.95rem);
  color: #313e58;
}

.hero-copy h1 span {
  color: var(--blue);
}

.hero-copy p,
.two-col p,
.service-card p,
.highlight-grid p,
.steps p,
.testimonial-grid p,
.footer-brand p,
.modal-copy p,
.section-intro,
.strength-cards p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.03rem;
}

.hero-copy p {
  max-width: 35rem;
  margin: 0 0 18px;
}

.hero-features span,
.city-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #dde9f3;
  color: var(--text);
}

.hero-features {
  gap: 14px;
  margin: 18px 0 24px;
  max-width: 39rem;
}

.hero-actions {
  gap: 16px;
  margin: 0 0 22px;
}

.mini-stats {
  margin-top: 8px;
  gap: 14px;
  max-width: 36rem;
}

.mini-stats div {
  min-width: 160px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mini-stats strong {
  display: block;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.45rem;
  color: var(--navy);
}

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

.estimate-card,
.service-card,
.visual-card,
.visual-note,
.map-card,
.testimonial-grid article,
.modal-dialog,
.highlight-grid article {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.estimate-card {
  overflow: hidden;
  border: 1px solid #bfe5f5;
  background: #ffffff;
}

.estimate-head {
  padding: 18px 24px;
  background: linear-gradient(180deg, var(--form-cyan) 0%, var(--form-cyan-dark) 100%);
  color: var(--navy);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 18px 22px 20px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  font-weight: 600;
  color: #21385c;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid var(--form-border);
  background: var(--form-soft);
}

.lead-form textarea {
  min-height: 94px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  outline: 2px solid rgba(30, 182, 234, 0.16);
  border-color: var(--form-cyan);
}

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

.submit-bar {
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: #4f3b03;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(242, 188, 40, 0.28);
}

.form-status {
  min-height: 22px;
  margin: 0;
  font-weight: 600;
  color: #146436;
}

.form-status.error {
  color: #bd3e3e;
}

.service-highlight {
  margin-top: -10px;
  padding-bottom: 18px;
}

.highlight-grid {
  grid-template-columns: repeat(4, 1fr);
}

.highlight-grid article {
  padding: 22px;
  border: 1px solid #e4eef7;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.highlight-grid article:hover,
.service-card:hover,
.strength-cards article:hover,
.testimonial-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(18, 42, 76, 0.16);
}

.icon-badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(23, 181, 239, 0.18), rgba(23, 181, 239, 0.08));
  color: var(--blue-dark);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
}

.section {
  padding: 60px 0;
}

.strengths-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.strengths-layout {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
  gap: 30px;
}

.strength-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.strength-cards article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid #dbe8f3;
  box-shadow: 0 16px 36px rgba(18, 42, 76, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.strength-cards h3 {
  margin: 2px 0 6px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.1rem;
}

.strength-visual {
  position: relative;
  display: flex;
}

.strength-photo-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  border-radius: 30px;
  box-shadow: 0 28px 54px rgba(18, 42, 76, 0.16);
  background: #dceefa;
}

.strength-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.strength-photo-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 38, 68, 0.22) 0%, rgba(20, 38, 68, 0.82) 100%);
  color: #ffffff;
  backdrop-filter: blur(6px);
}

.strength-photo-overlay h3 {
  margin: 12px 0 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.35;
  font-size: 1.5rem;
}

.strength-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.strength-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.strength-metrics span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.92rem;
}

.two-col {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.visual-card {
  padding: 16px;
}

.real-photo-card {
  overflow: hidden;
}

.real-photo-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 18px;
}

.visual-note {
  margin-top: 18px;
  padding: 20px 22px;
  border-left: 5px solid var(--gold);
}

.visual-note strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.heading-row,
.heading-center {
  margin-bottom: 28px;
}

.heading-row {
  justify-content: space-between;
  gap: 20px;
}

.heading-center {
  text-align: center;
}

.heading-center .section-kicker {
  margin: 0 auto;
}

.services-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  padding: 24px;
  border: 1px solid #e5eef7;
}

.service-card img {
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
}

.service-card h3,
.highlight-grid h3,
.steps h3,
.footer-grid h3 {
  margin: 0 0 10px;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.trusted-section {
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.client-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 12px 0;
}

.client-carousel::before,
.client-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 84px;
  z-index: 1;
}

.client-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #f4fbff 0%, rgba(244, 251, 255, 0) 100%);
}

.client-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #f4fbff 0%, rgba(244, 251, 255, 0) 100%);
}

.client-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: clientScroll 24s linear infinite;
}

.client-track:hover {
  animation-play-state: paused;
}

.client-track div {
  display: grid;
  place-items: center;
  min-width: 210px;
  min-height: 90px;
  padding: 16px 22px;
  border-radius: 18px;
  border: 1px solid #dce7f1;
  background: #fff;
  color: #4f607a;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 16px 34px rgba(18, 42, 76, 0.08);
}

.process-layout {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
  gap: 28px;
}

.process-copy {
  display: flex;
  flex-direction: column;
}

.steps {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.steps article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #deebf6;
  background: #fff;
}

.steps strong {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(23, 181, 239, 0.14), rgba(23, 181, 239, 0.06));
  color: var(--blue-dark);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.map-card {
  overflow: hidden;
  min-height: 0;
  display: grid;
  border-radius: 24px;
  border: 1px solid #dfe9f2;
  box-shadow: 0 18px 40px rgba(18, 42, 76, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.map-card-head {
  padding: 22px 22px 14px;
}

.map-card-head h3 {
  margin: 10px 0 8px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.5rem;
}

.map-card-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.map-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 22px 16px;
}

.map-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 181, 239, 0.08);
  border: 1px solid rgba(23, 181, 239, 0.16);
  color: #21506d;
  font-weight: 600;
}

.map-card iframe {
  width: 100%;
  height: 300px;
  border-top: 1px solid #e4edf5;
  border-bottom: 1px solid #e4edf5;
}

.map-card-foot {
  display: grid;
  gap: 6px;
  padding: 16px 22px 20px;
}

.map-card-foot strong {
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.map-card-foot span {
  color: var(--muted);
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid article {
  padding: 24px;
}

.testimonial-grid strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

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

.site-footer {
  padding: 72px 0 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 24%),
    linear-gradient(180deg, #ffda40 0%, #ffcc03 100%);
  color: rgba(0, 0, 0, 0.88);
}

.footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: start;
}

.footer-brand img {
  width: 200px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  padding: 6px;
  margin-bottom: 16px;
}

.footer-grid h3 {
  color: #111111;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 0 0 12px;
  color: rgba(0, 0, 0, 0.76);
}

.footer-bottom {
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
  margin-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.66);
  font-size: 0.94rem;
}

.quote-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 60;
}

.quote-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 38, 0.62);
}

.modal-dialog {
  position: relative;
  width: min(800px, 100%);
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 1.7rem;
}

.modal-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 20px;
  background: linear-gradient(180deg, var(--form-cyan) 0%, var(--form-cyan-dark) 100%);
  color: #ffffff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
}

.modal-logo {
  width: 110px;
  max-width: 32vw;
  height: auto;
}

.modal-copy {
  padding: 18px 20px 8px;
}

.modal-copy h2 {
  margin: 8px 0 10px;
  font-size: 2rem;
}

.modal-copy p {
  margin: 0;
  max-width: 62ch;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
}

.compact-form {
  gap: 12px;
  padding: 10px 16px 8px;
  background: #ffffff;
}

.compact-form .inline-grid {
  gap: 12px;
}

.compact-form label {
  gap: 6px;
}

.compact-form input,
.compact-form textarea,
.compact-form select {
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 8px;
  border-color: var(--form-border);
  background: var(--form-soft);
  box-shadow: inset 0 1px 2px rgba(18, 42, 76, 0.03);
}

.compact-form textarea {
  min-height: 76px;
}

.compact-form .submit-bar {
  min-height: 34px;
  padding: 0 16px;
  width: auto;
  justify-self: end;
  box-shadow: none;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid #e6edf5;
  margin-top: 2px;
}

.clear-btn {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid var(--form-border);
  background: #ffffff;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.compact-submit {
  min-height: 34px;
  border-radius: 8px;
  font-size: 0.9rem;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: #4f3b03;
}

.compact-form .form-status {
  min-height: 16px;
  font-size: 0.88rem;
}

.clear-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 42, 76, 0.08);
  background: #ffffff;
}

@keyframes clientScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-nav {
    display: none;
  }

  .hero-layout,
  .two-col,
  .footer-grid,
  .services-grid,
  .highlight-grid,
  .testimonial-grid,
  .process-layout,
  .strengths-layout,
  .strength-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .strength-photo-card img {
    min-height: 380px;
  }

  .map-card iframe {
    height: 280px;
  }

  .hero-copy h1 {
    font-size: clamp(2.1rem, 4.8vw, 3.3rem);
  }
}

@media (max-width: 760px) {

  .topbar-wrap,
  .nav-wrap,
  .hero-layout,
  .two-col,
  .footer-grid,
  .services-grid,
  .highlight-grid,
  .testimonial-grid,
  .inline-grid,
  .process-layout,
  .strengths-layout,
  .strength-cards {
    grid-template-columns: 1fr;
  }

  .topbar-wrap,
  .nav-wrap {
    display: grid;
    justify-content: unset;
    padding: 12px 0;
  }

  .topbar-alert {
    text-align: center;
  }

  .hero-copy {
    padding-top: 12px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-copy p,
  .hero-features,
  .mini-stats {
    max-width: none;
  }

  .strength-photo-card img {
    min-height: 300px;
  }

  .strength-photo-overlay {
    inset: auto 12px 12px 12px;
    padding: 16px;
  }

  .strength-photo-overlay h3 {
    font-size: 1.2rem;
  }

  .real-photo-card img,
  .map-card iframe {
    height: 240px;
  }

  .map-card-head,
  .map-meta,
  .map-card-foot {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-row,
  .footer-bottom {
    display: block;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .quote-pill,
  .primary-btn,
  .secondary-btn,
  .outline-btn,
  .footer-quote,
  .floating-cta {
    width: 100%;
    text-align: center;
  }

  .form-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
