:root {
  --sena-orange: #f48a17;
  --sena-orange-dark: #d56d08;
  --sena-dark: #101010;
  --sena-dark-2: #181818;
  --sena-dark-3: #202020;
  --sena-white: #ffffff;
  --sena-text-dark: #151515;
  --sena-text-muted: #8f8f8f;
  --sena-border: rgba(255, 255, 255, 0.1);
  --sena-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  --sena-shell: 1480px;
}

body {
  background: #fff;
  color: var(--sena-text-dark);
}

.site-header,
.ast-above-header-wrap,
.ast-below-header-wrap,
.ast-mobile-header-wrap {
  display: none !important;
}

.site-content,
.ast-container,
.entry-content {
  margin: 0;
  max-width: 100%;
}

.entry-content {
  margin-bottom: 0;
}

.site-content .ast-container {
  display: block;
}

.ast-separate-container #primary,
.ast-separate-container.ast-right-sidebar #primary,
.ast-separate-container.ast-left-sidebar #primary {
  margin: 0;
}

body.sena-local-landing #primary,
body.sena-local-landing .content-area,
body.sena-local-landing .site-main,
body.sena-local-landing .ast-container,
body.sena-local-landing .site-content .ast-container {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

body.sena-local-landing #secondary,
body.sena-local-landing .widget-area,
body.sena-local-landing .sidebar-main {
  display: none !important;
}

.sena-shell {
  width: min(100% - 56px, var(--sena-shell));
  margin: 0 auto;
}

.sena-home {
  background: #fff;
}

.sena-topbar {
  background: #0f0f0f;
  color: #f5f5f5;
  font-size: 13px;
}

@media (min-width: 981px) {
  .sena-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
  }

  .sena-topbar + .sena-shell {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 119;
    background: rgba(10, 10, 10, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .sena-topbar + .sena-shell .sena-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sena-hero-wrap {
    padding-top: 134px;
  }
}

.sena-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 40px;
}

.sena-topbar-left,
.sena-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.sena-topbar-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 1 auto;
}

.sena-topbar-social a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--sena-orange);
  transition: transform 0.2s ease, background 0.2s ease;
}

.sena-topbar-social a:hover {
  transform: translateY(-2px);
  background: rgba(244, 138, 23, 0.16);
}

.sena-topbar-social a .sena-icon {
  width: 14px;
  height: 14px;
}

.sena-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sena-topbar .sena-icon {
  width: 14px;
  height: 14px;
  color: var(--sena-orange);
}

.sena-hero-wrap {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.88)),
    linear-gradient(120deg, rgba(244, 138, 23, 0.04), transparent 28%);
  padding-bottom: 0;
}

.sena-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 94px;
  padding: 16px 0;
}

.sena-nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sena-nav-trigger {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.sena-nav-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: 0.2s ease;
}

#masthead .ast-builder-grid-row,
.ast-primary-header-bar,
.ast-desktop .main-header-bar,
.site-primary-header-wrap {
  min-height: 94px !important;
}

.ast-site-identity img.custom-logo,
.custom-logo-link img {
  max-height: 62px !important;
  width: auto !important;
}

.sena-brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.sena-brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sena-brand-image {
  display: block;
  max-height: 62px;
  width: auto;
}

.sena-brand-mark svg {
  width: 145px;
  height: 34px;
}

.sena-brand-mark path {
  stroke: var(--sena-orange);
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
}

.sena-brand-main {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  transform: skewX(-12deg);
}

.sena-brand-sub {
  color: var(--sena-orange);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sena-header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.sena-header-cta-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sena-header-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

.sena-header-nav a.is-active,
.sena-header-nav a:hover {
  color: var(--sena-orange);
}

.sena-header-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background: var(--sena-orange);
}

.sena-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(180deg, #ff981d, #ef7d09);
  font-size: 0.84rem;
  gap: 8px;
  white-space: nowrap;
}

.sena-book-btn-mobile {
  display: none;
}

.sena-book-btn-whatsapp {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 138, 23, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #fff;
}

.sena-book-btn-whatsapp:hover {
  background: rgba(37, 211, 102, 0.14);
  border-color: rgba(37, 211, 102, 0.34);
  color: #fff;
}

.sena-hero-panel {
  min-height: 710px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sena-hero-overlay {
  min-height: inherit;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.74) 34%, rgba(0, 0, 0, 0.18) 100%);
  display: flex;
  align-items: center;
}

.sena-hero-panel-page {
  min-height: 710px;
}

.sena-hero-overlay-page {
  min-height: inherit;
}

