@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.ls-section {
    position: relative;
    overflow: hidden;
    background: #020202;
    color: #fff;
    padding: 72px 24px;
}

.ls-container {
    max-width: 1180px;
    margin: 0 auto;
}

.ls-eyebrow {
    margin: 0 0 8px;
    color: #d5a91f;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.ls-hero {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    padding-top: 180px;
    padding-bottom: 110px;
    background: #020202;
}

.ls-hero__bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    width: 100%;
    height: 98px;
    border-radius: 0;
    background: linear-gradient(180deg, #9f7700, #ffc400);
    z-index: 1;
}

.ls-hero .ls-container {
    display: grid;
    grid-template-columns: minmax(340px, 1fr) minmax(420px, 1.12fr);
    align-items: start;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.ls-hero__content {
    align-self: start;
    padding-top: 8px;
}

.ls-hero__content h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 400; /* Anton is single-weight (400 only) */
    line-height: 0.88;
    letter-spacing: 0.065em;
    font-family: 'Anton', sans-serif;
    font-synthesis: none;        /* Prevent synthetic bold in Firefox */
    font-optical-sizing: none;   /* Disable Firefox optical sizing adjustments */
}

.ls-hero__content p {
    margin: 14px 0 0;
    color: #f0f0f0;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.016em;
}

.ls-hero__visual {
    position: relative;
    height: clamp(360px, 52vh, 610px);
    min-height: 360px;
    align-self: end;
    overflow: visible;
}

.ls-hero__mockup {
    position: absolute;
    display: block;
    width: clamp(420px, 43vw, 660px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    right: -6%;
    bottom: -88px;
    z-index: 3;
    transform: none;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.6));
}

.ls-services {
    background: #020202;
    contain: layout paint;
}

.ls-services,
.ls-services * {
    animation: none !important;
}

.ls-services__header {
    max-width: 860px;
    margin: 0 auto 30px;
    text-align: center;
}

.ls-services__header h2,
.ls-testimonials__header h2,
.ls-cta__inner h2 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.02;
}

.ls-services__header h2,
.ls-gallery-showcase__header h2 {
    font-family: 'Roboto', sans-serif;
}

.ls-services__header p {
    margin: 0;
    color: rgba(232, 232, 232, 0.92);
}

.ls-services__header h2::after {
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #997300, #ffc000);
}

.ls-services-slider {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.ls-services-slider__viewport {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(165deg, rgba(28, 28, 28, 0.98), rgba(16, 16, 16, 0.98));
    box-shadow: 0 26px 46px rgba(0, 0, 0, 0.44);
}

.ls-services-slider__track {
    display: flex;
    align-items: stretch;
    transition: transform 0.35s ease;
    will-change: transform;
}

.ls-service-slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 22px;
}

.ls-service-slide__media {
    margin: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background:
        linear-gradient(140deg, rgba(36, 36, 36, 0.96), rgba(24, 24, 24, 0.94)),
        repeating-linear-gradient(45deg, rgba(255, 192, 0, 0.12) 0 12px, rgba(255, 255, 255, 0.02) 12px 24px);
    color: rgba(255, 235, 180, 0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ls-service-slide__media img,
.ls-service-slide__media video,
.ls-service-slide__media iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: inherit;
}

.ls-service-slide__media span {
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ls-service-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #f4f4f4;
    padding: 8px 4px;
}

.ls-service-slide__content h3 {
    margin: 0 0 14px;
    font-size: clamp(1.75rem, 4vw, 2.88rem);
    line-height: 1.08;
    color: #ffffff;
}

.ls-service-slide__content p {
    margin: 0 0 24px;
    color: #d2d2d2;
    font-size: clamp(1rem, 2.2vw, 1.08rem);
    line-height: 1.45;
}

.ls-service-slide__content a {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    background: #ffc000;
    color: #111111;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.16s ease, filter 0.16s ease;
}

.ls-service-slide__content a:hover {
    transform: translateY(-1px);
    filter: brightness(0.96);
}

.ls-services-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 192, 0, 0.96);
    color: #111111;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(255, 192, 0, 0.35);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ls-services-slider__nav:hover {
    transform: translateY(-50%) scale(1.04);
    filter: brightness(0.96);
}

