:root {
  --web-red: #d94a5c;
  --dark-1: #0f0f0f;
  --dark-2: #141414;
  --dark-3: #1a1a1a;
}

html, body {
  overflow-x: hidden;
}

/* HERO SECTION */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start; /* not center */
  justify-content: center;
  padding-top: 18vh; /* moves content slightly higher */
  padding-bottom: 12vh;
  text-align: center;
  color: #fff;
  background: url('https://andrazzan.com/coaching/img/revoulation/andraz_coaching_jibe.jpg') center/cover no-repeat;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 14vh;
    padding-bottom: 16vh;
    background: url('https://andrazzan.com/coaching/img/revoulation/andraz_coaching_mobile.png') center/cover no-repeat;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.70)
  );
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

/* TITLE */
.hero-title {
  font-size: clamp(42px, 6vw, 96px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}

.hero-main {
  display: block;
  color: #ffffff;
}

.hero-accent {
  display: block;
  color: var(--web-red);
  font-weight: 600;
}

/* EXPERIENCE */
.hero-experience {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 36px;
  opacity: 0.95;
}

/* DESCRIPTION */
.hero-description {
  font-size: clamp(16px, 1.6vw, 20px);
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.65;
  opacity: 0.9;
}

/* BUTTON */
.hero-button {
  display: inline-block;
  padding: 14px 38px;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.hero-button:hover {
  background: #fff;
  color: #000;
}

/* MOBILE REFINEMENT */
@media (max-width: 576px) {

  .hero-title {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 22px;
  }

  .hero-experience {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 34px;
  }

}:root {
  --web-red: #d94a5c;
}

/* HERO SECTION */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start; /* not center */
  justify-content: center;
  padding-top: 18vh; /* moves content slightly higher */
  padding-bottom: 12vh;
  text-align: center;
  color: #fff;
  background: url('https://andrazzan.com/coaching/img/revoulation/andraz_coaching_jibe.jpg') center/cover no-repeat;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 14vh;
    padding-bottom: 16vh;
    background: url('https://andrazzan.com/coaching/img/revoulation/andraz_coaching_mobile.png') center/cover no-repeat;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.70)
  );
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