.sena-hero-content {
  max-width: 80%;
  width: 80%;
  padding: 28px 0 28px 16px;
  margin: 0 auto;
  min-height: 560px;
  display: flex;
  flex-direction: column;
}

.sena-hero-content h1 {
  color: #fff;
  font-size: clamp(2.7rem, 3.8vw, 4.1rem);
  line-height: 0.98;
  margin: 0 0 18px;
  letter-spacing: -0.06em;
  max-width: 100%;
  text-align: center;
}

.sena-hero-content h1 span {
  color: var(--sena-orange);
}

.sena-hero-lead {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.45;
  max-width: 470px;
  margin: auto 0 18px;
}

.sena-hero-text {
  color: #d4d4d4;
  line-height: 1.7;
  max-width: 500px;
}

.sena-hero-actions,
.sena-footer-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.sena-cta-primary,
.sena-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.2s ease;
  font-size: 0.84rem;
  white-space: nowrap;
}

.sena-cta-primary {
  background: linear-gradient(180deg, #ff981d, #ef7d09);
  color: #fff;
}

.sena-cta-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.16);
}

.sena-cta-secondary.light {
  background: rgba(255, 255, 255, 0.04);
}

.sena-cta-primary.small {
  min-height: 32px;
  padding: 0 10px;
  font-size: 0.8rem;
}

.sena-hero-actions .sena-cta-primary,
.sena-hero-actions .sena-cta-secondary,
.sena-footer-cta-actions .sena-cta-primary,
.sena-footer-cta-actions .sena-cta-secondary {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.84rem;
}

.sena-cta-primary:hover,
.sena-cta-secondary:hover,
.sena-book-btn:hover {
  transform: translateY(-1px);
  color: #fff;
}

.sena-cta-primary .sena-icon,
.sena-cta-secondary .sena-icon,
.sena-book-btn .sena-icon {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
}

.sena-cta-primary .sena-icon svg,
.sena-cta-secondary .sena-icon svg,
.sena-book-btn .sena-icon svg {
  width: 12px !important;
  height: 12px !important;
}

.sena-hero-actions .sena-cta-primary,
.sena-hero-actions .sena-cta-secondary,
.sena-footer-cta-actions .sena-cta-primary,
.sena-footer-cta-actions .sena-cta-secondary,
.sena-book-btn {
  gap: 8px !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  font-size: 0.84rem !important;
  line-height: 1.1 !important;
}

.sena-hero-actions .sena-cta-primary span,
.sena-hero-actions .sena-cta-secondary span,
.sena-footer-cta-actions .sena-cta-primary span,
.sena-footer-cta-actions .sena-cta-secondary span,
.sena-book-btn span {
  font-size: 0.84rem !important;
  line-height: 1.1 !important;
}

.sena-hero-points {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  margin-top: 36px;
  color: #fff;
  font-size: 15px;
}

.sena-hero-points div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sena-hero-points .sena-icon,
.sena-service-tile-icon .sena-icon,
.sena-why-icon .sena-icon,
.sena-contact-list .sena-icon,
.sena-bottom-social .sena-icon,
.sena-page-point .sena-icon {
  width: 18px;
  height: 18px;
  color: var(--sena-orange);
}

.sena-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sena-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sena-light-section {
  padding: 74px 0;
  background: #fff;
}

.sena-gallery-strip-section {
  padding-top: 48px;
}

.sena-section-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.sena-section-intro.is-light h2,
.sena-section-intro.is-light p {
  color: #fff;
}

.sena-section-kicker {
  display: inline-block;
  color: var(--sena-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  padding: 0 38px;
  margin-bottom: 10px;
}

.sena-section-kicker::before,
.sena-section-kicker::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--sena-orange);
}

.sena-section-kicker::before {
  left: 0;
}

.sena-section-kicker::after {
  right: 0;
}

.sena-section-kicker.is-left {
  padding-left: 0;
}

.sena-section-kicker.is-left::before {
  display: none;
}

.sena-section-intro h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin: 0 0 10px;
  color: #171717;
  letter-spacing: -0.05em;
}

.sena-section-intro p {
  margin: 0;
  color: #666;
  line-height: 1.7;
}

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

.sena-service-tile {
  background: #121212;
  color: #fff;
  padding: 26px 20px 22px;
  border-radius: 8px;
  min-height: 356px;
  box-shadow: var(--sena-shadow);
}

