:root {
  --ink: #101418;
  --graphite: #171d22;
  --panel: #222a31;
  --muted: #5d6974;
  --line: #d8dde2;
  --paper: #f6f7f8;
  --white: #ffffff;
  --red: #b21722;
  --red-dark: #85111a;
  --blue: #123f63;
  --blue-dark: #0c2e49;
  --steel: #2c607c;
  --amber: #f2b632;
  --shadow: 0 18px 45px rgba(16, 20, 24, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: var(--white);
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 30;
  padding: 10px 14px;
  color: var(--white);
  background: var(--red);
}

.skip-link:focus {
  left: 8px;
}

.topbar {
  background: var(--graphite);
  color: rgba(255, 255, 255, .86);
  font-size: .9rem;
}

.topbar .container,
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar .container {
  min-height: 42px;
  flex-wrap: wrap;
}

.topbar a {
  text-decoration: none;
}

.topbar a:hover {
  color: var(--white);
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.topbar-separator {
  color: rgba(255, 255, 255, .44);
  font-weight: 800;
}

.contact-inline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.contact-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-phone {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.59 2.61a2 2 0 0 1-.45 2.11L8 9.69a16 16 0 0 0 6.31 6.31l1.25-1.25a2 2 0 0 1 2.11-.45c.84.27 1.71.47 2.61.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.icon-mail {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E");
}

.icon-map {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.icon-clock {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.icon-wrench {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.5 5.5L2 19l3 3 7.2-7.2a4 4 0 0 0 5.5-5.5l-2.3 2.3-3-3z'/%3E%3C/svg%3E");
}

.icon-whatsapp {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12.04 2a9.91 9.91 0 0 0-8.58 14.88L2.25 22l5.25-1.18A9.96 9.96 0 1 0 12.04 2Zm0 1.95a8.01 8.01 0 0 1 6.82 12.22 8.03 8.03 0 0 1-10.95 2.8l-.35-.2-3.05.68.7-2.98-.22-.37a8 8 0 0 1 7.05-12.15Zm-3.3 3.82c-.18 0-.47.07-.72.34-.25.27-.95.93-.95 2.27s.98 2.63 1.12 2.81c.14.18 1.89 3.03 4.69 4.13 2.32.91 2.8.73 3.3.69.51-.05 1.64-.67 1.87-1.32.23-.64.23-1.2.16-1.32-.07-.11-.25-.18-.53-.32-.28-.14-1.64-.81-1.89-.9-.25-.09-.44-.14-.62.14-.18.27-.71.9-.87 1.08-.16.18-.32.2-.6.07-.28-.14-1.18-.43-2.24-1.38-.83-.74-1.39-1.65-1.55-1.93-.16-.27-.02-.42.12-.56.13-.13.28-.32.42-.48.14-.16.18-.27.28-.46.09-.18.05-.34-.02-.48-.07-.14-.62-1.5-.85-2.05-.22-.53-.45-.46-.62-.47h-.53Z'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(16, 20, 24, .1);
  backdrop-filter: blur(14px);
}

.site-header .container {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  display: block;
  width: 235px;
  height: auto;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  position: relative;
  padding: 10px 12px;
  border-radius: 4px;
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
  font-size: .95rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--red);
  background: rgba(18, 63, 99, .08);
}

.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: var(--red);
}

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

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, .56);
  background: rgba(255, 255, 255, .08);
}

.btn-secondary:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, .15);
}

.btn-light {
  color: var(--red);
  background: var(--white);
  border-color: var(--white);
}

.hero {
  position: relative;
  min-height: calc(100vh - 120px);
  display: grid;
  align-items: center;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.hero::before,
.page-hero::before,
.service-hero::before,
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(16, 20, 24, .92), rgba(16, 20, 24, .62) 44%, rgba(16, 20, 24, .22));
}

.hero img,
.page-hero img,
.service-hero img,
.cta-band img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  width: min(720px, 100%);
  padding: 76px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--amber);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 3px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.55rem, 6vw, 5.6rem);
  max-width: 11ch;
}

.page-hero h1,
.service-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

h2 {
  font-size: clamp(2rem, 3.7vw, 3.2rem);
}

h3 {
  font-size: 1.22rem;
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: rgba(255, 255, 255, .86);
}

.hero .lead {
  max-width: 690px;
  margin: 22px 0 30px;
}

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

.quick-panel {
  background: var(--graphite);
  color: var(--white);
  border-top: 4px solid var(--red);
}

.quick-panel .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .12);
}

.quick-item {
  min-height: 118px;
  padding: 24px;
  background: var(--graphite);
}

.quick-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.03rem;
}

.quick-item span {
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
}

.section {
  padding: 82px 0;
}

.section-tight {
  padding: 58px 0;
}

.section-muted {
  background: var(--paper);
}

