:root {
  --red: #e50914;
  --red-dark: #a5060e;
  --black: #070808;
  --black-soft: #111315;
  --white: #ffffff;
  --text: #1b1f24;
  --muted: #626a75;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
  --radius: 8px;
  --font-heading: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --font-body: "Montserrat", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

.container {
  width: min(1300px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px max(24px, calc((100vw - 1300px) / 2));
  color: var(--white);
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header.is-sticky,
.site-header.nav-active {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(7, 8, 8, 0.92);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 292px;
  max-width: 34vw;
}

.brand img {
  width: 100%;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.55));
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 30px;
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--red);
  transition: width 0.28s ease;
}

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

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  width: 100%;
}

.header-cta,
.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 100px;
  overflow: hidden;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-cta::before,
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transition: transform 0.65s ease;
}

.header-cta:hover::before,
.btn:hover::before {
  transform: translateX(120%) skewX(-18deg);
}

.header-cta,
.btn-red {
  color: var(--white);
  background: linear-gradient(135deg, #ff151e, #ba050d);
  box-shadow: 0 16px 34px rgba(229, 9, 20, 0.35);
}

.btn-large {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 0.95rem;
}

.btn-white {
  color: var(--black);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.btn i,
.header-cta i {
  font-size: 1.22rem;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  min-height: 860px;
  padding-top: 146px;
  color: var(--white);
  background: var(--black);
  overflow: hidden;
}

.hero-slideshow,
.hero-slide,
.hero-slide img,
.hero-overlay,
.hero-panel {
  position: absolute;
  inset: 0;
}

@media (min-width: 981px) {
  .hero-slideshow,
  .hero-overlay {
    width: 70%;
    left: auto;
    right: 0;
  }
  .hero-slideshow {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 3%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 3%);
  }
}

.hero-slide {
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: opacity 1.15s ease;
}

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

.hero-slide.is-active img {
  animation: heroZoom 7s ease forwards;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 27% center;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 70% 45%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.25) 48%, rgba(0, 0, 0, 0.92) 100%);
}

.hero-panel {
  z-index: 2;
  width: 61%;
  clip-path: polygon(0 0, 100% 0, 71% 100%, 0 100%);
  background:
    linear-gradient(90deg, rgba(7, 8, 8, 0.97) 0%, rgba(7, 8, 8, 0.88) 64%, rgba(7, 8, 8, 0.2) 100%);
}

.hero-inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: 580px;
  padding-bottom: 148px;
}

.hero-content {
  max-width: 610px;
  animation: fallbackRise 0.95s ease both;
}

