:root {
    --site-bg: #f3f4ff;
    --surface: #ffffff;
    --text-main: #13233f;
    --text-muted: #64748b;
    --brand-900: #1a1740;
    --brand-800: #22205a;
    --brand-700: #2c2b73;
    --brand-500: #5a5df0;
    --brand-400: #7e78ff;
    --brand-blue: #3b82f6;
}

body {
    min-height: 100vh;
    font-family: "Inter", sans-serif;
    background: radial-gradient(circle at top right, #dbe4ff 0%, transparent 35%), var(--site-bg);
    color: var(--text-main);
}

.site-body {
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1;
}

.site-container {
    max-width: 1200px;
}

.home-section {
    padding-block: 82px;
}

.site-header .container,
.site-footer .container,
.site-main .site-container {
    max-width: 1200px;
}

.home-section h2,
.home-section .h3 {
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.02em;
}

.home-section .h3 {
    font-size: clamp(1.62rem, 2vw, 2.1rem);
    line-height: 1.3;
}

.section-head {
    max-width: 760px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.3rem 0.72rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3730a3;
    background: #eef2ff;
    border: 1px solid #dbe2ff;
}

.section-subtitle {
    color: #64748b;
    font-size: 0.96rem;
    line-height: 1.65;
}

.site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, var(--brand-900), var(--brand-700), #29468a);
    box-shadow: 0 12px 24px rgba(26, 23, 64, 0.3);
    backdrop-filter: blur(6px);
}

.site-header .navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-400), var(--brand-blue));
    box-shadow: 0 8px 16px rgba(82, 95, 240, 0.4);
}

.brand-mark span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
    border-radius: 8px;
    padding: 0.43rem 0.66rem;
    font-size: 0.94rem;
    transition: all 0.25s ease;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.nav-cta {
    border-radius: 999px;
    font-weight: 700;
    padding-inline: 1rem;
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(255, 193, 7, 0.4);
}

.nav-greeting {
    color: rgba(255, 255, 255, 0.85);
}

.nav-signup {
    border-radius: 999px;
    padding-inline: 0.95rem;
}

.nav-logout {
    color: #ffde77 !important;
}

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(130deg, #5b4fe6 0%, #5b74f3 52%, #56a2ff 100%);
    background-size: 180% 180%;
    animation: heroGradientShift 16s ease-in-out infinite;
    color: #fff;
    border-radius: 20px;
    padding: 3rem;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.2), transparent 48%),
                radial-gradient(circle at 78% 72%, rgba(147, 197, 253, 0.25), transparent 45%);
    mix-blend-mode: screen;
    animation: heroGlowDrift 10s ease-in-out infinite alternate;
}

.hero-title {
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.hero-bg-shape {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    filter: blur(1px);
}

.hero-bg-shape-1 {
    width: 260px;
    height: 260px;
    top: -80px;
    right: -40px;
}

.hero-bg-shape-2 {
    width: 180px;
    height: 180px;
    bottom: -55px;
    left: 42%;
    background: rgba(139, 92, 246, 0.28);
}

.card-soft {
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 14px;
    background: var(--surface);
    box-shadow: 0 12px 24px rgba(20, 20, 40, 0.08);
}

.home-section .card-soft,
.home-section .btn,
.home-section .icon-soft,
.home-section .step-icon {
    transition: transform 0.26s ease, box-shadow 0.26s ease, background-color 0.26s ease, border-color 0.26s ease, filter 0.26s ease;
}

.card-lift {
    transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.card-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 32px rgba(30, 41, 59, 0.14);
}

.coach-profile-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.coach-hero-card {
    background: linear-gradient(155deg, #ffffff 0%, #eef3ff 100%);
    box-shadow: 0 16px 34px rgba(23, 35, 68, 0.12);
}

.coach-avatar-mark {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #4f46e5, #7c3aed);
    box-shadow: 0 14px 24px rgba(79, 70, 229, 0.35);
}

.coach-subtitle {
    color: #4c5d7b;
}

.coach-quick-metrics {
    font-size: 0.98rem;
}

.coach-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: #1f2937;
}

.coach-rating-stars {
    color: #f59e0b;
    font-size: 1.1rem;
    line-height: 1;
}

.coach-muted-text {
    color: var(--text-muted);
}

.coach-price-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.34rem 0.78rem;
    font-weight: 700;
    color: #4c1d95;
    background: #efe6ff;
}

