:root {
  --bg: #f4fbfd;
  --surface: #ffffff;
  --surface-soft: #e8f5fa;
  --surface-deep: #91c9de;
  --surface-deep-2: #5d9fbd;
  --surface-rose: #c8e7f0;
  --surface-rose-deep: #3f8aa6;
  --text: #294554;
  --heading: #1f6079;
  --muted: #5e7885;
  --line: rgba(31, 96, 121, 0.16);
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(31, 96, 121, 0.14);
  --font-body: "Nunito Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.65;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at top left, rgba(174, 216, 231, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(204, 234, 242, 0.32), transparent 24%),
    linear-gradient(180deg, #fbfeff 0%, var(--bg) 34%, #eef8fb 100%);
}

a {
  color: inherit;
}

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

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

.site-header {
  position: relative;
  overflow: visible;
  z-index: 2000;
  background:
    radial-gradient(circle at 10% 12%, rgba(183, 222, 235, 0.32), transparent 20%),
    radial-gradient(circle at 88% 12%, rgba(200, 231, 240, 0.28), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 250, 253, 0.98));
  border-bottom: 1px solid rgba(93, 159, 189, 0.16);
}

.header-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(145, 201, 222, 0.2), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.3), transparent 30%);
  pointer-events: none;
}

.header-top {
  position: relative;
  z-index: 2001;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.35rem 0 1rem;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  text-decoration: none;
}

.brand img {
  width: 122px;
  height: 122px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(145, 201, 222, 0.64);
  box-shadow: 0 14px 28px rgba(31, 96, 121, 0.14);
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  justify-items: center;
  gap: 0.05rem;
  line-height: 0.92;
  margin-top: 0.05rem;
}

.brand-title,
.brand-subtitle,
h1,
h2,
h3 {
  font-family: var(--font-display);
}

.brand-title {
  font-size: clamp(2.2rem, 3.9vw, 3.35rem);
  font-weight: 600;
  color: var(--heading);
  letter-spacing: 0;
  text-align: center;
}

.brand-subtitle {
  margin-top: -0.38rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  color: #72aec5;
  font-weight: 500;
  line-height: 0.9;
  text-align: center;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 56px;
  position: relative;
  flex: 1 1 auto;
}

.nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
}

.nav-desktop {
  display: flex;
}

