/* =============================================
   Page-Specific Styles
   (Extracted from inline <style> block in index.html)
   ============================================= */

.tp-caption h1,
.tp-caption h4 {
    text-shadow: 0px 6px 30px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8);
}

.hero-btn.btn.btn-primary {
    background-color: #ffffff;
    color: var(--brand-blue);
    border: none;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    display: inline-block;
    white-space: normal;
    line-height: 1.4;
}

.hero-btn.btn.btn-primary:hover {
    transform: scale(1.05);
    color: var(--brand-blue);
}

.equal-height-col {
    display: flex;
    flex-direction: column;
}

.equal-height-col>div {
    flex-grow: 1;
}

.steps .bar {
    background-color: var(--brand-blue);
}

.temporarily-hidden {
    display: none !important;
}

/* =============================================
   Responsive Button Overrides
   ============================================= */

/* iPad / Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-btn.btn.btn-primary {
        font-size: 14px;
        padding: 11px 22px 9px 22px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hero-btn.btn.btn-primary {
        font-size: 13px;
        padding: 9px 16px 7px 16px;
        max-width: 86vw;
        height: auto;
    }

    .btn-lg {
        font-size: 14px;
        padding: 10px 16px;
        white-space: normal;
        height: auto;
        line-height: 1.4;
    }
}

/* =============================================
   Header & Navigation
   ============================================= */

.secondary-nav .lang-switcher {
    float: right;
    margin-top: 10px;
}

.secondary-nav .lang-switcher a {
    font-weight: normal;
}

.secondary-nav .lang-switcher a.active {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.main-nav .brand {
    position: absolute;
    left: 31px;
    z-index: 10;
    height: 80%;
}

.main-nav .brand img {
    max-height: 100%;
}

/* =============================================
   Hero Slider
   ============================================= */

.hero-slider h1 {
    margin-bottom: 20px;
}

.hero-slider h4 {
    white-space: normal;
    width: 100%;
    margin-bottom: 30px;
}

/* =============================================
   Section: About
   ============================================= */

#about p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.about-intro {
    margin: 30px auto 40px;
    max-width: 850px;
    text-align: center;
}

#about .lead-text {
    color: var(--brand-dark-blue);
    font-size: 20px;
}

.brand-promise {
    border-top: 1px solid rgba(54, 76, 134, 0.14);
    margin: 0 auto;
    max-width: 920px;
    padding: 30px 45px;
    text-align: center;
}

.brand-promise span {
    color: var(--brand-dark-blue);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.brand-promise blockquote {
    border: 0;
    color: var(--brand-dark-blue);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.about-principles {
    display: flex;
    margin-top: 20px;
    text-align: center;
}

.about-principles>[class*="col-"] {
    border-right: 1px solid rgba(54, 76, 134, 0.12);
    padding: 0 30px;
}

.about-principles>[class*="col-"]:last-child {
    border-right: 0;
}

.about-principles h3 {
    color: var(--brand-blue);
    font-size: 18px;
    margin-bottom: 14px;
}

/* =============================================
   Section: How Can We Help
   ============================================= */

#how-can-i-help h2 {
    margin-bottom: 15px;
}

#how-can-i-help .row.text-center:first-of-type {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 30px auto 8px;
    max-width: 900px;
}

#how-can-i-help .row.text-center:first-of-type::before,
#how-can-i-help .row.text-center:first-of-type::after {
    display: none;
}

#how-can-i-help .equal-height-col {
    float: none;
    margin-bottom: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

#how-can-i-help .equal-height-col>div {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 64px;
    padding: 0;
    text-align: center;
}

#how-can-i-help .equal-height-col:last-child>div {
    border-right: 0;
}

#how-can-i-help .equal-height-col>div::before {
    background: var(--brand-blue, #8ea2d6);
    display: block;
    content: "";
    height: 1px;
    margin: 0 auto 14px;
    width: 42px;
}

#how-can-i-help .equal-height-col p {
    color: var(--brand-dark-blue);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 17px;
    margin: 0;
    min-height: 46px;
    font-weight: 300;
    line-height: 1.45;
}

#how-can-i-help .resonate-text {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 14px auto 0;
    max-width: 640px;
    text-align: center;
}

/* =============================================
   Section: What This Is
   ============================================= */

#what-this-is .row {
    display: flex;
    flex-wrap: wrap;
}

#what-this-is .equal-height-col {
    margin-bottom: 30px;
}

#what-this-is .equal-height-col>div {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

#what-this-is h3 {
    color: var(--brand-blue);
}

#what-this-is p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

/* =============================================
   Section: Steps to Clarity
   ============================================= */

.steps {
    margin-top: 40px;
}