.coach-bio-text {
    color: #27364f;
    line-height: 1.7;
}

.coach-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.72rem;
    font-size: 0.87rem;
    font-weight: 600;
    color: #334155;
    background: #eef2ff;
    border: 1px solid #dbe5ff;
}

.coach-details-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px dashed rgba(100, 116, 139, 0.24);
}

.coach-details-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.coach-details-list li span {
    color: var(--text-muted);
    font-size: 0.94rem;
}

.coach-details-list li strong {
    color: #0f172a;
    font-size: 0.95rem;
    text-align: right;
}

.coach-booking-strip {
    border-radius: 16px;
    background: linear-gradient(135deg, #13203b, #283f75);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.25);
}

.coach-meta-badge {
    color: #334155;
    background: #e2e8f0;
}

.badge-verified {
    background: #198754;
}

.auth-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.auth-brand-panel {
    background: linear-gradient(145deg, #18233f, #5b2ca2);
    color: #fff;
}

.auth-separator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6c757d;
    font-size: 0.9rem;
}

.auth-separator::before,
.auth-separator::after {
    content: "";
    flex: 1;
    border-top: 1px solid #dee2e6;
}

.login-brand-panel {
    background: linear-gradient(155deg, #0e1a33, #3a1f63);
}

.login-trust-list {
    min-height: 90px;
}

.login-trust-item {
    opacity: 0.35;
    transform: translateY(8px);
    transition: all 0.35s ease;
}

.login-trust-item.active {
    opacity: 1;
    transform: translateY(0);
}

.hero-kicker {
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
}

.hero-visual {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 28px rgba(7, 14, 30, 0.22);
}

.hero-primary-cta {
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 12px 22px rgba(255, 193, 7, 0.33);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.hero-primary-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: 0 0 0 5px rgba(255, 193, 7, 0.2), 0 18px 30px rgba(255, 193, 7, 0.4);
}

.hero-secondary-cta:hover {
    transform: translateY(-2px);
}

.hero-float-wrap {
    animation: heroFloat 5.2s ease-in-out infinite;
}

.hero-points li {
    display: flex;
    align-items: center;
    padding: 0.45rem 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.trust-row span {
    color: rgba(255, 255, 255, 0.87);
    font-size: 0.93rem;
}

.hero-visual-sub {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
}

.hero-illustration {
    position: relative;
    min-height: 320px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
    overflow: hidden;
}

.hero-illustration-card {
    position: relative;
    z-index: 2;
    margin-top: 3rem;
    border-radius: 14px;
    padding: 1.1rem;
    background: rgba(16, 24, 55, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 28px rgba(19, 35, 63, 0.2);
}

.hero-illustration-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 0.65rem;
    color: #fff;
    background: linear-gradient(145deg, rgba(196, 181, 253, 0.75), rgba(147, 197, 253, 0.75));
}

.hero-illustration-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
}

.hero-orb-1 {
    width: 180px;
    height: 180px;
    top: 16px;
    right: -40px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.05));
}

.hero-orb-2 {
    width: 110px;
    height: 110px;
    left: -18px;
    bottom: 24px;
    background: radial-gradient(circle at 35% 35%, rgba(196, 181, 253, 0.55), rgba(196, 181, 253, 0.08));
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-stat-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.75rem 0.85rem;
}

.hero-stat-card strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
}

.hero-stat-card span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.82rem;
}

.expert-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #4f46e5, #7c3aed);
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    padding: 0.9rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.trust-strip-item {
    border-radius: 12px;
    border: 1px dashed rgba(148, 163, 184, 0.35);
    background: #f8f9ff;
    min-height: 56px;
    padding: 0.7rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #334155;
}

.trust-logo-pill {
    border-radius: 999px;
    padding: 0.4rem 0.78rem;
    background: #edf2ff;
    border: 1px solid #dbe7ff;
    color: #334155;
    font-size: 0.85rem;
}

