:root {
  --lp-bg: #101010;
  --lp-bg-soft: #1a1a1a;
  --lp-card: #222;
  --lp-primary: #d65f2e;
  --lp-primary-dark: #b74d21;
  --lp-whatsapp: #25d366;
  --lp-text: #f4f4f4;
  --lp-muted: #d0d0d0;
  --lp-border: rgba(255, 255, 255, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  background: radial-gradient(1200px 500px at 20% -10%, #342116 0%, var(--lp-bg) 52%),
              radial-gradient(1000px 450px at 100% 0%, #2b120b 0%, transparent 60%),
              var(--lp-bg);
  color: var(--lp-text);
  line-height: 1.6;
  overflow-x: hidden;
}

.p-canvas-webgl {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  pointer-events: none;
  opacity: 0.42;
  filter: saturate(1.18);
  mix-blend-mode: screen;
}

body::before {
  content: "";
  position: fixed;
  width: 620px;
  height: 620px;
  right: -220px;
  bottom: -180px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(214, 95, 46, 0.16) 0%, rgba(214, 95, 46, 0.05) 45%, transparent 70%);
  filter: blur(16px);
  animation: firePulse 8s ease-in-out infinite;
  z-index: -1;
}

.py-lg-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

#mainNav {
  background: rgba(16, 16, 16, 0.65);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

#mainNav.scrolled {
  background: rgba(16, 16, 16, 0.95);
  border-color: var(--lp-border);
}

.brand-logo {
  height: 64px;
  width: auto;
  object-fit: contain;
}

.navbar .nav-link {
  color: #fff;
  font-weight: 600;
  transition: color 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--lp-primary);
}

.btn-whatsapp-nav {
  background: var(--lp-whatsapp);
  color: #fff;
  border: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1.15rem;
}

.btn-whatsapp-nav:hover {
  background: #1ebc59;
  color: #fff;
}

.hero-section {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.84) 10%, rgba(0, 0, 0, 0.42) 58%),
              radial-gradient(circle at 65% 80%, rgba(214, 95, 46, 0.2), transparent 42%);
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ffd8c7;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.hero-title,
.section-title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: clamp(2.2rem, 7vw, 5rem);
  line-height: 0.98;
  margin-bottom: 1rem;
}

.hero-subtitle {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  color: #f1f1f1;
}

.btn-cta {
  background: linear-gradient(120deg, var(--lp-primary) 0%, #ff7e3f 100%);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 999px;
  border: 0;
  padding: 0.85rem 1.9rem;
  box-shadow: 0 8px 24px rgba(214, 95, 46, 0.35);
}

.btn-cta:hover {
  color: #fff;
  background: linear-gradient(120deg, var(--lp-primary-dark) 0%, #e66f36 100%);
}

.section-dark {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.82) 0%, rgba(22, 22, 22, 0.82) 100%);
  position: relative;
  isolation: isolate;
}

.section-soft {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.8) 0%, rgba(29, 29, 29, 0.8) 100%);
  position: relative;
  isolation: isolate;
}

.section-dark::after,
.section-soft::after,
.quote-banner::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 95, 46, 0.13) 0%, rgba(214, 95, 46, 0.04) 48%, transparent 72%);
  filter: blur(12px);
  left: -160px;
  bottom: -140px;
  z-index: -1;
  animation: firePulse 9s ease-in-out infinite;
}

.section-header {
  max-width: 780px;
  margin-inline: auto;
}

.section-title {
  font-size: clamp(2rem, 5.2vw, 3.2rem);
  margin-bottom: 0.75rem;
}

.section-text {
  color: var(--lp-muted);
  font-size: 1.1rem;
}

.experience-process {
  max-width: 1160px;
  margin-inline: auto;
}

.experience-card {
  background: linear-gradient(145deg, rgba(39, 39, 39, 0.88) 0%, rgba(26, 26, 26, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.2rem 1.1rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.experience-card h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  margin-bottom: 0.65rem;
  color: #fff;
}

.experience-card i {
  color: var(--lp-primary);
}

.experience-card p,
.experience-card li {
  color: #e5e5e5;
}

.experience-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.experience-card li {
  margin-bottom: 0.35rem;
}

.service-card,
.event-card {
  height: 100%;
  background: linear-gradient(145deg, #272727 0%, #1f1f1f 100%);
  border: 1px solid var(--lp-border);
  border-radius: 1.1rem;
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-card,
.event-card {
  position: relative;
  overflow: hidden;
}

.service-card > *,
.event-card > * {
  position: relative;
  z-index: 2;
}

.service-fire-canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.92;
}

.service-card-glow {
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 170px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 94, 0, 0.26) 0%, rgba(255, 94, 0, 0.09) 40%, transparent 74%);
  opacity: 0;
  transform: translateY(20px);
  z-index: 1;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.service-card:hover,
.event-card:hover {
  transform: translateY(-5px);
  border-color: rgba(214, 95, 46, 0.65);
}

.service-card:hover,
.service-card.is-hovered,
.event-card:hover,
.event-card.is-hovered {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35), 0 0 24px rgba(255, 94, 0, 0.24);
}

.service-card:hover .service-card-glow,
.service-card.is-hovered .service-card-glow,
.event-card:hover .service-card-glow,
.event-card.is-hovered .service-card-glow {
  opacity: 1;
  transform: translateY(0);
}

.service-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(214, 95, 46, 0.16);
  color: var(--lp-primary);
  font-size: 1.35rem;
  margin-bottom: 0.9rem;
}

