:root {
  --ink: #1d2522;
  --muted: #61706a;
  --line: #d9e0dc;
  --paper: #ffffff;
  --mist: #f4f7f5;
  --forest: #173f35;
  --forest-2: #0f2f28;
  --leaf: #2e745e;
  --copper: #c44d32;
  --sun: #f1c85b;
  --shadow: 0 18px 50px rgba(18, 38, 32, 0.16);
  --radius: 8px;
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  padding-bottom: 76px;
}

body.no-scroll {
  overflow: hidden;
}

body.terms-page {
  padding-bottom: 0;
  background: var(--mist);
}

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

a {
  color: inherit;
}

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

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

.skip-link:focus {
  z-index: 999;
  width: auto;
  height: auto;
  clip: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--forest);
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  background: rgba(244, 247, 245, 0.96);
  border-bottom: 1px solid rgba(23, 63, 53, 0.2);
  box-shadow: 0 8px 24px rgba(17, 35, 29, 0.08);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  background: rgba(239, 245, 241, 0.98);
  box-shadow: 0 12px 30px rgba(17, 35, 29, 0.14);
}

.nav-shell {
  min-height: var(--header-height);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 220px;
  height: auto;
  max-height: 82px;
  object-fit: contain;
}

.brand span {
  font-size: 1.78rem;
  line-height: 1;
  white-space: nowrap;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-menu a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: var(--radius);
  color: #2b3935;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.main-menu a:hover,
.main-menu a:focus-visible {
  color: var(--forest);
  background: rgba(46, 116, 94, 0.1);
  outline: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--forest);
  padding: 10px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 72vh;
  padding-top: var(--header-height);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center 18%;
}

.hero-overlay {
  background: rgba(10, 29, 24, 0.5);
}

.hero-content {
  position: relative;
  padding: 96px 0 64px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--sun);
}

.hero-location {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(241, 200, 91, 0.48);
  border-radius: var(--radius);
  background: rgba(15, 47, 40, 0.72);
  color: var(--sun);
  font-size: 1rem;
  box-shadow: 0 10px 22px rgba(4, 12, 10, 0.22);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

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

h1 {
  max-width: 760px;
  font-size: 4.8rem;
}

h2 {
  color: var(--forest-2);
  font-size: 2.75rem;
}

h3 {
  color: var(--forest-2);
  font-size: 1.18rem;
}

h4 {
  color: var(--forest-2);
  font-size: 1.04rem;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: 1.28rem;
  color: rgba(255, 255, 255, 0.9);
}

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

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  color: #ffffff;
  background: var(--copper);
  box-shadow: 0 12px 24px rgba(196, 77, 50, 0.25);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #a83e28;
  outline: none;
}

.btn-quiet {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.btn-light {
  color: var(--forest-2);
  background: #ffffff;
}

.quick-strip {
  background: var(--forest-2);
  color: #ffffff;
}

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

.quick-grid div {
  min-height: 112px;
  padding: 22px;
  background: var(--forest-2);
}

.quick-grid strong,
.quick-grid span {
  display: block;
}

.quick-grid strong {
  margin-bottom: 7px;
  font-size: 1rem;
}

.quick-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.section {
  padding: 88px 0;
}

.band-light {
  background: var(--mist);
}

.band-green {
  color: #ffffff;
  background: var(--forest);
}

.band-green h2,
.band-green h3 {
  color: #ffffff;
}

.band-green p {
  color: rgba(255, 255, 255, 0.8);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.band-light .section-heading p:not(.eyebrow) {
  color: #51615b;
}

.section-heading.compact {
  margin-bottom: 0;
}

.gallery-heading {
  max-width: 1180px;
}

.gallery-heading h2 {
  font-size: clamp(1.75rem, 2.1vw, 2.15rem);
  white-space: nowrap;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 34px;
}

.amenity {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.amenity-icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--leaf);
  background: #edf5f0;
  border: 1px solid rgba(46, 116, 94, 0.18);
}

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

.amenity p,
.apart-card p,
.contact-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.apart-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(23, 63, 53, 0.08);
}

.apart-card > div:not(.apart-carousel) {
  padding: 22px;
}

.apart-carousel {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--mist);
}

.carousel-viewport {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 180ms ease, transform 220ms ease;
}

.carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(17, 29, 25, 0.58);
  box-shadow: 0 8px 22px rgba(17, 29, 25, 0.2);
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-control:hover,
.carousel-control:focus-visible {
  background: rgba(17, 29, 25, 0.82);
}

.carousel-control.prev {
  left: 12px;
}

.carousel-control.next {
  right: 12px;
}

.carousel-counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(17, 29, 25, 0.64);
  font-size: 0.76rem;
  font-weight: 900;
}

.card-kicker {
  margin: 0 0 8px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 12px;
}

.gallery-item {
  overflow: hidden;
  display: block;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--mist);
  cursor: zoom-in;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-item.contain {
  background: #f6f3e9;
}

.gallery-item.contain img {
  object-fit: contain;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.03);
}

.gallery-item:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
}

.location-grid,
.consultation-grid,
.footer-grid,
.faq-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 26px 0;
}

.contact-list div {
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-list dt {
  color: var(--sun);
  font-weight: 900;
}

.contact-list dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.map-frame {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.map-frame iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: saturate(0.9);
}

.route-panel {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.route-panel h3,
.route-card h4 {
  color: #ffffff;
}

.route-panel p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

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

.route-card {
  min-height: 178px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.route-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--sun);
  font-weight: 900;
  text-decoration: none;
}

.contact-card,
.reservation-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(23, 63, 53, 0.08);
}