.premium-coach-card {
    position: relative;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-coach-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.premium-coach-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 42%, rgba(15, 23, 42, 0.9) 100%);
    pointer-events: none;
}

.premium-coach-content {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}

.premium-coach-name {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
}

.premium-coach-specialization {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
}

.premium-coach-rating {
    color: #f8fafc;
    font-size: 0.88rem;
    font-weight: 600;
}

.premium-coach-rating i {
    color: #facc15;
    margin-right: 0.28rem;
}

.premium-coach-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    font-size: 0.78rem;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.premium-coach-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.3);
}

.premium-coach-card:hover .premium-coach-image {
    transform: scale(1.05);
}

.premium-coach-card:hover .premium-coach-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.coach-card-grid {
    overflow: hidden;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 24px rgba(20, 20, 40, 0.08);
}

.coach-card-hover {
    transform: translateY(0);
}

.coach-card-hover:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 34px rgba(15, 23, 42, 0.16);
}

.coach-media-wrap {
    position: relative;
    overflow: hidden;
}

.coach-card-photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.3s ease;
}

.coach-card-hover:hover .coach-card-photo {
    transform: scale(1.05);
}

.coach-hover-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 1rem;
    opacity: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 25%, rgba(15, 23, 42, 0.62) 100%);
    transition: opacity 0.26s ease;
}

.coach-card-hover:hover .coach-hover-overlay {
    opacity: 1;
}

.coach-overlay-btn {
    border-radius: 999px;
    font-weight: 700;
    transform: translateY(8px);
    transition: transform 0.26s ease;
}

.coach-card-hover:hover .coach-overlay-btn {
    transform: translateY(0);
}

.coach-card-body {
    padding: 1rem 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.coach-card-body .btn {
    margin-top: auto;
    align-self: flex-start;
    border-radius: 999px;
}

.coach-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    border: 1px solid #d7dcff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.66rem;
}

.help-card .icon-soft {
    margin-inline: auto;
}

.help-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.help-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(79, 70, 229, 0.09), rgba(59, 130, 246, 0.06));
    opacity: 0;
    transition: opacity 0.26s ease;
}

.help-card:hover::before {
    opacity: 1;
}

.help-card > * {
    position: relative;
    z-index: 1;
}

.help-card:hover .icon-soft {
    transform: scale(1.08);
}

.program-card {
    border-radius: 16px;
    transform: scale(1);
}

.program-card:hover {
    transform: translateY(-6px) scale(1.02);
}

.program-card .card-body {
    padding: 1.35rem;
}

.program-card-featured {
    position: relative;
    border-color: rgba(99, 102, 241, 0.3);
    background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
    box-shadow: 0 24px 36px rgba(99, 102, 241, 0.2);
    transform: translateY(-10px) scale(1.04);
}

.program-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.32rem 0.72rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4338ca;
    background: #eef2ff;
    border: 1px solid #dbe2ff;
}

.program-price {
    font-family: "Poppins", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.program-discount-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.32rem 0.66rem;
    font-size: 0.74rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #ef4444, #f97316);
    box-shadow: 0 8px 16px rgba(249, 115, 22, 0.28);
}

.program-card .btn {
    border-radius: 12px;
    font-weight: 700;
}

.program-card .btn:hover {
    transform: translateY(-1px);
}

.testimonial-carousel {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    max-width: 700px;
}

.testimonial-slide {
    padding: 3rem 4.25rem;
    text-align: center;
}

.testimonial-slide .fw-semibold {
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    line-height: 1.6;
}

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    width: 54px;
}

.testimonial-carousel .carousel-control-prev-icon,
.testimonial-carousel .carousel-control-next-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.62);
    background-size: 48%;
}

.article-card .card-body {
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.article-card h6 {
    line-height: 1.45;
    min-height: 2.9em;
}

.article-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.14);
}