.hero-kicker,
.section-kicker,
.testimonial-heading p {
  margin: 0 0 4px;
  color: var(--red);
  font-family: var(--font-heading);
  font-size: 1.42rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-subkicker {
  margin: 0 0 22px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.38rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1,
.solution-copy h2,
.program-heading h2,
.problem-copy h2,
.fit-copy h2,
.get-copy h2,
.cta-copy h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 650px;
  font-family: var(--font-body);
  font-weight: 900;
  font-style: italic;
  font-size: 4.8rem;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

.hero h1 span,
.solution-copy h2 span,
.center-heading h2 span,
.program-heading h2 strong,
.problem-copy h2 span,
.fit-copy h2 span,
.get-copy h2 span {
  color: var(--red);
}

.hero-lead {
  max-width: 530px;
  margin: 28px 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.07rem;
  font-weight: 800;
  line-height: 1.55;
}

.hero-copy {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.75;
}

.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin-top: 28px;
}

.stars {
  display: inline-flex;
  gap: 3px;
  color: #ffcc21;
}

.hero-trust .stars {
  flex: 0 0 auto;
  font-size: 1.45rem;
}

.hero-trust p {
  margin: 0;
  color: rgb(34 34 34 / 82%);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: 30px;
  color: #3c4249;
  font-weight: 600;
  line-height: 1.72;
}

.hero-arrow,
.testimonial-arrow,
.client-control {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hero-arrow {
  top: 43%;
  width: 54px;
  height: 54px;
  font-size: 1.3rem;
}

.hero-prev {
  left: min(50%, 900px);
}

.hero-next {
  right: 42px;
}

.hero-arrow:hover,
.testimonial-arrow:hover,
.client-control:hover {
  transform: translateY(-2px) scale(1.04);
  color: var(--white);
  background: var(--red);
}

.hero-dots,
.testimonial-dots {
  position: absolute;
  z-index: 9;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transform: translateX(-50%);
}

.hero-dots {
  bottom: 170px;
}

.hero-dots button,
.testimonial-dots button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.hero-dots button.is-active,
.testimonial-dots button.is-active {
  border-color: var(--white);
  background: var(--red);
  transform: scale(1.1);
}

.client-strip {
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  min-height: 132px;
  padding-inline: max(22px, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, rgba(7, 8, 8, 0.05), rgba(7, 8, 8, 0.94) 36%, rgba(7, 8, 8, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.client-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.client-track {
  display: flex;
  align-items: center;
  gap: 38px;
  width: max-content;
  animation: clientScroll 34s linear infinite;
}

.client-marquee:hover .client-track {
  animation-play-state: paused;
}

.client-track img {
  width: 145px;
  max-height: 58px;
  object-fit: contain;
  opacity: 0.55;
  /* filter: grayscale(1) brightness(1.8); */
}

.client-control {
  position: static;
  justify-self: center;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  box-shadow: none;
}

.section-light,
.section-dark {
  position: relative;
  overflow: hidden;
}

.section-light {
  background: #f7f8f9;
}

.problem-section {
  padding: 78px 0 70px;
  background: #ffffff url(../img/problem-section_background.webp) center / cover no-repeat;
}

.problem-grid,
.solution-grid,
.fit-grid,
.get-grid,
.cta-grid {
  display: grid;
  align-items: center;
  gap: 64px;
}

.problem-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
}

.problem-visual {
  position: relative;
  min-height: 390px;
}

.problem-photo {
  width: min(560px, 100%);
  /* filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.16)); */
}

.question-symbol {
  position: absolute;
  top: -24px;
  right: -50px;
  width: 128px;
  filter: drop-shadow(0 20px 26px rgba(229, 9, 20, 0.28));
  animation: questionDance 3s ease-in-out infinite;
}

.problem-copy h2,
.get-copy h2 {
  color: #11151a;
  font-size: 3.35rem;
  line-height: 0.95;
}

.problem-copy h2::after,
.get-copy h2::after,
.fit-copy h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 18px 0 24px;
  background: var(--red);
}

.danger-list,
.check-grid,
.fit-list,
.get-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.danger-list {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.danger-list li,
.check-grid span,
.fit-list span,
.get-list span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.fit-list span {
    align-items: center;
}
.danger-list i,
.check-grid i,
.fit-list i,
.get-list i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: 0.78rem;
  box-shadow: 0 8px 16px rgba(229, 9, 20, 0.2);
}

.problem-copy p {
  max-width: 610px;
  margin: 0;
  color: #3c4249;
  font-weight: 600;
  line-height: 1.72;
}

.solution-section {
  padding: 86px 0;
  color: var(--white);
  background: #090a0b url("../img/testimoni-section_background.webp") center / cover no-repeat;
}

.solution-section::before,
.testimonial-section::before,
.fit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 97% 9%, rgba(229, 9, 20, 0.26), transparent 17%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 55%, rgba(0, 0, 0, 0.18));
}

.solution-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.solution-copy h2 {
  margin-bottom: 26px;
  color: var(--white);
  font-size: 4.35rem;
  line-height: 0.9;
}

.solution-copy p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  line-height: 1.72;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 30px;
  margin: 26px 0;
}

