/*
Theme Name: PB Pickleball Academy
Author: Qamber Ali
Description: Custom theme for PB Pickleball Academy.
Version: 1.0
*/

:root {
    --navy: #0B2046;
    --navy-light: #16366B;
    --green: #679B30;
    --green-bright: #78B036;
    --gray-bg: #F5F7F8;
    --gray-light: #E0E4E8;
    --gray-text: #4A4A4A;
    --white: #FFFFFF;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --radius: 8px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--navy);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

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

ul {
    list-style: none;
}

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

/* Accessible focus states */
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid var(--green-bright);
    outline-offset: 2px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease;
    font-size: 0.85rem;
    line-height: 1.3;
    border: none;
    text-align: center;
    white-space: normal;
}

.btn svg {
    flex-shrink: 0;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:active {
    transform: translateY(0);
}

.btn-green {
    background-color: var(--green);
    color: var(--white);
}

.btn-green:hover {
    background-color: var(--green-bright);
}

.btn-navy {
    background-color: var(--navy);
    color: var(--white);
}

.btn-navy:hover {
    background-color: var(--navy-light);
}

.btn-outline {
    background-color: transparent;
    color: var(--green);
    border: 1.5px solid var(--green);
    padding: 9px 18px;
    font-size: 0.75rem;
}

.btn-outline:hover {
    background-color: var(--green);
    color: var(--white);
}

.btn-outline-white {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    padding: 14px 26px;
}

.btn-outline-white:hover {
    background-color: var(--white);
    color: var(--green);
}

.btn-wrap {
    max-width: 260px;
}

/* ---------- Announcement Bar ---------- */
.announcement-bar {
    background-color: #07152e;
    color: rgba(255,255,255,0.85);
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: sticky;
    top: 0;
    z-index: 201;
}

.announcement-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.announcement-left {
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.3px;
}

.announcement-left svg {
    width: 15px;
    height: 15px;
    color: var(--green-bright);
    flex-shrink: 0;
}

.announcement-left span {
    color: var(--green-bright);
    margin: 0 4px;
}

.announcement-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ann-contact {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,0.85);
    transition: color 0.2s;
}

.ann-contact:hover { color: var(--green-bright); }

.ann-contact svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    opacity: 0.7;
}

.ann-divider {
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.2);
}

.ann-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ann-social {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s, transform 0.2s;
}

.ann-social:hover { opacity: 1; transform: scale(1.1); }
.ann-social.si-fb { background: #3b5998; }
.ann-social.si-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.ann-social.si-yt { background: #ff0000; }

/* ---------- Header ---------- */
header {
    background-color: var(--white);
    padding: 15px 0;
    border-bottom: 2px solid var(--gray-light);
    position: sticky;
    top: 38px;
    z-index: 200;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    flex-shrink: 0;
}

.logo-mark {
    font-size: 2rem;
    font-weight: 900;
    color: var(--navy);
    display: flex;
    align-items: center;
}

.logo-mark span {
    color: var(--green);
    margin: 0 5px;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.logo-subtitle {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo-subtitle::before,
.logo-subtitle::after {
    content: '';
    flex: 1;
    height: 2px;
    background-color: var(--green);
}

.logo-tagline {
    font-size: 0.55rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    color: var(--navy);
    margin-top: 2px;
}

nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
}

.nav-links li a {
    text-transform: uppercase;
    padding-bottom: 6px;
    position: relative;
    display: inline-block;
}

.nav-links li a.active::after,
.nav-links li a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--green);
}

.header-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}

.nav-btn-item {
    display: none;
}

.header-actions .btn {
    padding: 10px 18px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.nav-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: var(--navy);
    margin: 5px 0;
    border-radius: 2px;
    transition: 0.25s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
    display: flex;
    min-height: 550px;
    position: relative;
    background: url('media/hero-bg.jpg') center/cover no-repeat;
    background-color: var(--gray-light);
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.hero-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.hero-left {
    max-width: 550px;
    flex: 1 1 450px;
}
/* Force GPU acceleration and smooth font rendering for keyframe elements */
.hero-subtitle,
.hero-left h1,
.hero-tagline,
.hero-left p,
.hero-left .btn,
.hero-right,
.announcement-bar,
header .logo,
header .nav-links,
header .header-actions {
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transform: translateZ(0);
}
.hero-subtitle {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: -5px;
    text-transform: uppercase;
}

.hero-left h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 10px;
}

.hero-left h1 .highlight {
    color: var(--green);
}

.hero-tagline {
    font-family: var(--font-body);
    font-size: 1.4rem;
    font-weight: 600;
    font-style: italic;
    color: var(--navy-light);
    margin-bottom: 20px;
}

.hero-left p {
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: 30px;
    font-weight: 500;
    max-width: 480px;
    line-height: 1.5;
}

.hero-right {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    max-width: 380px;
    width: 100%;
    color: var(--navy);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--gray-light);
    flex: 0 1 380px;
    overflow: hidden;
}

.hero-right-header {
    background-color: #E8EEF5;
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px solid var(--gray-light);
}

.hero-right-header h3 {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-right-body {
    padding: 24px;
}

.hero-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy);
}

.hero-list li::before {
    content: '✓';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: var(--green);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: bold;
    flex-shrink: 0;
}

/* ---------- Features Bar ---------- */
.features { 
    background-color: var(--navy); 
    color: var(--white); 
    padding: 24px 0; 
    border-bottom: 4px solid var(--gray-light); 
}

.features-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    flex: 1;
    text-align: left;
}

.feature-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.feature-item svg { 
    width: 32px; 
    height: 32px; 
    flex-shrink: 0; 
    fill: var(--white);
}

/* ---------- Programs ---------- */
.programs { 
    padding: 80px 0; 
    background-color: var(--gray-bg); 
    text-align: center; 
}

.section-title {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: var(--green);
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.program-card {
    background-color: var(--white);
    padding: 35px 20px;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid var(--gray-light);
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    height: 100%;
}

.program-card:hover { 
    box-shadow: 0 10px 25px rgba(11,32,70,0.1); 
    transform: translateY(-4px); 
}

.program-icon { 
    width: 55px; 
    height: 55px; 
    margin-bottom: 20px; 
    fill: var(--green); 
    flex-shrink: 0; 
}

.program-card h4 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: var(--navy);
    line-height: 1.3;
}

.program-card p { 
    font-size: 0.85rem; 
    color: var(--gray-text); 
    margin-bottom: 25px; 
    flex-grow: 1; 
    line-height: 1.5;
}

