/* Gradient Text Utilities */
span.pu-insight-page-purple-gradient,
.pu-insight-page-purple-gradient,
.pu-insight-page-steps-gradient {
    background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block;
}

.study-abroad-section{
	background-color: #F5F5F7 !important;
}


/* Grid Utilities with Prefix */
.pu-insight-page-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) { .pu-insight-page-container { max-width: 540px; } }
@media (min-width: 768px) { .pu-insight-page-container { max-width: 720px; } }
@media (min-width: 992px) { .pu-insight-page-container { max-width: 960px; } }
@media (min-width: 1200px) { .pu-insight-page-container { max-width: 1140px; } }
@media (min-width: 1400px) { .pu-insight-page-container { max-width: 1320px; } }

.pu-insight-page-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pu-insight-page-align-items-center {
    align-items: center !important;
}

.pu-insight-page-col-left,
.pu-insight-page-col-right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .pu-insight-page-col-left {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        z-index: 1;
    }
    .pu-insight-page-col-right {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        z-index: 10;
        pointer-events: none;
    }
    .pu-insight-page-breathing-area {
        pointer-events: auto;
    }
}

/* Hero Section Base */
.pu-insight-page-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 150px 0 60px;
    overflow: hidden;
}

.pu-insight-page-hero-row {
    min-height: calc(100vh - 120px);
}

/* Left Content */
.pu-insight-page-hero-content {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.3s cubic-bezier(0.16, 1, 0.3, 1), transform 1.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pu-insight-page-hero-content.pu-insight-page-show {
    opacity: 1;
    transform: translateY(0);
}

.pu-insight-page-hero-content h1 {
    font-family: var(--pu-insight-font-heading);
    font-size: clamp(36px, 4.4vw, 64px);
    line-height: 1.08;
    font-weight: 700;
    color: var(--pu-insight-navy);
    margin-bottom: 24px;
    max-width: 640px;
}

.pu-insight-page-hero-content p {
    font-family: var(--pu-insight-font-body);
    font-size: 18px;
    line-height: 1.38;
    color: var(--pu-insight-text-body);
    margin-bottom: 36px;
    max-width: 530px;
}

/* Action Buttons */
.pu-insight-page-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}

.pu-insight-page-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0F0445;
    color: #FFFFFF;
    font-family: var(--pu-insight-font-heading);
    font-weight: 700;
    font-size: 18px;
    padding: 15px 36px;
    border-radius: 50px;
    text-decoration: none;
    border: 2.5px solid #4D457B;
    transition: all 0.3s ease;
}

.pu-insight-page-hero-btn-primary:hover {
    color: #FFFFFF;
    background-color: #1B1254;
    border-color: #5641E0;
}

.pu-insight-page-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FAF9FE;
    color: #0F0445;
    font-family: var(--pu-insight-font-heading);
    font-weight: 700;
    font-size: 18px;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #B5AFCD;
    transition: all 0.3s ease;
}

.pu-insight-page-hero-btn-secondary:hover {
    color: #0F0445;
    background-color: #FFFFFF;
    border-color: #0F0445;
}

/* Privacy Note */
.pu-insight-page-hero-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pu-insight-page-hero-note svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: var(--pu-insight-text-muted);
    margin-top: 2px;
}

.pu-insight-page-hero-note span {
    font-family: var(--pu-insight-font-body);
    font-size: 16px;
    line-height: 1.42;
    color: var(--pu-insight-text-muted);
}

/* Right Side Breathing Area */
.pu-insight-page-breathing-area-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 520px;
}

.pu-insight-page-breathing-area {
    position: relative;
    width: 520px;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    will-change: transform;
}

/* Desktop Centering (BIG Circle in center -> Smoothly glides & scales smaller on right) */
@media (min-width: 992px) {
    .pu-insight-page-breathing-area {
        transform: translateX(-280px) scale(1);
        transition: transform 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    }
    .pu-insight-page-breathing-area.pu-insight-page-move-right {
        transform: translateX(0) scale(0.58);
    }
}

@media (min-width: 1200px) {
    .pu-insight-page-breathing-area {
        transform: translateX(-332.5px) scale(1);
    }
    .pu-insight-page-breathing-area.pu-insight-page-move-right {
        transform: translateX(0) scale(0.64);
    }
}

@media (min-width: 1400px) {
    .pu-insight-page-breathing-area {
        transform: translateX(-385px) scale(1);
    }
    .pu-insight-page-breathing-area.pu-insight-page-move-right {
        transform: translateX(0) scale(0.70);
    }
}