/* TITLE */
.hero-title {
  font-size: clamp(42px, 6vw, 96px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}

.hero-main {
  display: block;
  color: #ffffff;
}

.hero-accent {
  display: block;
  color: var(--web-red);
  font-weight: 600;
}

/* EXPERIENCE */
.hero-experience {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 36px;
  opacity: 0.95;
}

/* DESCRIPTION */
.hero-description {
  font-size: clamp(16px, 1.6vw, 20px);
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.65;
  opacity: 0.9;
}

/* BUTTON */
.hero-button {
  display: inline-block;
  padding: 14px 38px;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.hero-button:hover {
  background: #fff;
  color: #000;
}

/* MOBILE REFINEMENT */
@media (max-width: 420px) {
  .hero-section {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .hero-main,
  .hero-accent {
    display: block;
  }

  .hero-experience {
    font-size: 12.5px;
    margin-bottom: 28px;
  }

  .hero-description {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .hero-section .container {
    text-align: left;
  }
.hero-experience {
  font-size: clamp(13px, 1.6vw, 22px);
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 36px;
  opacity: 0.95;
  white-space: nowrap;
}
  
}


@media (max-width: 768px) {

  .hero-section {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section .container {
    text-align: left;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 18px;
  }

  .hero-experience {
    margin-bottom: 26px;
  }

  .hero-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

}
@media (max-width: 380px) {

  .hero-section {
    padding-top: 16vh;
    padding-bottom: 18vh;
  }

  .hero-title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 18px;
  }

  .hero-experience {
    white-space: normal;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .hero-experience span {
    display: block;
    margin-bottom: 6px;
  }

  .hero-description {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 28px;
  }

}@media (min-width: 381px) {
  .hero-experience span {
    display: inline;
  }

  .hero-experience span:not(:last-child)::after {
    content: " · ";
  }
}footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  }
.hero-section {
  min-height: 100vh;
  min-height: 100svh;
}
@media (max-width: 380px) {

  .hero-section {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    align-items: flex-start;
  }

  .hero-section .container {
    margin-top: 0;
  }

  .hero-button {
    margin-bottom: 20px;
  }

}
@media (max-height: 568px) {

  .hero-section {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero-section .container {
    flex: 1;
  }

}/* Desktop default */
.hero-experience span {
  display: inline;
}

.hero-experience span:not(:last-child)::after {
  content: " · ";
}

/* Mobile stacked */
@media (max-width: 575px) {

  .hero-experience {
    white-space: normal;
  }

  .hero-experience span {
    display: block;
    margin-bottom: 6px;
  }

  .hero-experience span::after {
    content: none;
  }

}
/* Smaller sticky header */

.header {
  height: 90px;
  transition: all 0.3s ease;
}

.header.sticky {
  height: 55px;
}
footer.page-footer-wrapper {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

footer.page-footer-wrapper p,
footer.page-footer-wrapper .copyright {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
footer,
.page-footer-wrapper {
  position: relative !important;
  bottom: auto !important;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1000;
  background: transparent;
}

.site-header.scrolled {
  height: 60px;
  background: rgba(0, 0, 0, 0.92);
}

.nav-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
}

/* DESKTOP NAV */

.nav-desktop {
  display: flex;
  gap: 40px;
}

.nav-desktop a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  transition: color 0.2s ease;
}

.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #d94a5c;
  transition: width 0.25s ease;
}

.nav-desktop a:hover::after {
  width: 100%;
}

/* MOBILE NAV TOGGLE */

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
}

/* MOBILE */

@media (max-width: 992px) {

  .nav-desktop {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

}
/* MOBILE MENU */
/* ========================= */

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  z-index: 999;
}

.mobile-menu.active {
  transform: translateY(0);
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Prevent background scroll */
body.menu-open {
  overflow: hidden;
}
.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: opacity 0.2s ease;
}

.mobile-menu a:hover {
  opacity: 0.6;
}
.logo-mobile {
  display: none;
}

@media (max-width: 992px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: inline;
    font-weight: 600;
    letter-spacing: 2px;
  }
}
/* HAMBURGER ANIMATION */
/* ========================= */

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

/* Active State */

.nav-toggle.active span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

@media (max-width: 992px) {
  .nav-toggle {
    display: flex;
  }
}
.logo a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.2s ease;
}

.site-header.scrolled .logo a {
  color: #fff;
}
@media (max-width: 992px) {
  .logo a {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.site-header .brand-logo {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: inherit;
}

.site-header .brand-logo .accent {
  color: #d94a5c !important;
}

@media (max-width: 992px) {
  .site-header .brand-logo {
    font-size: 17px !important;
  }
}
/* SYSTEM SECTION */
/* ========================= */

.section-system {
  background: #0d0d0d;
  padding: 120px 0;
}

.section-system .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-header h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.section-sub {
  color: #d94a5c;
  font-size: 16px;
  letter-spacing: 1px;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.system-item {
  text-align: left;
}

.step-number {
  font-size: 48px;
  font-weight: 800;
  color: #d94a5c;
  margin-bottom: 15px;
}

.system-item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.system-item img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 4px;
}

.system-item p {
  color: #bbb;
  font-size: 15px;
  line-height: 1.6;
}

/* Second row centering (2 items) */
.system-grid .system-item:nth-child(4),
.system-grid .system-item:nth-child(5) {
  grid-column: span 1;
}

/* Tablet */
@media (max-width: 992px) {
  .system-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-system {
    padding: 80px 0;
  }

  .system-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .section-header h2 {
    font-size: 26px;
  }
}
.system-item h3 {
  margin-top: 8px;
}
.system-item img {
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.section-system {
  padding: 140px 0;
}
/* ========================= */
/* FILTER SECTION */
/* ========================= */

.section-filter {
  background: #111;
  padding: 140px 0;
}

.filter-header {
  text-align: center;
  margin-bottom: 60px;
}

.filter-header h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.filter-sub {
  color: #ccc;
  font-size: 18px;
}

.filter-sub span {
  color: #d94a5c;
}

.filter-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.filter-intro {
  color: #bbb;
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.filter-list li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 20px;
}

.filter-list li::before {
  content: "•";
  color: #d94a5c;
  position: absolute;
  left: 0;
}

.filter-note {
  color: #999;
  font-size: 15px;
  font-style: italic;
}

/* Mobile */
@media (max-width: 768px) {
  .section-filter {
    padding: 90px 20px;
  }

  .filter-header h2 {
    font-size: 24px;
  }

  .filter-intro {
    font-size: 16px;
  }
}
.filter-list li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.6;
  position: relative;
  padding-left: 22px;
}

.filter-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d94a5c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.filter-note {
  color: #bbb;
  font-size: 16px;
  margin-top: 40px;
}
/* ========================= */
/* AUTHORITY SECTION */
/* ========================= */

.section-authority {
  background: #0d0d0d;
  padding: 160px 0;
}

.authority-header {
  text-align: center;
  margin-bottom: 100px;
}

.authority-header h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.authority-sub {
  color: #aaa;
  font-size: 18px;
}

.authority-sub span {
  color: #d94a5c;
}

.authority-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.authority-image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.authority-stats {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 54px;
  font-weight: 800;
  color: #d94a5c;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* Tablet */
@media (max-width: 992px) {
  .authority-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .authority-image {
    order: -1;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-authority {
    padding: 100px 20px;
  }

  .authority-header h2 {
    font-size: 26px;
  }

  .stat-number {
    font-size: 42px;
  }

  .stat-text {
    font-size: 16px;
  }
}
/* ========================= */
/* WHAT WE WORK ON SECTION */
/* ========================= */

.section-focus {
  background: #141414; /* slightly lighter than other dark sections */
  padding: 180px 0;
}

.focus-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 80px;
  padding: 0 40px;
}

.focus-left {
  display: flex;
  align-items: flex-start;
}

.focus-title h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 1px;
}

.focus-line {
  width: 60px;
  height: 4px;
  background: #d94a5c;
  margin-top: 30px;
}

.focus-right {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.focus-item h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.focus-item p {
  font-size: 17px;
  color: #bbb;
  line-height: 1.7;
  max-width: 600px;
}

/* Tablet */
@media (max-width: 992px) {
  .focus-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .focus-title h2 {
    font-size: 38px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-focus {
    padding: 100px 20px;
  }

  .focus-title h2 {
    font-size: 30px;
  }

  .focus-right {
    gap: 50px;
  }

  .focus-item h3 {
    font-size: 20px;
  }

  .focus-item p {
    font-size: 16px;
  }
}
/* Background word */
.focus-bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 180px;
  font-weight: 900;
  color: #ffffff;
  opacity: 0.03;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 10px;
}

.section-focus {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .focus-bg-word {
    font-size: 90px;
  }
}
.focus-item {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.4s ease;
}

.focus-item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .focus-item:hover {
    transform: translateX(10px);
  }
}
.focus-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.focus-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.focus-item {
  opacity: 1;
  transform: none;
}
.js .focus-item {
  opacity: 0;
  transform: translateY(40px);
}
/* Tablet */
@media (max-width: 992px) {
  .focus-bg-word {
    font-size: 100px;
    opacity: 0.02;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .focus-bg-word {
    display: none;
  }
}
.section-system {
  background: var(--dark-1);
}

.section-filter {
  background: var(--dark-2);
}

.section-experience {
  background: var(--dark-1);
}

.section-focus {
  background: var(--dark-3);
}
.section-system,
.section-experience {
  box-shadow: inset 0 40px 60px -40px rgba(0,0,0,0.6);
}
/* Focus section bullet styling */

.focus-tagline {
  color: #d94a5c;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.focus-list li {
  color: #bbb;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}

.focus-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d94a5c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
@media (max-width: 768px) {

  .section-focus {
    padding: 70px 20px;
  }

  .focus-wrapper {
    gap: 40px;
  }

  .focus-right {
    gap: 40px;
  }

  .focus-item {
    padding-bottom: 30px;
  }

  .focus-item h3 {
    margin-bottom: 12px;
  }

  .focus-tagline {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .focus-list li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

}@media (max-width: 768px) {

  .focus-list li {
    line-height: 1.45;
  }

}
.focus-accent {
  color: #d94a5c;
  font-weight: 500;
}
/* ========================= */
/* VISUAL PROOF SECTION */
/* ========================= */

.section-proof {
  position: relative;
  height: 65vh;
  min-height: 520px;
  background:
    linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.75)),
    url('https://andrazzan.com/coaching/img/coaching_photo/coaching-client.webp');
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
  .section-proof {
  position: relative;
  height: 80vh;
  min-height: 650px;
  background-image: url('https://andrazzan.com/coaching/img/coaching_photo/coaching-client.webp');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}

.section-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.15));
}

.proof-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px 40px;
}

.proof-text h2 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.proof-text p {
  font-size: 18px;
  color: #ddd;
  max-width: 420px;
  line-height: 1.5;
}

/* MOBILE */
@media (max-width: 768px) {
  .section-proof {
    height: 70vh;
    min-height: 520px;
    background-image: url('https://andrazzan.com/coaching/img/coaching_photo/coaching-client-mobile.webp');
    background-position: center 25%;
  }

  .proof-inner {
    padding: 0 20px 80px 20px;
  }

  .proof-text h2 {
    font-size: 26px;
  }

  .proof-text p {
    font-size: 15px;
  }
}
}
/* ===== FINAL PROOF SECTION ===== */

.section-proof {
  position: relative;
  height: 80vh;
  min-height: 650px;
  background-image: url('https://andrazzan.com/coaching/img/coaching_photo/coaching-client.webp');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;   /* changed */
}

.section-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.15));
}

.proof-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 100px 40px;
}

.proof-text {
  max-width: 520px;
}