.check-grid i {
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.solution-note {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 2px dashed rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
}

.solution-note img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.solution-note p {
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.solution-visual img {
  width: min(650px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.35));
  animation: visualFloat 5.5s ease-in-out infinite;
}

.why-section {
  padding: 74px 0 84px;
  background:
    radial-gradient(circle at 8px 8px, rgba(0, 0, 0, 0.13) 1px, transparent 2px) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffffff, #f4f5f6);
}

.center-heading {
  text-align: center;
}

.center-heading h2 {
  margin: 0 0 46px;
  color: #15191f;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  line-height: 0.95;
}

.center-heading h2 span {
  display: block;
  font-size: 3.45rem;
}

.center-heading h2::after,
.testimonial-heading h2::after {
  content: "";
  display: block;
  width: 118px;
  height: 5px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}

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

.benefit-card {
  position: relative;
  min-height: 190px;
  padding: 58px 22px 24px;
  border-radius: var(--radius);
  text-align: center;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.09);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  animation: fallbackRise 0.85s ease both;
}

.benefit-card:hover,
.program-card:hover,
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.16);
}

.hex-icon {
  position: absolute;
  top: -36px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  transform: translateX(-50%);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  color: var(--white);
  background: linear-gradient(135deg, #ff2a31, #c0060e);
  box-shadow: 0 14px 24px rgba(229, 9, 20, 0.25);
  font-size: 2rem;
}

.benefit-card h3 {
  margin: 0 0 10px;
  color: #1d2229;
  font-size: 1rem;
  line-height: 1.25;
}

.benefit-card p {
  margin: 0;
  color: #515963;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.48;
}

.program-section {
  padding: 82px 0 96px;
  background: #f7f7f7 url("../img/program-section_background.webp") center top / cover no-repeat;
}

.program-heading {
  max-width: 730px;
  margin-bottom: 30px;
}

.program-heading > p:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
  color: #171a1f;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.program-heading > p:first-child span {
  width: 58px;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--red) 0 7px, transparent 7px 12px);
}

.program-heading h2 {
  color: #08090a;
  font-size: 5.4rem;
  line-height: 0.86;
}

.program-intro {
  max-width: 620px;
  margin: 24px 0 0;
  color: #59616b;
  font-weight: 600;
  line-height: 1.75;
}

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

.program-card {
  position: relative;
  min-height: 334px;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: #101214;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  animation: fallbackRise 0.85s ease both;
}

.program-img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.program-card:hover .program-img {
  transform: scale(1.08);
}

.program-body {
  position: relative;
  min-height: 120px;
  padding: 56px 28px 26px;
  background: linear-gradient(180deg, #111315, #070808);
}

.program-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.82) 0%, rgba(229, 9, 20, 0.16) 70%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
  pointer-events: none;
  z-index: 1;
}

.program-icon-wrap {
  position: absolute;
  top: -42px;
  left: 20px;
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, #ff151e, #ba050d);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.45));
}

.program-icon-inner {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #0f1113;
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}

.program-icon-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.program-card h3 {
  margin: 10px 0 9px;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
}

.program-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.fit-section {
  padding: 104px 0 92px;
  color: var(--white);
  background: #000000;
}

.fit-top,
.fit-bottom {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fit-top {
  top: 0;
  height: 48px;
  background: url("../img/cocokuntuk-section_background-top.webp")        center top / cover no-repeat,        #ededed;
  /* background: red; */
}

.fit-bottom {
  bottom: 0;
  height: 38px;
  background-image: url("../img/cocokuntuk-section_background-bottom.webp");
}

.fit-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.fit-copy h2 {
  color: var(--white);
  font-size: 3.6rem;
  line-height: 0.95;
}

.fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
  max-width: 610px;
}

.fit-list span,
.get-list span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.fit-list i,
.get-list i {
  width: 38px;
  height: 38px;
  font-size: 1rem;
}

.fit-visual img {
  width: min(590px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.32));
}

.get-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 90px;
  background: transparent;
}

.get-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  background:
    url("../img/whatyouget-section_background-right.webp") right center / auto 100% no-repeat,
    linear-gradient(180deg, #ffffff, #f5f6f7);
}

.get-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.get-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
  max-width: 660px;
}

.get-list span {
  color: #242a31;
}

.get-visual img {
  width: min(580px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.15));
}

.testimonial-section {
  padding: 66px 0 74px;
  color: var(--white);
  background: #070808 url("../img/testimoni-section_background.webp") center / cover no-repeat;
}

