:root {
  --black: #070707;
  --black-soft: #121212;
  --ink: #1c1c1c;
  --orange: #ff6a00;
  --orange-strong: #f04d00;
  --white: #ffffff;
  --muted: #b7b7b7;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  --radius: 8px;
  font-family: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: var(--orange);
  color: var(--black);
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(7, 7, 7, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--white);
}

.brand-logo {
  width: 220px;
  height: 46px;
  display: block;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  text-transform: uppercase;
  font-size: 0.94rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.75rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-sac {
  color: var(--white);
}

.nav-cta {
  background: var(--orange);
  color: var(--black);
  padding: 0.72rem 1rem;
  border-radius: 6px;
}

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

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

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

.hero-media {
  --hero-image: url("assets/slides/slide-01.jpeg");
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.5), rgba(7, 7, 7, 0.2) 54%, rgba(7, 7, 7, 0.5)),
    var(--hero-image) center/cover;
  transform: scale(1.02);
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.1s ease;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.hero-video.is-active {
  opacity: 1;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.62), rgba(7, 7, 7, 0.22), rgba(7, 7, 7, 0.62)),
    linear-gradient(0deg, rgba(7, 7, 7, 0.78), rgba(7, 7, 7, 0.18) 50%, rgba(7, 7, 7, 0.55));
}

.hero-content {
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 72px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: 0.08em;
}

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

h1 {
  max-width: 760px;
  margin: 0 auto 16px;
  font-size: clamp(2rem, 4.2vw, 4.55rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 950;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.58);
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.86rem, 1.2vw, 1.04rem);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.06em;
}

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

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.86rem 1.1rem;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  background: var(--orange);
  color: var(--black);
  box-shadow: 0 16px 44px rgba(255, 106, 0, 0.28);
}

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

.btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 980px;
}

.hero-stats span {
  display: block;
  min-height: 104px;
  padding: 20px;
  background: rgba(7, 7, 7, 0.62);
  color: var(--muted);
}

.hero-stats strong {
  display: block;
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.hero-scroll {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-top: 28px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  font-size: 1.5rem;
}

.quick-start {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--black);
  color: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid #222;
}

.quick-start a {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px max(18px, calc((100vw - 1180px) / 8));
  border-right: 1px solid var(--line);
}

.quick-start strong {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 0.86rem;
}

.quick-start span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 94px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 60px;
  align-items: center;
}

.split p,
.section-head p,
.structure-copy p,
.location p,
.contact p {
  color: #555;
  font-size: 1.08rem;
}

.about-panel {
  border-left: 6px solid var(--orange);
  background: #f3f3f3;
  padding: 32px;
  border-radius: var(--radius);
}

.about-panel p {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 750;
}

.dark-band {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.14), transparent 40%),
    var(--black);
  color: var(--white);
}

.section-head {
  max-width: 800px;
  margin-bottom: 38px;
}

.dark-band .section-head p,
.dark-band .feature-card p {
  color: var(--muted);
}

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

.feature-card,
.plan-card {
  border-radius: var(--radius);
  padding: 26px;
}

.feature-card {
  min-height: 230px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 30px;
  background: var(--orange);
  color: var(--black);
  border-radius: 6px;
  font-weight: 950;
}

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

.activity-grid article {
  position: relative;
  min-height: 150px;
  display: flex;
  align-items: end;
  padding: 16px;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.2)),
    url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=800&q=80") center/cover;
  color: var(--white);
  font-weight: 900;
}

.activity-grid article:nth-child(2n) {
  background-image:
    linear-gradient(0deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.2)),
    url("https://images.unsplash.com/photo-1540497077202-7c8a3999166f?auto=format&fit=crop&w=800&q=80");
}

.activity-grid article:nth-child(3n) {
  background-image:
    linear-gradient(0deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.2)),
    url("https://images.unsplash.com/photo-1558611848-73f7eb4001a1?auto=format&fit=crop&w=800&q=80");
}

.plans {
  border-top: 1px solid #e7e7e7;
}

.team {
  border-top: 1px solid #e7e7e7;
}

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

.team-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: var(--radius);
  background: #f4f4f4;
}

.team-photo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--black);
  color: var(--orange);
  font-weight: 950;
}