.proof-text h2 {
  font-size: 54px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.proof-accent {
  color: #d94a5c;
  font-weight: 900;
}

.proof-text p {
  font-size: 20px;
  color: #e0e0e0;
  line-height: 1.5;
}

/* MOBILE */
@media (max-width: 768px) {
  .section-proof {
    height: 70vh;
    min-height: 520px;
    background-image: url('https://andrazzan.com/coaching/img/coaching_photo/coaching-client-mobile.webp');
    background-position: center 25%;
    align-items: flex-end;   /* keep bottom on mobile */
  }


  .proof-inner {
    padding: 0 20px 70px 20px;
  }

  .proof-text h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .proof-text p {
    font-size: 16px;
  }
}
/* ========================= */
/* DIFFERENTIATION SECTION */
/* ========================= */

.section-difference {
  background: #ffffff;
  padding: 160px 20px;
}

.difference-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.difference-line {
  width: 4px;
  background: #d94a5c;
}

.difference-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #000000;
}

.difference-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 25px;
}

.difference-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.difference-content li {
  font-size: 17px;
  color: #000000;
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
}

.difference-content li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d94a5c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* Mobile */
@media (max-width: 768px) {

  .section-difference {
    padding: 90px 20px;
  }

  .difference-inner {
    gap: 20px;
  }

  .difference-content h2 {
    font-size: 24px;
  }

  .difference-content p {
    font-size: 16px;
  }

  .difference-content li {
    font-size: 15px;
  }
}
/* ========================= */
/* FILTER SECTION */
/* ========================= */

.section-filter {
  background: #0f0f0f;
  padding: 180px 40px;
}

.filter-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.filter-left h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.filter-divider {
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    #d94a5c,
    transparent
  );
  height: 220px;
  margin-top: 10px;
}

.filter-right {
  max-width: 500px;
}

.filter-right p {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 25px;
  line-height: 1.6;
}

.filter-right ul {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.filter-right li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #bbbbbb;
  position: relative;
  padding-left: 18px;
}

.filter-right li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d94a5c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.filter-closing {
  font-weight: 500;
  color: #ffffff;
}

/* MOBILE */

@media (max-width: 900px) {

  .filter-inner {
    flex-direction: column;
    gap: 40px;
  }

  .filter-divider {
    display: none;
  }

  .filter-left h2 {
    font-size: 28px;
  }

  .filter-right p,
  .filter-right li {
    font-size: 16px;
  }
}
/* ========================= */
/* LIGHT FILTER SECTION */
/* ========================= */

.section-filter-light {
  background: #f5f5f5;
  padding: 180px 20px;
}

.filter-light-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.filter-light-inner h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  margin-bottom: 40px;
}

.filter-light-inner h2 span {
  color: #d94a5c;
}

.filter-sub {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.filter-light-inner ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.filter-light-inner li {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.filter-close {
  font-size: 18px;
  color: #111;
  font-weight: 500;
  margin-top: 30px;
}

/* MOBILE */

@media (max-width: 768px) {

  .section-filter-light {
    padding: 100px 20px;
  }

  .filter-light-inner h2 {
    font-size: 26px;
  }

  .filter-light-inner li,
  .filter-close {
    font-size: 16px;
  }
}
.section-filter-light {
  background: #ffffff;
  padding: 180px 20px;
}

.filter-light-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.filter-light-inner h2 {
  font-size: 46px;
  font-weight: 800;
  color: #111;
  margin-bottom: 70px;
  line-height: 1.2;
}

.filter-light-inner h2 span {
  color: #d94a5c;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}

.filter-list li {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 18px;
  position: relative;
}

.filter-list li::before {
  content: "•";
  color: #d94a5c;
  font-size: 22px;
  margin-right: 10px;
}

.filter-close {
  font-size: 18px;
  color: #111;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* MOBILE */

@media (max-width: 768px) {

  .section-filter-light {
    padding: 110px 20px;
  }

  .filter-light-inner h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .filter-list li {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .filter-close {
    font-size: 16px;
  }
}
.filter-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 60px auto;
  max-width: 520px;   /* controls block width */
  text-align: left;   /* THIS is the key */
}

.filter-list li {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 18px;
  position: relative;
  padding-left: 28px;
}

.filter-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #d94a5c;
  font-size: 22px;
}
@media (max-width: 768px) {

  .filter-list {
    max-width: 100%;
  }

  .filter-list li {
    font-size: 17px;
    margin-bottom: 14px;
  }

}
/* ============================= */
/* FILTER SECTION – BULLET FIX  */
/* ============================= */

.section-filter-light .filter-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 60px auto;
  max-width: 520px;
  text-align: left;
}

.section-filter-light .filter-list li {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 18px;
  position: relative;
  padding-left: 28px;
}

.section-filter-light .filter-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #d94a5c;
  font-size: 22px;
}

/* MOBILE */

@media (max-width: 768px) {

  .section-filter-light .filter-list {
    max-width: 100%;
  }

  .section-filter-light .filter-list li {
    font-size: 17px;
    margin-bottom: 14px;
  }

}
.section-filter-light .filter-list {
  list-style: none !important;     /* removes default bullets */
  padding: 0 !important;
  margin: 0 auto 60px auto !important;
  max-width: 520px;
  text-align: left;
}

.section-filter-light .filter-list li {
  list-style: none !important;
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

.section-filter-light .filter-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #d94a5c;
  border-radius: 50%;
}

/* MOBILE */

@media (max-width: 768px) {

  .section-filter-light .filter-list {
    max-width: 100%;
  }

  .section-filter-light .filter-list li {
    font-size: 17px;
    margin-bottom: 16px;
    padding-left: 22px;
  }

  .section-filter-light .filter-list li::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
/* ========================= */
/* RESULT SHIFT – CINEMATIC */
/* ========================= */

.section-result {
  background: #0b0b0b;
  padding-top: 180px;
  padding-bottom: 160px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.result-inner {
  max-width: 900px;
  margin: 0 auto 80px auto;
}

.section-result h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.section-result h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d94a5c;
  margin: 18px auto 0 auto;
}

.result-intro {
  font-size: 20px;
  color: #aaa;
  margin-top: 30px;
}

/* VIDEO WRAPPER */

.result-video-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 80px auto;
  position: relative;
}

.result-video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Desktop video visible by default */
.video-desktop {
  display: block;
}

.video-mobile {
  display: none;
}

/* Bottom Text */

.result-bottom {
  max-width: 700px;
  margin: 0 auto;
}

.result-bottom p {
  font-size: 20px;
  color: #ddd;
  line-height: 1.7;
}

/* ========================= */
/* MOBILE VERSION */
/* ========================= */

@media (max-width: 768px) {

  .section-result {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-result h2 {
    font-size: 30px;
  }

  .result-intro {
    font-size: 16px;
  }

  .video-desktop {
    display: none;
  }

  .video-mobile {
    display: block;
  }

  .result-bottom p {
    font-size: 16px;
  }

}
/* ========================= */
/* RESULT SHIFT – FULL BLEED STAGE */
/* ========================= */

.section-result {
  background: #0b0b0b;
  padding-top: 180px;
  padding-bottom: 160px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Light stage background strip */
.result-video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 80px 0;
  background: #111; /* slightly lighter than section */
}

/* Full bleed video */
.result-video-wrapper video {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
}

/* Desktop vs Mobile switch */
.video-desktop {
  display: block;
}

.video-mobile {
  display: none;
}

/* MOBILE */

@media (max-width: 768px) {

  .section-result {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .result-video-wrapper {
    padding: 40px 0;
  }

  .video-desktop {
    display: none;
  }

  .video-mobile {
    display: block;
  }
}
/* ============================= */
/* RESULT SHIFT – CINEMATIC UPGRADE */
/* ============================= */

.result-video-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;              /* desktop height */
  min-height: 600px;
  margin: 0 auto 120px auto;
  background: #111;
  overflow: hidden;
}

/* Full cinematic video */
.result-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* fills frame */
  transform: translate(-50%, -50%);
}

/* MOBILE */

@media (max-width: 768px) {

  .result-video-wrapper {
    height: 75vh;            /* taller on mobile */
    min-height: 520px;
  }

}
/* ============================= */
/* WHO THIS COACHING IS FOR FIX */
/* ============================= */

.section-filter-light {
  background: #ffffff;
  padding: 160px 20px;
  text-align: center;
  color: #111;
}

/* Headline */
.section-filter-light h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

/* Intro line */
.section-filter-light .intro-line {
  font-size: 20px;
  color: #666;
  margin-bottom: 60px;
}

/* Bullet container reset */
.section-filter-light ul {
  list-style: none;     /* REMOVE default bullets */
  padding: 0;
  margin: 0 auto 60px auto;
  max-width: 800px;     /* wider on desktop */
}

/* Bullet item */
.section-filter-light ul li {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 28px;
  position: relative;
  padding-left: 28px;
  text-align: left;
}

/* Single custom bullet */
.section-filter-light ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #d94a5c;
  border-radius: 50%;
}