.program-card .btn-outline {
    width: 100%;
    padding: 12px 0;
    font-size: 0.8rem;
    border-radius: 4px;
}

/* ---------- Split Section ---------- */
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.manual-card {
    display: flex;
    gap: 26px;
    background-color: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.manual-image {
    width: 180px;
    min-width: 180px;
    height: 260px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: 4px;
    color: var(--white);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
}

.manual-image h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: var(--green-bright);
}

.manual-image p {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}

.manual-content {
    display: flex;
    flex-direction: column;
}

.manual-content h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.manual-content>p {
    font-size: 0.85rem;
    color: var(--gray-text);
    margin-bottom: 18px;
}

.manual-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.manual-list li {
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--gray-text);
}

.manual-list li::before {
    content: '✔';
    color: var(--green);
}

.manual-content .btn {
    margin-top: auto;
    align-self: flex-start;
}

.nav-arrow:hover {
    background-color: var(--green);
}

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    flex: 1;
}

/* ---------- Testimonials Carousel ---------- */
.testimonials-section {
    padding: 80px 0;
    background-color: var(--gray-bg);
}

.carousel-container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.carousel-track-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 15px 0; 
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.t-card {
    flex: 0 0 calc((100% - 40px) / 3); 
    background-color: var(--white);
    padding: 30px 20px;
    border-radius: var(--radius);
    font-size: 0.85rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid var(--gray-light);
}

.t-card img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid var(--green);
}

.t-card p {
    color: var(--navy);
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.6;
}

.t-card p::before {
    content: '\201C';
    color: rgba(103, 155, 48, 0.2);
    font-size: 4rem;
    position: absolute;
    top: -25px;
    left: -15px;
    font-family: var(--font-heading);
    z-index: 0;
}

.t-author {
    color: var(--green-bright);
    font-weight: 800;
    font-size: 0.75rem;
    margin-top: auto;
    text-transform: uppercase;
}

.nav-arrow {
    width: 40px;
    height: 40px;
    background-color: var(--navy);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    flex-shrink: 0;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(11, 32, 70, 0.2);
}

.nav-arrow:hover {
    background-color: var(--green);
    transform: scale(1.05);
}

.nav-arrow:disabled {
    background-color: var(--gray-light);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* ---------- Founder & Looking Ahead Section ---------- */
.founder-section {
    background-color: var(--white);
    padding: 80px 0;
    border-top: 1px solid var(--gray-light);
}

.founder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.founder-col {
    background: var(--gray-bg);
    border-radius: 12px;
    padding: 40px;
    border: 1px solid var(--gray-light);
    height: 100%;
}

.founder-col-title {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 6px;
}

.founder-col h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--green);
    line-height: 1.2;
}

.founder-profile {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.founder-photo {
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: contain;
    border: 4px solid var(--green);
    box-shadow: 0 8px 20px rgba(11,32,70,0.15);
}

.founder-info h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 2px;
}

.founder-info .founder-role {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--green);
    margin-bottom: 12px;
}

.founder-info p {
    font-size: 0.875rem;
    color: var(--gray-text);
    line-height: 1.65;
}

.looking-ahead-col {
    background: var(--navy);
    color: var(--white);
}

.looking-ahead-col .founder-col-title {
    color: var(--green-bright);
}

.looking-ahead-col h3 {
    color: var(--white);
    border-bottom-color: var(--green-bright);
}

.looking-ahead-col .la-intro {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 28px;
    line-height: 1.6;
}

.la-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.la-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
}

.la-check {
    width: 24px;
    height: 24px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.7rem;
    color: var(--white);
}

/* ---------- CTA Bar ---------- */
.cta-bar {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 50px 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.cta-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.cta-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cta-icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(103,155,48,0.2);
    border: 2px solid var(--green);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-left-text h2 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.cta-left-text p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
}

