* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: #064e3b;
  background: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
}

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

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

.page-container {
  width: min(1144px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 0;
  padding-bottom: 107px;
  color: #ffffff;
  overflow: hidden;
  z-index: 0;
  background:
    url("../IMAGE/background header jasa musik aransemen.jpg")
    no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: inherit;
  filter: blur(18px);
  transform: scale(1.06);
  opacity: 0;
  animation: heroImageReveal 1.4s ease forwards;
  will-change: transform, filter, opacity;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to right,
    rgba(26, 26, 26, 1) 0%,
    rgba(6, 78, 59, 0.8) 100%
  );
  opacity: 0;
  animation: heroGradientReveal 1.8s ease forwards;
  animation-delay: 0.35s;
}

@keyframes heroGradientReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes heroImageReveal {
  0% {
    filter: blur(22px);
    transform: scale(1.08);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.hero > .page-container {
  position: relative;
  z-index: 3;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 76px;
}

.menu a {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 50%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mobile-menu-icon {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

.logo {
  display: flex;
  width: 129px;
  height: 54px;
  align-items: center;
  justify-content: center;
}

.logo img {
  width: 129px;
  height: auto;
}

.hero-content {
  margin-top: 223px;
  max-width: 780px;
}

.hero-content h1 {
  font-size: 73px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: 0;
}

.hero-content span {
  display: block;
}

.hero-content span {
  opacity: 0;
  transform: translateY(18px);
  animation: heroTextReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-content span:nth-child(1) {
  animation-delay: 0.35s;
}

.hero-content span:nth-child(2) {
  animation-delay: 0.45s;
}

.hero-content span:nth-child(3) {
  animation-delay: 0.55s;
}

.hero-content span:nth-child(4) {
  animation-delay: 0.65s;
}

.hero-content span:nth-child(5) {
  animation-delay: 0.75s;
}

.partitur-page .hero {
  background:
    url("../IMAGE/background header jasa musik aransemen.jpg")
    no-repeat center center;
  background-size: cover;
}

.partitur-page .hero::before {
  background: linear-gradient(
    to right,
    rgba(13, 22, 20, 0.92) 0%,
    rgba(6, 78, 59, 0.72) 100%
  );
}

.partitur-page .hero-content {
  max-width: 750px;
}

.partitur-page .audio-preview {
  top: 317px;
}

.hero-breadcrumb {
  padding-top: 49px;
}

.partitur-page .summary-section {
  padding-top: 90px;
}

.partitur-page #apa-itu {
  padding-bottom: 108px;
}

#apa-itu {
  padding-bottom: 108px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 673px) minmax(0, 432px);
  gap: 39px;
  align-items: start;
}

.intro-grid > p:only-child {
  grid-column: 1 / -1;
  max-width: none;
}

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

.audio-preview {
  position: absolute;
  top: 340px;
  right: 0;
  display: flex;
  width: 293px;
  flex-direction: column;
  gap: 15px;
}

.audio-card {
  display: flex;
  width: 293px;
  height: 111px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  cursor: pointer;
}

.audio-title {
  font-size: 15px;
  font-weight: 600;
}

.audio-controls {
  display: flex;
  align-items: center;
  gap: 22px;
}

.play-btn {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
  flex: 0 0 26px;
}

.icon.play {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
}

.icon.stop {
  width: 10px;
  height: 10px;
  background: #ffffff;
}

.waveform {
  display: flex;
  width: 142px;
  height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  cursor: pointer;
  position: relative;
  flex: 1 1 auto;
  min-width: 72px;
  overflow: hidden;
  z-index: 1;
}

.wave-bar {
  width: 3px;
  flex: 0 0 3px;
  min-height: 6px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  transition: background 0.2s ease;
  position: relative;
  z-index: 1;
}

.wave-bar.active {
  background: #ffffff;
}

.waveform:not(.has-bars)::before {
  content: "";
  position: absolute;
  inset: 4px 0;
  opacity: 0.7;
  background:
    linear-gradient(90deg, transparent 0 1px, rgba(255, 255, 255, 0.82) 1px 4px, transparent 4px 7px),
    linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.38) 8px 11px, transparent 11px 14px);
  background-size: 14px 100%, 22px 100%;
  background-position: 0 center, 6px center;
  mask-image: repeating-linear-gradient(
    90deg,
    transparent 0 1px,
    #000 1px 4px,
    transparent 4px 7px
  );
  -webkit-mask-image: repeating-linear-gradient(
    90deg,
    transparent 0 1px,
    #000 1px 4px,
    transparent 4px 7px
  );
  pointer-events: none;
}

.duration {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
}

.btn-more {
  display: inline-flex;
  width: 166px;
  height: 43px;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  color: #2e4d49;
  background: #ffffff;
  border-radius: 67px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background 0.35s ease,
    border 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.25s ease;
}

.btn-more span {
  position: absolute;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
  will-change: transform, opacity;
}

.btn-text-front {
  color: #2e4d49;
  font-weight: 500;
  transform: translateY(0);
  opacity: 1;
}

.btn-text-back {
  color: #ffffff;
  font-weight: 700;
  transform: translateY(8px);
  opacity: 0;
}

.btn-more:hover {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.35),
    0 0 22px rgba(255, 255, 255, 0.25),
    0 0 45px rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.btn-more:hover .btn-text-front {
  transform: translateY(-6px);
  opacity: 0;
}

.btn-more:hover .btn-text-back {
  transform: translateY(0);
  opacity: 1;
}

.btn-more:not(:hover) .btn-text-front {
  transform: translateY(0);
  opacity: 1;
}