.testimonial-section .container {
  position: relative;
  z-index: 1;
}

.testimonial-heading {
  text-align: center;
}

.testimonial-heading p {
  margin-bottom: 2px;
  font-size: 1.15rem;
}

.testimonial-heading h2 {
  margin: 0 0 34px;
  font-family: var(--font-heading);
  font-size: 3.1rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.testimonial-wrap {
  position: relative;
}

.testimonial-window {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-card {
  flex: 0 0 calc((100% - 72px) / 4);
  min-height: 266px;
  padding: 34px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  animation: fallbackRise 0.85s ease both;
}

.quote {
  color: var(--red);
  font-size: 2.2rem;
}

.testimonial-card p {
  min-height: 106px;
  margin: 16px 0 18px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.6;
}

.person span,
.person small {
  display: block;
}

.person span {
  font-weight: 900;
}

.person small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-card .stars {
  margin-top: 12px;
  font-size: 0.86rem;
}

.testimonial-arrow {
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}

.testimonial-prev {
  left: -56px;
}

.testimonial-next {
  right: -56px;
}

.testimonial-dots {
  position: static;
  margin-top: 26px;
  transform: none;
}

.testimonial-dots button {
  width: 12px;
  height: 12px;
  border-width: 2px;
  background: transparent;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 44px 0;
  color: var(--white);
  background: #b80008 url("../img/cta-section_background.webp") top center / cover no-repeat;
  padding-top: 90px;
}

.cta-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  gap: 42px;
}

.cta-copy h2 {
  max-width: 720px;
  color: var(--white);
  font-size: 3rem;
  line-height: 0.96;
}

.cta-copy p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  line-height: 1.65;
}

.cta-action {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.cta-action p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.cta-phone {
  display: inline-flex;
  color: var(--white);
  font-size: 2rem;
  font-weight: 900;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #030303;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.9fr 1.1fr;
  gap: 52px;
  padding: 54px 0 34px;
}

.footer-brand img {
  width: 245px;
  margin-bottom: 14px;
}

.footer-brand p,
.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer a:hover {
  color: var(--white);
  transform: translateX(4px);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  width: 34px;
  height: 34px;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.socials a:hover {
  transform: translateY(-3px);
  background: var(--red);
}

.copyright {
  margin: 0;
  padding: 18px 24px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
}

.sticky-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--white);
  background: #12b946;
  box-shadow: 0 14px 32px rgba(18, 185, 70, 0.4);
  font-size: 2rem;
  animation: waFloat 2.8s ease-in-out infinite;
}

.sticky-wa::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 2px solid rgba(18, 185, 70, 0.42);
  border-radius: inherit;
  animation: pulse 1.7s ease-out infinite;
}

@keyframes heroZoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes clientScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes questionDance {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-16px) rotate(5deg);
  }
}