/* Closing text */
.section-filter-light .closing {
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}

/* MOBILE */
@media (max-width: 768px) {

  .section-filter-light {
    padding: 100px 20px;
  }

  .section-filter-light h2 {
    font-size: 32px;
  }

  .section-filter-light ul {
    max-width: 100%;
  }

  .section-filter-light ul li {
    font-size: 18px;
    padding-left: 24px;
  }

}
/* ========================= */
/* FORCE FIX – WHO SECTION */
/* ========================= */

#who {
  background: #ffffff !important;
  color: #111 !important;
  padding: 140px 20px !important;
  text-align: center;
}

/* Make content wider */
#who .container {
  max-width: 1000px;
}

/* Fix intro */
#who .filter-intro {
  color: #555 !important;
  font-size: 20px;
  margin-bottom: 60px;
}

/* REMOVE default bullets */
#who .filter-list {
  list-style: none !important;
  padding: 0;
  margin: 0 auto 60px auto;
  max-width: 800px;
}

/* Clean bullet layout */
#who .filter-list li {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 28px;
  position: relative;
  padding-left: 30px;
  text-align: left;
  color: #111 !important;
}

/* Single red bullet */
#who .filter-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #d94a5c;
  border-radius: 50%;
}

/* Closing text */
#who .filter-note {
  font-size: 20px;
  font-weight: 600;
  color: #111 !important;
}

/* MOBILE FIX */
@media (max-width: 768px) {

  #who {
    padding: 100px 20px !important;
  }

  #who .filter-list li {
    font-size: 18px;
    padding-left: 24px;
  }

}
/* FIX WHITE TITLE IN WHO SECTION */

#who h1,
#who h2 {
  color: #111 !important;
}

/* Optional: make red part stronger */
#who h1 span,
#who h2 span {
  color: #d94a5c !important;
}
#who {
  padding: 140px 20px !important;
  text-align: left !important;
}

#who .container {
  max-width: 1100px;
}

/* Headline rework */
#who h2 {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #111 !important;
}

/* Make FOR subtle but bold */
#who h2 span {
  color: #d94a5c !important;
}

/* Subtitle tighter */
#who .filter-intro {
  font-size: 22px;
  color: #666 !important;
  margin-bottom: 50px;
}

/* Make intro line sharper */
#who .filter-intro span {
  color: #d94a5c;
  font-weight: 600;
}

/* Bullet spacing tighter */
#who .filter-list li {
  font-size: 22px;
  margin-bottom: 22px;
}

/* MOBILE – keep power */
@media (max-width: 768px) {

  #who {
    padding: 100px 20px !important;
    text-align: left !important;
  }

  #who h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  #who .filter-intro {
    font-size: 18px;
  }

  #who .filter-list li {
    font-size: 18px;
  }
}
/* =========================
   WHO SECTION
========================= */

#who {
  background: #f4f4f4;
  padding: 140px 0;
}

#who .container {
  max-width: 1100px;
  margin: 0 auto;
}

.filter-header {
  margin-bottom: 50px;
}

.filter-header h2 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.5px;
  position: relative;
  padding-left: 30px;
}

.filter-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 50px;
  background: #d94a5c;
}

.filter-sub {
  margin-top: 15px;
  font-size: 18px;
  color: #666;
}

.filter-sub span {
  color: #d94a5c;
}

.filter-intro {
  margin: 40px 0;
  font-size: 20px;
  color: #555;
  max-width: 700px;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}

.filter-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #d94a5c;
  border-radius: 50%;
}

.filter-note {
  margin-top: 50px;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 768px) {

  #who {
    padding: 90px 20px;
  }

  .filter-header h2 {
    font-size: 34px;
    padding-left: 20px;
  }

  .filter-header h2::before {
    height: 30px;
    top: 4px;
  }

  .filter-intro,
  .filter-list li,
  .filter-note {
    font-size: 17px;
  }

}
/* =========================
   EXPERIENCE SECTION
========================= */

#experience {
  background: #000;
  color: #fff;
  padding: 160px 0;
}

#experience .container {
  max-width: 1200px;
  margin: 0 auto;
}

.authority-header {
  text-align: center;
  margin-bottom: 80px;
}

.authority-header h2 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.authority-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 55px;
  background: #d94a5c;
}

.authority-sub {
  margin-top: 20px;
  font-size: 20px;
  color: #ccc;
}

.authority-sub span {
  color: #d94a5c;
}

.authority-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.stat-number {
  font-size: 60px;
  font-weight: 800;
  color: #d94a5c;
}

.stat-text {
  font-size: 18px;
  color: #aaa;
}
@media (max-width: 768px) {

  #experience {
    padding: 110px 20px;
  }

  .authority-header h2 {
    font-size: 34px;
    padding-left: 20px;
  }

  .authority-header h2::before {
    height: 30px;
    top: 6px;
  }

  .authority-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .stat-number {
    font-size: 42px;
  }

}