.btn-more:not(:hover) .btn-text-back {
  transform: translateY(8px);
  opacity: 0;
}

.btn-more:active {
  transform: scale(0.96);
}

.audio-card {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border 0.35s ease,
    background 0.35s ease;
}

.audio-card:hover {
  transform: translateY(-6px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(255, 255, 255, 0.15);
}

.play-btn {
  transition: transform 0.25s ease;
}

.play-btn:hover {
  transform: scale(1.15);
}

.play-btn:hover .icon.play {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
}

.waveform .wave-bar {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.audio-card:hover .wave-bar {
  transform: scaleY(1.2);
  opacity: 0.9;
}

.audio-card:hover .duration {
  opacity: 0.8;
}

.parallax-section {
  background-position: center;
  background-size: cover;
  will-change: background-position;
}

.summary-section {
  padding: 107px 0 0;
}

.four-column {
  display: grid;
  grid-template-columns: repeat(4, 242px);
  gap: 57px;
}

.four-column p,
.three-column p,
.orchestration-grid p,
.benefit-copy p,
.benefit-cards article,
.intro-grid p,
.section-lead,
.service-list p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}

.content-section {
  padding-top: 187px;
}

.content-section h2,
.benefit-copy h2 {
  color: #064e3b;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
}

.content-section h2 {
  margin-bottom: 35px;
}

.three-column {
  display: grid;
  grid-template-columns: repeat(3, 349px);
  gap: 46px;
}

.dark-section {
  margin-top: 0;
  padding: 0 0 148px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(9, 27, 23, 0.95), rgba(6, 78, 59, 0.9)),
    url("../IMAGE/background header jasa musik aransemen.jpg") center center / cover no-repeat;
}

.partitur-page .dark-section {
  margin-top: 0;
  padding-bottom: 108px;
}

.dark-content {
  padding-top: 96px;
}

.partitur-page .dark-content {
  padding-top: 108px;
}

.dark-section h2,
.dark-section p {
  color: #ffffff;
}

.dark-section p {
  font-weight: 300;
}

.section-lead {
  max-width: 1080px;
  margin-bottom: 57px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 57px 82px;
}

.service-list article {
  color: #ffffff;
}

.service-list h3,
.benefit-cards h3 {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}

.service-list h3 {
  font-size: 19px;
}

.service-list p,
.benefit-cards p {
  margin: 0;
}

.item-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transform: translateY(1px);
}

.item-icon svg {
  width: 24px;
  height: 24px;
}