/* Light Concentric Rings */
.pu-insight-page-light-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    height: 440px;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    opacity: 0;
    transition: transform 3s cubic-bezier(0.4, 0, 0.2, 1), opacity 3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pu-insight-page-light-circle.pu-insight-page-outer-ring {
    z-index: 1;
}

.pu-insight-page-light-circle.pu-insight-page-inner-ring {
    z-index: 2;
}

/* Dark Center Circle */
.pu-insight-page-dark-circle {
    position: relative;
    z-index: 5;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 50px rgba(15, 4, 69, 0.3);
    transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pu-insight-page-dark-circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
}

/* Breathing Text Inside Dark Circle - Font Weight 700 BOLD */
.pu-insight-page-breath-text {
    position: relative;
    z-index: 6;
    font-family: var(--pu-insight-font-heading);
    font-weight: 700; /* Bold 700 font weight */
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: -0.01em;
    user-select: none;
    transition: opacity 0.5s ease;
    text-align: center;
}

/* Breathing States */
/* Breathe In: Resting state */
.pu-insight-page-breathing-area.pu-insight-page-state-in .pu-insight-page-dark-circle {
    transform: scale(0.96);
}
.pu-insight-page-breathing-area.pu-insight-page-state-in .pu-insight-page-inner-ring {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}
.pu-insight-page-breathing-area.pu-insight-page-state-in .pu-insight-page-outer-ring {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

/* Breathe Out: Concentric light rings expand outwards */
.pu-insight-page-breathing-area.pu-insight-page-state-out .pu-insight-page-dark-circle {
    transform: scale(1.02);
}
.pu-insight-page-breathing-area.pu-insight-page-state-out .pu-insight-page-inner-ring {
    transform: translate(-50%, -50%) scale(1.26);
    opacity: 1;
}
.pu-insight-page-breathing-area.pu-insight-page-state-out .pu-insight-page-outer-ring {
    transform: translate(-50%, -50%) scale(1.48);
    opacity: 0.85;
}

/* Responsive Layout for Mobile (<992px) */
@media (max-width: 991.98px) {
    .pu-insight-page-hero {
         padding: 168px 0 40px;
        min-height: auto;
    }
    .pu-insight-page-hero-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    
    .pu-insight-page-col-left,
    .pu-insight-page-col-right,
    .pu-insight-page-hero-content {
        display: contents;
    }

    .pu-insight-page-hero-content h1 {
        order: 1;
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 16px;
        text-align: center;
        max-width: 100%;
        opacity: 1 !important;
        transform: none !important;
    }

    .pu-insight-page-hero-content p {
        order: 2;
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 20px;
        text-align: center;
        max-width: 100%;
        opacity: 1 !important;
        transform: none !important;
    }

    .pu-insight-page-breathing-area-col {
        order: 3;
        min-height: auto;
        margin: 50px 0 55px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .pu-insight-page-breathing-area {
        width: 280px;
        height: 280px;
        transform: none !important;
        margin: 0 auto;
    }

    .pu-insight-page-dark-circle,
    .pu-insight-page-light-circle {
        width: 200px;
        height: 200px;
    }

    .pu-insight-page-breath-text {
        font-size: 24px;
        font-weight: 700; /* Bold 700 on mobile */
    }

    .pu-insight-page-breathing-area.pu-insight-page-state-out .pu-insight-page-inner-ring {
        transform: translate(-50%, -50%) scale(1.35);
    }
    .pu-insight-page-breathing-area.pu-insight-page-state-out .pu-insight-page-outer-ring {
        transform: translate(-50%, -50%) scale(1.60);
    }

    .pu-insight-page-hero-buttons {
        order: 4;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 360px;
        gap: 14px;
        margin-bottom: 28px;
        opacity: 1 !important;
        transform: none !important;
    }

    .pu-insight-page-hero-btn-primary,
    .pu-insight-page-hero-btn-secondary {
        width: 100%;
        padding: 16px 24px;
        font-size: 17px;
        text-align: center;
    }

    .pu-insight-page-hero-note {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .pu-insight-page-hero-content h1 {
        font-size: 28px;
    }
    .pu-insight-page-breathing-area-col {
        margin: 40px 0 45px;
    }
    .pu-insight-page-breathing-area {
        width: 250px;
        height: 250px;
    }
    .pu-insight-page-dark-circle,
    .pu-insight-page-light-circle {
        width: 180px;
        height: 180px;
    }
    .pu-insight-page-breath-text {
        font-size: 20px;
    }
}