.sena-service-tile-media {
  min-height: 134px;
  margin: -10px -4px 18px;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sena-service-tile h3 {
  margin: 14px 0 10px;
  font-size: 1.08rem;
  color: #fff;
}

.sena-service-tile p {
  color: #c9c9c9;
  font-size: 0.95rem;
  line-height: 1.65;
  min-height: 88px;
}

.sena-service-tile a {
  color: var(--sena-orange);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sena-service-tile-icon {
  width: 30px;
  height: 30px;
}

.sena-service-tile a .sena-icon {
  width: 16px;
  height: 16px;
}

.sena-dark-band {
  padding: 68px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sena-dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.82);
}

.sena-dark-band .sena-shell {
  position: relative;
  z-index: 1;
}

.sena-why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.sena-why-item {
  text-align: center;
  color: #fff;
}

.sena-why-icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 14px;
}

.sena-why-item h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: #fff;
}

.sena-why-item p {
  margin: 0;
  color: #d4d4d4;
  line-height: 1.6;
  font-size: 0.95rem;
}

.sena-testimonials-wrap {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 22px;
  align-items: center;
}

.sena-slider-arrow {
  display: grid;
  place-items: center;
  color: #1b1b1b;
  font-size: 3rem;
  line-height: 1;
}

.sena-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.sena-testimonial-card {
  background: #111;
  color: #fff;
  padding: 26px 24px;
  border-radius: 8px;
  box-shadow: var(--sena-shadow);
}

.sena-stars {
  color: var(--sena-orange);
  margin-bottom: 14px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.sena-testimonial-card p {
  line-height: 1.7;
  color: #ddd;
}

.sena-testimonial-card strong,
.sena-testimonial-card span {
  display: block;
}

.sena-testimonial-card strong {
  margin-top: 18px;
}

.sena-testimonial-card span {
  color: #b3b3b3;
  font-size: 0.92rem;
}

.sena-offers-grid {
  gap: 20px;
}

.sena-home .sena-offers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
}

.sena-offers-grid-archive {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
}

.sena-offer-tile h3 a,
.sena-offer-tile h2 a {
  color: #fff;
  text-decoration: none;
}

.sena-offer-tile {
  padding-top: 18px;
}

.sena-offer-tile-media {
  min-height: auto;
  margin: 0 0 18px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.sena-offer-poster {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.sena-offer-logo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  max-width: 48%;
  pointer-events: none;
}

.sena-offer-logo-image {
  display: block;
  width: 116px;
  max-width: 100%;
  height: auto;
  filter: none;
}

.sena-offers-grid-archive .sena-offer-logo-badge {
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  max-width: 48%;
}

.sena-offers-grid-archive .sena-offer-logo-image {
  width: 116px;
}

.sena-offer-tile h2 {
  margin: 14px 0 10px;
  font-size: 1.08rem;
  color: #fff;
}

.sena-offers-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.sena-offers-home .sena-section-intro {
  animation: sena-offers-fade-up 0.7s ease both;
}

.sena-home .sena-offers-grid > .sena-offer-tile {
  animation: sena-offers-fade-up 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
  opacity: 0;
}

.sena-home .sena-offers-grid > .sena-offer-tile:nth-child(1) {
  animation-delay: 0.08s;
}

.sena-home .sena-offers-grid > .sena-offer-tile:nth-child(2) {
  animation-delay: 0.18s;
}

.sena-home .sena-offers-grid > .sena-offer-tile:nth-child(3) {
  animation-delay: 0.28s;
}

.sena-home .sena-offers-grid > .sena-offer-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease, background 0.34s ease;
  transform-origin: center bottom;
}

.sena-home .sena-offers-grid > .sena-offer-flip-card {
  padding: 0;
  perspective: 1800px;
  background: transparent;
}

.sena-offer-flip-inner {
  position: relative;
  min-height: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.88s cubic-bezier(0.22, 1, 0.36, 1);
}

.sena-offer-flip-card.is-flipped .sena-offer-flip-inner {
  transform: rotateY(180deg);
}

.sena-offer-face {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px 18px 22px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.sena-offer-face-front {
  position: relative;
  z-index: 2;
}

.sena-offer-face-back {
  position: absolute;
  inset: 0;
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  background:
    radial-gradient(circle at top left, rgba(244, 138, 23, 0.16), transparent 35%),
    linear-gradient(180deg, #171717, #101010);
  transform: rotateY(180deg);
  border: 1px solid rgba(244, 138, 23, 0.18);
}

.sena-offer-back-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sena-orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sena-offer-back-kicker::after {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(244, 138, 23, 0.56);
}

.sena-offer-face-back h3 {
  margin: 18px 0 12px;
  font-size: 1.45rem;
  line-height: 1.18;
  color: #fff;
}

.sena-offer-face-back p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.72;
}

.sena-offer-back-actions {
  margin-top: 24px;
}

.sena-home .sena-offers-grid > .sena-offer-tile:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.28);
  border-color: rgba(244, 138, 23, 0.28);
  background: linear-gradient(180deg, #171717, #111111);
}