.item-icon path {
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-cards article > .item-icon {
  margin-bottom: 18px;
}

.orchestration-grid {
  display: grid;
  grid-template-columns: minmax(0, 673px) minmax(0, 432px);
  gap: 39px;
  align-items: start;
}

.importance-section {
  padding-top: 187px;
}

.partitur-page .importance-section {
  padding-top: 108px;
}

.importance-section h2 {
  width: 470px;
}

.benefit-section {
  padding: 98px 0 126px;
}

.partitur-page .benefit-section {
  padding-top: 131px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 406px 1fr;
  gap: 72px;
  align-items: start;
}

.partitur-page .benefit-grid {
  gap: 54.64px;
}

.benefit-copy h2 {
  width: 366px;
}

.benefit-copy p {
  width: 406px;
  margin-top: 30px;
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  align-items: start;
}

.benefit-card-column {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.benefit-cards article {
  padding: 34px;
  color: #064e3b;
  background: #f7f8f7;
  border-radius: 18px;
}

.feature-cards {
  grid-template-columns: repeat(2, 333.18px);
  justify-content: end;
  justify-self: end;
  gap: 17px;
}

.feature-cards .benefit-card-column {
  gap: 17px;
}

.feature-cards article {
  min-height: 0;
  padding: 31px;
}

.text-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.text-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-cards article {
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.benefit-cards article:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow:
    0 16px 35px rgba(6, 78, 59, 0.08),
    0 2px 10px rgba(6, 78, 59, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  .hero-content span,
  .text-reveal,
  .benefit-cards article {
    animation: none;
    transition: none;
  }

  .hero-content span,
  .text-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .four-column {
    grid-template-columns: repeat(2, minmax(0, 242px));
    justify-content: center;
  }

  .three-column {
    grid-template-columns: repeat(2, minmax(0, 349px));
    justify-content: center;
  }

  .orchestration-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }

  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
  }

  .benefit-copy h2,
  .benefit-copy p,
  .importance-section h2 {
    width: min(100%, 520px);
  }
}

@media (max-width: 767px) {
  .page-container {
    width: calc(100% - 32px);
  }

  .hero {
    padding-bottom: 72px;
  }

  .navbar {
    gap: 24px;
    padding-top: 28px;
  }

  .menu {
    flex-wrap: wrap;
    gap: 20px 28px;
  }

  .menu a {
    font-size: 14px;
  }

  .logo,
  .logo img {
    width: 96px;
  }

  .hero-content {
    margin-top: 106px;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 47px;
  }

  .audio-preview {
    position: static;
    width: min(100%, 293px);
    margin-top: 44px;
  }

  .summary-section {
    padding-top: 72px;
  }

  .content-section,
  .importance-section {
    padding-top: 92px;
  }

  .dark-section {
    margin-top: 0;
    padding-bottom: 92px;
  }

  .four-column,
  .three-column,
  .intro-grid,
  .service-list,
  .benefit-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .benefit-card-column {
    gap: 28px;
  }

  .partitur-page .feature-cards .benefit-card-column {
    display: contents;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(1) article:nth-child(1) {
    order: 1;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(2) article:nth-child(1) {
    order: 2;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(1) article:nth-child(2) {
    order: 3;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(2) article:nth-child(2) {
    order: 4;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(1) article:nth-child(3) {
    order: 5;
  }

  .four-column p,
  .three-column p,
  .orchestration-grid p,
  .benefit-copy p,
  .benefit-cards article,
  .intro-grid p,
  .section-lead,
  .service-list p {
    width: 100%;
    font-size: clamp(13px, 2.7vw, 16px);
    line-height: clamp(22px, 4.6vw, 28px);
  }

  .content-section h2,
  .benefit-copy h2 {
    font-size: clamp(22px, 4.8vw, 28px);
    line-height: clamp(26px, 5.4vw, 32px);
  }

  .benefit-section {
    padding: 82px 0;
  }

  .benefit-grid {
    gap: 42px;
  }

}

@media (min-width: 768px) and (max-width: 1190px) {
  :root {
    --tablet-gutter: clamp(28px, 5vw, 56px);
  }

  html,
  body {
    overflow-x: hidden;
  }

  .parallax-section,
  .hero,
  .dark-section {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    will-change: auto !important;
  }

  .hero::after {
    background-position: center center !important;
    background-size: cover !important;
    transform: none !important;
  }

  .page-container {
    width: calc(100% - (var(--tablet-gutter) * 2));
    max-width: 1144px;
  }

  .hero {
    padding-bottom: clamp(92px, 10vw, 118px);
  }

  .navbar {
    gap: clamp(24px, 4vw, 52px);
    padding-top: 40px;
  }

  .menu {
    flex-wrap: nowrap;
    gap: clamp(26px, 4.8vw, 58px);
  }

  .menu a {
    font-size: clamp(13px, 1.45vw, 16px);
    line-height: 1.7;
  }

  .hero-content {
    max-width: calc(100% - clamp(250px, 34vw, 330px));
  }

  .hero-content h1 {
    font-size: clamp(42px, 5.2vw, 64px);
    line-height: 1.07;
  }

  .audio-preview {
    right: 0;
    width: clamp(220px, 27vw, 293px);
  }

  .audio-card {
    width: 100%;
    height: clamp(86px, 10.5vw, 111px);
    padding: clamp(12px, 1.5vw, 16px);
  }

  .audio-title,
  .duration {
    font-size: clamp(12px, 1.35vw, 15px);
  }

  .audio-controls {
    gap: clamp(12px, 1.6vw, 22px);
  }

  .waveform {
    width: clamp(92px, 12vw, 142px);
  }

  .btn-more {
    width: clamp(132px, 15vw, 166px);
    height: clamp(36px, 4.2vw, 43px);
    font-size: clamp(12px, 1.25vw, 15px);
  }

  .four-column,
  .three-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .orchestration-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(28px, 4vw, 48px);
  }

  .feature-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
  }

  .four-column p,
  .three-column p,
  .orchestration-grid p,
  .benefit-copy p,
  .benefit-cards article,
  .intro-grid p,
  .section-lead,
  .service-list p {
    font-size: clamp(14px, 1.65vw, 17px);
    line-height: 1.75;
  }

  .benefit-copy h2,
  .benefit-copy p,
  .importance-section h2 {
    width: min(100%, 620px);
  }
}

@media (max-width: 767px) {
  .hero {
    padding-bottom: 72px;
    background-position: center center !important;
    background-size: cover;
  }

  .hero::after {
    filter: none;
    transform: none;
    opacity: 1;
    animation: none;
  }

  .hero::before {
    background: linear-gradient(
      to right,
    rgba(26, 26, 26, 1) 0%,
    rgba(6, 78, 59, 0.8) 100%
    );
    opacity: 1;
    animation: none;
  }

  .partitur-page .hero::before {
    background: linear-gradient(
      to right,
      rgba(13, 22, 20, 0.92) 0%,
      rgba(6, 78, 59, 0.72) 100%
    );
  }

  .navbar {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 43px;
  }

  .mobile-menu-icon {
    display: flex;
    width: 35px;
    height: 24px;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1200;
  }

  .mobile-menu-icon span {
    display: block;
    height: 2px;
    background: #ffffff;
    border-radius: 20px;
  }

  .mobile-menu-icon span:nth-child(1) {
    width: 16px;
  }

  .mobile-menu-icon span:nth-child(2),
  .mobile-menu-icon span:nth-child(3) {
    width: 35px;
  }

  .menu {
    display: none !important;
  }

  .logo {
    display: flex;
    width: auto;
    height: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .logo img {
    width: 84px;
    height: auto;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 43px 32px 28px;
    color: #ffffff;
    background: #064e3b;
    font-family: "Poppins", Arial, sans-serif;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      opacity 0.35s ease,
      visibility 0.35s ease,
      transform 0.35s ease;
  }

  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu-close {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-menu-close i {
    position: relative;
    display: block;
    width: 28px;
    height: 20px;
  }

  .mobile-menu-close i::before,
  .mobile-menu-close i::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 28px;
    height: 2px;
    background: #ffffff;
    border-radius: 20px;
  }

  .mobile-menu-close i::before {
    transform: rotate(24deg);
  }

  .mobile-menu-close i::after {
    transform: rotate(-24deg);
  }

  .mobile-menu-logo {
    display: flex;
    justify-content: flex-end;
  }

  .mobile-menu-logo img {
    width: 84px;
    height: auto;
  }

  .mobile-menu-links {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .mobile-menu-links a {
    color: #ffffff;
    font-size: clamp(34px, 11vw, 62px);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mobile-menu-footer {
    display: grid;
    gap: 14px;
    justify-items: center;
  }

  .mobile-menu-footer a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
    text-transform: uppercase;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open .mobile-menu-icon {
    opacity: 0;
    pointer-events: none;
  }

  .audio-preview {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    margin-top: clamp(125px, 39vw, 180px);
    gap: clamp(10px, 3vw, 16px);
    z-index: 5;
  }

  .audio-card {
    width: clamp(197px, 62vw, 280px);
    height: clamp(80px, 25vw, 110px);
    padding:
      clamp(11px, 3.5vw, 16px)
      clamp(12px, 3.8vw, 18px);
    border-radius: clamp(12px, 3vw, 18px);
  }

  .audio-title {
    font-size: clamp(10px, 3vw, 14px);
    font-weight: 600;
  }

  .duration {
    font-size: clamp(10px, 3vw, 14px);
    font-weight: 400;
  }

  .audio-controls {
    gap: clamp(14px, 4vw, 20px);
  }

  .waveform {
    width: clamp(90px, 28vw, 130px);
    height: clamp(20px, 6vw, 28px);
    gap: clamp(2px, 0.6vw, 4px);
  }

  .wave-bar {
    width: clamp(2px, 0.6vw, 4px);
  }

  .play-btn {
    width: clamp(18px, 5.5vw, 28px);
    height: clamp(18px, 5.5vw, 28px);
  }

  .icon.play {
    border-left: clamp(8px, 2.5vw, 12px) solid #ffffff;
    border-top: clamp(5px, 1.5vw, 8px) solid transparent;
    border-bottom: clamp(5px, 1.5vw, 8px) solid transparent;
  }

  .btn-more {
    display: none;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(36px, 11vw, 80px);
    container-type: inline-size;
  }

  .hero-content h1 {
    width: 100%;
    font-size: clamp(22px, 8.8cqw, 36px);
    line-height: 1.12;
    font-weight: 500;
  }

  .summary-section {
    padding-top: clamp(64px, 18vw, 92px);
  }

  .content-section,
  .importance-section {
    padding-top: clamp(82px, 22vw, 118px);
  }

  .dark-section {
    margin-top: 0;
    padding-bottom: clamp(82px, 22vw, 118px);
  }

  .four-column,
  .three-column,
  .orchestration-grid,
  .intro-grid,
  .service-list,
  .benefit-cards {
    gap: clamp(22px, 7vw, 34px);
  }

  .benefit-card-column {
    display: contents;
  }

  .benefit-card-column:nth-child(1) article:nth-child(1) {
    order: 1;
  }

  .benefit-card-column:nth-child(2) article:nth-child(1) {
    order: 2;
  }

  .benefit-card-column:nth-child(1) article:nth-child(2) {
    order: 3;
  }

  .benefit-card-column:nth-child(2) article:nth-child(2) {
    order: 4;
  }

  .four-column p,
  .three-column p,
  .orchestration-grid p,
  .benefit-copy p,
  .benefit-cards article,
  .intro-grid p,
  .section-lead,
  .service-list p {
    font-size: clamp(12px, 3.7vw, 16px);
    line-height: clamp(20px, 6vw, 28px);
  }

  .content-section h2,
  .benefit-copy h2 {
    font-size: clamp(20px, 6vw, 30px);
    line-height: clamp(24px, 7vw, 34px);
  }

  .content-section h2 {
    margin-bottom: clamp(24px, 7vw, 35px);
  }

  .benefit-section {
    padding-top: clamp(76px, 20vw, 104px);
    padding-bottom: clamp(76px, 20vw, 104px);
  }

  .benefit-grid {
    gap: clamp(34px, 10vw, 52px);
  }

  .benefit-copy p {
    margin-top: clamp(22px, 6vw, 30px);
  }

  .benefit-cards article {
    padding: clamp(22px, 7vw, 34px);
    border-radius: clamp(12px, 4vw, 18px);
  }

  .service-list h3,
  .benefit-cards h3 {
    margin-bottom: clamp(12px, 4vw, 22px);
    gap: clamp(12px, 4vw, 17px);
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: clamp(20px, 5.5vw, 25px);
  }

  .item-icon {
    width: clamp(20px, 6vw, 24px);
    height: clamp(20px, 6vw, 24px);
    flex-basis: clamp(20px, 6vw, 24px);
  }

  .item-icon svg {
    width: clamp(20px, 6vw, 24px);
    height: clamp(20px, 6vw, 24px);
  }

  .feature-cards article {
    min-height: 0;
  }

  .partitur-page .hero {
    padding-bottom: clamp(68px, 18vw, 96px);
    background-position: 58% center !important;
  }

  .partitur-page .audio-preview {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    margin-top: clamp(112px, 35vw, 170px);
  }

  .partitur-page .hero-content {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(34px, 10vw, 72px);
  }

  .partitur-page .hero-content h1 {
    font-size: clamp(24px, 9.8cqw, 42px);
    line-height: 1.1;
  }

  .partitur-page .summary-section {
    padding-top: clamp(64px, 18vw, 92px);
  }

  .partitur-page #apa-itu {
    padding-bottom: clamp(76px, 22vw, 108px);
  }

  .partitur-page .dark-section {
    margin-top: 0;
    padding-bottom: clamp(76px, 22vw, 108px);
  }

  .partitur-page .dark-content {
    padding-top: clamp(76px, 22vw, 108px);
  }

  .partitur-page .section-lead {
    margin-bottom: clamp(38px, 12vw, 57px);
  }

  .partitur-page .service-list {
    gap: clamp(38px, 12vw, 57px);
  }

  .partitur-page .importance-section {
    padding-top: clamp(76px, 22vw, 108px);
  }

  .partitur-page .benefit-section {
    padding-top: clamp(92px, 25vw, 131px);
    padding-bottom: clamp(82px, 22vw, 126px);
  }

  .partitur-page .benefit-grid {
    gap: clamp(34px, 10vw, 52px);
  }

  .partitur-page .feature-cards {
    justify-self: stretch;
    gap: clamp(17px, 5vw, 28px);
  }

  .partitur-page .feature-cards .benefit-card-column {
    display: contents;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(1) article:nth-child(1) {
    order: 1;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(2) article:nth-child(1) {
    order: 2;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(1) article:nth-child(2) {
    order: 3;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(2) article:nth-child(2) {
    order: 4;
  }

  .partitur-page .feature-cards .benefit-card-column:nth-child(1) article:nth-child(3) {
    order: 5;
  }

  .partitur-page .service-list h3 {
    font-size: clamp(15px, 4.6vw, 19px);
    line-height: clamp(21px, 5.8vw, 26px);
  }

  .partitur-page .benefit-cards h3 {
    font-size: clamp(14px, 4.2vw, 18px);
  }
}

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

.branch-hub-section {
  padding: 104px 0;
  background: #f5f8f7;
  color: #304e4b;
}

.branch-hub-head {
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}

.branch-hub-head h2 {
  color: #304e4b;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.branch-hub-head p {
  color: rgba(48, 78, 75, 0.82);
  font-size: 17px;
  line-height: 30px;
}

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

.branch-card {
  min-height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #ffffff;
  background: transparent;
  border: 0.5px solid #064e3b;
  border-radius: 18px;
  position: relative;
  isolation: isolate;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.branch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--branch-image) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.02);
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.branch-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}

.branch-card:hover {
  transform: translateY(-6px);
  background: rgba(6, 78, 59, 0.04);
  box-shadow: 0 18px 35px rgba(6, 78, 59, 0.08);
}

.branch-card:hover::before {
  opacity: 0;
  transform: scale(1.08);
}

.branch-card-inner {
  display: flex;
  min-height: 242px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.branch-card h3 {
  max-width: 270px;
  color: #064e3b;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.16;
}

.branch-card p {
  margin-top: 18px;
  color: rgba(6, 78, 59, 0.78);
  font-size: 14px;
  line-height: 24px;
}

.branch-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #064e3b;
  font-size: 14px;
  font-weight: 700;
}

.branch-card-link::after,
.inline-link-list a::after,
.breadcrumb-links a::after {
  content: ">";
  font-weight: 600;
}

.seo-branch-page .hero {
  min-height: 0;
  padding-bottom: 0;
}

.seo-branch-page .seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 293px);
  gap: clamp(42px, 5.5vw, 82px);
  align-items: center;
  margin-top: clamp(82px, 8vw, 104px);
  padding-bottom: 90px;
}

.seo-branch-page .hero-content {
  max-width: min(820px, 100%);
  margin-top: 0;
}

.seo-branch-page .audio-preview {
  position: static;
  width: 293px;
  justify-self: end;
}

.seo-branch-page .hero-content h1 {
  font-size: clamp(52px, 6vw, 84px);
  line-height: 1.08;
  text-wrap: balance;
}

.seo-branch-page .hero-content span {
  max-width: min(100%, 13.8em);
  text-wrap: balance;
}

.breadcrumb-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.breadcrumb-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: inherit;
}

.hero-content .breadcrumb-links {
  margin-bottom: 34px;
}

.page-visual-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}

.section-image {
  min-height: 430px;
  border-radius: 18px;
  background: var(--section-image) center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(6, 78, 59, 0.14);
}

.section-image.tall {
  min-height: 560px;
}

.seo-branch-page #apa-itu .section-image {
  display: none;
}

.seo-branch-page #apa-itu .page-visual-split {
  grid-template-columns: minmax(0, 1fr);
}

.seo-branch-page #apa-itu .page-visual-split > div:not(.section-image) {
  width: 100%;
}

.seo-branch-page #apa-itu .copy-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
}