.mobile-menu {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

.mobile-menu summary {
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.nav a {
  padding: 0.68rem 1.05rem;
  border-radius: 999px;
  color: var(--heading);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 700;
  background: rgba(241, 250, 253, 0.78);
  border: 1px solid rgba(93, 159, 189, 0.2);
  box-shadow: 0 8px 18px rgba(31, 96, 121, 0.08);
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.nav a:hover,
.nav a.is-active {
  background: linear-gradient(135deg, rgba(145, 201, 222, 0.96), rgba(63, 138, 166, 0.94));
  color: #f8fdff;
  border-color: rgba(31, 96, 121, 0.12);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: min(78vh, 920px);
  display: grid;
  align-items: center;
  overflow: clip;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image:
    linear-gradient(90deg, rgba(13, 49, 64, 0.76), rgba(13, 49, 64, 0.34) 48%, rgba(13, 49, 64, 0.58)),
    url("./assets/hero-massage-room.jpeg");
  background-size: cover;
  background-position: center 44%;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 78% 48%, rgba(246, 218, 152, 0.2), transparent 18%),
    radial-gradient(circle at 18% 74%, rgba(129, 199, 224, 0.24), transparent 20%),
    linear-gradient(180deg, rgba(10, 38, 52, 0.1) 0%, rgba(10, 38, 52, 0.46) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 7.4rem 0 9.2rem;
}

.hero-kicker,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-kicker {
  margin: 0 0 1rem;
  color: rgba(235, 249, 253, 0.96);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  color: var(--heading);
  line-height: 0.96;
  font-weight: 600;
}

h1 {
  max-width: 10.5ch;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  color: var(--white);
  text-shadow: 0 10px 34px rgba(13, 49, 64, 0.34);
}

h2 {
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

p {
  margin: 0 0 1rem;
}

.hero-lead {
  max-width: 35rem;
  color: rgba(242, 251, 254, 0.94);
  font-size: clamp(1rem, 0.9vw + 0.82rem, 1.18rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #86c7dd, #4c96b6);
  color: var(--white);
  box-shadow: 0 18px 32px rgba(31, 96, 121, 0.24);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(235, 249, 253, 0.54);
  background: rgba(245, 252, 254, 0.12);
  backdrop-filter: blur(10px);
}

.welcome,
.soft-section,
.contact-section,
.legal-section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.welcome {
  background:
    radial-gradient(circle at 70% 0%, rgba(200, 231, 240, 0.38), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(241, 250, 253, 0.95));
}

.soft-section {
  background: linear-gradient(180deg, rgba(232, 245, 250, 0.9), rgba(251, 254, 255, 0.96));
}

.contact-section {
  background: var(--surface);
}

.legal-section {
  background: linear-gradient(180deg, rgba(246, 252, 254, 0.96), rgba(224, 241, 247, 0.74));
}

.section-head {
  margin-bottom: 2.2rem;
}

.section-head.center {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.9rem;
  color: #4f93ad;
}

.section-head p:last-child {
  color: var(--muted);
}

.feature-grid,
.contact-grid,
.legal-grid,
.about-grid {
  display: grid;
  gap: 1.25rem;
}

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

.teaser-grid {
  margin-bottom: 1.7rem;
}

.feature-card,
.contact-card,
.legal-card,
.about-panel,
.offer-detail-card {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 1.65rem 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(232, 245, 250, 0.78));
}

.section-cta,
.page-actions {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
}

.section-cta-left {
  justify-content: flex-start;
}

.page-actions {
  margin-top: 1.6rem;
}

.page-closing {
  max-width: 48rem;
  margin: 3rem auto 0;
  text-align: center;
}

.landing-closing {
  margin-top: 2.2rem;
}

.page-closing p:last-of-type {
  color: var(--muted);
}

.card-label,
.contact-label,
.about-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: rgba(145, 201, 222, 0.22);
  color: #3f7f9a;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.about-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr) minmax(280px, 0.9fr);
  align-items: center;
}

.about-copy p {
  max-width: 58ch;
}

.about-portrait {
  margin: 0;
  display: flex;
  justify-content: center;
}

.about-portrait img {
  width: min(100%, 320px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid rgba(245, 252, 254, 0.94);
  box-shadow: 0 24px 48px rgba(31, 96, 121, 0.18);
}

.about-portrait-large img {
  width: min(100%, 360px);
}

.about-panel {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14)),
    linear-gradient(135deg, #4f99b7, #2f738f);
  color: var(--white);
}

.about-panel h3,
.about-panel li {
  color: var(--white);
}

.about-list {
  margin: 1.25rem 0 0;
  padding-left: 1.1rem;
}

.about-list li + li {
  margin-top: 0.45rem;
}

.text-link {
  color: #2f7f9f;
  text-decoration: none;
  font-weight: 700;
}

.page-hero {
  padding: clamp(3.8rem, 7vw, 5.4rem) 0 2.6rem;
  background:
    radial-gradient(circle at top right, rgba(200, 231, 240, 0.3), transparent 22%),
    linear-gradient(180deg, rgba(251, 254, 255, 0.98), rgba(232, 245, 250, 0.74));
}

.page-hero-inner {
  max-width: 48rem;
  text-align: center;
}

.page-title {
  max-width: none;
  color: var(--heading);
  text-shadow: none;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.page-lead {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: clamp(1rem, 0.8vw + 0.88rem, 1.14rem);
}

.btn-page-secondary {
  color: var(--heading);
  border: 1px solid rgba(93, 159, 189, 0.28);
  background: rgba(255, 255, 255, 0.72);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.offer-detail-card {
  padding: 1.7rem 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(232, 245, 250, 0.78));
}

.offer-detail-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  align-items: center;
  gap: 1.25rem;
}

.offer-copy p:last-child {
  margin-bottom: 0;
}

.offer-gallery {
  height: clamp(280px, 32vw, 390px);
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
  gap: 0.75rem;
  margin: 0;
}

.offer-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(93, 159, 189, 0.18);
  box-shadow: 0 16px 34px rgba(15, 52, 67, 0.18);
}

.offer-gallery img:first-child {
  object-position: center 45%;
}

.offer-gallery img:last-child {
  object-position: center;
}

.offer-card-gallery {
  --offer-card-gallery-columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--offer-card-gallery-columns), minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.25rem 0 0;
}

.offer-card-gallery-two {
  --offer-card-gallery-columns: 2;
}

.offer-card-gallery-three {
  --offer-card-gallery-columns: 3;
}

.offer-card-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(93, 159, 189, 0.18);
  box-shadow: 0 12px 26px rgba(15, 52, 67, 0.14);
}