.ls-services-slider__nav--prev {
    left: -64px;
}

.ls-services-slider__nav--next {
    right: -64px;
}

.ls-services-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.ls-services-slider__dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.ls-services-slider__dots button.is-active {
    width: 28px;
    border-radius: 999px;
    background: #ffc000;
}

.ls-gallery-showcase__header {
    max-width: 860px;
    margin: 0 auto 36px;
    text-align: center;
}

.ls-gallery-showcase {
    background: #020202;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.ls-gallery-showcase__header .ls-eyebrow {
    color: #ffc000;
}

.ls-gallery-showcase__header h2 {
    margin: 0;
    font-size: clamp(1.75rem, 3.8vw, 2.8rem);
    line-height: 1.12;
    color: #ffffff;
}

.ls-gallery-showcase__header h2::after {
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #997300, #ffc000);
}

.ls-gallery-showcase-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 56px 0;
}

.ls-gallery-showcase-slider__viewport {
    overflow: hidden;
    min-height: 0;
    border-radius: 0;
    background: transparent;
}

.ls-gallery-showcase-slider__track {
    display: flex;
    align-items: center;
    transition: transform 0.35s ease;
    will-change: transform;
}

.ls-gallery-showcase-slide {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}

.ls-gallery-showcase-slide__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
}

.ls-gallery-showcase-slide__grid--centered {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.ls-gallery-showcase-slide__grid--centered .ls-gallery-showcase-slide__item {
    flex: none;
    width: calc((100% - 3 * 16px) / 4);
}

.ls-gallery-showcase-slide__item {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: auto;
    border-radius: 0;
    border: none;
    background: transparent;
    overflow: visible;
    box-shadow: none;
}

.ls-gallery-showcase-slide__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    padding: 0;
}

.ls-gallery-showcase-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffc000;
    color: #111;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(255, 192, 0, 0.35);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ls-gallery-showcase-slider__nav:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 10px 24px rgba(255, 192, 0, 0.5);
}

.ls-gallery-showcase-slider__nav--prev {
    left: 8px;
}

.ls-gallery-showcase-slider__nav--next {
    right: 8px;
}