@media (max-width: 900px) {
  .seo-branch-page #apa-itu .copy-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .seo-branch-page #apa-itu .copy-stack {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.copy-stack {
  display: grid;
  gap: 24px;
}

.copy-stack p,
.inline-link-list,
.related-copy {
  color: #304e4b;
  font-size: 17px;
  line-height: 30px;
}

.dark-section .related-copy {
  color: rgba(255, 255, 255, 0.86);
}

.inline-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  list-style: none;
}

.inline-link-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  color: #064e3b;
  background: #f5f8f7;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.dark-section .inline-link-list a {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.76);
}

.dark-section .inline-link-list {
  margin-top: 30px;
  gap: 12px;
}

.dark-section .inline-link-list a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.related-cluster {
  padding: 96px 0 114px;
  background: #ffffff;
}

.related-cluster.seo-extra-cluster {
  padding: 58px 0 76px;
}

.related-cluster.seo-extra-cluster h2 {
  margin-bottom: 22px;
}

.related-cluster.seo-extra-cluster .page-container > p {
  max-width: 760px;
  margin: 0 0 28px;
  color: rgba(48, 78, 75, 0.82);
  font-size: 16px;
  line-height: 28px;
}

.related-cluster h2 {
  max-width: 760px;
  margin-bottom: 34px;
  color: #304e4b;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 1190px) {
  .branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-visual-split,
  .branch-hub-head {
    grid-template-columns: 1fr;
  }

  .seo-branch-page .seo-hero-grid {
    grid-template-columns: minmax(0, 1fr) clamp(250px, 30vw, 293px);
    gap: clamp(30px, 5vw, 64px);
    margin-top: clamp(72px, 8vw, 96px);
    padding-bottom: 90px;
  }

  .seo-branch-page .hero-content {
    max-width: none;
  }

  .seo-branch-page .hero-content h1 {
    font-size: clamp(46px, 5.7vw, 68px);
  }

  .seo-branch-page .hero-content .breadcrumb-links {
    column-gap: 12px;
    row-gap: 4px;
    line-height: 1.55;
  }

  .seo-branch-page .audio-preview {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .branch-hub-section,
  .related-cluster {
    padding: 76px 0;
  }

  .branch-hub-head {
    gap: 24px;
    margin-bottom: 34px;
  }

  .seo-branch-page .seo-hero-grid {
    display: flex;
    flex-direction: column;
    margin-top: clamp(112px, 29vw, 150px);
    padding-bottom: clamp(64px, 18vw, 92px);
  }

  .seo-branch-page .hero-content {
    order: 2;
    margin-top: clamp(16px, 4.8vw, 28px);
  }

  .seo-branch-page .hero-content .breadcrumb-links {
    margin-bottom: clamp(30px, 8vw, 38px);
    row-gap: 4px;
    line-height: 1.55;
  }

  .seo-branch-page .hero-content h1 {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.12;
  }

  .seo-branch-page .hero-content span {
    max-width: none;
  }

  .seo-branch-page .audio-preview {
    order: 1;
    width: clamp(197px, 62vw, 280px);
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .seo-branch-page .audio-card {
    width: 100%;
  }

  .branch-hub-head p,
  .copy-stack p,
  .inline-link-list,
  .related-copy {
    font-size: 15px;
    line-height: 26px;
  }

  .branch-hub-head h2,
  .related-cluster h2 {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.18;
  }

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

  .branch-card,
  .branch-card-inner {
    min-height: 218px;
  }

  .branch-card h3 {
    font-size: 20px;
  }

  .page-visual-split {
    gap: 34px;
  }

  .section-image,
  .section-image.tall {
    min-height: 260px;
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-line { display: none !important; }
}

.pf-section {
  padding: 108px 0 96px;
  background: #F5F8F7;
  color: #304E4B;
}

.pf-container,
.why-container,
.faq-container,
.cta-container {
  width: min(1144px, calc(100% - 48px));
  margin: 0 auto;
}

.pf-title-wrap {
  width: min(100%, 1144px);
  margin: 0 auto 53px;
}

.pf-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  color: #304E4B;
  text-align: left;
}

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

.pf-column {
  display: grid;
  gap: 20px;
}

.pf-item {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(48, 78, 75, 0.28);
}

.pf-left {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 17px;
  flex: 1 1 auto;
}

.pf-left > div:last-child {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

.pf-play {
  width: 0;
  height: 0;
  flex: 0 0 auto;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #304E4B;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.pf-play:hover {
  transform: scale(1.15);
}

.pf-play.playing {
  width: 14px;
  height: 14px;
  background: #304E4B;
  border: 0;
}

.pf-song {
  overflow: hidden;
  color: #304E4B;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-song span {
  display: inline-block;
  min-width: 0;
}

.pf-artist {
  margin-top: 5px;
  overflow: hidden;
  color: rgba(48, 78, 75, 0.72);
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-dots {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  cursor: pointer;
}

.pf-dots span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #304E4B;
  transition: transform 0.3s ease;
}

.pf-dots.active span:nth-child(1),
.pf-dots.active span:nth-child(3) {
  transform: translateY(-4px) scale(1.2);
}

.pf-dots.active span:nth-child(2) {
  transform: translateY(4px) scale(1.2);
}

.pf-desc {
  max-width: 1144px;
  margin: 65px auto 0;
  color: #304E4B;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.pf-btn-wrap {
  position: relative;
  width: 311px;
  height: 65px;
  margin: 50px auto 0;
  cursor: pointer;
}

.pf-btn-wrap::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  width: 95px;
  height: 95px;
  border: 1px solid #304E4B;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.pf-btn-main {
  position: relative;
  z-index: 2;
  width: 311px;
  height: 65px;
  border: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #064E3B;
  cursor: pointer;
  transition: all 0.35s ease;
}

.pf-circle {
  position: absolute;
  left: 6px;
  top: 50%;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDE7E3;
  transform: translateY(-50%);
  transition: all 0.35s ease;
}

.pf-circle svg {
  width: 24px;
  height: 24px;
  transition: transform 0.5s ease;
}

.pf-text-btn {
  margin-left: 40px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}

.pf-btn-wrap:hover .pf-btn-main {
  background: #3B615D;
  box-shadow: 0 0 18px rgba(48, 78, 75, 0.35);
}

.pf-btn-wrap:hover .pf-circle {
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35), 0 2px 6px rgba(0, 0, 0, 0.25);
}

.pf-btn-wrap:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0.9;
}