.section-dark {
  color: var(--white);
  background: var(--graphite);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 450px);
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-dark .section-head p,
.section-dark .muted {
  color: rgba(255, 255, 255, .72);
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

.service-card,
.value-card,
.contact-card,
.feature-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.service-card {
  display: flex;
  min-height: 272px;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.service-card p {
  margin: 10px 0 18px;
  color: var(--muted);
}

.service-card .text-link {
  margin-top: auto;
}

.text-link {
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  color: var(--red-dark);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 52px;
  align-items: center;
}

.split img {
  width: 100%;
  border-radius: 6px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--graphite);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: inset 0 0 0 3px var(--white), 0 0 0 1px var(--red);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 36px;
  background: var(--line);
  border: 1px solid var(--line);
}

.stat {
  padding: 24px;
  background: var(--white);
}

.stat strong {
  display: block;
  color: var(--red);
  font-size: 2rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.page-hero,
.service-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.service-hero {
  min-height: 340px;
}

.page-hero .container,
.service-hero .container {
  padding: 94px 0 58px;
}

.service-hero .container {
  padding: 70px 0 42px;
}

.service-hero + .section {
  padding-top: 46px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: .93rem;
}

.breadcrumb a {
  color: var(--white);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 44px;
  align-items: start;
}

.service-content {
  min-width: 0;
}

.service-content p {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-content .lead-dark {
  color: var(--graphite);
  font-size: 1.22rem;
  font-weight: 700;
}

.service-sidebar {
  position: sticky;
  top: 104px;
}

.sidebar-box {
  padding: 24px;
  border-radius: 6px;
  color: var(--white);
  background: var(--graphite);
}

.sidebar-box h3 {
  margin-bottom: 14px;
}

.sidebar-box a {
  color: var(--white);
  text-decoration: none;
}

.sidebar-box a:hover {
  color: var(--amber);
}

.service-nav-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-nav-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.service-image-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 34px 0;
}

.service-image-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.workshop-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.workshop-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.workshop-gallery .is-wide {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

.value-card,
.feature-card,
.contact-card {
  padding: 24px;
}

.contact-card h3,
.footer-main h3,
.topbar a,
.topbar .container > span {
  overflow-wrap: anywhere;
}

.contact-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-card h3 .icon {
  color: var(--red);
}

.icon-whatsapp,
a[href^="https://wa.me"] .icon {
  color: #25d366;
}

.value-card p,
.feature-card p,
.contact-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-card .privacy-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid var(--blue);
  color: var(--graphite);
  font-size: .93rem;
  background: var(--paper);
}

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

.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.contact-list a {
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-list .contact-inline {
  align-items: flex-start;
}

.contact-list .icon {
  margin-top: .22em;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--graphite);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.map-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.map-heading > div {
  max-width: 720px;
}

.map-heading p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
}

.map-frame {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 6px;
}

.cta-band {
  position: relative;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.cta-band .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 280px;
  padding: 64px 0;
}

.cta-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, .78);
}

.cta-strip {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), var(--graphite) 58%, var(--red-dark));
}

.cta-strip .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 42px 0;
}

.cta-strip h2 {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.cta-strip p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .78);
}

.seo-section {
  border-top: 1px solid var(--line);
}

.seo-section h2 {
  max-width: 900px;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.seo-section p {
  max-width: 920px;
  color: var(--muted);
  font-size: 1.05rem;
}

.site-footer {
  color: rgba(255, 255, 255, .76);
  background: var(--graphite);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr;
  gap: 28px;
  padding: 54px 0;
}

.footer-logo {
  width: 240px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 5px;
  background: var(--white);
}

.footer-main h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1rem;
}

.footer-main a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0;
  color: rgba(255, 255, 255, .76);
  text-decoration: none;
}

.footer-main a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: .92rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, .88);
  font-weight: 800;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--white);
  text-decoration: underline;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 999px;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 16px 38px rgba(16, 20, 24, .28);
  font-weight: 900;
  text-decoration: none;
}

.floating-whatsapp:hover {
  background: #1fb85a;
}

.floating-whatsapp .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--white);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 18px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .site-nav a[aria-current="page"]::after {
    left: 12px;
    right: auto;
    width: 42px;
    bottom: 5px;
  }

  .quick-panel .container,
  .grid-3,
  .footer-main,
  .service-layout,
  .contact-grid,
  .section-head,
  .split,
  .cta-strip .container,
  .cta-band .container {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }

  .workshop-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .topbar .container {
    min-height: 34px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
  }

  .topbar .container > .contact-inline,
  .topbar-links > a[href^="tel:"],
  .topbar-separator {
    display: none;
  }

  .topbar-links {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    line-height: 1;
  }

  .topbar-links > a {
    white-space: nowrap;
  }

  .topbar .contact-inline {
    gap: 4px;
  }

  .topbar .icon {
    width: .78rem;
    height: .78rem;
  }

  .topbar .contact-text {
    overflow-wrap: normal;
    white-space: nowrap;
    font-size: .68rem;
  }

  .topbar .topbar-label {
    display: none;
  }

  .brand img {
    width: 160px;
  }

  .hero {
    min-height: 650px;
  }

  .hero::before,
  .page-hero::before,
  .service-hero::before,
  .cta-band::before {
    background: linear-gradient(180deg, rgba(16, 20, 24, .82), rgba(16, 20, 24, .56));
  }

  .hero-content {
    padding: 58px 0 70px;
  }

  h1 {
    max-width: 12ch;
  }

  .section {
    padding: 60px 0;
  }

  .grid-2,
  .stats,
  .service-image-strip {
    grid-template-columns: 1fr;
  }

  .workshop-gallery {
    grid-template-columns: 1fr;
  }

  .workshop-gallery .is-wide {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .quick-item {
    min-height: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .map-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .map-frame {
    height: 320px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 150px;
  }

  .hero-actions,
  .cta-band .container {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp span:not(.icon) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