.cta-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cta-btn-main {
    background: var(--green);
    color: var(--white);
    padding: 18px 40px;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 6px 25px rgba(103,155,48,0.4);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.cta-btn-main:hover {
    background: var(--green-bright);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(103,155,48,0.5);
}

.cta-or-text {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.cta-right-text {
    text-align: right;
}

.cta-right-text p {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-paddle-icon {
    width: 55px;
    height: 55px;
    opacity: 0.6;
    flex-shrink: 0;
}

/* ---------- Footer ---------- */
footer {
    background-color: var(--navy);
    color: var(--white);
    padding: 50px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1.4fr 2fr 1.4fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--green-bright);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo .logo-mark {
    color: var(--white);
}

.footer-col p,
.footer-col li {
    font-size: 0.8rem;
    color: #B0B8C4;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.footer-links a {
    display: block;
    color: #B0B8C4;
    font-size: 0.8rem;
    padding: 2px 0;
}

.footer-links a:hover {
    color: var(--green-bright);
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    transition: opacity 0.2s ease;
}

.social-icon:hover {
    opacity: 0.8;
}

.si-fb {
    background-color: #3b5998;
}

.si-ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.si-yt {
    background-color: #ff0000;
}

.newsletter-form {
    display: flex;
    margin-top: 15px;
    max-width: 320px;
}

.newsletter-form input {
    padding: 10px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 0.8rem;
    width: 100%;
    min-width: 0;
}

.newsletter-form button {
    background-color: var(--green);
    color: var(--white);
    border: none;
    padding: 10px 15px;
    border-radius: 0 4px 4px 0;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.75rem;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.newsletter-form button:hover {
    background-color: var(--green-bright);
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    color: #B0B8C4;
}

/* ================= Responsive ================= */
@media (max-width: 1200px) {
    .hero::before {
        width: 62%;
    }

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

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

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

    .footer-trust-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-box {
        border-left: none;
        border-top: 1px solid rgba(103,155,48,0.25);
    }

    .cta-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .cta-left { justify-content: center; }
    .cta-right { justify-content: center; }
    .cta-right-text { text-align: center; }
}

@media (max-width: 980px) {
    .t-card { flex: 0 0 calc((100% - 20px) / 2); }
    .logo-img {
        max-height: 65px;
    }
    .nav-toggle {
        display: block;
    }

    .header-actions {
        display: none;
    }

    .nav-btn-item {
        display: block;
        width: 100%;
        margin-top: 15px;
        padding-top: 10px;
    }

    .nav-btn-item .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 18px;
    }

    nav {
        order: 3;
        flex: 1 0 100%;
        display: none;
        justify-content: flex-start;
        margin-top: 15px;
    }

    nav.open {
        display: flex;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 0;
        padding-top: 10px;
        border-top: 1px solid var(--gray-light);
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links li a {
        display: block;
        padding: 12px 4px;
    }

    .nav-links li a.active::after,
    .nav-links li a:hover::after {
        display: none;
    }

    .nav-links li a.active,
    .nav-links li a:hover {
        color: var(--green);
    }

    .header-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    header {
        top: 0;
        background-color: var(--white);
        width: 100%;
        z-index: 999;
        position: sticky;
    }

    .logo {
        max-width: 70%;
    }

    .join-team-btn {
        margin-left: auto;
        margin-right: auto;
    }

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

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-col p,
    .footer-col li {
        justify-content: center;
    }

    .footer-col h4 {
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .footer-links > div {
        align-items: center;
        width: 100%;
    }

    .newsletter-form {
        margin: 15px auto 0;
        max-width: 320px;
        width: 100%;
    }

    .logo-img {
        max-height: 70px;
    }

    .header-actions {
        align-items: stretch;
    }

    .header-actions .btn {
        justify-content: center;
        padding: 10px 14px;
        font-size: 0.75rem;
    }

    .hero {
        background: linear-gradient(rgba(11, 32, 70, 0.85), rgba(11, 32, 70, 0.95)), url('media/hero-bg.jpg') center/cover no-repeat;
    }

    .hero::before {
        display: none;
    }

    .hero-container {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }

    .hero-left {
        text-align: center;
        margin: 0 auto;
    }

    .hero-subtitle,
    .hero-left h1,
    .hero-tagline,
    .hero-left p {
        color: var(--white);
    }

    .hero-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-left .btn {
        margin: 0 auto;
    }

    .hero-right {
        margin: 0 auto;
        max-width: 100%;
    }

    .features-grid { 
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 24px; 
    }
    .feature-item { 
        flex-direction: column; 
        text-align: center; 
        gap: 10px; 
    }
    .feature-item::after {
        display: none !important;
    }

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

    .manual-banner {
        background: #F4F6F8 !important; 
    }
    .manual-banner-inner {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 50px 20px;
    }
    .manual-img-left { width: 260px; }
    .manual-list-new {
        grid-template-columns: 1fr;
        text-align: left;
        max-width: 300px;
        margin: 0 auto 30px auto;
    }

    .manual-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .manual-image {
        transform: none;
        margin: 0 auto;
    }

    .manual-content {
        align-items: center;
    }

    .manual-list {
        text-align: left;
    }

    .manual-content .btn {
        align-self: center;
    }

    .t-card { flex: 0 0 100%; }
    .carousel-container { gap: 10px; }
    .nav-arrow { width: 35px; height: 35px; font-size: 1rem; }

    .cta-btn-main { font-size: 0.9rem; padding: 15px 28px; }

    .btn-wrap {
        max-width: 100%;
    }

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

    .founder-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .founder-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .founder-info { text-align: left; }

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

    .announcement-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .announcement-right { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 480px) {

    .features-grid,
    .programs-grid {
        grid-template-columns: 1fr;
    }

    .manual-list {
        grid-template-columns: 1fr;
    }

    .logo-title {
        font-size: 1.2rem;
    }

    .hero-left h1 {
        font-size: 2.4rem;
    }

    .footer-trust-row {
        grid-template-columns: 1fr;
    }

    .trust-badge {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .announcement-left {
        display: none;
    }
}

.logo-img {
    max-height: 105px;
    width: auto;
    object-fit: contain;
}

.header-right-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

/* ---------- Manual Banner Section ---------- */
.manual-banner {
    background-color: #F4F6F8;
    background-image: 
        linear-gradient(to right, #F4F6F8 0%, #F4F6F8 50%, rgba(244, 246, 248, 0.85) 65%, rgba(244, 246, 248, 0) 100%), 
        url('media/paddles-bg.webp');
    background-position: left top, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    
    display: flex;
    align-items: center;
    min-height: 480px; 
    border-top: 1px solid var(--gray-light);
    border-bottom: 1px solid var(--gray-light);
}

.manual-banner-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
    padding: 50px 20px;
}

.manual-img-left {
    flex-shrink: 0;
    width: 350px;
}

.manual-img-left img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.15)); 
}

.manual-content {
    flex: 1;
    max-width: 650px;
}

.manual-content h2 {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 1.85rem;
    font-weight: 900;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.manual-content p {
    color: var(--navy);
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.manual-list-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    margin-bottom: 35px;
}

.manual-list-new li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy);
}

.manual-list-new li::before {
    content: '✓';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: var(--green-bright);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: bold;
    flex-shrink: 0;
}

.manual-btn {
    background-color: var(--navy); 
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 0.85rem;
    box-shadow: 0 4px 10px rgba(11, 32, 70, 0.2);
    color: var(--white);
}

/* ============================================================
   ANIMATIONS SYSTEM
   ============================================================ */

@keyframes fadeInDown {
    from { opacity: 0; transform: translate3d(0, -40px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translate3d(0, 50px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translate3d(-60px, 0, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInRight {
    from { opacity: 0; transform: translate3d(60px, 0, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.88); }
    to   { opacity: 1; transform: scale(1); }
}
@keyframes slideUpFade {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position: 200% center; }
}
@keyframes floatBadge {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-6px); }
}
@keyframes pulseGreen {
    0%, 100% { box-shadow: 0 0 0 0 rgba(103,155,48,0.35); }
    50%       { box-shadow: 0 0 0 10px rgba(103,155,48,0); }
}
@keyframes rotateSlow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.hero-subtitle {
    animation: fadeInDown 0.7s ease both;
    animation-delay: 0.1s;
}
.hero-left h1 {
    animation: fadeInUp 0.8s ease both;
    animation-delay: 0.3s;
}
.hero-tagline {
    animation: fadeInUp 0.7s ease both;
    animation-delay: 0.55s;
}
.hero-left p {
    animation: fadeInUp 0.7s ease both;
    animation-delay: 0.75s;
}
.hero-left .btn {
    animation: fadeInUp 0.7s ease both;
    animation-delay: 0.95s;
}
.hero-right {
    animation: fadeInRight 0.9s cubic-bezier(0.22,1,0.36,1) both;
    animation-delay: 0.4s;
}
.hero-left .btn-green {
    animation: fadeInUp 0.7s ease both 0.95s, pulseGreen 2.5s ease-in-out 2s infinite;
}

.anim-fade-up {
    opacity: 0;
    transform: translate3d(0, 36px, 0);
    will-change: opacity, transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.anim-fade-left {
    opacity: 0;
    transform: translate3d(-45px, 0, 0);
    will-change: opacity, transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.anim-fade-right {
    opacity: 0;
    transform: translate3d(45px, 0, 0);
    will-change: opacity, transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.anim-scale-in {
    opacity: 0;
    transform: scale(0.9) translate3d(0, 0, 0);
    will-change: opacity, transform;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34,1.56,0.64,1);
}
.anim-fade-up.is-visible,
.anim-fade-left.is-visible,
.anim-fade-right.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.anim-scale-in.is-visible {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
}
.anim-stagger { transition-delay: var(--stagger-delay, 0ms); }

.feature-item {
    transition: transform 0.25s ease;
}
.feature-item:hover {
    transform: translateY(-4px);
}

.program-card {
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.program-card:hover {
    border-color: var(--green);
    box-shadow: 0 16px 40px rgba(103,155,48,0.18);
    transform: translateY(-6px);
}
.program-icon {
    transition: transform 0.3s ease;
}
.program-card:hover .program-icon {
    transform: scale(1.15) rotate(-5deg);
}

.t-card {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.t-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(11,32,70,0.12);
}

.cta-btn-main {
    transition: background-color 0.2s, transform 0.15s, box-shadow 0.25s;
}
.cta-btn-main:hover {
    animation: pulseGreen 1.2s ease-in-out infinite;
}

.founder-photo {
    animation: floatBadge 4s ease-in-out infinite;
}

.section-title::after {
    transition: width 0.5s ease;
}
.section-title.is-visible::after {
    width: 60px;
}

.announcement-bar {
    animation: fadeInDown 0.5s ease both;
}

header .logo {
    animation: scaleIn 0.6s cubic-bezier(0.34,1.56,0.64,1) both;
    animation-delay: 0.1s;
}
header .nav-links {
    animation: fadeIn 0.7s ease both;
    animation-delay: 0.3s;
}
header .header-actions {
    animation: fadeInRight 0.6s ease both;
    animation-delay: 0.35s;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================================
   ABOUT PAGE STYLES
   ============================================================ */
.about-page {
    background-color: var(--gray-bg);
}

/* Helper Text Colors */
.text-navy { color: var(--navy); }
.text-green { color: var(--green); }

/* --- About Hero (full-width, inherits global .hero styles) ---
   .about-hero-full piggybacks on the global .hero class for layout,
   min-height, the ::before gradient overlay, and .hero-container.
   Only the background image is overridden here. */
.about-hero-full {
    background: url('media/about-hero-bg.webp') center/cover no-repeat;
    background-color: var(--gray-light);
}

@media (max-width: 768px) {
    .about-hero-full {
        background: linear-gradient(rgba(11, 32, 70, 0.85), rgba(11, 32, 70, 0.95)),
                    url('media/about-hero-bg.webp') center/cover no-repeat;
    }
}

/* --- Differentiators Section --- */
.about-diff {
    padding: 40px 20px;
    /* background: var(--white); */
}

.diff-header {
    text-align: center;
    margin-bottom: 40px;
}

.line-heading {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--navy);
}

.line-heading::before,
.line-heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--green);
}

.diff-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(11, 32, 70, 0.05);
    padding: 40px 20px;
}

.diff-item {
    flex: 1;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 0 15px;
}

.d-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.d-text h4 {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 4px;
}

.d-text p {
    font-size: 0.75rem;
    color: var(--gray-text);
    line-height: 1.4;
}

/* --- Bottom 3 Column Section --- */
.about-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 50px 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.ag-box {
    background-color: var(--white);
    border: 1px solid rgba(11, 32, 70, 0.05);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(11, 32, 70, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ag-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(11, 32, 70, 0.1);
}

.ag-header {
    margin-bottom: 25px;
    text-align: center;
}

.ag-header h3 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--navy);
}

.ag-line {
    width: 40px;
    height: 3px;
    background: var(--green);
    margin: 8px auto 0;
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex-grow: 1;
    align-items: center;
}

.v-item {
    text-align: center;
}

.v-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
}

.v-item span {
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--navy);
}

/* Founder Flex — vertical stack, centred */
.founder-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.founder-img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 50%;
    border: 4px solid var(--green);
    box-shadow: 0 8px 25px rgba(103, 155, 48, 0.25);
    flex-shrink: 0;
}

.founder-bio .f-name {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--green);
}