.sena-home .sena-offers-grid > .sena-offer-tile:hover .sena-offer-tile-media {
  border-color: rgba(244, 138, 23, 0.42);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.sena-home .sena-offers-grid > .sena-offer-tile:hover .sena-offer-poster {
  transform: scale(1.04);
}

.sena-home .sena-offers-grid > .sena-offer-tile .sena-offer-poster {
  transition: transform 0.48s ease, filter 0.34s ease;
}

.sena-home .sena-offers-grid > .sena-offer-tile:hover .sena-offer-poster {
  filter: saturate(1.04) contrast(1.02);
}

.sena-home .sena-offers-grid > .sena-offer-tile h3 a,
.sena-home .sena-offers-grid > .sena-offer-tile a {
  transition: color 0.28s ease;
}

.sena-home .sena-offers-grid > .sena-offer-tile:hover h3 a,
.sena-home .sena-offers-grid > .sena-offer-tile:hover > a:last-child {
  color: #ffad49;
}

.sena-home .sena-offers-grid > .sena-offer-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244, 138, 23, 0.14), transparent 34%, transparent 70%, rgba(244, 138, 23, 0.08));
  opacity: 0;
  transition: opacity 0.34s ease;
  pointer-events: none;
}

.sena-home .sena-offers-grid > .sena-offer-tile:hover::before {
  opacity: 1;
}

.sena-home .sena-offers-actions {
  animation: sena-offers-fade-up 0.75s ease 0.34s both;
}

.sena-legal-page {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 28px 0 18px;
}

.sena-legal-hero {
  margin-bottom: 28px;
  padding: 34px 34px 26px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)),
    linear-gradient(135deg, rgba(244, 138, 23, 0.12), transparent);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(21, 21, 21, 0.08);
}

.sena-legal-kicker {
  margin: 0 0 12px;
  color: var(--sena-orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sena-legal-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.06;
  color: #151515;
}

.sena-legal-summary {
  margin: 0;
  max-width: 780px;
  color: #4f4f4f;
  font-size: 1.02rem;
  line-height: 1.7;
}

.sena-legal-meta {
  margin: 0 0 20px;
  color: #696969;
  font-size: 0.92rem;
}

.sena-legal-page section {
  margin-bottom: 18px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.sena-legal-page h2 {
  margin: 0 0 12px;
  font-size: 1.32rem;
  color: #151515;
}

.sena-legal-page p,
.sena-legal-page li {
  color: #353535;
  line-height: 1.75;
}

.sena-legal-page ul {
  margin: 0;
  padding-left: 22px;
}

.sena-legal-page a {
  color: var(--sena-orange-dark);
  text-decoration: none;
  font-weight: 700;
}

.sena-legal-page a:hover {
  color: var(--sena-orange);
}

@keyframes sena-offers-fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sena-empty-state {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sena-offer-single {
  background: #ffffff;
  color: #151515;
  padding: 0;
  overflow: hidden;
  display: block;
  border: 1px solid #ececec;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.08);
}

.sena-offer-single-media-wrap {
  background: transparent;
  padding: 8px 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sena-offer-single-media {
  width: 100%;
  max-width: 540px;
  background: #fff;
  border: 2px solid #111111;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  position: relative;
}

.sena-offer-single-poster {
  display: block;
  width: 100%;
  height: auto;
}

.sena-offer-logo-badge-single {
  top: 0px;
  left: 28px;
}

.sena-offer-logo-badge-single .sena-offer-logo-image {
  width: 200px;
}

.sena-offer-single-content {
  padding: 44px 48px 52px;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}

.sena-offer-single-content h2 {
  margin: 0 0 10px;
  font-size: clamp(2.8rem, 4.3vw, 4rem);
  letter-spacing: -0.04em;
  color: #111111 !important;
  width: 100%;
  text-align: center;
}

.sena-offer-single-lead {
  max-width: 820px;
  margin: 0 auto 24px;
  font-size: clamp(1.7rem, 2.9vw, 2.35rem);
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f !important;
  width: 100%;
  text-align: center;
}

.sena-offer-single-content p,
.sena-offer-single-content li {
  color: #3f3f3f;
  line-height: 1.8;
}

.sena-offer-single-content h2,
.sena-offer-single-content h3 {
  color: #151515;
}

.single-oferta .sena-offer-single-content .sena-section-kicker {
  color: var(--sena-orange);
}

.sena-offer-single-content > .sena-section-kicker,
.sena-offer-single-content > .sena-offer-single-lead,
.sena-offer-single-content > h2,
.sena-offer-single-content > .sena-offer-single-media-wrap,
.sena-offer-single-content > p,
.sena-offer-single-content > ul,
.sena-offer-single-content > ol {
  width: 100%;
}

.sena-offer-single-content > .sena-section-kicker {
  text-align: center;
}

.sena-offer-single-content > .sena-section-kicker::after {
  right: auto;
  left: calc(50% + 78px);
}

.sena-offer-single-content > .sena-section-kicker::before {
  display: none;
}

.sena-offer-single-content .sena-offer-single-media-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
}

.sena-offer-single-content .sena-offer-single-media {
  margin: 0 auto;
}

.sena-offer-single-description {
  width: 100%;
  max-width: 760px;
  margin: 22px auto 0;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 26px 28px 28px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.sena-offer-single-description p,
.sena-offer-single-description li {
  color: #202020 !important;
  font-size: 1.1rem;
  line-height: 1.82;
}

.sena-offer-single-description h2,
.sena-offer-single-description h3,
.sena-offer-single-description h4 {
  color: #111111 !important;
}

.sena-offer-single-description p:first-child {
  margin-top: 0;
  font-size: 1.18rem;
  line-height: 1.8;
  color: #181818 !important;
}

.sena-offer-description-title {
  margin: 0 0 14px;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #111111 !important;
}

.sena-offer-single-description * {
  color: #202020 !important;
}

.sena-offer-single-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.sena-gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.sena-gallery-thumb {
  min-height: 170px;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.sena-footer-cta {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-top: 54px;
}

.sena-footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 16, 0.88);
}

.sena-footer-cta-inner,
.sena-footer-main,
.sena-bottom-footer {
  position: relative;
  z-index: 1;
}

.sena-footer-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  color: #fff;
  padding-bottom: 34px;
}

.sena-footer-cta-inner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.sena-footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.9fr;
  gap: 24px;
  padding: 0 0 28px;
}

.sena-footer-col {
  color: #fff;
}

.sena-footer-title {
  color: var(--sena-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sena-contact-list > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #fff;
}

.sena-contact-list span {
  color: #ddd;
  min-width: 68px;
}

.sena-contact-list strong {
  color: #fff;
  font-weight: 600;
}

.sena-contact-list .sena-icon {
  width: 14px;
  height: 14px;
}

.sena-map-box iframe,
.sena-map-demo {
  display: block;
  width: 100%;
  min-height: 210px;
  border: 0;
  background: #f2f2f2;
}

.sena-map-demo {
  display: grid;
  place-items: center;
  color: #555;
  padding: 24px;
  text-align: center;
}

.sena-form-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--sena-border);
  padding: 26px;
}