/* Coaching Formats */

.section-formats {
 padding: 120px 0;
  background: #111111;
}

.section-formats .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-formats .section-header p {
  color: #666;
  font-size: 18px;
  margin-bottom: 60px;
}

.formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.format-card {
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.format-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.format-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.format-card.primary {
  border: 2px solid #d94a5c;
}

.format-note {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #d94a5c;
}

/* Responsive */

@media (max-width: 992px) {
  .formats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .formats-grid {
    grid-template-columns: 1fr;
  }
}
.format-card {
  padding: 40px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.04);
}

.format-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.format-card.primary {
  border: 2px solid #d94a5c;
}
.format-card.primary {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .format-card.primary {
    transform: none;
  }
}
.section-formats .section-header h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.section-cta {
  padding: 140px 0;
  background: #000000;
  text-align: center;
}

.section-cta h2 {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.cta-sub {
  color: #bfbfbf;
  font-size: 18px;
  margin-bottom: 40px;
}

.btn-cta {
  display: inline-block;
  padding: 16px 40px;
  background: #d94a5c;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background: #c63e4f;
  transform: translateY(-3px);
}

.cta-note {
  margin-top: 25px;
  font-size: 14px;
  color: #888;
}
.site-footer {
  background: #0f0f0f;
  padding: 40px 0 20px; 
  color: #999;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.footer-left h4 {
  color: #ffffff;
  margin-bottom: 3px;
}

.footer-social a {
  margin-left: 25px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #666;
}
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-social a {
    margin: 0 12px;
  }
}
section {
  scroll-margin-top: 100px;
}
.nav-desktop a.active {
  color: #d94a5c;
}
.site-header {
  padding: 12px 0;
}
.nav-desktop a {
  letter-spacing: 0.5px;
}
.format-extra {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}
.format-card.online {
  border: 1px solid rgba(217,74,92,0.3);
}