.founder-bio .f-title {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
}

.founder-bio p {
    font-size: 0.75rem;
    color: var(--gray-text);
    margin-bottom: 10px;
}

.founder-bio .f-highlight {
    font-weight: 700;
    color: var(--navy);
    font-style: italic;
}

/* Local Proud */
.local-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.local-img {
    border-radius: var(--radius);
    width: 100%;
    height: auto;
}

.local-content p {
    font-size: 0.8rem;
    color: var(--gray-text);
}

.location-pin {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--navy);
}

.location-pin svg { width: 18px; height: 18px; color: var(--navy); }

/* --- Specific CTA Banner --- */
.about-cta-banner {
    padding-bottom: 60px;
}

.acb-inner {
    background: linear-gradient(135deg, #ffffff 0%, var(--gray-bg) 100%);
    border: 1px solid rgba(11, 32, 70, 0.05);
    border-radius: 16px;
    padding: 35px 45px;
    display: flex;
    flex-wrap: nowrap; /* Prevent awkward desktop wrapping */
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: 0 20px 40px rgba(11, 32, 70, 0.08);
    position: relative;
    overflow: hidden;
}

.acb-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 200px;
}

.acb-icon {
    width: 52px;
    height: 52px;
    background: var(--green);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(103, 155, 48, 0.35);
}

.acb-text h4 {
    font-family: var(--font-heading);
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.acb-text p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.4;
}

.acb-btn {
    padding: 16px 28px;
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    max-width: 300px;
    white-space: normal;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(103, 155, 48, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.acb-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(103, 155, 48, 0.5);
}

.acb-btn span strong { display: block; font-size: 1rem; letter-spacing: 1px; }
.acb-btn span small { display: block; font-size: 0.68rem; font-weight: 500; opacity: 0.88; text-transform: none; }

.acb-right { flex-shrink: 0; width: 110px; }
.acb-paddle-graphic { width: 100%; height: auto; filter: drop-shadow(0 5px 10px rgba(11,32,70,0.1)); }

/* --- Prefooter Bar --- */
.about-prefooter {
    background-color: var(--green);
    color: var(--white);
    padding: 40px 0;
}

.prefooter-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap;
}

.pf-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 160px;
    padding: 0 24px;
}

/* Vertical separator between items */
.pf-item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.pf-item svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    stroke: var(--white);
    color: var(--white);
}