.sena-form-box h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.sena-form-box p {
  color: #ddd;
  line-height: 1.7;
}

.sena-bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0 26px;
  color: #ddd;
}

.sena-footer-legal {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0 26px;
  text-align: center;
}

.sena-footer-legal p {
  margin: 0;
  color: #d7d7d7;
  font-size: 0.95rem;
}

.sena-footer-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.sena-footer-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sena-footer-badge-link:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.sena-footer-badge {
  display: block;
  height: auto;
  max-height: 54px;
  width: auto;
}

.sena-footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 14px;
}

.sena-footer-legal a {
  color: var(--sena-orange);
  text-decoration: none;
  font-weight: 700;
}

.sena-footer-legal a:hover {
  color: #fff;
}

.sena-bottom-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sena-bottom-brand .sena-brand-main {
  font-size: 2rem;
}

.sena-bottom-brand .sena-brand-sub {
  font-size: 1rem;
}

.sena-bottom-brand strong,
.sena-bottom-brand span {
  display: block;
}

.sena-bottom-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sena-bottom-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.sena-bottom-social a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--sena-orange);
}

.sena-bottom-social a .sena-icon {
  width: 13px;
  height: 13px;
}

.sena-page-hero-card {
  max-width: 560px;
  color: #fff;
  padding: 28px 0 28px 16px;
}

.sena-page-hero-card h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  letter-spacing: -0.05em;
}

.sena-page-hero-card p {
  color: #e2e2e2;
  line-height: 1.75;
}

.sena-page-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.sena-page-point {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
}

.sena-page-point .sena-icon {
  width: 16px;
  height: 16px;
}

.sena-stack {
  display: grid;
  gap: 34px;
  padding: 54px 0 76px;
}

.sena-page-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sena-page-card,
.sena-service-block,
.sena-contact-card {
  background: #121212;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--sena-shadow);
}

.sena-page-card {
  padding: 32px;
}

