* {
    box-sizing: border-box;
}

body {
    background-color: #000000;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    border: 0;
}

.main-wrapper {
    display: flex;
    gap: 1.25rem;
    flex-flow: column;
    padding: 1.25rem 1.5rem;
  	color: #111111;
}

/* JKD defaults (scoped to your wrapper) */
.main-wrapper { color: #111; }
.main-wrapper p,
.main-wrapper li,
.main-wrapper h1,
.main-wrapper h2,
.main-wrapper h3,
.main-wrapper h4,
.main-wrapper h5,
.main-wrapper h6 { color: inherit; }

/* Force these JKD headings to use dark text (beats Divi global rules) */
.main-wrapper h2.section-heading,
.main-wrapper h2.about-h2-heading {
  color: #111 !important;
}

/* Keep accent color working */
.main-wrapper h2.section-heading .red-text-h2,
.main-wrapper h2.about-h2-heading .red-text-h2 {
  color: #ff0000 !important;
}



/* Dark sections default to white text */
.jkd-overview {
  color: #fff;
}


.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.content-2 {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #ffffff;
    border-radius: 1rem;
}

/* ========================================
   ANIMATED BUTTON MODULE
   ======================================== */

/* 1. Main Button Container */
.button-overflow-hidden {
    background-color: #F60000; /* Default Red */
    border: 1px solid #F60000;
    padding: 10px 25px;
    position: relative;
    overflow: hidden; /* Clips the white ripple */
    max-width: 100%;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    
    /* Layout */
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    
    /* Rounded corners to match your design */
    border-radius: 0.5rem; 
    
    /* GPU Acceleration */
    transform: translateZ(0); 
}

/* 2. THE CREATIVE FIX: Outline Modifier */
.button-overflow-hidden.is-outline {
    background-color: transparent; /* Start Transparent */
    border: 1px solid #F60000;     /* Keep Red Border */
}
/* Ensure text is visible on transparent background */
.button-overflow-hidden.is-outline .button-font {
    color: #ffffff; 
}

/* 3. Inner Content Wrapper (Keeps text above the ripple) */
.home-button-contain {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2; /* CRITICAL: Sits on top of the white bg */
}

/* 4. Text Styling */
.button-font {
    color: #ffffff;
    letter-spacing: 0.12em; /* Matched to your .button class */
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem; /* Matched to your 14px/.875rem */
    font-weight: 500;
    line-height: 1.42;
    /* No transition here! GSAP handles the color change. */
}

/* 5. Circle & Arrows */
.circle-button {
    background-color: #161c24;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.button-arrow {
    position: absolute;
    width: 20px;       /* Controls the size of the icon */
    height: 20px;
    display: flex;     /* Ensures SVG centers inside */
    justify-content: center;
    align-items: center;
}

/* Ensure the SVG scales to fit the .button-arrow wrapper */
.button-arrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.button-arrow._01 { transform: translate3d(0, 0, 0); }
.button-arrow._02 { transform: translate3d(-32px, 32px, 0); }

/* 6. The White Ripple Background */
.button-bg {
    background-color: #ffffff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    /* Position roughly behind the circle */
    top: 50%; 
    left: 0;
    margin-top: -8px; /* Center vertically */
    transform-origin: center;
    transform: scale(0);
    z-index: 1; /* Sits BEHIND text */
    pointer-events: none;
}

.content-container {
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.section-header-wrap {
    display: flex;
    gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.section-header-content {
    width: 100%;
    max-width: 579px;
    margin-left: auto;
    margin-right: auto;
}

.section-header-text-wrap {
    gap: 16px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.text-title.section-heading {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    color: #ff0000;
    letter-spacing: .12rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-align: center;
}

.section-heading {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 68px;
    letter-spacing: -0.05em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  	color: #111111;!important
}

.content-2-main-wrap {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    filter: blur(0px);
    transform-style: preserve-3d;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    border-bottom: 1px solid #ebebeb;
}

.content-02-card {
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 24px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

/* This class defines the specific style matching your upload */
.mono-icon {
    width: 28px;
    height: 28px;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.content-02-card-details {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    filter: blur(0px);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.content-02-text {
    display: flex;
    flex-flow: column;
    gap: 16px;
    margin-top: 56px;
    margin-bottom: 40px;
}

.body-medium-01 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.body-medium-01-black {
    color: #000000;
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
}

.body-03-text {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.read-more-link {
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}

.body-medium-03 {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.link-underline {
    transform: translate3d(-101%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #1a1a1a;
    width: 100%;
    height: 1px;
    position: absolute;
    inset: auto 0% 0%;
}

.content-02-image-wrap {
    grid-area: span 1 / span 6 / span 1 / span 6;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    overflow: hidden;
}

.fit-cover-content-02-image {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    filter: blur(0px);
    opacity: 1;
    transform-style: preserve-3d;
    object-position: 50% 0%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-02-review-card {
    padding: 32px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background-color: #ff0000;
    background-image: url('https://rivercitywarrior.com/wp-content/uploads/2025/12/grid-red.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    grid-area: span 1 / span 6 / span 1 / span 6;
}

.content-02-review-card-details {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    filter: blur(0px);
    transform-style: preserve-3d;
}

.content-02-review-text {
    max-width: 452px;
    margin-top: 36px;
}

.content-02-review-info {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
}

.content-02-author-wrap {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}

.content-02-author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.content-02-author-info {
    font-family: 'Nunito', sans-serif;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.body-medium-02 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.body-03-text-gray {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.content-02-author-link {
    width: 24px;
    transition: opacity .3s;
    max-width: 100%;
    display: inline-block;
    text-decoration: none;
}

/* Hero Content Section */

.jkd-hero {
    color: #ffffff;
    border-radius: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: calc(100vh - 8.75rem);
    position: relative;
    overflow: clip;
}

.jkd-hero-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.hero-space {
    height: 20%;
}

.padding-section-small {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    padding-right: 3.25rem;
    padding-left: 3.25rem;
}

.jkd-container-large {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: none;
}

.jkd-hero-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    place-items: flex-start stretch;
    width: 100%;
    max-width: 40.375rem;
    position: relative;
    gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
}

.jkd-hero-title {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.25rem;
    line-height: 1.1;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.red-text {
    color: #ff0000;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.25rem;
    line-height: 1.1;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.spacer-xlarge {
    width: 100%;
    padding-top: 1.5rem;
}

.jkd-hero-max {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    max-width: 31.125rem;
}

.spacer-xsmall-hide-mobile-landscape {
    width: 100%;
    padding-top: .5rem;
}

.spacer-huge {
    width: 100%;
    padding-top: 2rem;
}

.jkd-button-group {
    display: flex;
    gap: .75rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}

.jkd-button-wrap {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.button {
    background-color: #ff0000;
    color: #000000;
    text-align: center;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    padding: 0 1.75rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.42;
    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    display: flex;
}

.button.w-button {
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    padding: 0 1.75rem;
    font-size: .875rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 1.42;
    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
    transform: scale(.95);
}

.button.is-outline.w-button {
    border: .0625rem solid #ff0000;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.section-gap-medium {
    padding-top: 7rem;
}

.jkd-hero-content-bottom {
    display: flex;
    gap: .88rem;
    flex-flow: column;
}

.jkd-hero-users-wrap {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1rem 1rem 1rem 1rem 1rem 1rem 1rem 1rem 1rem 1rem 1rem;
    grid-auto-columns: 1px;
}

.hero-user-tag {
    aspect-ratio: 1;
    border: 2px solid #fff;
    border-radius: 99rem;
    width: 3rem;
    position: relative;
    overflow: clip;
}

.hero-user-tag.is-first {
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    filter: blur(0px);
    opacity: 1;
    transform-style: preserve-3d;
    grid-area: 1 / 1 / 2 / 4;
    transform-origin: 50%;
}

.hero-user-tag.is-second {
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    filter: blur(0px);
    opacity: 1;
    transform-style: preserve-3d;
    grid-area: 1 / 3 / 2 / 6;
}

.hero-user-tag.is-third {
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    filter: blur(0px);
    opacity: 1;
    transform-style: preserve-3d;
    grid-area: 1 / 5 / 2 / 8;
    transform-origin: 50%;
}

.hero-user-tag.is-fourth {
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    filter: blur(0px);
    opacity: 1;
    transform-style: preserve-3d;
    grid-area: 1 / 7 / 2 / 10;
}

.hero-text-tag {
    aspect-ratio: 1;
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 99rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    display: flex;
    position: relative;
    overflow: clip;
    font-family: 'Inter', sans-serif;
}

.hero-text-tag.is-fifth {
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    filter: blur(0px);
    opacity: 1;
    transform-style: preserve-3d;
    grid-area: 1 / 9 / 2 / 12;
}

.jkd-hero-text-small {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    line-height: 1.42;
}

.jkd-hero-callout {
    font-family: 'Inter', sans-serif;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
}

.jkd-overview {
    background-color: #353839;
    border-radius: 1.5rem;
    overflow: clip;
}

.jkd-overview-section-padding {
    padding: 3.25rem 3.25rem;
}

.jkd-grid-col-2 {
    display: grid;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
}

.jkd-expertise-left {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    display: flex;
    gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.jkd-overview-max {
    max-width: 29.5625rem;
}

.text-title {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    color: #ff0000;
    letter-spacing: .12rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.jkd-overview-h2 {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    letter-spacing: -0.05em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff;
}

.red-text-h2 {
    color: #ff0000;
}

.scroll-into-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.scroll-into-image {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.jkd-overview-img {
    border-radius: .75rem;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    position: relative;
    overflow: clip;
}

.overview-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

/* ========================================
   RESULTS SECTION STYLING
   ======================================== */

.jkd-results-section {
    color: #ffffff;
    background-color: #eef3f6;
    border-radius: 1rem;
    z-index: 0;
    padding: 12px;
    opacity: 1;
    cursor: auto;
    border: 0 solid #22213300;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    display: block;
    position: relative;
    overflow: visible;
}

.results-padding {
    display: flex;
    padding: 8px;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
}

.results-container-medium {
    max-width: 1320px;
    padding: 8px;
    gap: 40px;
    cursor: auto;
    background-color: #fff0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: visible;
}

.results-wrapper {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #fff0;
    background-image: url(https://rivercitywarrior.com/wp-content/uploads/2025/11/Guro-Holly-and-Guro-Jazz-at-long-range-style-dark.jpeg);
    background-position: 0 0;
    background-size: cover;
    border-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 800px;
    padding: 34px;
    gap: 40px;
    border: 5px none #f9f9f9;
    border-radius: 40px;
    outline-offset: 0px;
    outline: 3px #333;
    flex-flow: column;
    width: 100%;
}

.interior-results-wrapper {
    display: flex;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0;
}

.column-results {
    display: flex;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding: 24px;
}

.results-title-left {
    display: flex;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    width: 100%;
    text-align: center;
    flex-flow: column;
    margin-bottom: 0;
    position: relative;
}

.results-subtitle {
    backdrop-filter: blur(5px);
    outline-color: #ffffff;
    outline-offset: 0px;
    background-color: #fff0;
    outline-width: 3px;
    outline-style: none;
    padding: 8px 14px 8px 8px;
    box-shadow: none;
    border-style: none;
    display: flex;
    grid-column-gap: 8px;
    border: 1px solid #F9F9F9;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border-radius: 26px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.subtitle-white {
    z-index: 1;
    color: #ffffff;
    font-weight: 300;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.results-text-content {
    display: flex;
    gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.results-heading-h2 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.05em;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    max-width: 500px;
    text-align: left;
}

.results-paragraph-text {
    color: #ffffff;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    width: 100%;
    max-width: 600px;
    line-height: 22px;
    text-align: left;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 2rem;
    text-decoration: none;
}

/* ========================================
   ABOUT SECTION STYLING
   ======================================== */


.jkd-about {
    display: block;
    flex-direction: column;
    justify-content: center;
    background-color: #fffcf7;
    border-radius: 1rem;
}

.about-section-padding {
    padding-top: 8rem;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.about-container {
    max-width: 1428px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about-grid {
    transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    transform-style: preserve-3d;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    min-height: 600px;
    display: grid;
}

.about-grid-img {
    object-fit: cover;
    height: 100%;
    padding-top: 0;
    overflow: hidden;
    border-radius: 4px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}

.jkd-about-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.text-style-subtitle-about {
    border-radius: 4px;
    background-color: #f5efea;
    font-family: 'Inter', sans-serif;
    color: #413936;
    letter-spacing: .2px;
    text-transform: uppercase;
    padding: 8px 12px;
    font-size: .875rem;
    line-height: 1.4;
    display: inline-block;
}

.spacer-super-small {
    width: 100%;
    padding-top: .5rem;
}

.about-h2-heading {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.05em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
  	color: #111111;
}

.small-about-spacer {
    width: 100%;
    padding-top: 2.5rem;
}

.about-max-width-small {
    max-width: 480px;
    width: 100%;
}

.about-text-size-small-muted {
    font-size: .8755rem;
    opacity: .6;
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 1.4;
}

.about-button {
    display: inline-flex;
    gap: 8px;
    border-radius: 4px;
    background-color: #413936;
    color: #fffcf7;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: .75rem 1.5rem;
    font-size: .875rem;
    font-weight: 500;
    transition: all .2s;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.about-list-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.about-list-item {
    display: flex;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    border: 1px solid #f7f5f0;
    background-color: #f5efea;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
}

.icon-height-medium {
    border-radius: 0;
    height: 2.5rem;
    width: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}

/* Inline SVG icon styling for about section */
svg.icon-height-medium {
    color: #413936;
    flex-shrink: 0;
}

.about-text-small-medium {
    font-size: .8755rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.about-text-size-small-muted {
    font-size: .8755rem;
    opacity: .6;
    font-family: 'Inter', sans-serif;
}


/* ========================================
   INSTRUCTOR INFO SECTION STYLING
   ======================================== */

.instructor-info {
    padding-top: 130px;
    padding-bottom: 130px;
    border-radius: 1em;
    border: 1px solid #ffffff63;
    margin: 25px 0;
}

.instructor-info-container {
    width: 100%;
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.instructor-info-two-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.instructor-info-overview {
    max-width: 550px;
    flex: 1;
}

.instructor-info-subheading {
    color: #ff0000;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.instructor-info-heading {
    margin-top: 25px;
    margin-bottom: 29px;
    overflow: hidden;
}

.instructor-info-h2 {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -.32px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.25;
}

.instructor-info-hidden {
    overflow: hidden;
}

.instructor-info-text {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #b8b8b8;
}

.instructor-info-overflow-hidden {
    overflow: hidden;
}

.instructor-info-image-wrapper {
    display: flex;
    flex-direction: row;
    z-index: 10;
    position: relative;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 630px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.instructor-info-image-card {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #ff0000;
    border-radius: 10px;
    width: 60%;
    height: 60%;
    position: absolute;
    inset: auto auto 0% 0%;
}

@media screen and (min-width: 1280px) {
    .instructor-info-image-card {
        margin-right: 32px;
        display: block;
    }
}

.instructor-info-image-border {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    flex: 1;
    max-width: 520px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.info-card-image-w-border {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 10px;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: 0;
}

.info-card-image-variant {
    display: none;
    z-index: 99;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
}

.inside-overlay {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    backdrop-filter: blur(25px);
    background-color: #00000026;
    height: 100%;
}

.outside-overlay {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #000000;
    position: absolute;
    inset: 0%;
}

/* ========================================
   REVIEW SECTION STYLING
   ======================================== */

.client-review-section {
    padding-top: 140px;
    display: block;
    background-color: #ffffff;
}

.review-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    transition: background-position.2s;
}

.pricing-title-wrapper {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    filter: blur(0px);
    transform-style: preserve-3d;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.sub-title {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    filter: blur(0px);
    grid-column-gap: 8px;
    border: 1px solid #e0e0e0;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 44px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 16px 4px 4px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
}

.sub-title-icon-wrap {
    background-color: #ff0000;
    color: #000000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
}

.text-small-secondary {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.heading-02-testimonial-title {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    filter: blur(0px);
    transform-style: preserve-3d;
    text-align: center;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-size: 48px;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.testimonial-content-wrapper {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    filter: blur(0px);
    transform-style: preserve-3d;
    padding-top: 40px;
    overflow: hidden;
}

.testimonial-slider {
    height: auto;
    padding-bottom: 40px;
    text-align: center;
    clear: both;
    position: relative;
}

.testimonial-mask {
    margin-bottom: 40px;
    overflow: visible;
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
}

.testimonial-slider-slide {
    transition: all;
    opacity: 1;
    z-index: 3;
    background-color: #ddd0;
    height: auto;
    padding-bottom: 40px;
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.testimonial-card {
    background-color: #000000;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 560px;
    margin-right: 24px;
    display: grid;
    overflow: hidden;
}

.testimonial-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testimonial-client-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.testimonial-content-wrapper {
    padding: 60px;
}

.testimonial-rating-wrapper {
    white-space: normal;
    text-align: left;
}

.testimonial-rating-icon-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
}

.testimonial-icon-embed {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    display: flex;
}

.testimonial-content {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 24px;
    line-height: 1.3em;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.testimonial-name-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 60px;
    display: flex;
}

.client-name {
    color: #ff0000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.client-position {
    color: #ffffff;
    font-size: 18px;
    white-space: normal;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

/* FAQ Section */

.faq {
    background-color: #111;
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq-container {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.faq-inner-container {
    display: flex;
    gap: 60px;
    border-radius: 12px;
    background-color: #131317;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px;
}

.faq-title-wrapper {
    display: flex;
    border-radius: 12px;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 424px;
    padding: 40px;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
}

.faq-section-title {
    border-radius: 5px;
    background-color: #fb0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'Nunito', sans-serif;
    color: #ffffff;
    font-weight: 400;
}

.faq-heading {
    font-family: 'Teko', sans-serif;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.faq-dropdown-wrapper-w-tabs {
    width: 100%;
    max-width: 696px;
    position: relative;
}

.tablist {
    display: flex;
    flex-flow: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.faq-accordion {
    background-color: #000;
    border: 1px solid #414141;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 8px 0;
    transition: border-color .3s;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
    color: #222;
    text-decoration: none;
    position: relative;
    max-width: 100%;
}

.faq-accordion:hover {
    border-color: #e3e3e3;
}

.faq-accordion:focus {
    border-color: #e3e3e3;
}

.accordion-switch {
    white-space: pre-wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 17px 16px 30px;
    display: flex;
}

.faq-box-title {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    transition: color .2s;
    font-family: 'Nunito', sans-serif;
}

.dropdown-cross-animation {
    transform-style: preserve-3d;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    transition: transform .3s;
    display: flex;
}

.plus-sign-vertical {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background-color: #ffffff;
    width: 18px;
    height: 2px;
    border-radius: 20px;
    position: absolute;
    transition: transform 0.3s ease;
}

.plus-sign {
    background-color: #ffffff;
    border-radius: 20px;
    width: 18px;
    height: 2px;
    position: absolute;
    transition: transform 0.3s ease;
}

.accordion-body {
    transform: translate3d(0px, 10px, 0px) scale3d(0.96, 0.96, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
    width: 694px;
    height: 0px;
    background-color: #fff0;
    padding-left: 30px;
    padding-right: 50px;
    display: flex;
    position: static;
    overflow: hidden;
    transition: height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

.description {
    color: #e9e9e9;
    max-width: none;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.hidden-tab-content {
    display: none;
    position: relative;
    overflow: hidden;
}

.tab-active {
    opacity: 1;
    transition: all, opacity 300ms;
    display: block;
    position: relative;
}

.tab-pane-hidden {
    display: none;
    position: relative;
}

/* =========================================================
   FAQ Background Animation (scoped to section)
   ========================================================= */

/* make the section a containing block & clip beams to it */
.faq {
    position: relative;
    overflow: hidden;
}

/* 5 evenly spaced tracks that fill the entire section */
.faq-background-lines {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* CHANGED: 5 columns */
    pointer-events: none;
    z-index: 0; /* behind content (faq-container has z-index:1) */
}

/* draw faint vertical rails centered in each grid cell */
.faq-background-lines .beam-track {
    position: relative;
}
.faq-background-lines .beam-track::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.09);
}

/* the moving "laser" — computed relative to the SECTION (via top %) */
.faq-background-lines .beam {
    position: absolute;
    left: 50%;
    top: 0%;                 /* START exactly at the section ceiling */
    transform: translateX(-50%);
    width: 2px;
    height: 2%;             /* beam length relative to section height */
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.95), rgba(255,255,255,0));
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.5));
    animation: faqBeamScan 9s linear infinite;
}

/* stagger each of the 5 tracks for a natural cadence */
.faq-background-lines .beam-track:nth-child(1) .beam { animation-duration: 8s;   animation-delay: 0s;   }
.faq-background-lines .beam-track:nth-child(2) .beam { animation-duration: 10s;  animation-delay: 0.6s; }
.faq-background-lines .beam-track:nth-child(3) .beam { animation-duration: 12s;  animation-delay: 1.1s; }
.faq-background-lines .beam-track:nth-child(4) .beam { animation-duration: 9.5s; animation-delay: 0.2s; }
.faq-background-lines .beam-track:nth-child(5) .beam { animation-duration: 11s;  animation-delay: 0.9s; }

@keyframes faqBeamScan {
    /* Move from the very top of the SECTION to beyond the bottom */
    0%   { top: 0%; }     /* top-aligned to the section ceiling */
    100% { top: 100%; }   /* beam's top reaches section floor (the tail exits) */
}

/* ===== FAQ SECTION RESPONSIVE - START ===== */

/* Tablet styles (768px - 1024px) */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .faq {
        padding-top: clamp(6rem, 10vw, 8rem);
        padding-bottom: clamp(6rem, 10vw, 8rem);
    }

    .faq-container {
        padding-left: clamp(1.5rem, 3vw, 2rem);
        padding-right: clamp(1.5rem, 3vw, 2rem);
    }

    .faq-inner-container {
        flex-direction: column;
        gap: clamp(2rem, 4vw, 3rem);
        padding: clamp(2.5rem, 4vw, 3rem) clamp(2rem, 3vw, 2.5rem);
    }

    .faq-title-wrapper {
        max-width: 100%;
        position: relative;
        top: auto;
        padding: clamp(2rem, 3vw, 2.5rem);
        text-align: center;
        align-items: center;
    }

    .faq-section-title {
        padding: clamp(0.25rem, 1vw, 0.5rem) clamp(1rem, 2vw, 1.25rem);
        font-size: clamp(1rem, 2vw, 1.125rem);
        margin-bottom: clamp(1rem, 2vw, 1.25rem);
    }

    .faq-heading {
        font-size: clamp(2.5rem, 5vw, 3rem);
        line-height: clamp(2.8rem, 5.5vw, 3.5rem);
        text-align: center;
    }

    .faq-dropdown-wrapper-w-tabs {
        max-width: 100%;
    }

    .tablist {
        gap: clamp(0.75rem, 1.5vw, 1rem);
    }

    .faq-accordion {
        border-radius: clamp(0.5rem, 1vw, 0.75rem);
    }

    .accordion-switch {
        padding: clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2vw, 1.5rem);
    }

    .faq-box-title {
        font-size: clamp(1rem, 2vw, 1.125rem);
        line-height: clamp(1.2rem, 2.5vw, 1.4rem);
    }

    .dropdown-cross-animation {
        width: clamp(1.25rem, 2.5vw, 1.5rem);
        height: clamp(1.25rem, 2.5vw, 1.5rem);
    }

    .plus-sign,
    .plus-sign-vertical {
        width: clamp(1rem, 2vw, 1.125rem);
        height: clamp(0.125rem, 0.25vw, 0.15rem);
    }

    .accordion-body {
        width: 100%;
        padding-left: clamp(1rem, 2vw, 1.5rem);
        padding-right: clamp(1rem, 2vw, 1.5rem);
    }

    .description {
        font-size: clamp(0.9rem, 1.8vw, 1rem);
        line-height: clamp(1.3rem, 2.5vw, 1.5rem);
        margin-bottom: clamp(1.5rem, 3vw, 2rem);
    }

    /* Background animation adjustments for tablet */
    .faq-background-lines {
        grid-template-columns: repeat(4, 1fr);
    }

    .faq-background-lines .beam {
        height: 3%;
    }
}

/* Mobile styles (below 768px) */
@media screen and (max-width: 767px) {
    .faq {
        padding-top: clamp(4rem, 8vw, 6rem);
        padding-bottom: clamp(4rem, 8vw, 6rem);
    }

    .faq-container {
        padding-left: clamp(1rem, 4vw, 1.5rem);
        padding-right: clamp(1rem, 4vw, 1.5rem);
    }

    .faq-inner-container {
        flex-direction: column;
        gap: clamp(2rem, 5vw, 3rem);
        padding: clamp(1.5rem, 4vw, 2rem);
        border-radius: clamp(0.5rem, 2vw, 0.75rem);
    }

    .faq-title-wrapper {
        max-width: 100%;
        position: relative;
        top: auto;
        padding: clamp(1.5rem, 4vw, 2rem);
        text-align: center;
        align-items: center;
        border-radius: clamp(0.5rem, 2vw, 0.75rem);
    }

    .faq-section-title {
        padding: clamp(0.25rem, 1vw, 0.5rem) clamp(1rem, 3vw, 1.25rem);
        font-size: clamp(1rem, 3vw, 1.1rem);
        margin-bottom: clamp(1rem, 3vw, 1.25rem);
        border-radius: clamp(0.25rem, 1vw, 0.375rem);
    }

    .faq-heading {
        font-size: clamp(2rem, 6vw, 2.5rem);
        line-height: clamp(2.2rem, 6.5vw, 2.8rem);
        text-align: center;
    }

    .faq-dropdown-wrapper-w-tabs {
        max-width: 100%;
    }

    .tablist {
        gap: clamp(0.75rem, 2vw, 1rem);
    }

    .faq-accordion {
        border-radius: clamp(0.5rem, 2vw, 0.75rem);
        border-width: clamp(1px, 0.25vw, 2px);
    }

    .faq-accordion:hover,
    .faq-accordion:focus {
        border-color: #ff0000;
    }

    .accordion-switch {
        padding: clamp(1rem, 3vw, 1.25rem);
        gap: clamp(0.5rem, 2vw, 0.75rem);
    }

    .faq-box-title {
        font-size: clamp(1rem, 3vw, 1.1rem);
        line-height: clamp(1.2rem, 3.5vw, 1.3rem);
        text-align: left;
        flex: 1;
    }

    .dropdown-cross-animation {
        width: clamp(1.5rem, 4vw, 2rem);
        height: clamp(1.5rem, 4vw, 2rem);
        flex-shrink: 0;
    }

    .plus-sign,
    .plus-sign-vertical {
        width: clamp(1rem, 3vw, 1.25rem);
        height: clamp(0.125rem, 0.5vw, 0.15rem);
    }

    .accordion-body {
        width: 100%;
        padding-left: clamp(1rem, 3vw, 1.25rem);
        padding-right: clamp(1rem, 3vw, 1.25rem);
        padding-bottom: clamp(1rem, 3vw, 1.25rem);
    }

    .description {
        font-size: clamp(0.9rem, 2.5vw, 1rem);
        line-height: clamp(1.3rem, 3.5vw, 1.5rem);
        margin-bottom: clamp(1.5rem, 4vw, 2rem);
        text-align: left;
    }

    /* Background animation adjustments for mobile */
    .faq-background-lines {
        grid-template-columns: repeat(3, 1fr);
    }

    .faq-background-lines .beam-track::before {
        opacity: 0.5;
    }

    .faq-background-lines .beam {
        height: 4%;
        width: 1px;
    }

    /* Enhanced touch targets for mobile */
    .faq-accordion {
        min-height: clamp(3rem, 8vw, 4rem);
    }

    .accordion-switch {
        min-height: clamp(3rem, 8vw, 4rem);
        align-items: center;
    }

    /* Ensure proper accordion functionality on mobile */
    .faq-accordion:focus-within {
        border-color: #ff0000;
        outline: none;
    }

    .faq-accordion:active {
        background-color: #1a1a1a;
    }
}

/* ===== FAQ SECTION RESPONSIVE - END ===== */

/* ========================================
   PILL-SHAPED SUBTITLE COMPONENT
   ======================================== */

.subtitle-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 44px;
    padding: 4px 16px 4px 4px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 2rem;
}

/* Dark variant for sections with dark backgrounds */
.subtitle-pill.is-dark {
    border-color: #F9F9F9;
    background-color: transparent;
}

.subtitle-pill-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #ff0000;
    border-radius: 100%;
    flex-shrink: 0;
}

.subtitle-pill-icon svg {
    width: 20px;
    height: 20px;
}

.subtitle-pill-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .12rem;
    color: #ff0000;
}

/* Dark variant text - white text for dark backgrounds */
.subtitle-pill.is-dark .subtitle-pill-text {
    color: #fff;
}

/* Override for About section subtitle text - darker color on light bg */
.jkd-about .subtitle-pill .subtitle-pill-text {
    color: #413936;
    letter-spacing: .2px;
}

/* About Section Button Specific Styles */
.button-overflow-hidden.is-about {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

.button-overflow-hidden.is-about .button-font {
    color: #fffcf7;
}

.button-overflow-hidden.is-about .circle-button {
    background-color: #111111;
}

/* White ripple background for visibility on red button */
.button-overflow-hidden.is-about .button-bg {
    background-color: #ffffff;
}

/* ========================================
   CTA Section Styles
   ======================================== */

.jkd-cta {
    padding-top: 104px;
    padding-bottom: 104px;
    background-color: #16110e;
}

.cta-container {
    padding-right: 80px;
    padding-left: 80px;
    max-width: 1920px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.jkd-cta-block {
    background-color: #ff0000;
    border-radius: 12px;
    width: 100%;
    position: relative;
    overflow: clip;
}

.jkd-cta-wrap {
    z-index: 5;
    width: 75%;
    padding: 6vw 80px;
    position: relative;
}

.jkd-cta .jkd-button-wrap {
    margin-top: 2rem;
}

/* CTA Section Button Specific Styles */
.jkd-cta .button-overflow-hidden {
    background-color: #000000;
    border: 1px solid #000000;
}

.jkd-cta .circle-button {
    background-color: #ff0000;
}

.jkd-cta .button-bg {
    left: 0;
    margin-left: 0; /* Start from left */
}

.jkd-cta-h2-animate {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 16px;
    font-size: min(88px, 5vw);
    line-height: 1.1;
    letter-spacing: -0.05;
    margin-top: 0;
    color: #ffffff;
}

.jkd-cta-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    width: 87.5%;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
    font-weight: 400;
}

.jkd-cta-bck-image {
    opacity: .2;
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
    object-position: right center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    border: 0;
}

/* ========================================
   RESPONSIVE STYLES - GLOBAL
   ======================================== */

/* CSS Custom Properties for responsive values */
:root {
    --container-padding-mobile: 1rem;
    --container-padding-tablet: 1.5rem;
    --container-padding-small-desktop: 2rem;
    --section-padding-mobile: 3rem;
    --section-padding-tablet: 4rem;
    --section-padding-small-desktop: 5rem;
}

/* ========================================
   SMALL DESKTOP (769px - 1024px)
   ======================================== */

@media screen and (max-width: 1024px) and (min-width: 769px) {
    
    /* Main Wrapper */
    .main-wrapper {
        padding: 1rem 1.25rem;
        gap: 1rem;
    }
    
    /* Hero Section */
    .jkd-hero {
        height: calc(100vh - 6rem);
    }
    
    .padding-section-small {
        padding: 2.5rem;
    }
    
    .jkd-hero-title {
        font-size: 3.5rem;
    }
    
    .red-text {
        font-size: 3.5rem;
    }
    
    .jkd-hero-content {
        max-width: 35rem;
    }
    
    /* Overview Section */
    .jkd-overview-section-padding {
        padding: 2.5rem;
    }
    
    .jkd-grid-col-2 {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
    }
    
    .jkd-overview-h2 {
        font-size: 3rem;
    }
    
    .jkd-expertise-left {
        gap: 2.5rem;
    }
    
    /* Content-2 Section */
    .content-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .section-heading {
        font-size: 48px;
        line-height: 56px;
    }
    
    .content-2-main-wrap {
        margin-top: 40px;
    }
    
    .content-02-text {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    
    /* Results Section */
    .results-wrapper {
        min-height: 600px;
        padding: 28px;
    }
    
    .results-heading-h2 {
        font-size: 2.25rem;
    }
    
    .results-paragraph-text {
        font-size: 16px;
        line-height: 20px;
    }
    
    /* About Section */
    .about-section-padding {
        padding-top: 5rem;
        padding-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .about-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        min-height: 500px;
    }
    
    .about-h2-heading {
        font-size: 2.25rem;
    }
    
    /* Instructor Info Section */
    .instructor-info {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .instructor-info-h2 {
        font-size: 32px;
    }
    
    .instructor-info-image-wrapper {
        max-width: 500px;
    }
    
    /* Testimonial Section */
    .client-review-section {
        padding-top: 100px;
    }
    
    .heading-02-testimonial-title {
        font-size: 40px;
    }
    
    .testimonial-card {
        height: 480px;
    }
    
    .testimonial-content-wrapper {
        padding: 40px;
    }
    
    .testimonial-icon-embed {
        width: 80px;
        height: 80px;
    }
    
    .testimonial-content {
        font-size: 20px;
    }
    
    .testimonial-name-wrapper {
        margin-top: 40px;
    }
    
    /* CTA Section */
    .jkd-cta {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .cta-container {
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .jkd-cta-wrap {
        width: 85%;
        padding: 5vw 50px;
    }
    
    .jkd-cta-h2-animate {
        font-size: min(60px, 5vw);
    }
    
    .jkd-cta-text {
        font-size: 16px;
        width: 90%;
    }
}

/* ========================================
   TABLET (481px - 768px)
   ======================================== */

@media screen and (max-width: 768px) and (min-width: 481px) {
    
    /* Main Wrapper */
    .main-wrapper {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }
    
    /* Hero Section */
    .jkd-hero {
        height: auto;
        min-height: 80vh;
    }
    
    .hero-space {
        height: 10%;
    }
    
    .padding-section-small {
        padding: 2rem;
    }
    
    .jkd-hero-title {
        font-size: 2.75rem;
    }
    
    .red-text {
        font-size: 2.75rem;
    }
    
    .jkd-hero-content {
        max-width: 100%;
    }
    
    .jkd-button-group {
        flex-direction: row;
        gap: 0.5rem;
    }
    
    .section-gap-medium {
        padding-top: 4rem;
    }
    
    /* Overview Section */
    .jkd-overview-section-padding {
        padding: 2rem;
    }
    
    .jkd-grid-col-2 {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
    }
    
    .jkd-overview-h2 {
        font-size: 2.5rem;
    }
    
    .jkd-expertise-left {
        gap: 2rem;
    }
    
    .scroll-into-image {
        order: -1;
    }
    
    .jkd-overview-img {
        padding-top: 75%;
    }
    
    /* Content-2 Section */
    .content-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .section-heading {
        font-size: 36px;
        line-height: 44px;
    }
    
    .content-2-main-wrap {
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }
    
    .content-02-card {
        grid-area: span 1 / span 1 / span 1 / span 1;
        padding: 20px;
    }
    
    .content-02-image-wrap {
        grid-area: span 1 / span 2 / span 1 / span 2;
        min-height: 250px;
    }
    
    .content-02-review-card {
        grid-area: span 1 / span 2 / span 1 / span 2;
        padding: 24px;
    }
    
    .content-02-text {
        margin-top: 30px;
        margin-bottom: 20px;
        gap: 12px;
    }
    
    .body-medium-01-black {
        font-size: 1.2rem;
    }
    
    .body-03-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .content-02-review-text {
        margin-top: 24px;
    }
    
    .body-medium-01 {
        font-size: 24px;
    }
    
    .content-02-review-info {
        margin-top: 40px;
    }
    
    /* Results Section */
    .jkd-results-section {
        margin: 15px 0;
    }
    
    .results-wrapper {
        min-height: 500px;
        padding: 24px;
        border-radius: 24px;
    }
    
    .column-results {
        padding: 16px;
    }
    
    .results-heading-h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .results-paragraph-text {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 1.5rem;
    }
    
    /* About Section */
    .about-section-padding {
        padding-top: 4rem;
        padding-bottom: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
        min-height: auto;
    }
    
    .about-grid-img {
        max-height: 400px;
        order: -1;
    }
    
    .about-h2-heading {
        font-size: 2rem;
        color: #111111;
    }
    
    .small-about-spacer {
        padding-top: 1.5rem;
    }
    
    .about-list-grid {
        grid-template-columns: 1fr;
    }
    
    /* Instructor Info Section */
    .instructor-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .instructor-info-two-wrap {
        flex-direction: column;
        gap: 2rem;
    }
    
    .instructor-info-overview {
        max-width: 100%;
        text-align: center;
    }
    
    .instructor-info-h2 {
        font-size: 28px;
    }
    
    .instructor-info-text {
        text-align: center;
    }
    
    .instructor-info-image-wrapper {
        max-width: 100%;
        justify-content: center;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    
    .instructor-info-image-card {
        width: 50%;
        height: 50%;
    }
    
    .instructor-info-image-border {
        max-width: 400px;
    }
    
    /* Testimonial Section */
    .client-review-section {
        padding-top: 60px;
    }
    
    .review-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .heading-02-testimonial-title {
        font-size: 32px;
    }
    
    .testimonial-card {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .testimonial-image-wrapper {
        height: 300px;
    }
    
    .testimonial-content-wrapper {
        padding: 30px;
    }
    
    .testimonial-icon-embed {
        width: 60px;
        height: 60px;
    }
    
    .testimonial-content {
        font-size: 18px;
    }
    
    .testimonial-name-wrapper {
        margin-top: 30px;
    }
    
    .client-name {
        font-size: 20px;
    }
    
    .client-position {
        font-size: 16px;
    }
    
    /* CTA Section */
    .jkd-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .cta-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .jkd-cta-wrap {
        width: 100%;
        padding: 6vw 30px;
    }
    
    .jkd-cta-h2-animate {
        font-size: 2.5rem;
    }
    
    .jkd-cta-text {
        font-size: 15px;
        width: 100%;
    }
    
    .jkd-cta-bck-image {
        width: auto;
        height: 100%;
        max-width: none;
        top: 0;
        right: 0;
        bottom: 0;
        transform: none;
        opacity: 0.15;
    }
    
    /* Buttons */
    .button-overflow-hidden {
        padding: 8px 20px;
    }
    
    .button-font {
        font-size: 0.8rem;
    }
    
    .circle-button {
        width: 26px;
        height: 26px;
    }
    
    /* Subtitle Pills */
    .subtitle-pill {
        margin-bottom: 1.5rem;
    }
    
    .subtitle-pill-icon {
        width: 30px;
        height: 30px;
    }
    
    .subtitle-pill-text {
        font-size: 12px;
    }
}

/* ========================================
   MOBILE (< 480px)
   ======================================== */

@media screen and (max-width: 480px) {
    
    /* Main Wrapper */
    .main-wrapper {
        padding: 0.5rem 0.75rem;
        gap: 0.5rem;
    }
    
    /* Hero Section */
    .jkd-hero {
        height: auto;
        min-height: 70vh;
        border-radius: 0.75rem;
        justify-content: flex-end;
    }
    
    /* Shift hero background image left 20% on mobile to show both students */
    .jkd-hero-img {
        object-position: 70% center;
    }
    
    .hero-space {
        height: 5%;
    }
    
    .padding-section-small {
        padding: 3rem 1.25rem;
    }
    
    .jkd-hero-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .red-text {
        font-size: 2rem;
    }
    
    .jkd-hero-content {
        max-width: 100%;
        gap: 0.5rem;
        justify-content: flex-end;
    }
    
    /* Push heading and buttons down toward jkd-hero-content-bottom on mobile */
    .jkd-hero-content > div:first-child {
        margin-top: auto;
    }
    
    .spacer-xlarge {
        padding-top: 0.5rem;
    }
    
    /* Hide spacer between heading and buttons on mobile */
    .spacer-xsmall-hide-mobile-landscape {
        display: none;
    }
    
    /* Hero buttons stacked vertically with equal width on mobile */
    .jkd-button-group {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
    }
    
    .jkd-button-wrap {
        width: 100%;
        max-width: 280px;
        flex: none;
    }
    
    .jkd-hero .button-overflow-hidden {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
    
    .jkd-hero .button-font {
        font-size: 0.65rem;
        letter-spacing: 0.08em;
    }
    
    .jkd-hero .circle-button {
        width: 22px;
        height: 22px;
    }
    
    .jkd-hero .button-arrow {
        width: 14px;
        height: 14px;
    }
    
    .section-gap-medium {
        padding-top: 1.5rem;
    }
    
    .jkd-hero-content-bottom {
        gap: 0.5rem;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .jkd-hero-callout {
        font-size: 0.875rem;
    }
    
    .hero-user-tag {
        width: 2.5rem;
    }
    
    .hero-text-tag {
        width: 2.5rem;
    }
    
    .jkd-hero-text-small {
        font-size: 0.75rem;
    }
    
    /* Overview Section */
    .jkd-overview {
        border-radius: 1rem;
    }
    
    .jkd-overview-section-padding {
        padding: 1.5rem;
    }
    
    .jkd-grid-col-2 {
        grid-template-columns: 1fr;
        grid-row-gap: 1.5rem;
    }
    
    .jkd-overview-h2 {
        font-size: 2rem;
    }
    
    .jkd-expertise-left {
        gap: 1.5rem;
    }
    
    .scroll-into-image {
        order: -1;
    }
    
    .jkd-overview-img {
        padding-top: 100%;
    }
    
    .scroll-into-view {
        font-size: 0.9rem;
    }
    
    /* Content-2 Section */
    .content-2 {
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 0.75rem;
    }
    
    .content-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section-heading {
        font-size: 28px;
        line-height: 34px;
    }
    
    .content-2-main-wrap {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
    
    .content-02-card {
        grid-area: span 1 / span 1 / span 1 / span 1;
        padding: 16px;
        border-right: none;
    }
    
    .content-02-image-wrap {
        grid-area: span 1 / span 1 / span 1 / span 1;
        min-height: 200px;
        border-right: none;
    }
    
    .content-02-review-card {
        grid-area: span 1 / span 1 / span 1 / span 1;
        padding: 20px;
        border-right: none;
    }
    
    .content-02-text {
        margin-top: 24px;
        margin-bottom: 16px;
        gap: 10px;
    }
    
    .body-medium-01-black {
        font-size: 1.1rem;
    }
    
    .body-03-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .mono-icon {
        width: 24px;
        height: 24px;
    }
    
    .content-02-review-text {
        margin-top: 20px;
    }
    
    .body-medium-01 {
        font-size: 20px;
    }
    
    .content-02-review-info {
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .body-medium-02 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .body-03-text-gray {
        font-size: 14px;
        line-height: 20px;
    }
    
    /* Results Section */
    .jkd-results-section {
        margin: 10px 0;
        padding: 8px;
        border-radius: 0.75rem;
    }
    
    .results-padding {
        padding: 4px;
    }
    
    .results-wrapper {
        min-height: auto;
        padding: 20px;
        border-radius: 16px;
        background-position: center;
    }
    
    .interior-results-wrapper {
        gap: 16px;
    }
    
    .column-results {
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .results-title-left {
        align-items: flex-start;
        text-align: left;
    }
    
    .results-heading-h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        max-width: 100%;
    }
    
    .results-paragraph-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 1rem;
        max-width: 100%;
    }
    
    /* About Section */
    .jkd-about {
        border-radius: 0.75rem;
    }
    
    .about-section-padding {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 1.5rem;
        min-height: auto;
    }
    
    .about-grid-img {
        max-height: 300px;
        order: -1;
    }
    
    .about-h2-heading {
        font-size: 1.75rem;
    }
    
    .small-about-spacer {
        padding-top: 1.25rem;
    }
    
    .about-max-width-small {
        max-width: 100%;
    }
    
    .about-text-size-small-muted {
        font-size: 0.85rem;
    }
    
    .about-button {
        width: 100%;
        justify-content: center;
    }
    
    .about-list-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .about-list-item {
        padding: 12px;
    }
    
    /* Instructor Info Section */
    .instructor-info {
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 0.75rem;
        margin: 15px 0;
    }
    
    .instructor-info-container {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .instructor-info-two-wrap {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .instructor-info-overview {
        max-width: 100%;
        text-align: center;
    }
    
    .instructor-info-heading {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    
    .instructor-info-h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .instructor-info-text {
        font-size: 0.9rem;
        text-align: center;
    }
    
    .instructor-info-image-wrapper {
        max-width: 100%;
        justify-content: center;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    
    .instructor-info-image-card {
        display: none;
    }
    
    .instructor-info-image-border {
        max-width: 280px;
    }
    
    /* Testimonial Section */
    .client-review-section {
        padding-top: 40px;
    }
    
    .review-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .pricing-title-wrapper {
        gap: 16px;
    }
    
    .heading-02-testimonial-title {
        font-size: 24px;
    }
    
    .testimonial-content-wrapper {
        padding-top: 24px;
    }
    
    .testimonial-slider {
        padding-bottom: 20px;
    }
    
    .testimonial-mask {
        margin-bottom: 20px;
    }
    
    .testimonial-slider-slide {
        padding-bottom: 20px;
    }
    
    .testimonial-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        height: auto;
    }
    
    .testimonial-image-wrapper {
        display: block;
        height: 280px;
        width: 100%;
    }
    
    .testimonial-client-image {
        object-position: center top;
    }
    
    .testimonial-content-wrapper {
        padding: 24px;
    }
    
    .testimonial-icon-embed {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-content {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .testimonial-name-wrapper {
        margin-top: 24px;
        gap: 4px;
    }
    
    .client-name {
        font-size: 18px;
    }
    
    .client-position {
        font-size: 14px;
    }
    
    /* CTA Section */
    .jkd-cta {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .cta-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .jkd-cta-block {
        border-radius: 8px;
    }
    
    .jkd-cta-wrap {
        width: 100%;
        padding: 8vw 20px;
    }
    
    .jkd-cta-h2-animate {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }
    
    .jkd-cta-text {
        font-size: 14px;
        line-height: 1.3;
        width: 100%;
    }
    
    .jkd-cta .jkd-button-wrap {
        margin-top: 1.5rem;
        width: auto;
    }
    
    .jkd-cta .button-overflow-hidden {
        white-space: nowrap;
        padding: 10px 18px;
    }
    
    .jkd-cta .button-font {
        font-size: 0.65rem;
    }
    
    .jkd-cta-bck-image {
        width: auto;
        height: 80%;
        max-width: none;
        top: 10%;
        right: 0;
        bottom: auto;
        transform: none;
        opacity: 0.1;
    }
    
    /* Buttons - Mobile */
    .button-font {
        font-size: 0.75rem;
        letter-spacing: 0.1em;
    }
    
    .circle-button {
        width: 24px;
        height: 24px;
    }
    
    .button-arrow {
        width: 16px;
        height: 16px;
    }
    
    .button-arrow._02 {
        transform: translate3d(-28px, 28px, 0);
    }
    
    /* Subtitle Pills - Mobile */
    .subtitle-pill {
        margin-bottom: 1rem;
        padding: 3px 12px 3px 3px;
        gap: 6px;
    }
    
    .subtitle-pill-icon {
        width: 28px;
        height: 28px;
    }
    
    .subtitle-pill-icon svg {
        width: 16px;
        height: 16px;
    }
    
    .subtitle-pill-text {
        font-size: 11px;
        letter-spacing: 0.08rem;
    }
}

/* ========================================
   UPDATE FAQ SECTION BREAKPOINTS
   (Align with new breakpoint system)
   ======================================== */

/* Override existing FAQ tablet styles to use new breakpoints */
@media screen and (max-width: 768px) and (min-width: 481px) {
    .faq {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .faq-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .faq-inner-container {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 1.5rem;
    }

    .faq-title-wrapper {
        max-width: 100%;
        position: relative;
        top: auto;
        padding: 2rem;
        text-align: center;
        align-items: center;
    }

    .faq-section-title {
        padding: 0.25rem 1rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .faq-heading {
        font-size: 2.5rem;
        line-height: 3rem;
        text-align: center;
    }

    .faq-dropdown-wrapper-w-tabs {
        max-width: 100%;
    }

    .tablist {
        gap: 0.75rem;
    }

    .accordion-switch {
        padding: 1rem 1.25rem;
    }

    .faq-box-title {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .accordion-body {
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .description {
        font-size: 0.9rem;
        line-height: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .faq-background-lines {
        grid-template-columns: repeat(4, 1fr);
    }

    .faq-background-lines .beam {
        height: 3%;
    }
}

/* Override existing FAQ mobile styles to use new breakpoints */
@media screen and (max-width: 480px) {
    .faq {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .faq-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .faq-inner-container {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.25rem;
        border-radius: 0.5rem;
    }

    .faq-title-wrapper {
        max-width: 100%;
        position: relative;
        top: auto;
        padding: 1.25rem;
        text-align: center;
        align-items: center;
        border-radius: 0.5rem;
    }

    .faq-section-title {
        padding: 0.25rem 0.75rem;
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
        border-radius: 0.25rem;
    }

    .faq-heading {
        font-size: 2rem;
        line-height: 2.4rem;
        text-align: center;
    }

    .faq-dropdown-wrapper-w-tabs {
        max-width: 100%;
    }

    .tablist {
        gap: 0.5rem;
    }

    .faq-accordion {
        border-radius: 0.5rem;
    }

    .accordion-switch {
        padding: 0.875rem 1rem;
        gap: 0.5rem;
    }

    .faq-box-title {
        font-size: 0.9rem;
        line-height: 1.15rem;
        text-align: left;
        flex: 1;
    }

    .dropdown-cross-animation {
        width: 1.5rem;
        height: 1.5rem;
        flex-shrink: 0;
    }

    .plus-sign,
    .plus-sign-vertical {
        width: 1rem;
    }

    .accordion-body {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

    .description {
        font-size: 0.875rem;
        line-height: 1.35rem;
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .faq-background-lines {
        grid-template-columns: repeat(3, 1fr);
    }

    .faq-background-lines .beam-track::before {
        opacity: 0.5;
    }

    .faq-background-lines .beam {
        height: 4%;
        width: 1px;
    }

    .faq-accordion {
        min-height: 3rem;
    }

    .accordion-switch {
        min-height: 3rem;
        align-items: center;
    }
}

/* ========================================
   LANDSCAPE ORIENTATION FIXES
   ======================================== */

@media screen and (max-height: 500px) and (orientation: landscape) {
    .jkd-hero {
        height: auto;
        min-height: 100vh;
    }
    
    .hero-space {
        height: 2%;
    }
    
    .section-gap-medium {
        padding-top: 2rem;
    }
}

/* ========================================
   TOUCH DEVICE OPTIMIZATIONS
   ======================================== */

@media (hover: none) and (pointer: coarse) {
    /* Ensure adequate touch targets */
    .button-overflow-hidden {
        min-height: 44px;
    }
    
    .about-button {
        min-height: 44px;
    }
    
    .faq-accordion {
        min-height: 48px;
    }
    
    .accordion-switch {
        min-height: 48px;
    }
    
    /* Remove hover effects that don't work well on touch */
    .button:hover {
        transform: none;
    }
}

/* JKD page: hide WP/Divi page title */
body.page-slug-jeet-kune-do .entry-title,
body.page-slug-jeet-kune-do h1.entry-title,
body.page-slug-jeet-kune-do .et_post_meta_wrapper {
  display: none !important;
}

/* JKD page: force true full-width */
body.page-slug-jeet-kune-do #page-container,
body.page-slug-jeet-kune-do #et-main-area,
body.page-slug-jeet-kune-do #main-content,
body.page-slug-jeet-kune-do .container {
  width: 100% !important;
  max-width: 100% !important;
}

body.page-slug-jeet-kune-do #main-content .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* In case Gutenberg wraps your HTML block */
body.page-slug-jeet-kune-do .wp-block-html {
  margin: 0 !important;
}

/* JKD page: base typography colors */
body.page-slug-jeet-kune-do .main-wrapper {
  color: #111 !important; /* pick your intended base color */
}

body.page-slug-jeet-kune-do .main-wrapper a {
  color: inherit;
}