.pf-item h5 {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pf-item p {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.45;
}

/* Contact item — no extra left border needed (handled by :not(:first-child) rule) */
.pf-contact {
    padding-left: 24px;
}

.pf-highlight {
    font-family: var(--font-heading);
    font-size: 1.1rem !important;
    font-weight: 900;
    color: var(--white) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 2px !important;
}

/* .pf-chat removed — element deleted from about.php */

/* --- Responsive Layout Adjustments --- */
@media (max-width: 1200px) {
    .about-hero {
        grid-template-columns: 1fr 1fr;
    }
    .diff-grid { flex-wrap: wrap; }
    .diff-item { flex: 1 1 30%; border-bottom: 1px solid var(--gray-light); padding: 15px 0; border-right: none; }
    .about-grid-3 { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .acb-inner { padding: 25px 30px; }
    .acb-btn { max-width: 280px; }
    .prefooter-grid { flex-wrap: wrap; }
    .pf-item { flex: 1 1 45%; }
    .pf-item:nth-child(odd) { border-left: none; }
}

@media (max-width: 768px) {
    .about-hero { grid-template-columns: 1fr; }
    .about-hero::after { display: none; }
    .diff-item { flex: 1 1 100%; }

    /* CTA Banner — stack cleanly: text on top, button in middle, image hidden */
    .acb-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 24px;
    }
    .acb-left {
        flex-direction: column;
        align-items: center;
    }
    .acb-btn {
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
    .acb-right { display: none; }

    /* Pre-footer — stack vertically, top-border separators */
    .prefooter-grid { flex-direction: column; gap: 0; }
    .pf-item {
        flex: unset;
        width: 100%;
        padding: 18px 20px;
        border-left: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pf-item:first-child { border-top: none; }
}

/* ============================================================
   CONTACT PAGE STYLES
   ============================================================ */

/* Page wrapper */
.contact-page {
    background-color: var(--gray-bg);
}

/* ---------------------------------------------------------------
   1. HERO
   --------------------------------------------------------------- */
.contact-hero-full {
    background: url('media/contact-hero-bg.jpg') center/cover no-repeat;
    background-color: var(--navy);
}

.contact-hero-full::before {
    background: linear-gradient(to right, rgba(11, 32, 70, 0.9) 0%, rgba(11, 32, 70, 0.2) 65%, rgba(11, 32, 70, 0) 100%);
}

.contact-hero-full .hero-subtitle,
.contact-hero-full h1,
.contact-hero-full p {
    color: var(--white);
}

.contact-hero-full h1 .highlight {
    color: var(--green-bright);
}

/* Hero trust tags row */
.ct-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ct-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
}

/* ---------------------------------------------------------------
   2. CONTACT SPLIT — Info + Form
   --------------------------------------------------------------- */
.contact-split {
    padding: 70px 20px;
}

.contact-split-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    align-items: stretch;
}

/* Shared card base */
.ct-info-card,
.ct-form-card {
    background-color: var(--white);
    border: 1px solid rgba(11, 32, 70, 0.05);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(11, 32, 70, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ct-card-header {
    margin-bottom: 30px;
}

.ct-section-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ct-title-line {
    width: 40px;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
    margin-bottom: 14px;
}

.ct-card-intro {
    font-size: 0.9rem;
    color: var(--gray-text);
    line-height: 1.6;
}

/* Contact list */
.ct-contact-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 32px;
}

.ct-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ct-ci-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--gray-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--green);
    border: 1px solid rgba(103, 155, 48, 0.15);
}

.ct-ci-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--green);
}

.ct-ci-label {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 3px;
}

.ct-ci-value {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s;
}

.ct-ci-value:hover { color: var(--green); }

/* Social strip */
.ct-social-strip {
    border-top: 1px solid var(--gray-light);
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ct-social-label {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--navy);
    margin: 0;
}

.ct-social-icons {
    display: flex;
    gap: 8px;
}

.ct-social-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ct-social-link:hover { transform: scale(1.1); opacity: 0.9; }
.ct-social-link.si-fb { background: #3b5998; }
.ct-social-link.si-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.ct-social-link.si-yt { background: #ff0000; }

/* Form */
.ct-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ct-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.ct-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ct-form-group--full {
    grid-column: 1 / -1;
}

.ct-form-group label {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--navy);
}

.ct-form-group label span { color: var(--green); margin-left: 2px; }

.ct-form-group input,
.ct-form-group select,
.ct-form-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--gray-light);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.875rem;
    color: var(--navy);
    background: var(--white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    appearance: none;
}

.ct-form-group input::placeholder,
.ct-form-group textarea::placeholder { color: #aab0bb; }

.ct-form-group input:focus,
.ct-form-group select:focus,
.ct-form-group textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(103, 155, 48, 0.12);
}

.ct-form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234A4A4A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer;
}

.ct-form-group textarea { resize: vertical; min-height: 110px; }

.ct-submit-btn {
    align-self: flex-start;
    margin-top: 8px;
    padding: 14px 32px;
    font-size: 0.875rem;
    border-radius: 8px;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(103, 155, 48, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ct-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(103, 155, 48, 0.45);
}

/* ---------------------------------------------------------------
   3. QUICK START — 6 Cards
   --------------------------------------------------------------- */
.ct-quickstart {
    padding: 70px 0;
    background-color: var(--white);
}

.ct-qs-header {
    text-align: center;
    margin-bottom: 50px;
}

.ct-qs-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.ct-qs-title::after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
    margin: 10px auto 0;
}

.ct-qs-sub {
    font-size: 0.95rem;
    color: var(--gray-text);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
}

.ct-qs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.ct-qs-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px;
    background-color: var(--gray-bg);
    border: 1px solid rgba(11, 32, 70, 0.05);
    border-radius: 16px;
    text-decoration: none;
    color: var(--navy);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
    box-shadow: 0 4px 15px rgba(11, 32, 70, 0.04);
    position: relative;
    overflow: hidden;
}

.ct-qs-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.ct-qs-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(11, 32, 70, 0.1);
    background-color: var(--white);
}

.ct-qs-card:hover::before { transform: scaleX(1); }