.sena-page-card h3,
.sena-service-content h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.sena-page-card p,
.sena-page-card li,
.sena-service-content p,
.sena-service-content li,
.sena-contact-card p {
  color: #ddd;
  line-height: 1.72;
}

.sena-service-grid-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sena-service-image {
  min-height: 220px;
  background-position: center;
  background-size: cover;
}

.sena-service-content {
  padding: 26px;
}

.sena-service-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.sena-service-top .sena-icon {
  width: 24px;
  height: 24px;
  color: var(--sena-orange);
}

.sena-service-content ul {
  padding-left: 18px;
}

.sena-service-cta {
  margin-top: 18px;
}

.sena-gallery-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sena-gallery-card {
  overflow: hidden;
  border-radius: 6px;
}

.sena-gallery-page-intro {
  margin-bottom: 0;
}

.sena-gallery-carousel {
  position: relative;
  padding: 0 64px 46px;
}

.sena-gallery-carousel-viewport {
  overflow: hidden;
}

.sena-gallery-carousel-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}

.sena-gallery-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
}

.sena-gallery-page-dynamic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sena-gallery-page-dynamic .sena-gallery-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.sena-gallery-lightbox-trigger {
  display: block;
  color: inherit;
  text-decoration: none;
}

.sena-gallery-image-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f2f2;
}

.sena-gallery-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.sena-gallery-page-dynamic .sena-gallery-card:hover .sena-gallery-photo {
  transform: scale(1.04);
}

.sena-gallery-page-dynamic .sena-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.sena-gallery-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #121212;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  z-index: 2;
}

.sena-gallery-carousel-prev {
  left: 0;
}

.sena-gallery-carousel-next {
  right: 0;
}

.sena-gallery-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.sena-gallery-carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #cfcfcf;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.sena-gallery-carousel-dot.is-active {
  background: var(--sena-orange);
  transform: scale(1.25);
}

.sena-gallery-copy {
  padding: 18px 18px 20px;
}

.sena-gallery-copy h3 {
  margin: 0 0 8px;
  color: #151515;
  font-size: 1.12rem;
}

.sena-gallery-copy p {
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.sena-gallery-video-section {
  padding-top: 4px;
}

.sena-gallery-video-intro {
  margin-bottom: 24px;
}

.sena-gallery-video-showcase {
  display: grid;
  gap: 28px;
}

.sena-gallery-video-banner {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
}

.sena-gallery-video-frame {
  position: relative;
  min-height: 520px;
  background: #101010;
}

.sena-gallery-video-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.sena-gallery-video-overlay {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.12) 0%, rgba(7, 7, 7, 0.26) 36%, rgba(7, 7, 7, 0.78) 100%);
}

.sena-gallery-video-content {
  max-width: 620px;
  color: #fff;
}

.sena-gallery-video-content h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.sena-gallery-video-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.75;
}

.sena-gallery-image {
  min-height: 250px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sena-gallery-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 16px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
}

body.sena-lightbox-open {
  overflow: hidden;
}

.sena-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 88px;
}

.sena-lightbox[hidden] {
  display: none;
}

.sena-lightbox-dialog {
  width: min(100%, 1100px);
  max-height: 90vh;
  display: grid;
  gap: 18px;
  justify-items: center;
}

.sena-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 72vh;
  border-radius: 12px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35);
}

.sena-lightbox-copy {
  text-align: center;
  color: #fff;
  max-width: 760px;
}

.sena-lightbox-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.sena-lightbox-copy p {
  margin: 0;
  color: #ddd;
  line-height: 1.7;
}

.sena-lightbox-close,
.sena-lightbox-nav {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sena-lightbox-close {
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  line-height: 1;
}

.sena-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  font-size: 2.2rem;
}

.sena-lightbox-prev {
  left: 22px;
}

.sena-lightbox-next {
  right: 22px;
}

.sena-contact-grid-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sena-contact-layout .sena-map-panel {
  margin-top: 54px;
}

.sena-contact-card {
  padding: 24px;
}

.sena-contact-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
}

.sena-contact-card .sena-icon {
  width: 16px;
  height: 16px;
  color: var(--sena-orange);
}

.sena-form-panel {
  background: #121212;
  color: #fff;
  padding: 28px;
  border-radius: 8px;
}

.sena-form-panel h3 {
  margin-top: 0;
  color: #fff;
}

.sena-contact-form-panel {
  background: #fff;
  color: #151515;
  border: 1px solid #ececec;
}

.sena-contact-form-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.sena-contact-form-header {
  margin-bottom: 24px;
}

.sena-contact-form-header h3 {
  margin: 0 0 10px;
  color: #151515;
  font-size: clamp(2rem, 3vw, 2.6rem);
  letter-spacing: -0.04em;
}