#steps-to-clarity .center {
    margin-top: 40px;
}

/* =============================================
   Section: Brand Pillars
   ============================================= */

#brand-pillars .col-md-4 {
    margin-bottom: 20px;
}

#brand-pillars i {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

/* =============================================
   Section: Founder
   ============================================= */

#founder p {
    font-size: 16px;
}

#founder>.container>.row {
    align-items: center;
    display: flex;
}

#founder>.container>.row>[class*="col-"] {
    float: none;
}

.numbers {
    margin-top: 30px;
}

#founder .row .center {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-top: 0;
}

#founder img {
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.founder-bio-toggle {
    background: transparent;
    border: 0;
    color: var(--brand-dark-blue);
    display: none;
    font-size: 14px;
    font-weight: 700;
    margin: 4px 0 18px;
    padding: 0;
}

/* =============================================
   Section: Accreditations
   ============================================= */

.block-accreditations {
    padding: 40px 0;
    background-color: var(--brand-light-blue);
}

.block-accreditations p.lead-text {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.block-accreditations .col-md-3 {
    margin-bottom: 20px;
}

.block-accreditations i {
    font-size: 36px;
    margin-bottom: 10px;
}

.block-accreditations h5 {
    font-weight: 600;
}

/* =============================================
   Section: Still Not Decided
   ============================================= */

#still-not-decided h4 {
    margin-bottom: 40px;
}

#still-not-decided p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* =============================================
   Section: Testimonials
   ============================================= */

#testimonials p.lead {
    margin-bottom: 40px;
}

.testimonials-grid {
    align-items: stretch;
    display: grid;
    gap: 30px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonials-grid::before,
.testimonials-grid::after {
    display: none;
}

.testimonials-grid>[class*="col-"] {
    display: flex;
    float: none;
    width: 100%;
}

.story {
    background: #fff;
    border-top: 4px solid var(--brand-blue);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.story blockquote {
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
}

.story p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.story footer {
    margin-top: auto;
    padding-top: 15px;
    color: var(--brand-dark-blue);
    line-height: 1.35;
}

.testimonial-name {
    display: block;
    font-weight: 700;
    letter-spacing: 0;
}

.testimonial-title {
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 300;
    margin-top: 3px;
}

/* =============================================
   Section: Videos
   ============================================= */

#videos h4 {
    margin-bottom: 40px;
}

#videos .col-md-4 {
    margin-bottom: 20px;
}

.video-placeholder {
    background: #333;
    height: 200px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#videos i {
    font-size: 60px;
}

/* =============================================
   Section: FAQs
   ============================================= */

.faq-intro {
    margin-bottom: 35px;
}

.faq-list {
    border-top: 1px solid rgba(54, 76, 134, 0.15);
    margin: 0 auto;
    max-width: 900px;
}

.faq-item {
    border-bottom: 1px solid rgba(54, 76, 134, 0.15);
    padding: 0 5px;
}

.faq-item summary {
    color: var(--brand-dark-blue);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding: 22px 42px 22px 0;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    color: var(--brand-blue);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 6px;
    top: 20px;
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-item p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
    padding: 0 0 22px;
}

/* Lightweight scroll reveals, matching the original animation direction */
[data-aos] {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-aos="fade-up"] {
    transform: translateY(24px);
}

[data-aos="fade-left"] {
    transform: translateX(28px);
}

[data-aos="fade-right"] {
    transform: translateX(-28px);
}

[data-aos="zoom-in"] {
    transform: scale(0.97);
}

[data-aos].is-visible {
    opacity: 1;
    transform: none;
}

/* =============================================
   Section: Contact Us
   ============================================= */

#contact-us h3 {
    margin-bottom: 40px;
}

#form-contact {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#form-contact .form-submit {
    margin-top: 20px;
}

.required-note {
    color: #777;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.floating-actions {
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 1;
    pointer-events: none;
    position: fixed;
    right: 24px;
    visibility: visible;
    z-index: 1100;
}

.floating-action {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(28, 45, 93, 0.22);
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    line-height: 1;
    pointer-events: auto;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 50px;
}

.floating-action:hover,
.floating-action:focus {
    box-shadow: 0 10px 28px rgba(28, 45, 93, 0.28);
    transform: translateY(-2px);
}

.floating-action-top {
    background: #fff;
    color: var(--brand-dark-blue);
}

.floating-action-top.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

.floating-action-whatsapp {
    background: #25d366;
    color: #fff;
}

.floating-action-whatsapp:hover,
.floating-action-whatsapp:focus {
    color: #fff;
}