.ct-qs-icon {
    width: 40px;
    height: 40px;
    background: rgba(103, 155, 48, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.ct-qs-icon svg {
    width: 20px;
    height: 20px;
}

.ct-qs-card h3 {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 8px;
    line-height: 1.2;
}

.ct-qs-card p {
    font-size: 0.7rem;
    color: var(--gray-text);
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 10px;
}

.ct-qs-arrow {
    font-size: 1.1rem;
    color: var(--green);
    font-weight: 700;
    transition: transform 0.2s ease;
    display: inline-block;
}

.ct-qs-card:hover .ct-qs-arrow { transform: translateX(5px); }

/* ---------------------------------------------------------------
   4. FIND US — Map Block
   --------------------------------------------------------------- */
.ct-map-section {
    padding: 70px 20px;
}

.ct-map-header {
    text-align: center;
    margin-bottom: 36px;
}

.ct-map-header .ct-title-line { margin: 10px auto 14px; }

.ct-map-header p {
    font-size: 0.9rem;
    color: var(--gray-text);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.ct-map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(11, 32, 70, 0.1);
    aspect-ratio: 16 / 6;
    min-height: 320px;
    margin-bottom: 24px;
}

.ct-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.ct-map-tags {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.ct-map-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: var(--white);
    border: 1px solid rgba(11, 32, 70, 0.08);
    border-radius: 50px;
    padding: 9px 20px;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--navy);
    box-shadow: 0 4px 12px rgba(11, 32, 70, 0.05);
}

/* ---------------------------------------------------------------
   5. WHY CHOOSE PBA? — Features Grid
   --------------------------------------------------------------- */
.ct-features {
    background-color: var(--gray-bg);
    padding: 80px 0;
}

.ct-features-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--navy);
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;
    position: relative;
}

.ct-features-title::after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
    margin: 12px auto 0;
}

.ct-features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ct-feature-item {
    text-align: center;
    padding: 35px 20px;
    border-radius: 16px;
    background: var(--white);
    border: 1px solid rgba(11, 32, 70, 0.04);
    box-shadow: 0 4px 15px rgba(11, 32, 70, 0.03);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ct-feature-item:hover {
    box-shadow: 0 15px 35px rgba(11, 32, 70, 0.08);
    transform: translateY(-6px);
}

.ct-fi-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
}

.ct-fi-icon svg {
    width: 100%;
    height: 100%;
}

.ct-feature-item h3 {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 10px;
    line-height: 1.3;
}

.ct-feature-item p {
    font-size: 0.75rem;
    color: var(--gray-text);
    line-height: 1.5;
}

/* ---------------------------------------------------------------
   6. ALL LEVELS WELCOME — Banner Strip
   --------------------------------------------------------------- */
.ct-welcome-banner {
    background: linear-gradient(135deg, var(--green) 0%, var(--green-bright) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ct-wb-deco {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    opacity: 0.6;
    pointer-events: none;
}

.ct-wb-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.ct-wb-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
}

.ct-wb-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.1;
    max-width: 600px;
}

.ct-wb-body {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 580px;
}

.ct-wb-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6px;
}

.ct-wb-primary {
    background-color: var(--navy);
    color: var(--white);
    box-shadow: 0 6px 20px rgba(103, 155, 48, 0.4);
}

/* Safely override outline button colors ONLY inside the green welcome banner */
.ct-welcome-banner .btn-outline {
    color: var(--white);
    border: 2px solid var(--white);
    padding: 14px 26px; /* Scaled up slightly to match the primary button */
}

.ct-welcome-banner .btn-outline:hover {
    background-color: var(--white);
    color: var(--green);
}

/* ---------------------------------------------------------------
   CONTACT PAGE — RESPONSIVE
   --------------------------------------------------------------- */
@media (max-width: 980px) {
    .contact-split-grid { grid-template-columns: 1fr; }
    .ct-qs-grid { grid-template-columns: repeat(3, 1fr); }
    .ct-features-grid { grid-template-columns: repeat(3, 1fr); }
    .ct-map-wrapper { aspect-ratio: 16 / 8; }
}

@media (max-width: 768px) {
    .contact-split { padding: 50px 20px; }
    .ct-info-card,
    .ct-form-card { padding: 28px 22px; }
    .ct-form-row { grid-template-columns: 1fr; }
    .ct-qs-grid { grid-template-columns: 1fr; }
    .ct-qs-card { flex-direction: row; align-items: center; gap: 16px; }
    .ct-qs-card .ct-qs-icon { margin-bottom: 0; }
    .ct-qs-card p { margin-bottom: 0; }
    .ct-features-grid { grid-template-columns: repeat(2, 1fr); }
    .ct-map-wrapper { aspect-ratio: 4 / 3; }
    .ct-wb-deco { display: none; }
    .ct-wb-title { font-size: 1.6rem; }
    .ct-wb-actions { flex-direction: column; align-items: center; }
    .ct-wb-actions .btn { width: 100%; max-width: 320px; justify-content: center; }
    .ct-hero-tags { gap: 8px; }

    /* Contact hero mobile overlay */
    .contact-hero-full::before {
        background: linear-gradient(rgba(11, 32, 70, 0.85), rgba(11, 32, 70, 0.95));
    }
}

/* ============================================================
   OUR INSTRUCTORS PAGE STYLES
   ============================================================ */

/* Page Wrapper */
.instructors-page {
    background-color: var(--gray-bg);
}

/* ---------------------------------------------------------------
   1. HERO
   --------------------------------------------------------------- */
.instructors-hero-full {
    background: url('media/instructors-hero-bg.png') center/cover no-repeat;
    background-color: var(--navy);
}

.instructors-hero-full::before {
    background: linear-gradient(to right, rgba(11, 32, 70, 0.9) 0%, rgba(11, 32, 70, 0.2) 65%, rgba(11, 32, 70, 0) 100%);
}

.instructors-hero-full .hero-subtitle,
.instructors-hero-full h1,
.instructors-hero-full p {
    color: var(--white);
}

.instructors-hero-full h1 .highlight {
    color: var(--green-bright);
}

.inst-hero-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}

.hr-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hr-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--navy);
}

.hr-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(103, 155, 48, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    flex-shrink: 0;
}

.hr-icon svg {
    width: 16px;
    height: 16px;
}

/* ---------------------------------------------------------------
   2. FEATURED INSTRUCTOR
   --------------------------------------------------------------- */
.featured-instructor {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.2fr 1.2fr;
    gap: 30px;
    background-color: var(--white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(11, 32, 70, 0.05);
    align-items: stretch;
}

.fi-col {
    display: flex;
    flex-direction: column;
}

.fi-photo {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 250px;
}

.fi-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fi-info {
    justify-content: center;
    padding-right: 15px;
}

.fi-info h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 6px;
}

.fi-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.fi-stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fi-stats li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy);
}