.article-visual {
    width: 100%;
    height: 102px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.55rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.article-visual-1 {
    background: linear-gradient(135deg, #4338ca, #2563eb);
}

.article-visual-2 {
    background: linear-gradient(135deg, #7c3aed, #ec4899);
}

.article-visual-3 {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.article-visual-4 {
    background: linear-gradient(135deg, #0f766e, #0ea5e9);
}

.article-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.28rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.community-cta {
    border-radius: 18px;
    background: linear-gradient(145deg, #f7f8ff, #eef5ff);
    position: relative;
    overflow: hidden;
    border: 1px solid #dbe5ff;
}

.community-cta::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -120px;
    top: -120px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(129, 140, 248, 0.25), rgba(129, 140, 248, 0));
}

.community-cta-btn {
    border-radius: 999px;
    min-height: 52px;
    font-weight: 700;
}

.community-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.3);
}

.cta-strip {
    background: linear-gradient(125deg, #0d1733, #162859, #1d3f8a);
    background-size: 180% 180%;
    animation: heroGradientShift 14s ease-in-out infinite;
    color: #fff;
    border-radius: 14px;
    padding: 4.8rem 1.6rem;
    box-shadow: 0 18px 34px rgba(13, 23, 51, 0.32);
}

.cta-strip h2 {
    font-size: clamp(1.7rem, 2.2vw, 2.3rem);
    letter-spacing: -0.02em;
}

.cta-pulse-btn {
    border-radius: 999px;
    font-weight: 700;
    min-height: 56px;
    animation: pulseGlow 2.2s ease-in-out infinite;
}

.icon-soft {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3a3ebe;
    background: linear-gradient(145deg, #edefff, #dbe4ff);
}

.icon-soft i {
    font-size: 1.1rem;
}

.coach-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.coach-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 18px 36px rgba(30, 41, 59, 0.18);
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, var(--brand-500), var(--brand-blue));
}

.how-steps .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.step-icon i {
    font-size: 1.25rem;
}

.how-steps .card:hover .step-icon {
    transform: translateY(-3px) scale(1.07);
}

.how-steps .col-md-4 {
    position: relative;
}

.how-steps .col-md-4:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40px;
    right: -18px;
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(to right, rgba(129, 140, 248, 0.2), rgba(59, 130, 246, 0.95), rgba(129, 140, 248, 0.2));
    background-size: 220% 100%;
    animation: lineFlow 2.6s linear infinite;
}

.site-footer {
    color: rgba(255, 255, 255, 0.88);
    background: linear-gradient(170deg, #111d34, #182849);
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.9rem;
}

.footer-text {
    color: rgba(255, 255, 255, 0.72);
    max-width: 32ch;
}

.footer-links li + li {
    margin-top: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.16);
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
    text-decoration: none;
    color: #fff;
    background: #25d366;
    border-radius: 999px;
    padding: 0.75rem 1rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.mobile-book-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1049;
    border-radius: 999px;
    padding: 0.9rem 1rem;
    text-align: center;
    text-decoration: none;
    color: #111827;
    font-weight: 800;
    background: #ffc107;
    box-shadow: 0 16px 24px rgba(255, 193, 7, 0.32);
    display: none;
}

.mobile-book-cta:hover {
    color: #111827;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.delay-1 {
    transition-delay: 0.12s;
}

.fade-up.delay-2 {
    transition-delay: 0.2s;
}

.fade-up.delay-3 {
    transition-delay: 0.28s;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes heroGradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes heroGlowDrift {
    0% {
        transform: translate3d(-10px, 0, 0);
    }
    100% {
        transform: translate3d(10px, -6px, 0);
    }
}

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes lineFlow {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -20% 0;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 10px 24px rgba(255, 193, 7, 0.25);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(255, 193, 7, 0.14), 0 16px 28px rgba(255, 193, 7, 0.34);
    }
}

.whatsapp-float:hover {
    color: #fff;
    filter: brightness(0.96);
}

.admin-layout {
    scroll-behavior: smooth;
}

.admin-standalone-body {
    margin: 0;
    background: #eef2f9;
}

.admin-standalone-shell {
    min-height: 100vh;
    display: flex;
}

.admin-standalone-sidebar {
    width: 290px;
    background: #0b1222;
    color: #f1f5f9;
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    position: sticky;
    top: 0;
    height: 100vh;
}

.admin-standalone-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    padding-bottom: 0.9rem;
}