.format-card.online:hover {
  border-color: #d94a5c;
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.section-formats .container {
  max-width: 1200px;
}
.format-btn {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #d94a5c;
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}
/* Top row dominant */
.format-card:nth-child(1),
.format-card:nth-child(2) {
  grid-column: span 3;
}

/* Bottom row */
.format-card:nth-child(3),
.format-card:nth-child(4),
.format-card:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 992px) {
  .formats-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .format-card {
    grid-column: span 1 !important;
  }
}
.destination-badge {
  position: absolute;
  top: 30px;
  right: 40px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 30px;
  backdrop-filter: blur(6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 10;
}
.destination-badge {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.destination-badge.hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(-10px);
}
.destination-badge {
  position: absolute;
  top: 80px; /* was 20px */
  right: 60px;
}
@media (max-width: 768px) {
  .destination-badge {
    top: 70px;
    right: 15px;
    font-size: 12px;
    padding: 8px 14px;
  }
}
@media (max-width: 768px) {

  .destination-badge {
    top: 100px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    font-size: 13px;
    padding: 10px 18px;
  }

  
}
@media (max-width: 768px) {

  .destination-badge {
    position: relative;      /* NOT absolute */
    top: auto;
    right: auto;
    left: auto;
    transform: none;

    margin: 90px auto 30px auto;
    display: table;
    font-size: 14px;
    padding: 12px 20px;
  }

  .hero-section .container {
    padding-top: 0;
  }

}
@media (max-width: 1023px) and (min-width: 768px) {

  .destination-badge {
    position: absolute;
    top: 110px;
    right: 40px;
    left: auto;
    transform: none;
    font-size: 13px;
    padding: 10px 18px;
  }

}
@media (max-width: 767px) {

  .destination-badge {
    position: relative;
    margin: 30px auto 25px auto;
    display: table;

    font-size: 13px;
    padding: 10px 18px;
  }

}
@media (min-width: 992px) {

  .destination-badge {
    position: absolute;
    top: 110px;
    right: 60px;
    transform: none;
  }

}
@media (max-width: 991px) {

  .destination-badge {
    position: relative;
    margin: 10px auto 20px auto;
    display: table;
    transform: none;
  }

}
@media (min-width: 992px) {
  .destination-badge {
    position: absolute;
    top: 110px;
    right: 60px;
  }
}
@media (max-width: 991px) {
  .destination-badge {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0 20px 0;
    display: inline-block;
  }
}
.destination-bubble {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  padding: 12px 22px;
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(8px);
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 0.3px;
  z-index: 10;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Visible state */
.destination-bubble.show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Hidden on scroll */
.destination-bubble.hide {
  opacity: 0;
  transform: translateX(-50%) translateY(-20px) scale(0.95);
}
@media (min-width: 1200px) {
  .destination-bubble {
    left: auto;
    right: 60px;
    top: 110px;
    transform: scale(0.9);
  }

  .destination-bubble.show {
    transform: scale(1);
  }

  .destination-bubble.hide {
    transform: translateY(-20px) scale(0.95);
  }
}
.destination-bubble {
  position: absolute;
  top: 120px;
  right: 60px;

  padding: 10px 22px;

  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  color: #f2f2f2;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 500;

  border-radius: 40px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.35);

  opacity: 0;
  transform: translateY(-8px);
  transition: all 0.35s ease;

  z-index: 10;
}
.section-testimonials {
  padding: 110px 0;
  background: #f9f9f9;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-track {
  display: flex;
  gap: 50px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 32px;
  min-width: 380px;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.testimonial-meta-top h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-meta-top .level {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #d94a5c;
}

.testimonial-avatar-wrap {
  margin: 30px 0;
}

.testimonial-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-body p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #333;
}

.testimonial-arrow {
  background: #111;
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

.testimonial-arrow.left {
  left: -30px;
}

.testimonial-arrow.right {
  right: -30px;
}

@media (max-width: 768px) {

  .testimonial-card {
    min-width: 85%;
    padding: 30px 22px;
  }

  .testimonial-avatar {
    width: 90px;
    height: 90px;
  }

  .testimonial-body p {
    font-size: 14px;
  }

  .testimonial-arrow {
    display: none;
  }

}
.testimonial-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;

  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.testimonial-card {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
@media (max-width: 768px) {

  .testimonial-card {
    min-width: 80%;
    margin: 0 auto;
  }

}
@media (max-width: 768px) {

  .testimonial-track {
    padding-left: 10%;
    padding-right: 10%;
  }

}
.site-footer {
  background: #0c0c0c;
  padding: 60px 20px 30px;
  color: #bfc3c8;
  font-size: 14px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-brand h3 {
  color: #ffffff;
  margin-bottom: 8px;
}

.footer-phone {
  display: inline-block;
  margin-top: 10px;
  color: #bfc3c8;
  text-decoration: none;
}

.footer-phone:hover {
  color: #ffffff;
}

.footer-sponsors {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-sponsors img {
  max-height: 42px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-sponsors img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #bfc3c8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-sponsors {
    gap: 25px;
  }

  .footer-sponsors img {
    max-height: 32px;
  }
}
.footer-sponsors img {
  height: 38px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: brightness(1.15);
}

.footer-sponsors img:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.footer-sponsors {
  opacity: 0.85;
}

.site-footer:hover .footer-sponsors {
  opacity: 1;
}
.section-results {
  background: #0c0c0c;
  padding: 100px 20px;
  text-align: center;
}

.results-container {
  max-width: 1100px;
  margin: 0 auto;
}

.results-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 15px;
}

.results-subtitle {
  font-size: 18px;
  color: #bfc3c8;
  margin-bottom: 60px;
}

.results-video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.results-video {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* Hide mobile version by default */
.mobile-video {
  display: none;
}

/* Mobile switch */
@media (max-width: 768px) {

  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }

  .results-title {
    font-size: 34px;
  }

  .results-subtitle {
    font-size: 16px;
  }
}
.section-results {
  background: #0c0c0c;
  padding: 50px 20px;
  text-align: center;
}

.results-container {
  max-width: 1100px;
  margin: 0 auto;
}

.results-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.results-subtitle {
  font-size: 18px;
  color: #bfc3c8;
  margin-bottom: 60px;
}

.results-video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.results-video {
  width: 100%;
  max-width: 1000px;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* Hide mobile by default */
.mobile-video {
  display: none;
}

/* Mobile switch */
@media (max-width: 768px) {

  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }

  .results-title {
    font-size: 32px;
  }

  .results-subtitle {
    font-size: 16px;
  }
}
.results-video {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.results-video:hover {
  transform: scale(1.01);
  filter: brightness(1.05);
}
@media (max-width: 768px) {

  .testimonial-track {
    gap: 16px;
    padding: 20px 12px;
  }

  .testimonial-card {
    flex: 0 0 94%;
    width: 94%;
    min-width: 94%;
    max-width: 94%;
    margin: 0 auto;
  }

}
/* MOBILE TESTIMONIAL FULL-WIDTH FIX */
@media (max-width: 768px) {

  .section-testimonials .container {
    max-width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .testimonial-track {
    padding: 20px 0;
  }

  .testimonial-card {
    flex: 0 0 96%;
    width: 96%;
    min-width: 96%;
    max-width: 96%;
  }

}
/* TESTIMONIAL DOTS - CLEAN FIX */

.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.testimonial-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.testimonial-dot.active {
  background-color: #d94a5c;
}
/* HERO LABEL */

.hero-label {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #d94a5c;
  margin-bottom: 20px;
}
/* HERO CLEAN FIX */

.hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  max-width: 800px;
  margin: 20px auto 20px auto;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 25px auto;
  opacity: 0.95;
  text-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.hero-section .btn,
.hero-section button {
  padding: 14px 36px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}
.hero-section .btn,
.hero-section button {
  padding: 14px 36px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}
.hero-section .container {
  max-width: 900px;
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 0 20px;
}
.hero-label {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #d94a5c;
  margin-bottom: 25px;
}

.hero-title {
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 25px auto;
  opacity: 0.95;
}

.hero-experience {
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 35px;
}
.hero-title {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 28px;
  text-align: center;
  color: #ffffff;
}

.hero-line-1 {
  display: block;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 800;
}

.hero-line-2 {
  display: block;
  opacity: 0.85;
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto 40px auto;
  opacity: 0.95;
}

.hero-experience {
  font-size: 15px;
  letter-spacing: 0.3px;
  opacity: 0.75;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .hero-section .btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {

  .destination-bubble {
    top: 90px;
    right: 20px;
    padding: 12px 16px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  }

  .destination-bubble span {
    display: block;
  }
}
.hero-title {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
  text-align: center;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 35px auto;
  opacity: 0.95;
}

.hero-experience {
  font-size: 15px;
  opacity: 0.7;
  margin-bottom: 60px;
  letter-spacing: 0.3px;
}
@media (min-width: 992px) {
  .hero-section .btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {

  .destination-bubble {
    top: 85px;
    right: 15px;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.4;
  }

  .destination-bubble span:first-child {
    display: block;
    font-weight: 600;
  }

  .destination-bubble span:last-child {
    display: block;
    opacity: 0.85;
  }
}
@media (max-width: 768px) {

  .hero-section {
    align-items: flex-start !important;
    padding-top: 60px;
    text-align: left;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.15;
  }

  .hero-description {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-experience {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .hero-section .btn {
    margin-top: 10px;
  }
}
.hero-title {
  margin-bottom: 36px;
}

.hero-description {
  margin-bottom: 45px;
}

.hero-experience {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .hero-section .btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {

  .destination-bubble {
    top: 85px;
    right: 15px;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.3;
  }

  .destination-bubble span:first-child {
    font-weight: 600;
    display: block;
  }

  .destination-bubble span:last-child {
    display: block;
    opacity: 0.85;
  }
}
.accent {
  color: #d94a5c;
  font-weight: 800;
}
.hero-title {
  position: relative;
}

.hero-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d94a5c;
  margin: 25px auto 0 auto;
  border-radius: 3px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .hero-experience {
    margin-bottom: 30px; /* instead of 40px */
  }
}
/* WHO SECTION */

.section-who {
  padding: 120px 0;
  background: #f7f7f7;
}

.section-header {
  margin-bottom: 60px;
  position: relative;
}

.section-accent-line {
  width: 4px;
  height: 40px;
  background: #d94a5c;
  margin: 0 auto 20px auto;
}

.section-title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.section-subtitle {
  font-size: 18px;
  margin-top: 15px;
  color: #666;
}

.section-subtitle .accent {
  color: #d94a5c;
  font-weight: 600;
}

.who-content {
  max-width: 800px;
  margin: 0 auto;
}

.who-intro {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #444;
}

.who-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.who-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.who-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #d94a5c;
  border-radius: 50%;
}

.who-list strong {
  font-weight: 700;
}

.who-advanced {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  margin: 50px 0;
  font-size: 17px;
  line-height: 1.6;
  border-left: 4px solid #d94a5c;
}

.who-outro {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 768px) {

  .section-who {
    padding: 140px 0 120px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .who-list li {
    font-size: 16px;
  }

  .who-intro,
  .who-outro {
    font-size: 16px;
  }

  .who-advanced {
    padding: 20px;
  }
}

who-advanced {
  padding: 20px 0 20px 30px;
  margin: 60px 0;
  font-size: 17px;
  line-height: 1.7;
  border-left: 3px solid #d94a5c;
  color: #444;
}
.who-outro {
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-who {
    padding: 60px 20px 80px 20px;
  }
}
/* ========================= */
/* RESULTS – CINEMATIC STAGE */
/* ========================= */

.section-results {
  background: #0c0c0c;
  padding: 160px 20px;
  text-align: center;
  color: #ffffff;
}

/* Top text */
.results-top {
  max-width: 900px;
  margin: 0 auto 80px auto;
}

.results-title {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.results-subtitle {
  font-size: 20px;
  color: #bfc3c8;
}

/* Video Stage */
.results-stage {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 600px;
  margin-bottom: 120px;
  overflow: hidden;
  background: #111;
}

.results-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease;
}

.results-stage:hover .results-video {
  transform: translate(-50%, -50%) scale(1.02);
}

/* Desktop / Mobile Switch */
.video-desktop { display: block; }
.video-mobile { display: none; }

/* Outcomes */
.results-outcomes {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  text-align: left;
}

.outcome-item h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.outcome-item h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #d94a5c;
  border-radius: 50%;
}

.outcome-item p {
  font-size: 17px;
  color: #bbbbbb;
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 768px) {

  .section-results {
    padding: 100px 20px;
  }

  .results-title {
    font-size: 32px;
  }

  .results-subtitle {
    font-size: 16px;
  }

  .results-stage {
    height: 65vh;
    min-height: 500px;
    margin-bottom: 80px;
  }

  .video-desktop { display: none; }
  .video-mobile { display: block; }

  .results-outcomes {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }

  .outcome-item h4 {
    font-size: 18px;
  }

  .outcome-item p {
    font-size: 15px;
  }
}
.outcome-item h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
  color: #ffffff;
  letter-spacing: 0.3px;
}

.outcome-item p {
  font-size: 17px;
  color: #e6e6e6;
  line-height: 1.6;
}.outcome-item {
  opacity: 1;
}
/* ===== RESULTS OUTCOMES – CLEAN ELITE ===== */

.results-outcomes {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  text-align: left;
}

.outcome-item h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  padding-left: 22px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.outcome-item h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #d94a5c;
  border-radius: 50%;
}

.outcome-item p {
  font-size: 17px;
  color: #e6e6e6;
  line-height: 1.7;
  font-weight: 400;
}
.outcome-item {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.section-results {
  background: #0b0d10;
}
@media (max-width: 768px) {
  .outcome-item h4 {
    font-size: 19px;
  }

  .outcome-item p {
    font-size: 16px;
    color: #f0f0f0;
  }
}
.results-outcomes {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  text-align: left;
}
@media (max-width: 1100px) {
  .results-outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {

  .results-outcomes {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .outcome-item {
    padding-top: 0;
    border-top: none;
  }

}
.outcome-item {
  max-width: 320px;
}

/* =======================================
   SYSTEM SECTION – ELITE UPGRADE
======================================= */

.section-system {
  background: #0b0d10;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}

/* Title refinement */

.section-system .section-header h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 15px;
}

.section-system .section-sub {
  color: #bfc3c8;
  font-size: 18px;
}

/* Grid refinement */

.system-grid {
  margin-top: 100px;
  gap: 80px;
}

/* Card feel without visible box */

.system-item {
  position: relative;
  padding-bottom: 30px;
  transition: transform 0.4s ease;
}

@media (min-width: 992px) {
  .system-item:hover {
    transform: translateY(-8px);
  }
}

/* Step number stronger */

.step-number {
  font-size: 60px;
  font-weight: 900;
  color: rgba(217, 74, 92, 0.15);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 0;
}

/* Title above number */

.system-item h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

/* Image refinement */

.system-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
  transition: transform 0.5s ease;
}

@media (min-width: 992px) {
  .system-item:hover img {
    transform: scale(1.03);
  }
}

/* Paragraph refinement */

.system-item p {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d4d8;
  max-width: 420px;
}

/* Cleaner mobile */

@media (max-width: 992px) {

  .section-system {
    padding: 120px 20px;
  }

  .system-grid {
    gap: 60px;
  }

  .step-number {
    font-size: 48px;
  }

}

@media (max-width: 768px) {

  .section-system {
    padding: 100px 20px;
  }

  .section-system .section-header h2 {
    font-size: 32px;
  }

  .system-item h3 {
    font-size: 20px;
  }

  .system-item p {
    font-size: 16px;
  }

}
/* =======================================
   DIFFERENCE SECTION – CLEAN ELITE
======================================= */

.section-difference {
 background: #0e1116;
  padding: 110px 0 130px 0;
}

.section-difference .section-header {
 text-align: center;
  margin-bottom: 70px;
}

.section-difference h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.section-difference .section-sub {
  font-size: 18px;
  color: #c7ccd2;
  margin-top: 15px;
}

/* GRID */

.difference-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

/* COLUMN */

.difference-col h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #ffffff;
}

/* Right column accent */

.difference-elite h3 {
  position: relative;
  padding-left: 18px;
}

.difference-elite h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 22px;
  background: #d94a5c;
}

/* LIST */

.difference-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.difference-col li {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
  position: relative;
  padding-left: 24px;
  color: #e3e7eb; /* HIGH CONTRAST FOR SUNLIGHT */
  font-weight: 500;
}

.difference-col li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d94a5c;
  font-weight: bold;
}

/* MOBILE */

@media (max-width: 992px) {

  .section-difference {
    padding: 110px 20px;
  }

  .difference-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .section-difference h2 {
    font-size: 32px;
  }

  .difference-col h3 {
    font-size: 20px;
  }

  .difference-col li {
    font-size: 16px;
  }
}
.section-difference .section-header {
  transform: translateY(-10px);
}
@media (max-width: 992px) {
  .section-difference {
    padding: 70px 20px 110px 20px;
  }
}
/* Anchor offset fix for fixed header */

section {
  scroll-margin-top: 20px;
}

html {
  scroll-behavior: smooth;
}
.section-authority {
  background: #000;
  padding: 140px 0;
}

.section-authority .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-authority h2 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 20px;
}

.section-authority .section-sub {
  font-size: 18px;
  color: #aaa;
}

.section-authority .accent {
  color: #d94a5c;
}
.authority-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.authority-image {
  position: relative;
}

.authority-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.authority-image::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle at 30% 50%, rgba(217,74,92,0.08), transparent 60%);
  z-index: -1;
}
.authority-stats {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.stat-item {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 25px;
}

.stat-number {
  font-size: 56px;
  font-weight: 800;
  color: #d94a5c;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  color: #aaa;
}

.stat-item.highlight .stat-number {
  font-size: 48px;
}
.timeline {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.timeline-year {
  font-size: 28px;
  font-weight: 700;
  color: #d94a5c;
  margin-bottom: 6px;
}

.timeline-label {
  font-size: 15px;
  color: #888;
}
@media (max-width: 992px) {

  .section-authority {
    padding: 100px 0;
  }

  .authority-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .authority-image::before {
    display: none;
  }

  .authority-stats {
    gap: 30px;
  }

  .stat-number {
    font-size: 42px;
  }

  .timeline-year {
    font-size: 22px;
  }

}
body {
  overflow-x: hidden;
}
@media (max-width: 768px) {

  #experience .container {
    padding-left: 20px;
    padding-right: 20px;
  }

}





/* =========================================
   EXPERIENCE TITLE – HARD LOCK FIX
========================================= */

.experience-title {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.05;
  color: #ffffff;
  position: relative;
  display: inline-block;
  white-space: nowrap;   /* PREVENT WORD BREAK */
}

.experience-title .experience-line {
  position: absolute;
  left: -25px;
  top: 10px;
  width: 6px;
  height: 55px;
  background: #d94a5c;
}

.experience-title .line-1,
.experience-title .line-2 {
  display: block;
}

/* MOBILE CONTROL */

@media (max-width: 768px) {

  .experience-title {
    font-size: 34px;
    line-height: 1.15;
    white-space: normal; /* allow only our forced break */
  }

}
/* =========================================
   GLOBAL FULL WIDTH FIX – MOBILE
========================================= */

@media (max-width: 768px) {

  /* Remove bootstrap max-width restriction */
  #experience .container,
  #coaching-focus .container,
  #technique .container,
  #testimonials .container,
  #formats .container,
  #cta .container,
  .section-system .container,
  .section-difference .container,
  .section-results .container {
    
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

}
/* Remove wrapper narrowing */

@media (max-width: 768px) {

  #wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }

}
/* Force full width body background */

body,
#wrapper {
  overflow-x: hidden;
}
/* =========================================
   PREMIUM MOBILE WIDTH SYSTEM
========================================= */

@media (max-width: 768px) {

  #wrapper,
  #experience .container,
  #coaching-focus .container,
  #technique .container,
  #testimonials .container,
  #formats .container,
  #cta .container,
  .section-system .container,
  .section-difference .container,
  .section-results .container {

    max-width: 100% !important;
    width: 100% !important;

    padding-left: 14px !important;
    padding-right: 14px !important;
  }

}
/* =========================================
   TESTIMONIALS – PREMIUM TEXT CONTROL
========================================= */

#testimonials .testimonial-text,
.testimonial-text {

  max-width: 520px;
  margin-left: auto;
  margin-right: auto;

  line-height: 1.65;
  font-size: 16px;

  color: #2b2b2b;
}

/* Mobile refinement */
@media (max-width: 768px) {

  #testimonials .testimonial-text,
  .testimonial-text {

    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.6;
  }

}
/* =========================================
   REMOVE THEME BOXED LAYOUT – FULL WIDTH
========================================= */

/* Remove boxed wrapper constraint */
#wrapper {
  max-width: 100% !important;
  width: 100% !important;
}

/* Remove side background illusion */
body {
  background: #0e1116 !important; /* match your dark sections */
}

/* Ensure sections go true edge-to-edge */
section {
  width: 100%;
}
/* =========================================
   RESULTS SECTION – HERO TITLE FIX
========================================= */

#results-hero-title {

  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: -1px;

  color: #010101;
  opacity: 100%;

  text-align: center;
  margin-bottom: 30px;
}

/* Mobile refinement */
@media (max-width: 768px) {

  #results-hero-title {
    font-size: 32px;
    opacity: 100%;
  }

}
/* =====================================
   EXPERIENCE TITLE – MOBILE FIX
===================================== */