.sena-contact-form-header p {
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.sena-form-notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 600;
}

.sena-form-notice.success {
  background: #ebf8ef;
  color: #116132;
  border: 1px solid #b7e4c7;
}

.sena-form-notice.error {
  background: #fff2f2;
  color: #8d2424;
  border: 1px solid #f1c0c0;
}

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

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

.sena-contact-form label {
  display: grid;
  gap: 8px;
}

.sena-contact-form span {
  color: #151515;
  font-weight: 700;
}

.sena-contact-form input,
.sena-contact-form select,
.sena-contact-form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 14px 15px;
  font-size: 1rem;
  color: #151515;
  background: #fff;
}

.sena-contact-form select {
  min-height: 52px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.35;
  appearance: auto;
  -webkit-appearance: menulist;
}

.sena-contact-form input[type="date"] {
  min-height: 52px;
  line-height: 1.35;
}

.sena-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
}

.sena-contact-form input:focus,
.sena-contact-form select:focus,
.sena-contact-form textarea:focus {
  outline: none;
  border-color: var(--sena-orange);
  box-shadow: 0 0 0 3px rgba(244, 138, 23, 0.14);
}

.sena-contact-form-message {
  grid-column: 1 / -1;
}

.sena-turnstile-wrap {
  grid-column: 1 / -1;
}

.sena-map-panel iframe,
.sena-map-panel .sena-map-demo {
  display: block;
  width: 100%;
  min-height: 100%;
}

.sena-map-box iframe,
.sena-map-panel iframe {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.sena-map-box,
.sena-map-panel {
  position: relative;
  z-index: 2;
}

.sena-map-panel iframe {
  min-height: 420px;
}

.sena-mobile-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sena-mobile-call a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--sena-orange);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(244, 138, 23, 0.32);
  font-weight: 700;
}

.sena-mobile-call a.is-whatsapp {
  min-width: 58px;
  width: 58px;
  padding: 0;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
}

.sena-mobile-call a.is-whatsapp .sena-icon {
  width: 22px;
  height: 22px;
  color: #fff;
}

.sena-mobile-call a.is-call {
  background: var(--sena-orange);
}

@media (min-width: 769px) {
  .sena-mobile-call {
    display: none;
  }
}

@media (max-width: 1200px) {
  .sena-service-grid,
  .sena-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .sena-footer-main,
  .sena-service-grid-page,
  .sena-offers-grid,
  .sena-gallery-page,
  .sena-gallery-page-dynamic,
  .sena-page-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .sena-home .sena-offers-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(100%, 520px);
    grid-template-columns: none;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 6px 14px;
    margin: 0 -6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sena-home .sena-offers-grid::-webkit-scrollbar {
    display: none;
  }

  .sena-home .sena-offers-grid > .sena-offer-tile {
    width: 100%;
    min-width: 0;
    scroll-snap-align: center;
  }

  .sena-home .sena-offers-grid > .sena-offer-tile:nth-child(n + 3) {
    display: block;
  }

  .sena-home .sena-offers-grid > .sena-offer-flip-card {
    perspective: none;
  }

  .sena-home .sena-offers-grid > .sena-offer-flip-card .sena-offer-flip-inner {
    transform: none !important;
  }

  .sena-home .sena-offers-grid > .sena-offer-flip-card .sena-offer-face-back {
    display: none;
  }
}

@media (max-width: 980px) {
  .sena-shell {
    width: min(100% - 28px, var(--sena-shell));
  }

  .sena-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    justify-items: stretch;
    position: relative;
  }

  .sena-nav-trigger {
    display: inline-flex;
    justify-self: end;
  }

  .sena-header > .sena-book-btn,
  .sena-header-cta-group {
    display: none;
  }

  .sena-header-nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px;
    background: rgba(10, 10, 10, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
    z-index: 30;
  }

  .sena-nav-toggle:checked + .sena-header .sena-header-nav {
    display: flex;
  }

  .sena-nav-toggle:checked + .sena-header .sena-nav-trigger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .sena-nav-toggle:checked + .sena-header .sena-nav-trigger span:nth-child(2) {
    opacity: 0;
  }

  .sena-nav-toggle:checked + .sena-header .sena-nav-trigger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .sena-header-nav a {
    width: 100%;
    padding: 12px 4px;
  }

  .sena-header-nav a.is-active::after {
    bottom: 6px;
  }

  .sena-book-btn-mobile {
    display: inline-flex;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
  }

  .sena-hero-panel {
    min-height: 620px;
  }

  .sena-hero-panel-page {
    min-height: 620px;
  }

  .sena-footer-cta-inner,
  .sena-bottom-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .sena-footer-main,
  .sena-testimonials,
  .sena-offers-grid,
  .sena-contact-form-grid,
  .sena-contact-grid-page,
  .sena-page-points,
  .sena-service-grid-page,
  .sena-page-card-grid {
    grid-template-columns: 1fr;
  }

  .sena-testimonials-wrap {
    grid-template-columns: 1fr;
  }

  .sena-slider-arrow {
    display: none;
  }

  .sena-contact-layout .sena-map-panel {
    margin-top: 0;
  }

  .sena-gallery-video-frame,
  .sena-gallery-video-overlay {
    min-height: 420px;
  }

  .sena-gallery-carousel {
    padding: 0 0 42px;
  }

  .sena-footer-badges {
    gap: 12px;
  }

  .sena-footer-badge {
    max-height: 46px;
  }

  .sena-footer-legal-links {
    gap: 10px 14px;
  }

  .sena-gallery-carousel-arrow {
    top: auto;
    bottom: -2px;
    transform: none;
    width: 42px;
    height: 42px;
  }

  .sena-gallery-carousel-prev {
    left: calc(50% - 54px);
  }

  .sena-gallery-carousel-next {
    right: calc(50% - 54px);
  }
}