.pf-btn-wrap:hover .pf-circle svg {
  transform: rotate(360deg);
}

.why-section {
  padding: 100px 0 60px;
  background: #ffffff;
  color: #324D4B;
}

.why-row {
  display: flex;
  gap: 73px;
  margin-bottom: 80px;
}

.why-col {
  width: 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.why-title {
  max-width: 560px;
  color: #324D4B;
  font-size: clamp(34px, 4.4vw, 50px);
  font-weight: 600;
  line-height: 1;
}

.why-item {
  position: relative;
  border-bottom: 1px solid #324D4B;
  transition: transform 0.35s ease;
}

.why-item:hover {
  transform: translateY(-5px);
}

.why-item p {
  max-width: 520px;
  margin-bottom: 24px;
  color: #324D4B;
  font-size: 17px;
  line-height: 30px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.why-item:hover p {
  transform: translateX(4px);
  opacity: 0.9;
}

.why-number {
  position: absolute;
  right: -30px;
  top: 100%;
  width: 65px;
  height: 65px;
  border: 1px solid #324D4B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #324D4B;
  background: #ffffff;
  font-size: 17px;
  font-weight: 500;
  transform: translateY(-50%);
  transition: all 0.35s ease;
}

.why-item:hover .why-number {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 6px 16px rgba(50, 77, 75, 0.25), 0 2px 6px rgba(50, 77, 75, 0.15);
}

.top-align {
  align-items: flex-start;
}

.bottom-align {
  align-items: flex-end;
}

.faq-section {
  padding: 120px 0 150px;
  background: #ffffff;
}

.faq-title {
  color: #314F4C;
  font-size: clamp(36px, 4.4vw, 50px);
  font-weight: 600;
}

.faq-item {
  margin-top: 74px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(49, 79, 76, 0.3);
}

.faq-item + .faq-item {
  margin-top: 39px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
}

.faq-question span {
  color: #314F4C;
  font-size: 24px;
  line-height: 29px;
  transition: transform 0.3s ease;
}

.faq-question:hover span {
  transform: translateX(4px);
}

.faq-icon {
  color: #314F4C;
  font-size: 28px;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: rgba(49, 79, 76, 0.7);
  font-size: 17px;
  line-height: 28px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 220px;
  margin-top: 20px;
  opacity: 1;
  transform: translateY(0);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.cta-section {
  position: relative;
  min-height: 640px;
  padding: 121px 0 411px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: url('../IMAGE/background-cta.jpg') center / cover no-repeat;
  background-attachment: fixed;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 1) 0%, rgba(6, 78, 59, 0.46) 100%);
}

.cta-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-section .cta-line {
  position: absolute;
  top: -121px;
  bottom: -411px;
  width: 1px;
  z-index: 3;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, rgba(220, 232, 228, 0.58) 0 17px, transparent 17px 34px);
}

