:root {
  --blue: #253462;
  --blue-2: #142444;
  --cyan: #63c2d8;
  --teal: #2799a8;
  --ink: #10233a;
  --muted: #5c6878;
  --line: #dce9ee;
  --soft: #f4fbfd;
  --warm: #eb805f;
  --warm-soft: #fff0e8;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(16, 35, 58, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: absolute;
  left: 18px;
  top: -80px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 233, 238, 0.9);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  max-width: var(--max);
  min-height: 78px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand img {
  width: 154px;
  height: auto;
}

.nav-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  color: var(--muted);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[aria-current="page"] {
  color: var(--blue);
  background: var(--soft);
  outline: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.menu-toggle svg,
.btn svg,
.icon-link svg,
.carousel-btn svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(37, 52, 98, 0.2);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--blue-2);
}

.btn-secondary {
  color: var(--blue);
  background: var(--white);
  border-color: var(--line);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: var(--cyan);
  box-shadow: var(--shadow);
}

.btn-accent {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 14px 30px rgba(39, 153, 168, 0.18);
}

.btn-accent:hover,
.btn-accent:focus-visible {
  background: #1f8794;
}

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

.btn-quiet {
  color: var(--blue);
  background: var(--soft);
  border-color: var(--line);
}

.main {
  min-height: 70vh;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 40%, rgba(255, 255, 255, 0.24) 74%),
    url("../img/hero-consulta.jpg");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--cyan), var(--warm));
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 72px 22px;
}

.hero-copy {
  max-width: 610px;
}

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

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 4.8rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.lead {
  color: #30435c;
  font-size: 1.25rem;
  line-height: 1.65;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section-actions.center-actions {
  justify-content: center;
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 42px;
}

.hero-badge {
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 35, 58, 0.08);
}