@media (max-width: 767px) {
    .block {
        padding: 44px 20px;
    }

    .block + .block {
        border-top: 1px solid rgba(54, 76, 134, 0.14);
    }

    .block h2.center {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 22px;
    }

    .block h3 {
        line-height: 1.3;
    }

    #contact-us h3 {
        margin-bottom: 24px;
    }

    #form-contact {
        padding: 26px 20px;
    }

    .about-principles {
        display: block;
    }

    .about-intro {
        text-align: left;
    }

    .brand-promise {
        padding: 25px 10px;
    }

    .about-principles>[class*="col-"] {
        border-bottom: 1px solid rgba(54, 76, 134, 0.12);
        border-right: 0;
        padding: 24px 5px;
    }

    .about-principles>[class*="col-"]:last-child {
        border-bottom: 0;
    }

    #what-this-is .row,
    #steps-to-clarity .steps,
    .testimonials-grid {
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-left: -20px;
        margin-right: -20px;
        overflow-x: auto;
        padding: 0 20px 12px;
        scroll-snap-type: x mandatory;
    }

    #what-this-is .row::-webkit-scrollbar,
    #steps-to-clarity .steps::-webkit-scrollbar,
    .testimonials-grid::-webkit-scrollbar {
        display: none;
    }

    #what-this-is .equal-height-col,
    #steps-to-clarity .step,
    .testimonials-grid>[class*="col-"] {
        flex: 0 0 78%;
        max-width: 78%;
        scroll-snap-align: start;
    }

    #how-can-i-help .equal-height-col {
        margin-bottom: 22px;
    }

    #how-can-i-help .equal-height-col:last-child {
        margin-bottom: 0;
    }

    #how-can-i-help .row.text-center:first-of-type {
        display: block;
        margin-top: 26px;
        max-width: 320px;
    }

    #how-can-i-help .equal-height-col>div {
        border: 0;
        min-height: 58px;
        padding: 0;
        text-align: center;
    }

    #how-can-i-help .equal-height-col p {
        min-height: 0;
    }

    #how-can-i-help .equal-height-col>div::before {
        margin: 0 auto 11px;
        width: 36px;
    }

    #what-this-is .equal-height-col {
        margin-bottom: 0;
        padding-left: 7px;
        padding-right: 7px;
    }

    #steps-to-clarity .steps {
        counter-reset: clarity-step;
        margin-left: 0;
        margin-right: 0;
        margin-top: 25px;
        padding-left: 0;
        padding-right: 0;
        scroll-padding-left: 0;
        width: 100%;
    }

    #steps-to-clarity .step {
        background: #fff;
        border-left: 3px solid var(--brand-blue);
        flex-basis: 84%;
        margin-bottom: 0;
        margin-right: 16px;
        max-width: 84%;
        padding: 22px 20px;
        width: auto !important;
    }

    #steps-to-clarity .step:last-child {
        margin-right: 0;
    }

    .testimonials-grid {
        grid-template-columns: none;
    }

    .testimonials-grid>[class*="col-"] {
        display: flex;
        padding-left: 7px;
        padding-right: 7px;
    }

    #founder>.container>.row {
        display: block;
    }

    #founder .row .center {
        margin-top: 28px;
    }

    #founder:not(.bio-expanded) .col-md-6:first-child>p:nth-of-type(n+4) {
        display: none;
    }

    #founder .founder-bio-toggle {
        display: inline-block;
    }

    #steps-to-clarity .step::before {
        color: var(--brand-dark-blue);
        content: counter(clarity-step, decimal-leading-zero);
        counter-increment: clarity-step;
        display: block;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    #steps-to-clarity .step figure,
    #steps-to-clarity .step hr {
        display: none;
    }

    #steps-to-clarity .step h3 {
        margin: 0 0 8px;
        min-height: 0;
    }

    #steps-to-clarity .center {
        margin-top: 20px;
    }

    #steps-to-clarity .center .btn {
        display: inline-block;
        font-size: 11px;
        line-height: 1.25;
        max-width: 260px;
        padding-left: 14px;
        padding-right: 14px;
        white-space: normal;
    }

    [data-aos="fade-left"],
    [data-aos="fade-right"] {
        transform: translateY(20px);
    }

    .floating-actions {
        bottom: 18px;
        gap: 10px;
        right: 16px;
    }

    .floating-action {
        font-size: 22px;
        height: 46px;
        width: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* =============================================
   Footer
   ============================================= */

#footer {
    padding: 40px 0;
    border-top: 1px solid #eee;
}

#footer .col-md-6 {
    margin-bottom: 20px;
}

#footer .col-md-6:last-child {
    padding-top: 20px;
}

#footer h4 {
    margin-bottom: 10px;
}

#footer p {
    margin-bottom: 5px;
}

#footer .to-top {
    display: block;
    margin-bottom: 10px;
}