.service-card h3,
.event-card h3,
.footer-title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 0.45rem;
}

.service-card p,
.event-card ul {
  color: #dddddd;
  margin-bottom: 0;
}

.event-card ul {
  padding-left: 1.2rem;
}

.event-card li {
  margin-bottom: 0.3rem;
}

.quote-banner {
  background: linear-gradient(115deg, rgba(214, 95, 46, 0.2), rgba(43, 18, 11, 0.42));
  position: relative;
  isolation: isolate;
}

.quote-panel {
  border: 1px solid rgba(214, 95, 46, 0.45);
  border-radius: 1.3rem;
  padding: 2rem;
  background: linear-gradient(160deg, rgba(22, 22, 22, 0.95), rgba(34, 20, 14, 0.92));
}

.about-visual {
  border-radius: 1.1rem;
  border: 1px solid rgba(214, 95, 46, 0.35);
  background: radial-gradient(circle at center, rgba(214, 95, 46, 0.12) 0%, rgba(20, 20, 20, 0.85) 70%);
  padding: 1rem;
  text-align: center;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-visual-grid {
  display: grid;
  gap: 0.75rem;
}

.about-main-photo,
.about-thumb {
  margin: 0;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.about-main-photo {
  aspect-ratio: 16 / 10;
}

.about-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.about-thumb {
  aspect-ratio: 1 / 1;
}

.about-main-photo img,
.about-thumb img {
  transition: transform 0.35s ease;
}

.about-main-photo:hover img,
.about-thumb:hover img {
  transform: scale(1.04);
}

.banner-card {
  height: 100%;
  border: 1px solid rgba(214, 95, 46, 0.38);
  border-radius: 1.1rem;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.banner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 95, 46, 0.78);
}

.banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lp-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(20, 20, 20, 0.72);
}

.lp-gallery__strip-wrapper {
  flex: 0 0 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.65);
}

.lp-gallery__strip {
  min-height: 100%;
  padding-block: 1rem;
}

.lp-photo {
  position: relative;
  text-align: right;
  padding: 0.6rem 0.35rem 2.3rem 0;
  margin: 0;
}

.lp-photo__image {
  overflow: hidden;
  border-radius: 0.8rem;
}

.lp-photo__image img {
  width: 92%;
  height: auto;
  display: block;
  transform: translateX(22%);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-photo__name {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.25rem, 2.8vw, 2.2rem);
  letter-spacing: 0.07em;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.85);
  margin-top: -0.65rem;
  transition: color 0.35s ease, transform 0.35s ease;
  position: relative;
  width: 100%;
  padding-right: 0.55rem;
}

.lp-photo:hover .lp-photo__image img {
  transform: translateX(0%);
}

.lp-photo:hover .lp-photo__name {
  color: #fff;
  transform: translateX(-5px);
}

@keyframes lp-move-it {
  0%, 90%, 100% { transform: translateY(2%); }
  45% { transform: translateY(-50%); }
}

@keyframes lp-move-it-2 {
  0%, 90%, 100% { transform: translateY(-50%); }
  45% { transform: translateY(5%); }
}

.site-footer {
  background: rgba(13, 13, 13, 0.88);
  border-top: 1px solid var(--lp-border);
}

.footer-logo {
  max-width: 210px;
}

.footer-links li {
  margin-bottom: 0.35rem;
}

.footer-links a,
.site-footer a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover,
.site-footer a:hover {
  color: var(--lp-primary);
}

.footer-bottom {
  border-top: 1px solid var(--lp-border);
  color: #b3b3b3;
}

.whatsapp-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--lp-whatsapp);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  z-index: 1050;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes firePulse {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.72;
  }
  50% {
    transform: translate(-14px, -10px) scale(1.08);
    opacity: 0.98;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.72;
  }
}

.terms-page {
  padding-top: 82px;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .lp-gallery__strip-wrapper {
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .lp-gallery {
    height: 100vh;
  }

  .lp-gallery__strip-wrapper {
    flex: 0 0 25%;
  }

  .lp-gallery__strip.one {
    animation: 62s lp-move-it ease alternate infinite 5s;
    transform: translateY(2%);
  }

  .lp-gallery__strip.two {
    animation: 58s lp-move-it-2 ease alternate infinite 5s;
    transform: translateY(-50%);
  }

  .lp-gallery__strip.three {
    animation: 70s lp-move-it ease alternate infinite 6s;
    transform: translateY(2%);
  }

  .lp-gallery__strip.four {
    animation: 65s lp-move-it-2 ease alternate infinite 5.5s;
    transform: translateY(-50%);
  }

  .lp-gallery__strip:hover {
    animation-play-state: paused;
  }

  .brand-logo {
    height: 74px;
  }
}

@media (max-width: 575.98px) {
  .about-thumb-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(12, 12, 12, 0.95);
    margin-top: 0.7rem;
    border-radius: 0.8rem;
    padding: 0.8rem;
    border: 1px solid var(--lp-border);
  }
}