.offer-card-gallery-portrait img {
  aspect-ratio: 4 / 5;
}

.offer-card-gallery-wide img {
  aspect-ratio: 16 / 10;
}

.offer-meta {
  color: #2f7f9f;
  font-weight: 700;
}

.offer-prices {
  display: grid;
  gap: 0.65rem;
  margin: 1.15rem 0 0;
}

.offer-prices div {
  display: grid;
  gap: 0.35rem;
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(93, 159, 189, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.offer-prices dt {
  color: var(--heading);
  font-weight: 800;
}

.offer-prices dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin: 0;
  color: var(--muted);
}

.offer-prices strong {
  flex: 0 0 auto;
  min-width: 4.3rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d9fbd, #2f738f);
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 16px rgba(31, 96, 121, 0.15);
}

.contact-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.contact-card,
.legal-card {
  display: block;
  padding: 1.5rem 1.35rem;
  text-decoration: none;
}

.contact-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(232, 245, 250, 0.78));
}

.contact-card-whatsapp {
  position: relative;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0 0.75rem;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.14);
  color: #178c48;
  box-shadow: none;
}

.contact-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
}

.contact-note {
  max-width: 52rem;
  margin: 1.5rem auto 0;
  padding: 1.6rem 1.4rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(224, 241, 247, 0.76));
  box-shadow: var(--shadow);
  text-align: center;
}

.legal-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(224, 241, 247, 0.78));
}

.contact-card strong {
  display: block;
  margin: 0.8rem 0 0.6rem;
  font-size: 1.12rem;
  color: var(--heading);
}

.contact-card p:last-child,
.legal-card p:last-child {
  margin-bottom: 0;
}

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

.footer {
  background: #e5f3f8;
  border-top: 1px solid rgba(93, 159, 189, 0.16);
}