.cta-section .cta-line.left {
  left: calc(50% - 572px);
  animation: ctaDashUp 6s linear infinite;
}

.cta-section .cta-line.right {
  left: calc(50% + 572px);
  animation: ctaDashDown 6s linear infinite;
}

@keyframes ctaDashDown {
  from { background-position: 0 0; }
  to { background-position: 0 34px; }
}

@keyframes ctaDashUp {
  from { background-position: 0 34px; }
  to { background-position: 0 0; }
}

.cta-title {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 73px);
  font-weight: 500;
  line-height: 1.16;
}

.cta-actions {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 28px);
}

@media (min-width: 768px) {
  .cta-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .cta-title span { display: block; }

  .cta-actions {
    justify-content: center !important;
    gap: clamp(18px, 2.2vw, 28px);
  }

  .cta-btn-wrap { margin: 0; }
}

.cta-btn-wrap {
  position: relative;
  width: 311px;
  height: 65px;
}

.cta-btn-wrap::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  width: 95px;
  height: 95px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}

.cta-btn-primary {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 90px;
  padding-right: 40px;
  background: #CF7325;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-circle {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3EEEA;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.cta-circle svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.cta-btn-text {
  white-space: nowrap;
  transform: translateX(-10px);
}

.cta-btn-wrap:hover .cta-btn-primary {
  background: #E07B2D;
  box-shadow: 0 0 18px rgba(207, 115, 37, 0.35);
}

