:root {
  --bg: #f8f4ec;
  --bg-soft: #fffaf2;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --ink: #14212e;
  --muted: #627181;
  --line: rgba(20, 33, 46, 0.1);
  --brand: #df6330;
  --brand-deep: #b8491d;
  --accent: #0d7b73;
  --accent-deep: #0b595f;
  --dark: #10202c;
  --sand: #f4dfbf;
  --success: #1db954;
  --shadow-soft: 0 18px 40px rgba(14, 24, 37, 0.08);
  --shadow-strong: 0 24px 65px rgba(14, 24, 37, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1200px, calc(100vw - 2rem));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(223, 99, 48, 0.14), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(13, 123, 115, 0.14), transparent 24%),
    linear-gradient(180deg, #fbf7ef 0%, #f7f2e8 40%, #f5efe6 100%);
}

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

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

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

.site-shell {
  overflow: clip;
}

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

.section {
  padding: 6rem 0;
}

.section-tag,
.eyebrow,
.panel-label,
.mini-label {
  margin: 0 0 0.9rem;
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-tag,
.eyebrow,
.panel-label {
  color: var(--brand-deep);
}

.mini-label {
  color: var(--accent);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, #132733, #173240);
  color: rgba(255, 255, 255, 0.84);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.9rem;
  font-size: 0.92rem;
}

.topbar-inner p {
  margin: 0;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.8rem 0;
  background: rgba(248, 244, 236, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    padding 180ms ease;
}

.site-header.is-scrolled {
  padding: 0.55rem 0;
  background: rgba(255, 250, 242, 0.92);
  border-color: rgba(20, 33, 46, 0.08);
  box-shadow: 0 12px 30px rgba(14, 24, 37, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 18rem;
  max-width: min(48vw, 18rem);
  height: auto;
  display: block;
}

.brand-logo-footer {
  width: 15rem;
  filter: brightness(1.08);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav a {
  position: relative;
  font-weight: 700;
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--brand);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.25rem auto;
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.2rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ef8e40);
  box-shadow: 0 16px 28px rgba(223, 99, 48, 0.28);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(20, 33, 46, 0.12);
}

.button-call {
  color: #fff;
  background: var(--dark);
}

.button-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #1fae57, #14a04d);
  box-shadow: 0 16px 30px rgba(29, 185, 84, 0.24);
}

.button-tertiary {
  color: var(--accent-deep);
  background: rgba(13, 123, 115, 0.08);
  border-color: rgba(13, 123, 115, 0.16);
}

.button-outline-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-section {
  padding: 4rem 0 3rem;
}

.hero-grid,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
  align-items: center;
}

.hero-copy h1,
.section h2,
.cta-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 123, 115, 0.08);
  border: 1px solid rgba(13, 123, 115, 0.12);
  color: var(--accent-deep);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-lead,
.section-heading p,
.about-content p,
.trust-grid p,
.service-card p,
.package-card li,
.testimonial-card p,
.contact-content p,
.site-footer p,
.gallery-card figcaption span,
.highlight-card p,
.hero-proof span {
  color: var(--muted);
  line-height: 1.78;
}

.hero-lead {
  max-width: 62ch;
  margin: 1.35rem 0 0;
  font-size: 1.08rem;
}

.hero-banner-message {
  max-width: 34rem;
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(244, 223, 191, 0.52));
  border: 1px solid rgba(20, 33, 46, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-banner-message strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.hero-banner-message p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0;
}

.hero-mini-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.hero-mini-proof div {
  padding: 0.9rem 1rem;
  border-left: 4px solid rgba(223, 99, 48, 0.3);
  background: rgba(255, 255, 255, 0.46);
  border-radius: 0 16px 16px 0;
}

.hero-mini-proof strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.hero-mini-proof span {
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-proof article,
.hero-belt article,
.service-card,
.package-card,
.testimonial-card,
.highlight-card,
.hours-card,
.contact-form-card,
.contact-info-grid article {
  border: 1px solid rgba(20, 33, 46, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-proof article {
  padding: 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.62);
}

.hero-proof strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Sora", sans-serif;
}

.hero-visual {
  position: relative;
  min-height: 38rem;
}

.hero-visual-backdrop {
  position: absolute;
  inset: 1.2rem 0 2rem 1.6rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(244, 223, 191, 0.9), transparent 32%),
    linear-gradient(160deg, rgba(13, 123, 115, 0.16), rgba(255, 255, 255, 0.02) 45%, rgba(223, 99, 48, 0.12));
  filter: blur(0.2px);
}