@keyframes visualFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes waFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulse {
  from {
    opacity: 0.8;
    transform: scale(0.82);
  }
  to {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes fallbackRise {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 24px;
  }

  .brand {
    width: 240px;
  }

  .primary-nav {
    gap: 22px;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .hero-prev {
    left: 48%;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 56px;
  }

  .testimonial-prev {
    left: 6px;
  }

  .testimonial-next {
    right: 6px;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 36px, 760px);
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .brand {
    max-width: none;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .brand,
  .menu-toggle {
    position: relative;
    z-index: 1001;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 40px;
    border: none;
    border-radius: 0;
    background: rgba(7, 8, 8, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: none;
    clip-path: circle(0% at 88% 38px);
    transition: opacity 0.45s ease, clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1000;
  }

  body.nav-open .primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    clip-path: circle(150% at 88% 38px);
  }

  .primary-nav a {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.4s ease, transform 0.4s ease, color 0.25s ease;
  }

  .primary-nav a::after {
    left: 50%;
    transform: translateX(-50%);
  }

  body.nav-open .primary-nav a {
    opacity: 1;
    transform: translateY(0);
  }

  body.nav-open .primary-nav a:nth-child(1) { transition-delay: 0.08s; }
  body.nav-open .primary-nav a:nth-child(2) { transition-delay: 0.15s; }
  body.nav-open .primary-nav a:nth-child(3) { transition-delay: 0.22s; }
  body.nav-open .primary-nav a:nth-child(4) { transition-delay: 0.29s; }
  body.nav-open .primary-nav a:nth-child(5) { transition-delay: 0.36s; }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 820px;
    padding-top: 116px;
  }

  .hero-slide img {
    object-position: center;
  }

  .hero-panel {
    width: 100%;
    clip-path: none;
    background: linear-gradient(180deg, rgba(7, 8, 8, 0.74), rgba(7, 8, 8, 0.62) 52%, rgba(7, 8, 8, 0.94));
  }

  .hero-inner {
    min-height: 560px;
    padding-bottom: 146px;
  }

  .hero-content {
    max-width: 620px;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .hero-arrow {
    top: auto;
    bottom: 160px;
    width: 46px;
    height: 46px;
  }

  .hero-prev {
    left: 24px;
  }

  .hero-next {
    right: 24px;
  }

  .hero-dots {
    bottom: 176px;
  }

  .client-strip {
    grid-template-columns: 42px 1fr 42px;
    min-height: 116px;
    padding-inline: 16px;
  }

  .client-track {
    gap: 48px;
  }

  .client-track img {
    width: 118px;
  }

  .problem-grid,
  .solution-grid,
  .fit-grid,
  .get-grid,
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .problem-visual {
    min-height: auto;
  }

  .question-symbol {
    right: 22px;
    width: 128px;
  }

  .solution-visual img,
  .fit-visual img,
  .get-visual img {
    margin-inline: auto;
  }

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

  .testimonial-card {
    flex-basis: calc((100% - 24px) / 2);
  }

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

@media (max-width: 680px) {
  .cta-action {
    justify-items: center;
}
  .container {
    width: min(100% - 30px, 540px);
  }

  .site-header {
    padding: 14px 15px;
  }

  .brand {
    width: 190px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .primary-nav {
    top: 68px;
    left: 14px;
    right: 14px;
  }

  .hero {
    min-height: 660px;
    padding-top: 86px;
  }

  .hero-inner {
    align-items: start;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 132px;
  }

  .hero-kicker,
  .hero-subkicker {
    font-size: 1.45rem;
  }

  .hero h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    padding-top: 25px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 0.98rem;
  }

  .hero-copy {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .btn,
  .btn-large {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    white-space: normal;
    text-align: center;
  }

  .hero-trust {
    align-items: flex-start;
    gap: 12px;
  }

  .hero-trust .stars {
    font-size: 1rem;
    padding-top: 3px;
  }

  .hero-trust p {
    font-size: 1rem;
  }

  .hero-dots {
    bottom: 146px;
    display: none;
  }

  .hero-arrow {
    bottom: 132px;
    display: none;
  }

  .client-strip {
    min-height: 104px;
  }

  .client-track {
    gap: 38px;
  }

  .client-track img {
    width: 96px;
    max-height: 42px;
  }

  .problem-section,
  .solution-section,
  .program-section,
  .fit-section,
  .get-section {
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .problem-copy h2,
  .solution-copy h2,
  .program-heading h2,
  .fit-copy h2,
  .get-copy h2,
  .cta-copy h2 {
    font-size: 2.75rem;
    line-height: 0.98;
  }

  .center-heading h2,
  .center-heading h2 span,
  .testimonial-heading h2 {
    font-size: 2.45rem;
  }

  .question-symbol {
    top: -10px;
    right: 4px;
    width: 100px;
  }

  .danger-list li,
  .check-grid span,
  .fit-list span,
  .get-list span {
    font-size: 0.88rem;
  }

  .check-grid,
  .fit-list,
  .get-list,
  .benefit-grid,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    gap: 54px;
  }

  .program-heading > p:first-child {
    font-size: 1.45rem;
  }

  .program-card {
    min-height: 0;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .testimonial-arrow {
    display: none;
  }

  .cta-section {
    padding: 38px 0;
  }

  .cta-phone {
    font-size: 1.65rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand img {
    max-width: 205px;
  }

  .sticky-wa {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    font-size: 1.7rem;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 2.45rem;
  }

  .problem-copy h2,
  .solution-copy h2,
  .program-heading h2,
  .fit-copy h2,
  .get-copy h2,
  .cta-copy h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: auto !important;
    padding-top: 80px;
    background: #070808 !important;
  }
  .hero-slideshow {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
  }
  .hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(7, 8, 8, 0.6) 0%, rgba(7, 8, 8, 0.8) 60%, #070808 100%) !important;
    z-index: 2;
  }
  .hero-panel {
    display: none !important;
  }
  .hero-slide img {
    object-fit: cover !important;
    object-position: center !important;
  }
  .hero-inner {
    position: relative;
    z-index: 5;
    padding: 24px 15px 72px !important;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .footer-grid > div:last-child {
    grid-column: span 2;
  }
}

/* ==========================================================================
   Gallery Event Section & Lightbox Modal Styles
   ========================================================================== */

.gallery-section {
  padding: 82px 0 90px;
  background: #e7e9eb;
}

.gallery-carousel-wrapper {
  overflow: hidden;
  margin-top: 42px;
  width: 100%;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.gallery-marquee-track {
  display: flex;
  width: max-content;
  animation: galleryScroll 32s linear infinite;
}

.gallery-carousel-wrapper:hover .gallery-marquee-track {
  animation-play-state: paused;
}

.gallery-slide-group {
  display: flex;
  gap: 24px;
  padding-inline-end: 24px;
}

.gallery-item {
  position: relative;
  flex: 0 0 auto;
  width: 350px;
  height: 250px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  background: var(--black-soft);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease;
}

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

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(229, 9, 20, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 2;
}

.gallery-item-overlay i {
  color: var(--white);
  font-size: 2rem;
  transform: scale(0.8);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(229, 9, 20, 0.22);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-item-overlay i {
  transform: scale(1);
}

@keyframes galleryScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 3));
  }
}

/* Gallery Modal Preview */
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 8, 8, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.gallery-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.92);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-modal.is-active .gallery-modal-content {
  transform: scale(1);
}

.gallery-modal-content img {
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
}

.gallery-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1210;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.35rem;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.gallery-modal-close:hover {
  background: var(--red);
  color: var(--white);
  transform: rotate(90deg) scale(1.05);
}

/* Responsive Styles for Gallery */
@media (max-width: 980px) {
  .gallery-section {
    padding: 70px 0;
  }
  .gallery-item {
    width: 290px;
    height: 210px;
  }
  .gallery-slide-group {
    gap: 16px;
    padding-inline-end: 16px;
  }
  .gallery-marquee-track {
    animation-duration: 26s;
  }
}

@media (max-width: 680px) {
  .gallery-section {
    padding: 60px 0;
  }
  .gallery-item {
    width: 220px;
    height: 160px;
  }
  .gallery-slide-group {
    gap: 12px;
    padding-inline-end: 12px;
  }
  .gallery-marquee-track {
    animation-duration: 20s;
  }
  .gallery-modal-close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }
}

/* Instagram Join Footer Styles */
.instagram-join {
  margin-top: 24px;
}

.instagram-join a {
  display: grid;
  align-items: center;
  gap: 14px;
  width: fit-content;
  grid-template-columns: auto auto;
}

.instagram-join span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.instagram-large-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.3s ease;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  max-width: 85px!important;
}

.instagram-join a:hover .instagram-large-icon {
  transform: scale(1.12);
  filter: drop-shadow(0 8px 20px rgba(225, 48, 108, 0.45));
}

.instagram-join a:hover span {
  color: var(--white);
}

/* Static Client Logos Section */
.client-logos-section {
  background: var(--white);
  padding: 62px 0 54px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.client-static-img {
  width: 100%;
  max-width: 880px;
  height: auto;
  margin-inline: auto;
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .client-logos-section {
    padding: 44px 0 38px;
  }
}