.team-card p {
  color: #575757;
  margin-bottom: 0;
}

.plan-card {
  position: relative;
  min-height: 190px;
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
}

.plan-card.highlight {
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow);
}

.plan-card p {
  color: #575757;
}

.plan-card.highlight p {
  color: var(--muted);
}

.badge {
  display: inline-flex;
  margin-bottom: 18px;
  background: var(--orange);
  color: var(--black);
  border-radius: 6px;
  padding: 0.32rem 0.55rem;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.structure {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 36px;
  align-items: center;
  padding: 96px max(16px, calc((100% - 1180px) / 2));
  background: #111;
  color: var(--white);
}

.structure-copy p {
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
}

.gallery figure {
  min-height: 220px;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.gallery-main {
  grid-row: span 2;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 66px max(16px, calc((100% - 1180px) / 2));
  background: var(--orange);
  color: var(--black);
}

.cta-band .section-kicker {
  color: var(--black);
}

.cta-band h2 {
  margin-bottom: 12px;
}

.cta-band p {
  max-width: 680px;
  margin-bottom: 0;
  font-weight: 700;
}

.location {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: stretch;
}

address {
  font-style: normal;
  font-weight: 850;
  margin-bottom: 20px;
}

.map-wrap {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.location .btn-ghost {
  color: var(--black);
  border-color: #d6d6d6;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
  border-top: 1px solid #e7e7e7;
}

.instagram {
  display: inline-flex;
  margin-top: 12px;
  color: var(--orange-strong);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: var(--black);
  color: var(--white);
  border-radius: var(--radius);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: 6px;
  padding: 0.85rem 0.9rem;
}

.contact-form select option {
  color: var(--black);
}

.contact-form textarea {
  resize: vertical;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: #24d366;
  color: var(--black);
  border-radius: 50%;
  font-weight: 950;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px max(16px, calc((100% - 1180px) / 2));
  background: var(--black);
  color: var(--muted);
}

.footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 16px 18px;
    background: rgba(7, 7, 7, 0.96);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-sac {
    color: rgba(255, 255, 255, 0.82);
  }

  .nav-cta {
    text-align: center;
    margin-top: 12px;
  }

  .hero-stats,
  .feature-grid,
  .plans-grid,
  .team-grid,
  .split,
  .structure,
  .location,
  .contact {
    grid-template-columns: 1fr;
  }

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

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

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 68px;
  }

  .brand-logo {
    width: 168px;
    height: 38px;
  }

  .nav-links {
    top: 68px;
  }

  .hero {
    min-height: 100dvh;
    align-items: center;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(7, 7, 7, 0.82), rgba(7, 7, 7, 0.2) 52%, rgba(7, 7, 7, 0.42)),
      var(--hero-image) center/cover;
  }

  .hero-video {
    object-position: center;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 34%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.55), rgba(7, 7, 7, 0.18), rgba(7, 7, 7, 0.55)),
      linear-gradient(0deg, rgba(7, 7, 7, 0.78), rgba(7, 7, 7, 0.18) 50%, rgba(7, 7, 7, 0.52));
  }

  .hero-content {
    width: min(100% - 34px, 380px);
    text-align: center;
    padding: 88px 0 40px;
    transform: translateY(18px);
  }

  h1 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.15rem, 12.2vw, 3.45rem);
    line-height: 0.9;
  }

  .hero-copy {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.84rem;
    line-height: 1.42;
    letter-spacing: 0.07em;
  }

  .hero-actions {
    justify-content: center;
    margin-top: 22px;
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .hero-actions .btn,
  .location-actions .btn,
  .center-action .btn,
  .cta-band .btn {
    width: 100%;
  }

  .hero-actions .btn-secondary,
  .hero-actions .btn-ghost {
    display: none;
  }

  .hero-stats {
    display: none;
  }

  .hero-scroll {
    margin-top: 22px;
  }

  .quick-start a {
    min-height: 104px;
    padding: 18px;
  }

  .section {
    padding: 68px 0;
  }

  .feature-card,
  .plan-card,
  .about-panel,
  .contact-form {
    padding: 22px;
  }

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

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

  .gallery-main {
    grid-row: auto;
  }

  .map-wrap {
    min-height: 340px;
  }

  .footer {
    flex-direction: column;
  }
}