.hero-slider,
.hero-slide,
.stack-large,
.stack-small,
.gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-strong);
}

.hero-slider {
  position: absolute;
  inset: 0;
  padding: 1rem 0 0 1rem;
}

.hero-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition:
    opacity 500ms ease,
    transform 700ms ease;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 32, 44, 0.02), rgba(16, 32, 44, 0.14) 40%, rgba(16, 32, 44, 0.72) 100%);
}

.hero-slide-overlay {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  max-width: 28rem;
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(16, 32, 44, 0.72));
  backdrop-filter: blur(6px);
}

.hero-slide-overlay .mini-label,
.hero-slide-overlay strong,
.hero-slide-overlay p {
  color: #fff;
}

.hero-slide-overlay strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  line-height: 1.35;
}

.hero-slide-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.hero-slider-ui {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-slide img,
.stack-large img,
.stack-small img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  max-width: 16rem;
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-strong);
  pointer-events: auto;
}

.hero-floating-card strong,
.hero-belt strong,
.gallery-card figcaption strong,
.package-card h3,
.service-card h3,
.highlight-card strong,
.hours-card h3,
.contact-form-card h3,
.site-footer h3 {
  font-family: "Sora", sans-serif;
}

.stats-card {
  left: 2rem;
  top: 2rem;
}

.contact-card {
  right: 1.2rem;
  top: 2rem;
}

.contact-card a {
  display: inline-block;
  margin-top: 0.6rem;
  color: var(--brand);
  font-weight: 800;
}

.hero-slider-controls {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}

.slider-arrow,
.slider-dot {
  pointer-events: auto;
}

.slider-arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.slider-arrow:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.24);
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.slider-dot {
  width: 0.85rem;
  height: 0.85rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.slider-dot.is-active {
  background: #fff;
  transform: scale(1.18);
}

.hero-belt {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.35rem;
}

.hero-belt article {
  padding: 1.2rem 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
}

.promo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.55rem 1.6rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at right center, rgba(244, 223, 191, 0.36), transparent 26%),
    linear-gradient(135deg, rgba(16, 32, 44, 0.95), rgba(28, 49, 64, 0.95));
  box-shadow: var(--shadow-strong);
}

.promo-banner-copy {
  max-width: 44rem;
}

.promo-banner-copy .section-tag,
.promo-banner-copy p,
.promo-banner-copy h2 {
  color: #fff;
}

.promo-banner-copy h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.promo-banner-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.promo-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-belt span,
.contact-info-grid span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-section {
  padding-top: 2rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.4rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 240, 0.84));
  box-shadow: var(--shadow-soft);
}

.trust-grid h2,
.section h2,
.cta-card h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.image-stack {
  position: relative;
  min-height: 40rem;
}

.stack-large {
  position: absolute;
  inset: 0 15% 12% 0;
}

.stack-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 42%;
  border: 8px solid rgba(255, 250, 242, 0.94);
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.highlight-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.76);
}

.highlight-card strong {
  display: block;
  margin-bottom: 0.45rem;
}

.gallery-section {
  padding-top: 3rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

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

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 1rem;
}

.gallery-card {
  position: relative;
  min-height: 21rem;
}

.gallery-card-large {
  grid-row: span 2;
  min-height: 43rem;
}

.gallery-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(16, 32, 44, 0.15), rgba(16, 32, 44, 0.82));
  color: #fff;
}

.gallery-card figcaption span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

.services-grid,
.packages-grid,
.testimonials-grid,
.contact-info-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

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

.service-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
}

.service-card-cta {
  background: linear-gradient(180deg, rgba(13, 123, 115, 0.09), rgba(255, 255, 255, 0.88));
}

.service-index {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: rgba(13, 123, 115, 0.09);
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

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

.package-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
}

.featured-package {
  color: #fff;
  background: linear-gradient(180deg, rgba(223, 99, 48, 0.95), rgba(184, 73, 29, 0.98));
  box-shadow: 0 24px 50px rgba(184, 73, 29, 0.28);
}

.package-badge {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.package-card strong {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
}

.package-card ul,
.hours-card ul,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card ul {
  display: grid;
  gap: 0.75rem;
}

.package-card li {
  position: relative;
  padding-left: 1.2rem;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: currentColor;
}

.featured-package li,
.featured-package .package-card li,
.featured-package ul,
.featured-package p {
  color: rgba(255, 255, 255, 0.84);
}

.package-actions,
.cta-actions,
.contact-direct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-section {
  padding-top: 2rem;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(244, 223, 191, 0.26), transparent 24%),
    linear-gradient(135deg, #122534 0%, #1d3547 100%);
  box-shadow: var(--shadow-strong);
}

.cta-card .section-tag,
.cta-card p {
  color: rgba(255, 255, 255, 0.82);
}

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

.testimonial-card {
  padding: 1.7rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
}

.testimonial-author {
  display: grid;
  gap: 0.2rem;
  margin-top: 1.2rem;
}

.testimonial-author strong {
  font-family: "Sora", sans-serif;
}

.contact-content,
.contact-form-card {
  display: grid;
  gap: 1rem;
}

.contact-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0 0.2rem;
}