.admin-standalone-user {
    background: rgba(148, 163, 184, 0.22);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 10px;
    padding: 0.6rem 0.7rem;
}

.admin-standalone-content {
    flex: 1;
    padding: 1.4rem;
    color: #0f172a;
}

.admin-standalone-content-inner {
    max-width: 1380px;
}

.admin-standalone-actions {
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    padding-top: 0.9rem;
}

.admin-sidebar {
    position: sticky;
    top: 96px;
}

.admin-nav-link {
    display: block;
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 600;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 10px;
    padding: 0.62rem 0.78rem;
    transition: all 0.2s ease;
    background: rgba(15, 23, 42, 0.55);
}

.admin-nav-link:hover,
.admin-nav-link.active {
    color: #fff;
    border-color: #60a5fa;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

.admin-section {
    scroll-margin-top: 120px;
}

.admin-section + .admin-section {
    margin-top: 0.25rem;
}

.admin-stat-card .card-body {
    border-left: 4px solid #2563eb;
}

.admin-standalone-content .text-muted,
.admin-standalone-content .small.text-muted {
    color: #334155 !important;
}

.admin-standalone-content .table > :not(caption) > * > * {
    color: #0f172a;
}

.admin-standalone-content .table thead th {
    color: #1e293b;
    font-weight: 700;
    background: #eff6ff;
}

.admin-standalone-content .badge.text-bg-light {
    background: #dbeafe !important;
    color: #1e3a8a !important;
}

.booking-page {
    max-width: 700px;
    padding: 0.35rem 0 6rem;
}

.booking-shell {
    border-radius: 26px;
    background: linear-gradient(160deg, #f7f3ff 0%, #f5f6ff 42%, #ffffff 100%);
}

.booking-step-kicker {
    letter-spacing: 0.08em;
    font-size: 0.73rem;
    color: #7c3aed;
    font-weight: 700;
}

.booking-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    border: 3px solid rgba(255, 255, 255, 0.9);
    background: linear-gradient(145deg, #4f46e5, #7c3aed);
    box-shadow: 0 14px 24px rgba(79, 70, 229, 0.34);
    position: relative;
}

.booking-avatar::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 999px;
    z-index: -1;
    background: linear-gradient(145deg, #a78bfa, #60a5fa);
}

.booking-avatar-sm {
    width: 56px;
    height: 56px;
    font-size: 1rem;
    border-width: 2px;
    box-shadow: 0 8px 18px rgba(79, 70, 229, 0.26);
}

.booking-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #3730a3;
    background: #eef2ff;
    border: 1px solid #d7dcff;
}

.booking-tag i {
    color: #4f46e5;
}

.booking-availability-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    border-radius: 999px;
    padding: 0.44rem 0.78rem;
    font-size: 0.83rem;
    font-weight: 700;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.booking-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #111827;
    font-weight: 600;
}

.booking-rating i {
    color: #f59e0b;
}

.booking-inline-coach {
    border-radius: 16px;
    padding: 0.95rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #e5dbff;
}

.booking-verified-pill-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    border-radius: 999px;
    padding: 0.26rem 0.62rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.booking-fit-tag {
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    border: 1px solid #d7dcff;
    font-weight: 600;
    padding: 0.44rem 0.78rem;
}

.booking-verified {
    color: #047857;
    font-weight: 600;
}

.booking-form-card {
    border-radius: 24px;
    box-shadow: 0 28px 48px rgba(76, 29, 149, 0.14);
    border: 1px solid #e7dcff;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcff 100%);
}

.booking-form-card .card-body {
    padding: 2rem !important;
}

.booking-form-card .form-label {
    margin-bottom: 0.45rem;
}

.booking-form-intro {
    text-align: left;
}

.booking-form-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.3rem, 1.5vw, 1.7rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.booking-form-subtitle {
    color: #64748b;
    font-size: 0.96rem;
}

.booking-modern-form {
    margin-top: 0.15rem;
}

