/* Reset & base */
* {
    box-sizing: border-box
}

body {
    font-family: Inter,Arial,Helvetica,sans-serif;
    margin: 0;
    color: #363742 /*#8387A2*/ /*#222*/;
    background: #F8F2FA /*#fff*/
}

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

a {
    color: #007bff
}

/* Topbar & hero */
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 25px;
}

.brand a {
    font-weight: 700;
    text-decoration: none;
    color: #111
}

.main-nav {
    display: flex;
    gap: 14px
}

    .main-nav a {
        text-decoration: none;
        color: #333;
        padding: 8px 10px;
        border-radius: 6px
    }

        .main-nav a:hover {
            background: #f0f4ff
        }

.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.nav-toggle {
    display: none
}

/* Hero */
.hero {
    height: 360px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px
}

.hero-overlay {
    background: #000000 /*#EEAA01*/ /*#0F2135*/ /*linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.25))*/;
    color: #EFEFF1 /*#fff*/;
    /*padding: 28px;*/
    margin: 15px 0px 15px 0px;
    padding: 1px;
    border-radius: 10px;
    text-align: center
}

.fade-in {
    animation: fadeIn 1s ease both
}

.slide-up {
    animation: slideUp 1s 0.2s ease both
}

/* About & layout */
.about-grid {
    display: flex;
    gap: 24px;
    align-items: flex-start
}

.profile-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12)
}

.about-text h2 {
    margin-top: 0
}

.cards {
    display: flex;
    gap: 12px;
    margin-top: 12px
}

.card {
    flex: 1;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #9e201e; /*1px solid #eee;*/
    background: #F8F2FA /*#fff*/;
    box-shadow: 0 6px 16px rgba(3,3,3,0.03)
}

/* Book grid */
.book-grid {
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.book-info .btn {
    margin-top: 8px
}

/* Contact form */
.contact-section input, .contact-section textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 8px
}

/* Footer */
.site-footer {
    background: #f8f9fb;
    padding: 28px 0;
    margin-top: 40px
}

.footer-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

    .footer-grid .col {
        flex: 1
    }

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 14px;
    background: #9e201e /*#2A4366*/ /*#0b5ed7*/;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    width: 100%
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.topbar, .site-footer {
    background-color: #000000 /*#0F2135*/;
}

.hdfont {
    color: #EFEFF1 !important
}
/*.social-links {
    color: #EFEFF1
}
*/


.carousel {
    position: relative;
    max-width: 1060px /*900px*/;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

/* Track that moves */
.carousel__track {
    display: flex;
    transition: transform 420ms cubic-bezier(.22,.9,.35,1);
    will-change: transform;
}

/* Each slide */
.carousel__slide {
    min-width: 100%;
    box-sizing: border-box;
    user-select: none;
}

    .carousel__slide img {
        display: block;
        width: 100%;
        height: 550px /*420px*/;
        object-fit: cover;
    }

/* Controls */
.carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.9);
    border: 0;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

    .carousel__btn:focus {
        outline: 2px solid #2b6cb0;
    }

.carousel__btn--prev {
    left: 12px;
}

.carousel__btn--next {
    right: 12px;
}

/* Dot indicators */
.carousel__dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.carousel__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,0.7);
    cursor: pointer;
    padding: 0;
}

    .carousel__dot[aria-pressed="true"] {
        background: #2b6cb0;
        box-shadow: 0 2px 6px rgba(43,108,176,0.5);
    }

    /*this place is for you*/
/*-----------------------*/
.you-section {
    margin: 50px auto;
    text-align: center;
}

.you-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #222;
}

.you-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.you-card {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .you-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }

.you-icon {
    font-size: 40px;
    margin-bottom: 12px;
    animation: popIn 0.6s ease forwards;
}

.you-card p {
    color: #444;
    font-size: 15px;
    line-height: 1.5;
}

/* Animation */
@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.6);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile adjustments */
@media(max-width: 550px) {
    .you-title {
        font-size: 24px;
    }
}
/*-----------------------*/

.cta-center {
    text-align: center;
    margin: 40px 0;
}