.footer-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-links a {
  color: var(--heading);
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .about-grid,
  .feature-grid,
  .contact-grid,
  .legal-grid,
  .offers-grid {
    grid-template-columns: 1fr;
  }

  .offer-detail-card-featured {
    grid-template-columns: 1fr;
  }

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

  .offer-gallery img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .offer-card-gallery-three {
    --offer-card-gallery-columns: 2;
  }

  .header-top {
    padding: 0.9rem 0 0.75rem;
  }

  .about-copy {
    text-align: center;
  }

  .about-copy p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 1rem, 100%);
  }

  .site-header {
    position: static;
  }

  .header-top {
    align-items: center;
    padding: 0.85rem 0 0.7rem;
  }

  .brand {
    gap: 0.9rem;
    justify-content: flex-start;
  }

  .brand img {
    width: 88px;
    height: 88px;
  }

  .brand-title {
    font-size: 1.75rem;
  }

  .brand-subtitle {
    margin-top: -0.3rem;
    font-size: 1.9rem;
  }

  .nav-row {
    min-height: auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 2002;
  }

  .nav-desktop {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: relative;
    z-index: 2003;
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.26rem;
    padding: 0;
    border: 1px solid rgba(31, 96, 121, 0.16);
    border-radius: 14px;
    background: rgba(241, 250, 253, 0.92);
    box-shadow: 0 10px 20px rgba(31, 96, 121, 0.14);
    cursor: pointer;
    position: relative;
    z-index: 40;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .nav-toggle span {
    width: 18px;
    height: 2.5px;
    border-radius: 999px;
    background: var(--heading);
    transform-origin: center;
    transition: transform 0.22s ease, opacity 0.18s ease, width 0.22s ease;
  }

  .nav-toggle:hover {
    transform: translateY(-1px);
    background: rgba(245, 252, 254, 0.98);
    box-shadow: 0 14px 26px rgba(31, 96, 121, 0.2);
  }

  .mobile-menu[open] .nav-toggle {
    background: linear-gradient(135deg, #4f99b7, #2f738f);
    border-color: rgba(31, 96, 121, 0.28);
    box-shadow: 0 14px 28px rgba(31, 96, 121, 0.24);
    position: fixed;
    top: 0.85rem;
    right: 0.5rem;
    z-index: 10002;
  }

  .mobile-menu[open] .nav-toggle span {
    background: #f8fdff;
  }

  .mobile-menu[open] .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    width: 19px;
  }

  .mobile-menu[open] .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    width: 19px;
  }

  .mobile-menu-overlay {
    display: none;
  }

  .mobile-menu[open] .mobile-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 52, 67, 0.44);
    z-index: 10000;
  }

  .nav-mobile {
    position: fixed;
    top: 4.9rem;
    right: 0.5rem;
    left: 0.5rem;
    display: none;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem;
    border-radius: 24px;
    background: #f4fbfd;
    border: 1px solid rgba(93, 159, 189, 0.22);
    box-shadow: 0 24px 48px rgba(15, 52, 67, 0.26);
    z-index: 10001;
  }

  .mobile-menu[open] .nav-mobile {
    display: flex;
  }

  .nav-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.78rem 1rem;
    font-size: 1rem;
    line-height: 1.15;
    white-space: normal;
    background: #ffffff;
    color: var(--heading);
    border: 1px solid rgba(93, 159, 189, 0.16);
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(31, 96, 121, 0.08);
  }

  .nav-mobile a:hover {
    background: #eaf6fa;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 4rem 0 5.8rem;
  }

  h1 {
    max-width: 8.6ch;
    font-size: clamp(2.5rem, 11.2vw, 3.7rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-lead {
    max-width: 28rem;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .page-actions {
    width: 100%;
  }

  .page-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .offer-card-gallery,
  .offer-card-gallery-two,
  .offer-card-gallery-three {
    --offer-card-gallery-columns: 1;
  }

  .section-cta-left {
    justify-content: center;
  }

  .feature-card,
  .contact-card,
  .legal-card,
  .about-panel,
  .offer-detail-card {
    border-radius: 24px;
  }

  .footer-inner {
    min-height: auto;
    padding: 1rem 0 1.15rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .header-top {
    padding: 0.72rem 0 0.56rem;
  }

  .brand {
    gap: 0.62rem;
  }

  .brand img {
    width: 74px;
    height: 74px;
  }

  .brand-title {
    font-size: 1.46rem;
  }

  .brand-subtitle {
    margin-top: -0.26rem;
    font-size: 1.62rem;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .mobile-menu[open] .nav-toggle {
    top: 0.72rem;
    right: 0.5rem;
  }

  .nav-mobile {
    top: 4.45rem;
  }

  .nav a {
    font-size: 0.82rem;
  }

  .hero-content {
    padding-top: 3.7rem;
  }
}