.hero-badge strong {
  display: block;
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-badge span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.section {
  padding: 82px 22px;
}

.section-soft {
  background: var(--soft);
}

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

.section-warm {
  background: var(--warm-soft);
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.section-header {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section h2,
.page-hero h1 {
  color: var(--blue);
  font-size: 2.75rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-blue h2,
.section-blue .section-kicker {
  color: var(--white);
}

.section-header p,
.text-muted {
  color: var(--muted);
}

.section-blue .text-muted,
.section-blue .section-header p {
  color: rgba(255, 255, 255, 0.76);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.split-reverse {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
}

.media-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.feature-item strong {
  display: block;
  color: var(--blue);
  line-height: 1.25;
}

.feature-item span {
  color: var(--muted);
}

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

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

.service-card,
.info-card,
.price-highlight,
.contact-card,
.value-card,
.timeline-step {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 35, 58, 0.06);
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.service-card h3,
.info-card h3,
.value-card h3,
.timeline-step h3 {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 1.24rem;
  line-height: 1.22;
}

.service-card p,
.info-card p,
.value-card p,
.timeline-step p {
  color: var(--muted);
}

.service-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pill-row li,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  color: var(--blue);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
}

.promo-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
}

.promo-band.promo-band-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.promo-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.promo-band strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-size: 1.45rem;
  line-height: 1.2;
}

.page-hero {
  min-height: 430px;
  display: flex;
  align-items: end;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.page-hero.compact {
  min-height: 360px;
}

.page-hero.about {
  background-image:
    linear-gradient(90deg, rgba(244, 251, 253, 1) 0%, rgba(244, 251, 253, 0.94) 44%, rgba(244, 251, 253, 0.34) 78%),
    url("../img/laboratorio-protesis.jpg");
  background-size: cover;
  background-position: center;
}

.page-hero.services {
  background-image:
    linear-gradient(90deg, rgba(244, 251, 253, 1) 0%, rgba(244, 251, 253, 0.94) 46%, rgba(244, 251, 253, 0.32) 82%),
    url("../img/laboratorio-protesis.jpg");
  background-size: cover;
  background-position: center;
}

.page-hero.cases {
  background-image:
    linear-gradient(90deg, rgba(244, 251, 253, 1) 0%, rgba(244, 251, 253, 0.94) 48%, rgba(244, 251, 253, 0.28) 82%),
    url("../img/cases/removible-total-despues.jpeg");
  background-size: cover;
  background-position: center;
}

.page-hero.contact {
  background-image:
    linear-gradient(90deg, rgba(244, 251, 253, 1) 0%, rgba(244, 251, 253, 0.94) 48%, rgba(244, 251, 253, 0.34) 82%),
    url("../img/hero-consulta.jpg");
  background-size: cover;
  background-position: center;
}

.page-hero p {
  max-width: 660px;
}

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

.metric {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: step;
}

.timeline-step {
  position: relative;
}

.timeline-step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--teal);
  border-radius: 8px;
  font-weight: 900;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.price-highlight {
  position: sticky;
  top: 100px;
}

.price-highlight .amount {
  display: block;
  margin: 16px 0 8px;
  color: var(--blue);
  font-size: 3.15rem;
  font-weight: 900;
  line-height: 1;
}

.price-note {
  margin-top: 18px;
  padding: 14px;
  color: #79422f;
  background: var(--warm-soft);
  border: 1px solid #f4c2ae;
  border-radius: 8px;
  font-size: 0.95rem;
}

.table-wrap {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 35, 58, 0.05);
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

th {
  color: var(--blue);
  background: var(--soft);
  font-size: 0.86rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

td:last-child,
th:last-child {
  text-align: right;
}

tr:last-child td {
  border-bottom: 0;
}

.price {
  color: var(--teal);
  font-weight: 900;
}

.case-carousel {
  position: relative;
}

.carousel-window {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.carousel-track {
  display: flex;
  transition: transform 320ms ease;
  will-change: transform;
}

.case-slide {
  flex: 0 0 100%;
  padding: 24px;
}

.case-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.case-heading h3 {
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 1.55rem;
  line-height: 1.2;
}

.case-heading p {
  margin: 0;
  color: var(--muted);
}

.case-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.case-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #edf5f7;
  border-radius: 8px;
}

.case-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-label {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: var(--white);
  background: rgba(16, 35, 58, 0.86);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.carousel-btn:hover,
.carousel-btn:focus-visible {
  color: var(--white);
  background: var(--blue);
  outline: none;
}

.carousel-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #b8ccd3;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.carousel-dots button[aria-current="true"] {
  width: 28px;
  background: var(--teal);
}

.case-disclaimer {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.contact-form {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

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

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.field textarea {
  min-height: 124px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cyan);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(99, 194, 216, 0.18);
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.form-status {
  min-height: 24px;
  color: var(--teal);
  font-weight: 800;
}

.contact-card {
  display: grid;
  gap: 18px;
}

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

.contact-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.contact-list strong {
  display: block;
  color: var(--blue);
}

.contact-list span,
.contact-list a {
  color: var(--muted);
}

.map-frame {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--blue);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.icon-link:hover,
.icon-link:focus-visible {
  color: var(--white);
  background: var(--blue);
  outline: none;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--blue-2);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px 22px;
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) repeat(3, minmax(160px, 0.7fr));
  gap: 28px;
}

.footer-brand img {
  width: 168px;
  margin-bottom: 16px;
}

.site-footer h2,
.site-footer h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1rem;
}

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

.footer-list a:hover,
.footer-list a:focus-visible {
  color: var(--white);
  outline: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.92rem;
}

.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: #23b26d;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(35, 178, 109, 0.3);
}

.floating-wa svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .hero {
    min-height: 650px;
    background-position: 58% center;
  }

  .hero h1 {
    font-size: 4rem;
  }

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

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

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

@media (max-width: 900px) {
  .nav-wrap {
    min-height: 72px;
  }

  .brand img {
    width: 136px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-panel {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 82px;
    display: grid;
    gap: 16px;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
  }

  body.menu-open .nav-panel {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-list,
  .nav-actions {
    display: grid;
    width: 100%;
  }

  .nav-link,
  .nav-actions .btn {
    width: 100%;
    justify-content: flex-start;
  }

  .split,
  .split-reverse,
  .price-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .price-highlight {
    position: static;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 640px;
    align-items: end;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(255, 255, 255, 1) 100%),
      url("../img/hero-consulta.jpg");
    background-position: 58% top;
  }

  .hero-content,
  .page-hero-content {
    padding: 58px 18px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .lead {
    font-size: 1.08rem;
  }

  .hero-badges,
  .card-grid,
  .card-grid.two,
  .metric-grid,
  .process,
  .case-media,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 18px;
  }

  .section h2,
  .page-hero h1 {
    font-size: 2.15rem;
  }

  .promo-band {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .media-frame img {
    min-height: 320px;
  }

  .case-slide {
    padding: 16px;
  }

  .case-heading {
    display: block;
  }

  .contact-form {
    padding: 20px;
  }

  .footer-grid,
  .footer-bottom-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .floating-wa {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 2.55rem;
  }

  .btn {
    width: 100%;
  }

  .carousel-controls {
    justify-content: space-between;
  }
}