@media (max-width: 768px) {

  .experience-title {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    padding: 0 18px;
  }

  .experience-title .line-1,
  .experience-title .line-2 {
    display: block;
  }

}
/* =====================================
   EXPERIENCE SECTION – FIX ALIGNMENT
===================================== */



@media (max-width: 768px) {

  #experience .experience-title {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }

}
/* Mobile layout */
@media (max-width: 768px) {
    #experience .section-header {
        text-align: left;
    }
}

/* Desktop layout */
@media (min-width: 769px) {
    #experience .section-header {
        text-align: center;
    }
}
@media (min-width: 992px) {
    #experience .section-header {
        margin-bottom: 60px;
    }
}
/* =====================================
   GLOBAL SECTION TITLE SYSTEM (LOCKED)
===================================== */

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header h2,
.section-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
  color: inherit;
  margin-bottom: 18px;
}

.section-header p,
.section-subtitle,
.section-sub {
  font-size: 18px;
  color: #bfc3c8;
  max-width: 640px;
  margin: 0 auto;
}

/* Light sections override */
.section-who,
.section-filter-light {
  color: #111;
}

.section-who .section-subtitle,
.section-filter-light .section-sub {
  color: #555;
}

/* Mobile refinement */
@media (max-width: 768px) {

  .section-header {
    margin-bottom: 50px;
  }

  .section-header h2,
  .section-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .section-header p,
  .section-subtitle,
  .section-sub {
    font-size: 16px;
  }
}
/* FORCE DARK SECTION TITLES WHITE */