.fi-philosophy {
    background: var(--gray-bg);
    border-radius: 12px;
    padding: 24px;
    justify-content: center;
    position: relative;
}

.fi-quote-mark {
    font-family: var(--font-heading);
    font-size: 4rem;
    color: rgba(103, 155, 48, 0.15);
    position: absolute;
    top: -10px;
    left: 15px;
    line-height: 1;
}

.fi-quote-text {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.fi-bio {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.6;
}

.fi-expertise {
    padding-left: 20px;
    border-left: 1px solid var(--gray-light);
    justify-content: center;
}

.fi-exp-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fi-exp-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.fi-exp-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--navy);
}

.fi-exp-list svg {
    width: 14px;
    height: 14px;
    color: var(--green);
    margin-top: 2px;
    flex-shrink: 0;
}

.fi-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.fi-badge {
    background: var(--navy);
    color: var(--white);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* ---------------------------------------------------------------
   3. TEAM GRID
   --------------------------------------------------------------- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.team-card {
    background: var(--white);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(11, 32, 70, 0.03);
    border: 1px solid rgba(11, 32, 70, 0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-card:hover {
    box-shadow: 0 15px 35px rgba(11, 32, 70, 0.08);
    transform: translateY(-6px);
}

.tc-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    border: 3px solid var(--white);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.tc-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tc-name {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.tc-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--green);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.tc-bio {
    font-size: 0.8rem;
    color: var(--gray-text);
    line-height: 1.5;
    margin-bottom: 16px;
}

.tc-specialties {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex-grow: 1;
}

.tc-specialties li {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--navy);
    padding: 4px 0;
    border-bottom: 1px solid var(--gray-light);
}

.tc-specialties li:last-child {
    border-bottom: none;
}

.tc-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 0.75rem;
    margin-top: auto;
}

/* ---------------------------------------------------------------
   4. JOIN CTA BANNER
   --------------------------------------------------------------- */
.join-cta-banner {
    background: linear-gradient(135deg, var(--white) 0%, var(--gray-bg) 100%);
    border-radius: 16px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 15px 40px rgba(11, 32, 70, 0.05);
    border: 1px solid rgba(11, 32, 70, 0.04);
}

.jcb-left h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.jcb-left p {
    font-size: 0.85rem;
    color: var(--gray-text);
    margin: 0;
}

.jcb-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    flex-grow: 1;
    max-width: 400px;
}

.jcb-icon-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jcb-icon-block svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.jcb-icon-block span {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--navy);
    text-transform: uppercase;
}

.jcb-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

/* ---------------------------------------------------------------
   5. CREDENTIALS STRIP
   --------------------------------------------------------------- */
.credentials-strip {
    background-color: var(--navy);
    padding: 40px 0;
    color: var(--white);
}

.cs-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cs-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cs-title {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}

.cs-logos {
    display: flex;
    gap: 24px;
}

.cs-logo-dummy {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.cs-logo-dummy:hover {
    opacity: 1;
}

.cs-logo-dummy svg {
    width: 20px;
    height: 20px;
    color: var(--green-bright);
}

.cs-logo-dummy span {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cs-right {
    text-align: right;
    max-width: 300px;
}

.cs-quote {
    font-size: 0.9rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    line-height: 1.4;
}

.cs-author {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--green-bright);
    text-transform: uppercase;
}

/* ---------------------------------------------------------------
   INSTRUCTORS PAGE — RESPONSIVE
   --------------------------------------------------------------- */
@media (max-width: 1200px) {
    .featured-instructor {
        grid-template-columns: 1fr 1fr;
    }
    .fi-photo {
        min-height: 350px;
    }
    .fi-expertise {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid var(--gray-light);
        padding-top: 20px;
    }
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 980px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .join-cta-banner {
        flex-direction: column;
        text-align: center;
    }
    .jcb-middle {
        margin: 0 auto;
    }
    .cs-inner {
        flex-direction: column;
        text-align: center;
    }
    .cs-left {
        flex-direction: column;
        gap: 20px;
    }
    .cs-title {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 15px;
    }
    .cs-right {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .featured-instructor {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }
    .fi-photo {
        min-height: 250px;
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
    .jcb-middle {
        grid-template-columns: 1fr;
    }
    .cs-logos {
        flex-wrap: wrap;
        justify-content: center;
    }
    .instructors-hero-full::before {
        background: linear-gradient(rgba(11, 32, 70, 0.85), rgba(11, 32, 70, 0.95));
    }
}

/* =========================================
   RETREATS & CRUISES PAGE
   ========================================= */
.retreats-page {
    background-color: var(--white);
    color: var(--navy);
}

.r-section {
    padding: 80px 0;
}

.r-section-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.r-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--green);
    margin: 15px auto 0;
}

.r-subsection-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

/* Base Utility Classes */
.bg-gray { background-color: var(--gray-bg); }
.bg-navy { background-color: var(--navy); color: var(--white); }
.bg-white { background-color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* 1. Hero Section */
.r-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    overflow: hidden;
}

.r-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.r-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 32, 70, 0.9) 0%, rgba(11, 32, 70, 0.7) 50%, rgba(11, 32, 70, 0.2) 100%);
    z-index: 2;
}

.r-hero__container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.r-hero__left {
    color: var(--white);
    max-width: 650px;
}

.r-hero__title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 10px;
    color: var(--white);
}

.r-hero__subtitle {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--green-bright);
    margin-bottom: 20px;
}

.r-hero__intro {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.r-hero__strip {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.r-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
}

.r-strip__item svg {
    width: 32px;
    height: 32px;
}

.r-hero__right {
    display: flex;
    justify-content: flex-end;
}

.r-floating-card {
    background-color: var(--navy-light);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.r-floating-card__title {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: var(--white);
    line-height: 1.3;
}

.r-floating-card__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.r-floating-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 1rem;
    font-weight: 500;
}

.r-floating-card__list svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* 2. Upcoming Grid Section */
.r-grid {
    display: grid;
    gap: 30px;
}

.r-grid--upcoming {
    grid-template-columns: repeat(3, 1fr);
}

.r-card {
    background-color: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray-light);
}

.r-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.r-card__image {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.r-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--green);
    color: var(--white);
    padding: 8px 15px;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.r-card__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.r-card__title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
}

.r-card__location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray-text);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.r-card__location svg {
    width: 18px;
    height: 18px;
}

.r-card__features {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.r-card__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--gray-text);
}

.r-card__features svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.r-card .btn {
    width: 100%;
}

.r-card--cta {
    background-color: var(--navy-light);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    border: none;
}