.booking-step-panel {
    border: 1px solid #ece6ff;
    border-radius: 18px;
    padding: 1.05rem;
    background: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.booking-step-panel.active {
    border-color: #cfc3ff;
    box-shadow: 0 12px 20px rgba(99, 102, 241, 0.12);
    transform: translateY(-1px);
}

.booking-form-section-title {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.35rem;
    border-radius: 999px;
    padding: 0.36rem 0.8rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #3730a3;
    background: #eef2ff;
    border: 1px solid #d8dfff;
}

.booking-label {
    color: #0f172a;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}

.booking-progress-label {
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.booking-progress-value {
    color: #4338ca;
    font-weight: 700;
    font-size: 0.88rem;
}

.booking-progress {
    height: 10px;
    background: #ede9fe;
    border-radius: 999px;
    overflow: hidden;
}

.booking-progress .progress-bar {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    transition: width 0.3s ease;
}

.booking-steps {
    row-gap: 0.5rem;
}

.booking-step-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.4rem 0.82rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #475569;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.booking-step-chip.active {
    color: #312e81;
    border-color: #c7d2fe;
    background: #e0e7ff;
    box-shadow: 0 8px 14px rgba(79, 70, 229, 0.15);
}

.booking-input {
    border-radius: 14px;
    border-color: #ddd6fe;
    background: #fdfdff;
    padding-inline: 1rem;
    min-height: 58px;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 0.26rem rgba(99, 102, 241, 0.18);
}

.booking-input::placeholder {
    color: #9ca3af;
}

.booking-mode-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.booking-mode-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 14px;
    border: 1px solid #dbe4ff;
    background: #f8f9ff;
    color: #1e293b;
    font-weight: 600;
    padding: 0.88rem 0.7rem;
    min-height: 56px;
    transition: all 0.2s ease;
}

.booking-mode-btn:hover {
    border-color: #b8c5ff;
    background: #eef2ff;
    transform: translateY(-2px);
}

.booking-mode-btn.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    box-shadow: 0 12px 20px rgba(79, 70, 229, 0.26);
}

.booking-mode-btn.booking-mode-locked {
    opacity: 0.64;
    cursor: not-allowed;
    color: #6b7280;
    background: #f8fafc;
    border-color: #e2e8f0;
    box-shadow: none;
    transform: none;
}

.booking-mode-btn.booking-mode-locked:hover {
    transform: none;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.booking-slot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
}

.booking-slot-btn {
    border-radius: 999px;
    font-weight: 600;
    border-width: 1px;
    min-height: 52px;
    padding: 0.72rem 0.92rem;
    transition: all 0.18s ease;
}

.booking-slot-btn.active,
.booking-slot-btn:hover {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 18px rgba(79, 70, 229, 0.28);
}

.booking-urgency {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 12px;
    padding: 0.65rem 0.82rem;
    color: #9a3412;
    background: #fff3e8;
    border: 1px solid #fdba74;
    font-weight: 700;
}

.booking-cta-wrap {
    border-radius: 20px;
    padding: 1.05rem;
    background: linear-gradient(140deg, #f5efff, #ffffff);
    border: 1px solid #e6d5ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.booking-confirm-btn {
    border-radius: 14px;
    border: none;
    font-weight: 700;
    min-height: 60px;
    background: linear-gradient(135deg, #4f46e5, #3b82f6);
    box-shadow: 0 14px 26px rgba(79, 70, 229, 0.3);
    transition: transform 0.12s ease, box-shadow 0.2s ease;
}

.booking-confirm-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(79, 70, 229, 0.38);
}

.booking-confirm-btn:active {
    transform: translateY(1px);
}

.booking-whatsapp-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    color: #0f766e;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.36rem 0.76rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.booking-inline-testimonial {
    border-radius: 14px;
    background: #f7f4ff;
    border: 1px solid #e8e0ff;
    padding: 0.9rem 1rem;
    color: #4338ca;
    font-style: italic;
    font-weight: 500;
}

.booking-sticky-submit {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 1060;
    border-radius: 14px;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(6px);
}