.contact-card {
  margin-top: 28px;
  padding: 22px;
}

.text-link,
.mail-fallback {
  display: inline-flex;
  margin-top: 14px;
  color: var(--copper);
  font-weight: 850;
}

.reservation-form {
  padding: 24px;
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.form-row.two {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-row.three {
  grid-template-columns: 0.7fr 0.7fr 1.2fr;
  gap: 14px;
}

label,
.checkbox-row {
  color: #273733;
  font-size: 0.92rem;
  font-weight: 800;
}

.required-mark {
  color: #b94230;
  font-weight: 900;
}

.field-help {
  display: block;
  margin-top: 7px;
  color: #66766f;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cdd8d3;
  border-radius: var(--radius);
  padding: 10px 12px;
  color: var(--ink);
  background: #ffffff;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--leaf);
  outline: 3px solid rgba(46, 116, 94, 0.16);
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.checkbox-row input {
  width: 18px;
  min-height: 18px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 24px;
  margin: 8px 0 14px;
  color: var(--copper);
  font-weight: 800;
}

.form-status.success {
  color: var(--leaf);
}

.form-submit {
  width: 100%;
}

.mail-fallback {
  display: none;
  justify-content: center;
  text-decoration: none;
}

.mail-fallback.is-visible {
  display: flex;
}

.faq-layout {
  grid-template-columns: 0.8fr 1.2fr;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  color: var(--forest-2);
  font-weight: 900;
  cursor: pointer;
}

summary::after {
  content: "+";
  color: var(--copper);
  font-size: 1.4rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.site-footer {
  padding: 36px 0;
  color: #ffffff;
  background: #111d19;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr auto;
  align-items: center;
}

.footer-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid a {
  display: block;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.footer-badges {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-badges img {
  max-height: 96px;
  width: auto;
  border-radius: 4px;
  background: #ffffff;
}

.tourism-badge {
  max-height: 118px;
}

.footer-legal {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.footer-legal p {
  margin: 4px 0;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  min-width: 184px;
  height: 72px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 18px 8px 10px;
  border: 2px solid #25D366;
  border-radius: 999px;
  color: var(--forest-2);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(14, 77, 47, 0.34);
  text-decoration: none;
  animation: whatsappPulse 1.45s ease-in-out infinite, whatsappGlow 3.6s ease-in-out infinite;
}

.whatsapp-float img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  filter: drop-shadow(0 3px 7px rgba(18, 70, 45, 0.18));
}

.whatsapp-float strong {
  color: var(--forest);
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 26px;
  background: rgba(4, 12, 10, 0.86);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 86vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  color: #ffffff;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(17, 29, 25, 0.42);
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.terms-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.terms-brand {
  margin-bottom: 28px;
}

.terms-content {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(23, 63, 53, 0.12);
}

.terms-content h1 {
  color: var(--forest-2);
  font-size: 3rem;
}

.terms-content h2 {
  margin-top: 28px;
  font-size: 1.35rem;
}

.terms-content p {
  color: #42514c;
}

.terms-content a {
  color: var(--copper);
  font-weight: 850;
}

@keyframes whatsappPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 16px 34px rgba(14, 77, 47, 0.34), 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  50% {
    transform: translateY(-5px) scale(1.09);
    box-shadow: 0 20px 42px rgba(14, 77, 47, 0.48), 0 0 0 18px rgba(37, 211, 102, 0);
  }
}

@keyframes whatsappGlow {
  0%, 100% {
    filter: brightness(1) saturate(1);
  }
  48%, 58% {
    filter: brightness(1.18) saturate(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    animation: none;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.2rem;
  }

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

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

  .location-grid,
  .consultation-grid,
  .faq-layout,
  .footer-grid,
  .route-panel {
    grid-template-columns: 1fr;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --header-height: 78px;
  }

  .section-inner {
    width: min(100% - 28px, 680px);
  }

  .brand img {
    width: 154px;
    max-height: 66px;
  }

  .menu-toggle {
    display: block;
  }

  .main-menu {
    position: fixed;
    inset: var(--header-height) 12px auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .main-menu.is-open {
    display: grid;
  }

  .main-menu a {
    min-height: 48px;
    justify-content: center;
  }

  .hero {
    min-height: 74vh;
  }

  .hero-media {
    object-position: center top;
  }

  .hero-content {
    padding: 78px 0 44px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-location {
    font-size: 0.9rem;
  }

  .section {
    padding: 66px 0;
  }

  .quick-grid,
  .amenity-grid,
  .apart-grid,
  .gallery-grid,
  .form-row.two,
  .form-row.three {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 245px;
  }

  .lightbox {
    padding: 18px;
  }

  .lightbox-nav {
    width: 42px;
    height: 50px;
    font-size: 2.2rem;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .gallery-item.wide {
    grid-column: span 1;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 330px;
    height: 330px;
  }

  .footer-badges {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .nav-shell {
    width: min(100% - 22px, 480px);
  }

  .brand span {
    max-width: 118px;
    font-size: 1.16rem;
    white-space: normal;
    line-height: 1.08;
  }

  .brand img {
    width: 132px;
    max-height: 60px;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .gallery-heading h2 {
    white-space: normal;
  }

  .quick-grid div,
  .reservation-form,
  .contact-card {
    padding: 18px;
  }

  .amenity {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-width: 68px;
    width: 68px;
    height: 68px;
    min-height: 68px;
    gap: 0;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
  }

  .whatsapp-float img {
    width: 48px;
    height: 48px;
  }

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

  .terms-content {
    padding: 24px;
  }

  .terms-content h1 {
    font-size: 2.2rem;
  }
}