.r-card__cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.r-cta-icon {
    width: 60px;
    height: 60px;
    stroke: var(--green-bright);
}

.r-card__cta-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--white);
}

.r-card__cta-content p {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 10px;
}

/* Trust Bar */
.r-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
    background-color: var(--white);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.r-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.r-trust-item svg {
    width: 40px;
    height: 40px;
}

.r-trust-item h4 {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--navy);
}

.r-trust-item p {
    font-size: 0.85rem;
    color: var(--gray-text);
}

.r-contact-banner {
    background-color: var(--navy);
    color: var(--white);
    padding: 20px;
    border-radius: var(--radius);
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.r-contact-banner p {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

/* 3. Deep Dive Section */
.r-intro-block {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.r-intro-block h2 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 30px;
}

.r-intro-content {
    font-size: 1.1rem;
    color: var(--gray-text);
    line-height: 1.8;
}

.r-intro-content p {
    margin-bottom: 30px;
}

.r-checkmark-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.r-checkmark-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--navy);
}

.r-checkmark-list svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.r-checkmark-list--stacked {
    flex-direction: column;
    align-items: flex-start;
}

/* Types Grid */
.r-types-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

.r-type-col {
    background-color: var(--white);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray-light);
}

.r-type-img {
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    margin-bottom: 20px;
}

.r-type-col h4 {
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--navy);
}

.r-type-col ul {
    font-size: 0.85rem;
    color: var(--gray-text);
    margin-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.r-tag {
    background-color: var(--gray-light);
    color: var(--navy);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    margin-top: auto;
}

/* Split Section */
.r-split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 80px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.r-split-left {
    background-color: var(--white);
    padding: 60px;
}

.r-split-left h3, .r-split-right h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.r-split-right {
    padding: 60px;
}

.r-split-right h3 {
    color: var(--white);
}

.r-icon-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.r-icon-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.05rem;
}

.r-icon-list svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

/* Destination Sidebar Grid */
.r-dest-sidebar-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
}

.r-image-grid {
    display: grid;
    gap: 20px;
}

.r-image-grid-4 {
    grid-template-columns: repeat(2, 1fr);
}

.r-image-grid-6 {
    grid-template-columns: repeat(3, 1fr);
}

.r-grid-img {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.r-grid-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11,32,70,0.8), transparent);
}

.r-grid-img span {
    position: relative;
    z-index: 2;
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.r-sidebar {
    padding: 40px 30px;
    border-radius: var(--radius);
    border: 1px solid var(--gray-light);
}

.r-sidebar h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: var(--navy);
}

.r-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.r-sidebar-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gray-text);
}

.r-sidebar-list svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Feature Strip */
.r-feature-strip {
    background-color: var(--green);
    color: var(--white);
    padding: 30px;
    border-radius: var(--radius);
    margin-bottom: 80px;
}

.r-feature-strip-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.r-f-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.r-f-item svg {
    width: 32px;
    height: 32px;
}

/* Reusable Component: Who Can Go */
.r-who-can-go {
    margin-bottom: 80px;
    text-align: center;
}

.r-who-can-go h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 40px;
}

.r-who-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.r-who-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: var(--white);
    padding: 30px 20px;
    border-radius: var(--radius);
    border: 1px solid var(--gray-light);
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.r-who-item svg {
    width: 48px;
    height: 48px;
}

.r-who-item span {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Reusable Component: Schedule Table */
.r-schedule-component {
    margin-bottom: 80px;
}

.r-schedule-table {
    background-color: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--gray-light);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.r-schedule-row {
    display: flex;
    border-bottom: 1px solid var(--gray-light);
}

.r-schedule-row:last-child {
    border-bottom: none;
}

.r-time {
    background-color: var(--navy-light);
    color: var(--white);
    padding: 20px 30px;
    font-weight: 800;
    font-family: var(--font-heading);
    width: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.r-activity {
    padding: 20px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    flex: 1;
}

/* Reusable Component: Tips */
.r-tips-component {
    padding: 50px;
    border-radius: var(--radius);
    border: 1px solid var(--gray-light);
}

.r-tips-component h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
}

.r-tips-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.r-tips-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: var(--white);
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.r-tips-list svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

/* Logos Strip */
.r-cruise-logos {
    text-align: center;
}

.r-cruise-logos h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 40px;
}

.r-logos-strip {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.r-logo-placeholder {
    padding: 20px 40px;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 40px;
    font-weight: 800;
    color: var(--navy);
    font-size: 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

/* 6. Global CTA Footer */
.r-global-cta {
    position: relative;
    padding: 120px 0;
    text-align: center;
    color: var(--white);
}

.r-global-cta__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.r-global-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(11,32,70,0.95), rgba(103,155,48,0.85));
    z-index: 2;
}

.r-global-cta__content {
    position: relative;
    z-index: 3;
}

.r-global-cta__content h2 {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.r-global-cta__sub {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--green-bright);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.r-global-cta__tagline {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 50px;
}

.r-global-cta__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Animations Support */
.anim-fade-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.anim-fade-left {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.anim-fade-right {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .r-grid--upcoming { grid-template-columns: repeat(2, 1fr); }
    .r-types-grid { grid-template-columns: repeat(3, 1fr); }
    .r-who-grid { grid-template-columns: repeat(3, 1fr); }
    .r-image-grid-6 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    .r-hero__container { grid-template-columns: 1fr; text-align: center; }
    .r-hero__left { margin: 0 auto; }
    .r-hero__right { justify-content: center; margin-top: 40px; }
    .r-floating-card { max-width: 100%; }
    .r-trust-bar { grid-template-columns: repeat(2, 1fr); }
    .r-split-section { grid-template-columns: 1fr; }
    .r-dest-sidebar-wrapper { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .r-hero__title { font-size: 2.8rem; }
    .r-grid--upcoming { grid-template-columns: 1fr; }
    .r-types-grid { grid-template-columns: 1fr; }
    .r-who-grid { grid-template-columns: repeat(2, 1fr); }
    .r-image-grid-4, .r-image-grid-6 { grid-template-columns: 1fr; }
    .r-trust-bar { grid-template-columns: 1fr; }
    .r-schedule-row { flex-direction: column; }
    .r-time { width: 100%; padding: 15px 20px; }
    .r-global-cta__content h2 { font-size: 2.8rem; }
    .r-global-cta__tagline { font-size: 1.4rem; }
    .r-global-cta__actions { flex-direction: column; }
    .r-contact-banner { flex-direction: column; text-align: center; }
    .r-contact-banner p { flex-direction: column; gap: 10px; }
}