.contact-info-grid article,
.hours-card {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
}

.hours-card ul {
  display: grid;
  gap: 0.8rem;
}

.hours-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(248, 244, 236, 0.84);
}

.contact-form-card {
  padding: 1.7rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 240, 0.9)),
    linear-gradient(135deg, rgba(13, 123, 115, 0.06), rgba(223, 99, 48, 0.07));
  border: 1px solid rgba(20, 33, 46, 0.08);
  box-shadow: var(--shadow-strong);
}

.callback-form {
  display: grid;
  gap: 1rem;
}

.callback-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.callback-form input,
.callback-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(20, 33, 46, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.callback-form input:focus,
.callback-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(13, 123, 115, 0.12);
}

.form-feedback {
  min-height: 1.3rem;
  margin: 0;
  color: var(--accent);
  font-weight: 800;
}

.site-footer {
  padding: 4rem 0 2rem;
  color: #f2f5f8;
  background:
    radial-gradient(circle at left top, rgba(223, 99, 48, 0.2), transparent 24%),
    linear-gradient(180deg, #101b26 0%, #172736 100%);
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p,
.site-footer li {
  color: rgba(242, 245, 248, 0.74);
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
}

.back-to-top,
.footer-links a,
.contact-info-grid a,
.topbar-actions a {
  transition: color 180ms ease;
}

.back-to-top:hover,
.footer-links a:hover,
.contact-info-grid a:hover,
.topbar-actions a:hover {
  color: var(--sand);
}

.floating-stack {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  display: grid;
  gap: 0.75rem;
}

.floating-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow-strong);
}

.floating-action-call {
  background: linear-gradient(135deg, var(--brand), #ef8d41);
}

.floating-action-whatsapp {
  background: linear-gradient(135deg, #1fae57, #139f4d);
}

@media (max-width: 1150px) {
  .hero-grid,
  .about-grid,
  .contact-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .hero-mini-proof,
  .hero-belt,
  .services-grid,
  .packages-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gallery-card-large {
    grid-row: span 1;
    min-height: 24rem;
  }

  .hero-visual,
  .image-stack {
    min-height: 34rem;
  }
}

@media (max-width: 860px) {
  .topbar-inner,
  .cta-card,
  .promo-banner,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-block;
  }

  .desktop-cta {
    display: none;
  }

  .brand-logo {
    width: 14.5rem;
    max-width: 58vw;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-strong);
    border: 1px solid rgba(20, 33, 46, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-proof,
  .hero-mini-proof,
  .hero-belt,
  .about-highlights,
  .services-grid,
  .packages-grid,
  .testimonials-grid,
  .contact-info-grid,
  .footer-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .floating-stack {
    left: 0.75rem;
    right: 0.75rem;
  }

  .floating-action {
    min-width: auto;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.6rem 0;
  }

  .hero-section {
    padding-top: 2.8rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 10vw, 4rem);
  }

  .hero-banner-message,
  .promo-banner {
    padding: 1.2rem;
  }

  .brand-logo {
    width: 12.5rem;
    max-width: 60vw;
  }

  .hero-visual,
  .image-stack {
    min-height: 26rem;
  }

  .hero-slider {
    padding: 0;
  }

  .hero-slide-overlay {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    max-width: none;
    padding: 1rem;
  }

  .hero-slide-overlay strong {
    font-size: 1rem;
  }

  .stats-card,
  .contact-card {
    position: static;
    max-width: none;
  }

  .hero-slider-ui {
    display: grid;
    align-content: space-between;
    gap: 0.8rem;
    padding: 0.85rem;
  }

  .hero-slider-controls {
    position: static;
    justify-content: space-between;
    margin-top: auto;
  }

  .slider-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .hero-floating-card {
    padding: 0.95rem 1rem;
  }

  .stack-large {
    inset: 0 0 20% 0;
  }

  .contact-form-card,
  .hours-card,
  .hero-proof article,
  .service-card,
  .package-card,
  .testimonial-card,
  .cta-card,
  .trust-grid {
    padding: 1.3rem;
  }
}