.ls-gallery-showcase-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.ls-gallery-showcase-slider__dots button {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

.ls-gallery-showcase-slider__dots button.is-active {
    background: #ffc000;
}

.ls-gallery-showcase__cta {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.ls-gallery-showcase__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 6px;
    border: 2px solid #1f7ef2;
    color: #1f7ef2;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.ls-gallery-showcase__button:hover {
    background: #1f7ef2;
    color: #fff;
    transform: translateY(-1px);
}

.ls-testimonials__header p {
    margin: 0;
    color: rgba(232, 232, 232, 0.92);
}

.ls-testimonials {
    background: #020202;
    padding-top: 28px;
}

.ls-testimonials .ls-container {
    max-width: 1180px;
}

.ls-partner-collage {
    position: relative;
    min-height: 700px;
    width: 100%;
}

.ls-partner-card {
    position: absolute;
    border-radius: 0;
    overflow: visible;
    border: none;
    box-shadow: none;
    background: transparent;
}

.ls-partner-card img {
    position: absolute;
    inset: -10%;
    width: 120%;
    height: 120%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ls-partner-card--top-left {
    top: 2%;
    left: 2%;
    width: 36%;
    height: 270px;
}

.ls-partner-card--top-right {
    top: 2%;
    right: 2%;
    width: 40%;
    height: 270px;
}

.ls-partner-card--bottom-left {
    bottom: 4%;
    left: 0;
    width: 34%;
    height: 320px;
}

.ls-partner-card--bottom-right {
    bottom: 6%;
    right: 2%;
    width: 38%;
    height: 290px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* ============================
   PROCESS — Desain Terbaru
   ============================ */

/* Section base */
.ls-process {
    padding: 6rem 0 4rem;
    overflow: hidden;
}

/* ─── Header ─── */
.process-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.process-eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #EF9F27;
    margin-bottom: 0.85rem;
}

.process-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.15;
    font-family: 'Roboto', sans-serif;
}

.process-header h2::after {
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #997300, #ffc000);
}

/* ─── Card Grid ─── */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

/* ─── Individual Card ─── */
.process-card {
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 1.6rem 1.5rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

/* Gold accent bar — top */
.process-card::before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 3px;
    background: linear-gradient(90deg, #BA7517, #EF9F27, #BA7517);
    border-radius: 12px 12px 0 0;
}

.process-card:hover {
    transform: translateY(-5px);
    background: #262626;
}

/* ─── Icon Box ─── */
.process-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(239, 159, 39, 0.4);
    border-radius: 8px;
    background: rgba(239, 159, 39, 0.08);
    margin-bottom: 1rem;
    transition: background 0.28s ease, border-color 0.28s ease;
}
.process-card__icon svg {
    width: 20px;
    height: 20px;
    color: #EF9F27;
    flex-shrink: 0;
}
.process-card:hover .process-card__icon {
    background: rgba(239, 159, 39, 0.15);
    border-color: rgba(239, 159, 39, 0.7);
}

/* ─── Number ─── */
.process-card__num {
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
    font-family: var(--ls-font-family, "CocogoosePro", sans-serif);
}

/* ─── Title ─── */
.process-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    font-family: var(--ls-font-family, "CocogoosePro", sans-serif);
}

/* ─── Description ─── */
.process-card__desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.7;
}

/* ─── Marquee full-width override (section-3 / ls-process) ─── */
.ls-process .ls-why__marquee {
  margin-top: 40px;
  display: block;
  /* breakout dari padding horizontal .ls-section (24px) */
  margin-left: -24px;
  margin-right: -24px;
}

.ls-process .ls-why__marquee .marquee-wrap {
  max-width: none;
  width: 100%;
}

/* ─── Marquee ─── */
.marquee-section {
  width: 100%;
  overflow: hidden;
}
 
.marquee-track {
  display: flex;
  width: max-content;
}
 
/* Pause on hover */
.marquee-section:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-a {
  background: #111111;
  padding: 13px 0;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
 
.marquee-a .marquee-track {
  animation: marquee-scroll 22s linear infinite;
}
 
.marquee-a .marquee-item {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D4930A;
  white-space: nowrap;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
  transition: color 0.2s ease;
}
 
.marquee-a .marquee-item:hover {
  color: #E8A820;
}
 
.marquee-a .marquee-item::after {
  content: '✦';
  font-size: 8px;
  color: #3a3a3a;
  margin: 0 22px;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   REVEAL ANIMATION (scroll-triggered)
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }
.reveal-d5 { transition-delay: 0.5s; }

.ls-testimonials__badge {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: min(520px, 46vw);
    z-index: 4;
}

.ls-testimonials__badge img {
    width: 100%;
    display: block;
    height: auto;
}

.ls-testimonials__badge-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18% 16%;
}

.ls-testimonials__badge-text h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.06;
    letter-spacing: 0.02em;
}

.ls-testimonials__badge-text p {
    margin: 18px 0 0;
    font-size: clamp(1.1rem, 3vw, 2rem);
    font-weight: 700;
    color: #000;
}

.ls-cta {
    background: #020202;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.ls-cta__inner {
    position: relative;
    max-width: 840px;
    display: grid;
    justify-items: center;
    gap: 10px;
}