.section-formats .section-header h2,
.section-results .section-header h2,
.section-difference .section-header h2 {
  color: #ffffff !important;
}
/* EXPERIENCE TIMELINE BALANCE */

.timeline-year {
  font-size: 56px;      /* matches 20+ visual scale */
  font-weight: 800;
  color: #d94a5c;
  line-height: 1;
}

/* DIFFERENCE TITLE CONTRAST BOOST */

.section-difference h2 {
  color: #ffffff;
  letter-spacing: 0.5px;
}
.section-difference h2 {
  text-shadow: 0 6px 30px rgba(0,0,0,0.6);
}
/* STRONGER ACCENT IN SECTION TITLES */

.section-difference h2 .accent {
  font-weight: 900;
}
/* DIFFERENCE TITLE EMPHASIS */

.section-difference h2 .accent {
  font-weight: 900;
}


/* WHAT WE WORK ON – SUBLINE FIXED */

.focus-title .focus-subline {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  max-width: 260px;
}
@media (max-width: 768px) {

  #difference .container,
  #coaching-focus .focus-wrapper,
  #formats .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

}
/* ======================================
   HERO – MOBILE CENTERED CLEAN LOCK
====================================== */

@media (max-width: 768px) {

  .hero-section {
    align-items: flex-start !important;
    padding-top: 120px !important;
    padding-bottom: 40px !important;
    text-align: center !important;
  }

  .hero-section .container {
    text-align: center !important;
  }

  /* Headline */
  .hero-title {
    font-size: 32px !important;
    line-height: 1.15 !important;
    margin-bottom: 40px !important;
    margin-top: 50px !important;
  }

  /* Description */
  .hero-description {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    max-width: 420px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Experience stacked centered */
  .hero-experience {
    margin-bottom: 50px !important;
  }

  .hero-experience span {
    display: block;
    margin-bottom: 8px;
  }

  .hero-experience span::after {
    content: none !important;
  }

  /* BUTTON CENTER FIX */
  .hero-button {
    display: inline-block !important;
    margin: 0 auto !important;
    margin-top: 60px !important;
  }

}
/* ===== REMOVE RED LINE ONLY IN WHO SECTION ===== */

#who .section-accent-line {
    display: none !important;
}
/* ===== EXPERIENCE SECTION DESKTOP ALIGNMENT ===== */

@media (min-width: 992px) {

    .section-authority .section-header {
        text-align: left !important;
        max-width: 600px;
        margin-left: 120px;
    }

}
.hero-section {
  position: relative;
  overflow: hidden;
}

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

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.65)
  );
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}