.btn-book {
    display: inline-block;
    background: linear-gradient(90deg, #ff4b2b, #ff416c);
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(255, 65, 108, 0.35);
    transition: all .25s ease;
}

    .btn-book:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(255, 65, 108, 0.50);
        background: linear-gradient(90deg, #ff416c, #ff4b2b);
    }



.btn-glass {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    text-decoration: none;
    transition: 0.25s ease;
}

    .btn-glass:hover {
        background: rgba(255, 255, 255, 0.35);
        transform: translateY(-3px);
    }



.btn-outline {
    padding: 12px 30px;
    border-radius: 10px;
    border: 2px solid #d63031;
    color: #d63031;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}

    .btn-outline:hover {
        background: #d63031;
        color: #fff;
        transform: translateY(-3px);
    }

/**/

.cta-booking {
    text-align: center;
    margin: 60px auto;
}

.cta-heading {
    font-size: 28px;
    font-weight: 800;
    color: #E1E1E3 /*#222*/;
}

.cta-sub {
    margin: 10px auto 20px;
    color: #959596  /*#555*/;
    font-size: 16px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/
/* Responsive */
@media (max-width:900px) {
    .about-grid, .book-grid {
        flex-direction: column;
        align-items: center
    }

    .main-nav {
        display: none
    }

    .nav-toggle {
        display: inline-block
    }

    .main-nav.open {
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .hero {
        height: 240px
    }

    .profile-img {
        width: 150px;
        height: 150px
    }
}

/* --- Home / Coach section --- */
.home-intro {
    margin: 36px auto;
}

.coach-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

/* Coach card */
.coach-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(2,6,23,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.coach-photo img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

.small-title {
    color: #8b1d1d;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    letter-spacing: .6px;
}

.coach-name {
    margin: 8px 0 6px;
    font-size: 26px;
    line-height: 1.05;
}

.coach-sub {
    color: #444;
    margin-bottom: 12px;
}

.coach-meta {
    margin-top: 8px;
    font-size: 14px;
    color: #444;
}

.honor {
    margin-top: 8px;
    font-style: italic;
    color: #666;
}

/* Right column cards */
.right-column .card {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(2,6,23,0.04);
    margin-bottom: 18px;
    border: 1px solid rgba(0,0,0,0.03);
}

.section-title {
    margin: 8px 0 10px;
    font-size: 18px;
    color: #222;
}

/* lists */
.focus-list, .course-list {
    list-style: none;
    padding-left: 0;
    margin: 8px 0 0;
}

    .focus-list li, .course-list li {
        padding: 8px 0;
        border-bottom: 1px dashed rgba(0,0,0,0.04);
        color: #333;
    }

/* CTAs */
.course-cta {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-book {
    background: linear-gradient(90deg,#ff416c,#ff4b2b);
    color: #fff;
    padding: 10px 16px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(255,65,108,0.22);
}

.btn-outline {
    padding: 10px 14px;
    border-radius: 10px;
    border: 2px solid #d63031;
    color: #d63031;
    text-decoration: none;
    font-weight: 700;
}

/* --- A.P.M / Action-Alignment Framework --- */
.apm-section {
    margin: 40px auto 80px;
}

.apm-header .sub {
    color: #555;
    margin-top: 6px;
    margin-bottom: 18px;
}

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

.apm-item {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(2,6,23,0.04);
    border: 1px solid rgba(0,0,0,0.03);
}

.apm-icon {
    font-size: 34px;
    margin-bottom: 12px;
    display: inline-block;
}

.apm-item h4 {
    margin: 6px 0 8px;
    font-size: 16px;
    color: #111;
}

.apm-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

/* Responsive */
@media (max-width: 980px) {
    .coach-grid {
        grid-template-columns: 1fr;
    }

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

    .coach-photo img {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 560px) {
    .apm-grid {
        grid-template-columns: 1fr;
    }

    .coach-photo img {
        width: 120px;
        height: 120px;
    }

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

    .right-column .card {
        text-align: left;
    }

    .course-cta {
        justify-content: center;
    }
}

@media (max-width:640px) {
    .cards {
        display: grid;
    }
}
/* Responsive */
@media (max-width: 640px) {
    .carousel__slide img {
        height: 260px;
    }

    .carousel__btn {
        padding: 6px 10px;
    }
}

/* ===== Custom Home Page Styles (Integrated Design) ===== */
.hero-section{background:linear-gradient(180deg,#0b0b0b, #1f1f1f); color:#fff; padding:48px 0}
.hero-inner{display:flex;gap:28px;align-items:center;justify-content:space-between}
.hero-copy{max-width:680px}
.hero-copy h1{font-size:36px;margin:0 0 12px}
.hero-copy .lead{color:#ddd;font-size:16px;margin-bottom:18px}
.hero-ctas{display:flex;gap:12px}
.hero-media img{width:360px;border-radius:12px;box-shadow:0 12px 34px rgba(2,6,23,0.5)}

/* Cards and coach grid */
.home-intro{margin:36px auto}
.coach-grid{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}
.coach-card{display:flex;gap:18px;background:#fff;padding:18px;border-radius:12px;box-shadow:0 12px 40px rgba(2,6,23,0.06)}
.coach-photo img{width:180px;height:180px;object-fit:cover;border-radius:10px}
.small-title{color:#b91c1c;font-weight:800;font-size:13px;margin:0}
.coach-name{font-size:26px;margin:8px 0}
.coach-sub{color:#444}
.coach-meta .honor{font-style:italic;color:#666}

/* right column cards */
.right-column .card{background:#fff;padding:14px;border-radius:10px;box-shadow:0 10px 24px rgba(2,6,23,0.04);margin-bottom:16px}
.section-title{margin:6px 0 10px;font-size:18px}

/* book card */
.book-card img.book-cover{width:100%;max-width:200px;border-radius:8px;display:block;margin-top:8px}

/* you-section */
.you-section{margin:36px 0}
.you-title{font-size:24px;font-weight:800;margin-bottom:18px}
.you-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.you-card{background:#fff;padding:16px;border-radius:12px;box-shadow:0 8px 26px rgba(2,6,23,0.04);text-align:center}
.you-icon{font-size:32px;margin-bottom:10px}

/* apm */
.apm-section{margin:36px 0}
.apm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.apm-item{background:#fff;padding:16px;border-radius:12px;box-shadow:0 8px 26px rgba(2,6,23,0.04);text-align:center}
.apm-icon{font-size:28px;margin-bottom:10px}

/* CTA */
.cta-booking{background:linear-gradient(90deg,#111,#1f1f1f);color:#fff;padding:34px;border-radius:12px;margin:40px 0;text-align:center}
.cta-heading{font-size:24px;margin:0 0 8px}
.btn-book{display:inline-block;padding:12px 20px;border-radius:40px;background:linear-gradient(90deg,#ff416c,#ff4b2b);color:#fff;text-decoration:none;font-weight:700;box-shadow:0 10px 30px rgba(255,65,108,0.18)}
.btn-outline{display:inline-block;padding:10px 16px;border-radius:10px;border:2px solid #fff;color:#fff;text-decoration:none;font-weight:700;margin-left:8px}

/* Responsive */
@media(max-width:1000px){
  .hero-inner{flex-direction:column;align-items:flex-start}
  .coach-grid{grid-template-columns:1fr}
  .apm-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .hero-media img{width:100%;height:auto}
  .apm-grid{grid-template-columns:1fr}
}


.gf-wrapper {
    width: 100%;
    max-width: 980px; /* optional */
    margin: 0 auto;
}

.gf-iframe {
    width: 100%;
    border: 0;
    display: block;
}

/* Desktop / large screens */
@media (min-width: 1000px) {
    .gf-iframe {
        height: 2000px;
    }
    /* increased to ensure no inner scroll */
}

/* Tablet */
@media (min-width: 600px) and (max-width: 999px) {
    .gf-iframe {
        height: 2400px;
    }
}

/* Mobile */
@media (max-width: 599px) {
    .gf-iframe {
        height: 3200px;
    }
}

/* Container card */
.landing-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 12px 36px rgba(2,6,23,0.06);
    max-width: 1100px;
    margin: 0 auto;
}

/* Layout */
.landing-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* Intro */
.intro h1 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #111;
}

.intro-text {
    color: #444;
    line-height: 1.6;
    margin-bottom: 18px;
}

.actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.text-link {
    color: #b91c1c;
    text-decoration: underline;
    font-size: 14px;
}

/* Divider */
.divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 18px 0;
}

/* Booking header */
.booking-title {
    margin: 0 0 6px;
    color: #111;
    font-size: 18px;
}

.booking-sub {
    color: #555;
    margin-bottom: 12px;
}

.calendly-box iframe {
    width: 100%;
    height: 100%;
    border: none !important;
    overflow: hidden !important;
}

/*.calendly-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}*/
.calendly-box {
    width: 100%;
    height: auto;
    min-height: 600px; /* ensures whole month is visible */
    overflow: hidden !important;
}
/* Calendly box */
/*.calendly-box {
    width: 100%;
    height: 540px;*/ /* desktop height - good for calendar UX */
    /*border-radius: 10px;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #fafafa;
    box-shadow: 0 8px 22px rgba(2,6,23,0.04);
}*/

/* Mobile */
@media (max-width: 640px) {
    .calendly-box {
        min-height: 720px; /* mobile needs more height */
    }
}

/* Calendly area */
.calendly-area {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
  

/* OR + external button row */
.calendly-or {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    padding: 8px 0 0 0;
}

.or-pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    color: #444;
    border: 1px solid #eee;
    font-weight: 700;
}

/* Button styles - matching your theme */
.btn-book {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: linear-gradient(90deg,#ff416c,#ff4b2b);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

    .btn-book.outline {
        background: transparent;
        color: #ff416c;
        border: 2px solid #ff416c;
        padding: 8px 14px;
        border-radius: 8px;
    }

/* Responsive adjustments */
@media (max-width: 980px) {
    .landing-card {
        padding: 20px;
    }

    /*.calendly-box {
        height: 480px;
    }*/
}

@media (max-width: 640px) {
    .landing-card {
        padding: 16px;
    }

    .intro h1 {
        font-size: 22px;
    }

    .calendly-box {
        height: 420px;
    }

    .actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .calendly-or {
        flex-direction: column;
        gap: 10px;
    }
}