.cta-btn-wrap:hover .cta-circle {
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35), 0 2px 6px rgba(0, 0, 0, 0.25);
}

.cta-btn-wrap:hover .cta-circle svg {
  transform: rotate(360deg);
}

.cta-btn-wrap:hover::before {
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0.8;
}

.cta-link {
  position: relative;
  margin-left: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.cta-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 50%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.cta-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 1190px) {
  .pf-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pf-column {
    gap: 0;
  }

  .pf-column .pf-item:first-child {
    border-top: none;
  }

  .pf-grid .pf-column:first-child .pf-item:first-child {
    border-top: 1px solid rgba(6, 78, 59, 0.3);
  }

  .why-row {
    gap: 40px;
  }

  .why-number {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1190px) {
  .pf-grid {
    align-items: start;
  }

  .pf-item {
    min-height: clamp(56px, 6vw, 66px);
    gap: clamp(10px, 1.6vw, 16px);
    padding-top: clamp(9px, 1.2vw, 12px);
    padding-bottom: clamp(9px, 1.2vw, 12px);
  }

  .pf-left {
    gap: clamp(10px, 1.7vw, 16px);
  }

  .pf-artist {
    line-height: 1.35;
  }

  .pf-dots {
    margin-left: clamp(5px, 0.8vw, 9px);
  }

  .pf-song.is-marquee {
    text-overflow: clip;
  }

  .pf-song.is-marquee span {
    min-width: max-content;
    animation: pfSongMarquee var(--pf-marquee-duration, 9s) linear infinite;
    will-change: transform;
  }

  .pf-song.is-marquee:hover span {
    animation-play-state: paused;
  }
}

@keyframes pfSongMarquee {
  0%,
  12% {
    transform: translateX(0);
  }

  88%,
  100% {
    transform: translateX(calc(-1 * var(--pf-marquee-distance, 40px)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .pf-song.is-marquee span {
    animation: none;
  }
}

@media (max-width: 767px) {
  .pf-section {
    padding-top: clamp(80px, 18vw, 120px);
    padding-bottom: clamp(80px, 18vw, 120px);
    padding-left: clamp(0px, 2.5vw, 12px);
    padding-right: clamp(0px, 2.5vw, 12px);
  }

  .pf-container,
  .why-container,
  .faq-container,
  .cta-container {
    width: min(100% - 32px, 1144px);
  }

  .pf-title-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: clamp(33px, 8vw, 50px);
  }

  .pf-title {
    width: clamp(196px, 61.25vw, 320px);
    font-size: clamp(20px, 6vw, 34px);
    line-height: 1.2;
    color: #064E3B;
  }

  .pf-item {
    width: 100%;
    min-height: auto;
    padding-top: clamp(12px, 3vw, 18px);
    padding-bottom: clamp(13px, 3.5vw, 20px);
    border-bottom: clamp(0.77px, 0.2vw, 1px) solid rgba(6, 78, 59, 0.3);
  }

  .pf-left {
    gap: clamp(15px, 4vw, 24px);
  }

  .pf-play {
    border-top-width: clamp(7px, 2.15vw, 9px);
    border-bottom-width: clamp(7px, 2.15vw, 9px);
    border-left-width: clamp(12px, 3.75vw, 16px);
    border-left-color: #064E3B;
  }

  .pf-song {
    color: #064E3B;
    font-size: clamp(12px, 3.7vw, 17px);
    line-height: clamp(18.5px, 5vw, 24px);
  }

  .pf-artist {
    margin-top: 0;
    color: #064E3B;
    font-size: clamp(12px, 3.7vw, 17px);
    line-height: clamp(18.5px, 5vw, 24px);
  }

  .pf-dots {
    gap: clamp(3px, 1vw, 5px);
    margin-right: clamp(4px, 1vw, 8px);
  }

  .pf-dots span {
    width: clamp(3px, 1vw, 4px);
    height: clamp(3px, 1vw, 4px);
    background: #064E3B;
  }

  .pf-desc {
    width: 100%;
    margin-top: clamp(39px, 10vw, 60px);
    font-size: 15px;
    line-height: 26px;
    color: #064E3B;
    text-align: left;
  }

  .pf-btn-wrap,
  .pf-btn-main {
    width: clamp(224px, 70vw, 320px);
    height: clamp(46px, 14vw, 65px);
  }

  .pf-btn-wrap {
    margin-top: clamp(36px, 9vw, 54px);
    margin-bottom: clamp(22px, 6vw, 36px);
    margin-left: 0;
    margin-right: auto;
  }

  .pf-btn-wrap::before {
    left: clamp(23px, 7vw, 32px);
    width: clamp(68px, 21vw, 95px);
    height: clamp(68px, 21vw, 95px);
    border-color: #064E3B;
  }

  .pf-circle {
    left: clamp(5px, 1vw, 6px);
    width: clamp(36px, 11vw, 53px);
    height: clamp(36px, 11vw, 53px);
  }

  .pf-circle svg {
    width: clamp(18px, 5vw, 24px);
    height: clamp(18px, 5vw, 24px);
  }

  .pf-text-btn {
    margin-left: clamp(26px, 8vw, 40px);
    font-size: clamp(12px, 3.7vw, 17px);
    font-weight: 400;
  }

  .why-section {
    padding: 76px 0 28px;
  }

  .why-row {
    display: block;
    margin-bottom: 54px;
  }

  .why-col {
    width: 100%;
  }

  .why-title {
    margin-bottom: 40px;
  }

  .why-item {
    margin-bottom: 50px;
  }

  .why-item p {
    max-width: calc(100% - 18px);
    font-size: 15px;
    line-height: 26px;
  }

  .why-number {
    width: 54px;
    height: 54px;
  }

  .faq-section {
    padding: 80px 0 100px;
  }

  .faq-item {
    margin-top: 46px;
  }

  .faq-question span {
    font-size: 18px;
    line-height: 25px;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 25px;
  }

  .cta-section {
    min-height: 520px;
    padding: 86px 0 150px;
  }

  .cta-section .cta-line {
    display: none;
  }

  .cta-actions {
    margin-top: 44px;
    flex-direction: column;
    gap: 32px;
  }

  .cta-link {
    margin-left: 0;
  }

  .cta-btn-wrap,
  .cta-btn-primary {
    width: min(311px, 100%);
  }
}

.four-column p,
.three-column p,
.orchestration-grid p,
.intro-grid p,
.copy-stack p,
.section-lead,
.service-list p,
.benefit-copy p,
.benefit-cards p,
.branch-hub-head p,
.branch-card p,
.related-copy,
.pf-desc,
.why-item p,
.faq-answer {
  font-size: 17px;
  line-height: 30px;
}

@media (min-width: 768px) and (max-width: 1190px) {
  .four-column p,
  .three-column p,
  .orchestration-grid p,
  .intro-grid p,
  .copy-stack p,
  .section-lead,
  .service-list p,
  .benefit-copy p,
  .benefit-cards p,
  .branch-hub-head p,
  .branch-card p,
  .related-copy,
  .pf-desc,
  .why-item p,
  .faq-answer {
    font-size: 17px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .four-column p,
  .three-column p,
  .orchestration-grid p,
  .intro-grid p,
  .copy-stack p,
  .section-lead,
  .service-list p,
  .benefit-copy p,
  .benefit-cards p,
  .branch-hub-head p,
  .branch-card p,
  .related-copy,
  .pf-desc,
  .why-item p,
  .faq-answer {
    font-size: 15px;
    line-height: 26px;
  }
}