@media (max-width: 767px) {
  .sena-topbar-inner,
  .sena-topbar-left,
  .sena-topbar-right,
  .sena-topbar-social {
    gap: 10px;
  }

  .sena-topbar-left,
  .sena-topbar-right,
  .sena-topbar-social {
    width: 100%;
  }

  .sena-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
  }

  .sena-topbar-social {
    justify-content: flex-start;
  }

  .sena-bottom-social {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .sena-bottom-social-links {
    width: 100%;
    justify-content: flex-start;
    margin-top: 8px;
  }

  .sena-service-grid,
  .sena-why-grid,
  .sena-offers-grid,
  .sena-gallery-strip,
  .sena-gallery-page,
  .sena-gallery-page-dynamic {
    grid-template-columns: 1fr;
  }

  .sena-gallery-carousel {
    padding-bottom: 56px;
  }

  .sena-gallery-video-frame,
  .sena-gallery-video-overlay {
    min-height: 300px;
  }

  .sena-gallery-video-overlay {
    padding: 22px 20px;
  }

  .sena-gallery-video-content p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .sena-gallery-carousel-arrow {
    bottom: 4px;
  }

  .sena-hero-content {
    padding-left: 0;
  }

  .sena-page-hero-card {
    padding-left: 0;
  }

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

  .sena-hero-points {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sena-light-section {
    padding: 56px 0;
  }

  .sena-home .sena-offers-grid > .sena-offer-tile:hover {
    transform: translateY(-4px);
  }

  .sena-home .sena-offers-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 20px);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 6px 14px;
    margin: 0 -6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sena-home .sena-offers-grid::-webkit-scrollbar {
    display: none;
  }

  .sena-home .sena-offers-grid > .sena-offer-tile:nth-child(n + 3) {
    display: block;
  }

  .sena-home .sena-offers-grid > .sena-offer-tile {
    width: 100%;
    min-width: 0;
    scroll-snap-align: center;
  }

  .sena-home .sena-offers-grid > .sena-offer-flip-card {
    perspective: none;
  }

  .sena-home .sena-offers-grid > .sena-offer-flip-card .sena-offer-flip-inner {
    transform: none !important;
  }

  .sena-home .sena-offers-grid > .sena-offer-flip-card .sena-offer-face-back {
    display: none;
  }

  .sena-home .sena-offers-grid > .sena-offer-flip-card .sena-offer-face-front {
    min-height: auto;
  }

  .sena-legal-hero {
    padding: 26px 22px 22px;
  }

  .sena-legal-page section {
    padding: 22px 18px;
  }

  .single-oferta .sena-offer-logo-badge-single {
    left: -10px;
  }

  .sena-lightbox {
    padding: 22px 16px 28px;
  }

  .sena-lightbox-image {
    max-height: 62vh;
  }

  .sena-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 1.8rem;
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .sena-lightbox-prev {
    left: 16px;
  }

  .sena-lightbox-next {
    right: 16px;
  }

  .sena-lightbox-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sena-offers-home .sena-section-intro,
  .sena-home .sena-offers-grid > .sena-offer-tile,
  .sena-home .sena-offers-actions {
    animation: none !important;
  }

  .sena-home .sena-offers-grid > .sena-offer-tile,
  .sena-home .sena-offers-grid > .sena-offer-tile .sena-offer-poster,
  .sena-offer-flip-inner {
    transition: none !important;
  }
}