.ls-cta__inner p {
    margin: 0 auto 18px;
    max-width: 660px;
    color: #ddd;
    font-family: 'Poppins', sans-serif;
}

.ls-cta__actions {
    display: grid;
    justify-items: center;
    gap: 16px;
}

.ls-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 13px 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, #997300, #ffc000);
    color: #111;
    font-family: var(--ls-font-family, "CocogoosePro", sans-serif);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.34);
    transition: transform 0.16s ease, filter 0.16s ease;
}

.ls-cta__button:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

.ls-cta__sticker {
    width: min(180px, 45vw);
    height: auto;
    display: block;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

@media (max-width: 640px) {
    .ls-cta__actions {
        gap: 12px;
    }

    .ls-cta__button {
        min-width: 168px;
        padding: 11px 22px;
    }

    .ls-cta__sticker {
        width: min(160px, 52vw);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ls-services,
    .ls-services * {
        transition: none !important;
    }
}

@media (max-width: 980px) {
    .ls-hero .ls-container {
        grid-template-columns: 1fr;
    }

    .ls-partner-collage {
        min-height: 920px;
    }

    .ls-partner-card--top-left,
    .ls-partner-card--top-right,
    .ls-partner-card--bottom-left,
    .ls-partner-card--bottom-right {
        width: 50%;
        height: 280px;
    }

    .ls-partner-card--top-left { top: 0; left: 0; }
    .ls-partner-card--top-right { top: 0; right: 0; }
    .ls-partner-card--bottom-left { bottom: 0; left: 0; }
    .ls-partner-card--bottom-right { bottom: 0; right: 0; }

    .ls-testimonials__badge {
        width: min(460px, 76vw);
        top: 50%;
    }

    .ls-hero__visual {
        height: clamp(330px, 46vh, 500px);
        min-height: 330px;
    }

    .ls-hero__mockup {
        width: min(86%, 520px);
        right: 50%;
        bottom: -44px;
        transform: translateX(50%);
    }

    .ls-hero__bar {
        width: 100%;
        height: 80px;
        bottom: 20px;
    }

    .ls-service-slide {
        grid-template-columns: 1fr;
    }

    .ls-gallery-showcase-slider__nav {
        width: 42px;
        height: 42px;
    }

    .ls-gallery-showcase-slider__nav--prev {
        left: -18px;
    }

    .ls-gallery-showcase-slider__nav--next {
        right: -18px;
    }

    .ls-gallery-showcase-slide__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
    }

    .ls-gallery-showcase-slide__grid--centered .ls-gallery-showcase-slide__item {
        width: calc((100% - 1 * 12px) / 2);
    }

    .ls-service-slide__media {
        max-width: min(100%, 460px);
        margin: 0 auto;
    }

    .ls-services-slider__nav {
        width: 42px;
        height: 42px;
    }

    .ls-services-slider__nav--prev {
        left: -12px;
    }

    .ls-services-slider__nav--next {
        right: -12px;
    }
}

@media (max-width: 680px) {
    .ls-section {
        padding: 56px 16px;
    }

    .ls-hero {
        min-height: auto;
        padding-top: 42px;
        padding-bottom: 94px;
    }

    .ls-hero__content h1 {
        font-size: clamp(1.7rem, 8.5vw, 2.4rem);
        letter-spacing: 0.05em;
    }

    .ls-hero__content {
        text-align: center;
    }

    .ls-hero__content p {
        font-size: clamp(0.85rem, 3.8vw, 1.1rem);
        letter-spacing: 0.12em;

        margin-top: 0.1rem;
    }

    .ls-hero__visual {
        height: clamp(260px, 42vh, 380px);
        min-height: 260px;
    }

    .ls-hero__mockup {
        width: min(90%, 390px);
        max-width: 390px;
        right: 50%;
        bottom: -30px;
        transform: translateX(50%);
    }

    .ls-services-slider__viewport {
        border-radius: 20px;
    }

    .ls-service-slide {
        padding: 14px;
        gap: 12px;
    }

    .ls-service-slide__media {
        max-width: min(100%, 360px);
    }

    .ls-service-slide__content a {
        min-height: 46px;
        padding: 0 18px;
        font-size: 0.98rem;
    }

    .ls-services-slider {
        padding-bottom: 62px;
    }

    .ls-services-slider__nav {
        top: auto;
        bottom: 8px;
        transform: none;
        width: 38px;
        height: 38px;
    }

    .ls-services-slider__nav:hover {
        transform: scale(1.04);
    }

    .ls-services-slider__nav--prev {
        left: calc(50% - 50px);
    }

    .ls-services-slider__nav--next {
        right: calc(50% - 50px);
    }

    .ls-services-slider__dots {
        margin-top: 14px;
    }

    .ls-gallery-showcase-slider__dots {
        margin-top: 14px;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ls-gallery-showcase__header {
        margin-bottom: 20px;
    }

    .ls-gallery-showcase-slider {
        padding: 10px 8px 64px;
    }

    .ls-gallery-showcase-slider__nav {
        display: flex;
        width: 34px;
        height: 34px;
        top: auto;
        bottom: 8px;
        transform: none;
        box-shadow: 0 4px 12px rgba(255, 192, 0, 0.3);
    }

    .ls-gallery-showcase-slider__nav:hover {
        transform: scale(1.06);
        box-shadow: 0 6px 18px rgba(255, 192, 0, 0.5);
    }

    .ls-gallery-showcase-slider__nav--prev {
        left: calc(50% - 46px);
    }

    .ls-gallery-showcase-slider__nav--next {
        right: calc(50% - 46px);
    }

    .ls-gallery-showcase-slider__dots {
        margin-top: 18px;
    }

    .ls-gallery-showcase-slide__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 0;
    }

    .ls-gallery-showcase-slide__grid--centered .ls-gallery-showcase-slide__item {
        width: calc((100% - 1 * 8px) / 2);
    }


}

/* ============================================================
   FAQ SECTION
   ============================================================ */

.ls-faq {
    background: linear-gradient(180deg, #080808 0%, #0f0f0f 100%);
    padding-top: 72px;
    padding-bottom: 80px;
}

.ls-faq__header {
    max-width: 640px;
    margin: 0 auto 52px;
    text-align: center;
}

.ls-faq__header h2 {
    margin: 4px 0 14px;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.06;
    color: #fff;
    letter-spacing: 0.02em;
}

.ls-faq__header h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #997300, #ffc000);
}

.ls-faq__subtitle {
    margin: 0;
    color: rgba(220, 220, 220, 0.72);
    font-size: 1rem;
    line-height: 1.6;
}

.ls-faq__grid {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ls-faq__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-faq__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 4px;
    background: transparent;
    border: none;
    color: #f0f0f0;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ls-faq__question:hover {
    color: #ffc000;
}

.ls-faq__question[aria-expanded="true"] {
    color: #ffc000;
}

.ls-faq__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 192, 0, 0.1);
    color: #ffc000;
    transition: transform 0.28s ease, background 0.2s ease;
}

.ls-faq__question[aria-expanded="true"] .ls-faq__icon {
    transform: rotate(180deg);
    background: rgba(255, 192, 0, 0.18);
}

.ls-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
}

.ls-faq__answer p {
    margin: 0;
    padding: 0 4px 20px;
    color: rgba(210, 210, 210, 0.88);
    font-size: 0.97rem;
    line-height: 1.7;
}

.ls-faq__answer strong {
    color: #ffc000;
    font-weight: 700;
}

.ls-faq__answer em {
    color: #e0e0e0;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 680px) {
    .ls-faq {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .ls-faq__header {
        margin-bottom: 36px;
    }

    .ls-faq__question {
        padding: 16px 2px;
        font-size: 0.93rem;
    }
}