.booking-confirm-card {
    max-width: 780px;
    border-radius: 16px;
}

.booking-confirm-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.7rem;
    background: linear-gradient(145deg, #10b981, #22c55e);
    box-shadow: 0 14px 24px rgba(16, 185, 129, 0.28);
}

.booking-next-steps {
    background: #f8faff;
}

.booking-check-list li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
}

.booking-check-list li + li {
    margin-top: 0.55rem;
}

.booking-upsell {
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff, #eef2ff);
}

.booking-success-modal .modal-dialog {
    max-width: 700px;
}

.booking-success-modal .modal-content {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 20px;
    background: linear-gradient(165deg, #f3efff 0%, #faf8ff 44%, #ffffff 100%);
    box-shadow: 0 34px 72px rgba(15, 23, 42, 0.24);
    overflow: hidden;
    font-family: "Poppins", "Inter", "Segoe UI", sans-serif;
}

.booking-success-modal .modal-body {
    position: relative;
    padding: 2rem 2rem 1.8rem !important;
}

.booking-success-header {
    padding-top: 0.4rem;
}

.booking-success-title {
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.booking-success-subtitle {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
}

.booking-success-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

.booking-success-icon {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.4rem;
    background: linear-gradient(145deg, #22c55e, #15803d);
    box-shadow: 0 18px 36px rgba(21, 128, 61, 0.35);
}

.booking-card-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.booking-success-coach {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e6ebf5 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.booking-success-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #4338ca;
    background: linear-gradient(145deg, #ede9fe, #ddd6fe);
    border: 1px solid #c4b5fd;
}

.booking-verified-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.4rem 0.72rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.booking-success-steps {
    border-radius: 16px;
    background: linear-gradient(180deg, #f6f7ff 0%, #f2f4ff 100%);
    border: 1px solid #dbe4ff !important;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.08);
}

.booking-success-step {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    border-radius: 14px;
    padding: 0.75rem 0.8rem;
    background: rgba(255, 255, 255, 0.85);
    color: #1e293b;
    font-weight: 600;
}

.booking-success-step-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    background: linear-gradient(145deg, #ffffff, #eef2ff);
    border: 1px solid #c7d2fe;
}

.booking-success-step-text {
    font-size: 1rem;
    line-height: 1.45;
}

.booking-success-checklist {
    border-radius: 16px;
    border: 1px solid #dcfce7 !important;
    background: linear-gradient(180deg, #f8fff9 0%, #f3fff6 100%);
    box-shadow: 0 10px 22px rgba(22, 163, 74, 0.08);
}

.booking-success-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #14532d;
    font-size: 0.98rem;
    line-height: 1.45;
}

.booking-success-check-item i {
    color: #16a34a;
    margin-top: 0.15rem;
}

.booking-success-upsell {
    border-radius: 16px;
    padding: 1.1rem;
    border: 1px solid rgba(124, 58, 237, 0.22);
    background: linear-gradient(140deg, #f8f4ff 0%, #f3f7ff 55%, #eef2ff 100%);
    box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.08), 0 14px 28px rgba(79, 70, 229, 0.14);
}

.booking-success-upsell-title {
    color: #312e81;
    font-size: 1.15rem;
    font-weight: 800;
}

.booking-success-upsell li {
    color: #312e81;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.booking-success-upsell li i {
    color: #7c3aed;
}

.booking-upsell-btn {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #6d28d9 0%, #2563eb 100%);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.booking-upsell-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.32);
}

.booking-success-action {
    min-height: 54px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.98rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

.booking-success-whatsapp {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #25d366 0%, #16a34a 100%);
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.28);
}

.booking-success-whatsapp:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 16px 26px rgba(22, 163, 74, 0.32);
}

.booking-success-secondary {
    border-width: 1.5px;
}

.booking-success-secondary:hover {
    transform: translateY(-1px);
}

.booking-success-coach,
.booking-success-steps,
.booking-success-checklist,
.booking-success-upsell {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-success-coach:hover,
.booking-success-steps:hover,
.booking-success-checklist:hover,
.booking-success-upsell:hover {
    transform: translateY(-2px);
}

.booking-success-modal.fade .modal-dialog {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.booking-success-modal.show .modal-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {
    .site-header .navbar-collapse {
        margin-top: 0.85rem;
        padding: 0.75rem;
        border-radius: 12px;
        background: rgba(15, 23, 42, 0.75);
        backdrop-filter: blur(6px);
    }

    .how-steps .col-md-4:not(:last-child)::after {
        display: none;
    }

    .coach-avatar-mark {
        width: 72px;
        height: 72px;
        font-size: 1.35rem;
    }

    .coach-details-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .coach-details-list li strong {
        text-align: left;
    }

    .admin-sidebar {
        position: static;
    }

    .admin-standalone-shell {
        display: block;
    }

    .admin-standalone-sidebar {
        width: 100%;
        height: auto;
        position: static;
    }

    .admin-standalone-content {
        padding: 1rem;
    }

    .admin-nav {
        flex-direction: row !important;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .admin-nav-link {
        white-space: nowrap;
    }

    .whatsapp-float {
        bottom: 76px;
    }

    .mobile-book-cta {
        display: block;
    }

    .booking-mode-grid {
        grid-template-columns: 1fr;
    }

    .booking-form-card .card-body {
        padding: 1.4rem !important;
    }

    .booking-form-intro {
        margin-bottom: 0.25rem !important;
    }

    .booking-success-modal .modal-dialog {
        margin: 0.75rem;
    }

    .booking-success-modal .modal-body {
        padding: 1.35rem !important;
    }

    .trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-card-featured {
        transform: none;
    }

    .testimonial-slide {
        padding: 2.3rem 2.8rem;
    }

    .home-section {
        padding-block: 68px;
    }

    .community-cta::after {
        width: 210px;
        height: 210px;
        right: -110px;
        top: -90px;
    }
}

@media (max-width: 575px) {
    .hero {
        padding: 1.45rem;
    }

    .hero .display-5 {
        font-size: 1.92rem;
    }

    .hero-title {
        line-height: 1.2;
    }

    .hero-illustration {
        min-height: 250px;
    }

    .trust-strip {
        grid-template-columns: 1fr;
    }

    .home-section {
        padding-block: 56px;
    }

    .section-subtitle {
        font-size: 0.92rem;
    }

    .testimonial-slide {
        padding: 1.8rem 2rem;
    }

    .coach-card-photo {
        height: 200px;
    }

    .premium-coach-btn {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .home-section .btn.btn-lg,
    .community-cta-btn,
    .cta-pulse-btn {
        width: 100%;
        min-height: 54px;
        padding-inline: 1.15rem;
    }

    .coach-hover-overlay {
        opacity: 1;
        background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.56) 100%);
    }

    .coach-overlay-btn {
        transform: none;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .booking-form-card .card-body {
        padding: 1.2rem !important;
    }

    .booking-input {
        min-height: 52px;
        font-size: 0.95rem;
    }

    .booking-page {
        padding-bottom: 6.2rem;
    }

    .booking-slot-grid {
        grid-template-columns: 1fr;
    }

    .booking-form-section-title {
        font-size: 0.76rem;
        letter-spacing: 0.05em;
    }

    .booking-confirm-btn {
        min-height: 54px;
    }

    .booking-sticky-submit {
        padding: 0.45rem;
        left: 10px;
        right: 10px;
        bottom: 8px;
    }

    .booking-success-modal .modal-dialog {
        max-width: 100%;
        margin: 0.35rem;
    }

    .booking-success-modal .modal-content {
        border-radius: 18px;
    }

    .booking-success-icon {
        width: 92px;
        height: 92px;
        font-size: 2rem;
    }

    .booking-success-action {
        width: 100%;
        min-height: 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero,
    .hero::before,
    .hero-float-wrap,
    .cta-strip,
    .cta-pulse-btn,
    .how-steps .col-md-4:not(:last-child)::after {
        animation: none !important;
    }

    .fade-up,
    .home-section .card-soft,
    .home-section .btn,
    .home-section .icon-soft,
    .home-section .step-icon {
        transition: none !important;
    }
}
