/* UK Study Admissions Suite Styles */
.uk-landing-wrapper-41047862 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1a2130;
    line-height: 1.6;
    background: #ffffff;
}

.uk-container-41047862 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center-41047862 {
    text-align: center;
}

.section-label-41047862 {
    display: inline-block;
    color: #cca43b;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.uk-section-41047862 {
    padding: 80px 0;
}

/* HERO SECTION */
.uk-hero-41047862 {
    position: relative;
    background: url('https://images.unsplash.com/photo-1564869063369-e7c0c72dbe1c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&q=80&w=1920') no-repeat center center/cover;
    padding: 140px 0;
    color: #ffffff;
    text-align: center;
}

.uk-hero-overlay-41047862 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(12, 35, 64, 0.95), rgba(12, 35, 64, 0.75));
}

.hero-content-41047862 {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-content-41047862 h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-sub-41047862 {
    font-size: 1.25rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    line-height: 1.5;
}

/* BUTTONS */
.uk-btn-primary-41047862, .uk-btn-secondary-41047862 {
    display: inline-block;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.uk-btn-primary-41047862 {
    background: #cca43b;
    color: #0c2340;
    margin-right: 15px;
}

.uk-btn-primary-41047862:hover {
    background: #e5b842;
    transform: translateY(-2px);
}

.uk-btn-secondary-41047862 {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.uk-btn-secondary-41047862:hover {
    background: #ffffff;
    color: #0c2340;
    transform: translateY(-2px);
}

/* STORY SECTION */
.grid-2-41047862 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.metrics-grid-41047862 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.metric-card-41047862 {
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
}

.metric-card-41047862:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(-4px);
}

.metric-icon-41047862 {
    font-size: 2rem;
    color: #0c2340;
    margin-bottom: 15px;
}

.metric-card-41047862 h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #cca43b;
    margin: 0 0 5px 0;
}

.metric-card-41047862 p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    font-weight: 600;
}

/* SERVICES SECTION */
.uk-services-41047862 {
    background: #f8fafc;
}

.services-grid-41047862 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card-41047862 {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    border: 1px solid #edf2f7;
    transition: all 0.3s ease;
    text-align: left;
}

.service-card-41047862:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(12,35,64,0.08);
}

.service-icon-41047862 {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(204, 164, 59, 0.15);
    color: #0c2340;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.service-card-41047862 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #0c2340;
}

/* INTAKES SECTION */
.intakes-grid-41047862 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.intake-card-41047862 {
    background: #ffffff;
    border-left: 5px solid #cca43b;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border-top: 1px solid #edf2f7;
    border-right: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.reqs-container-41047862 {
    margin-top: 50px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #e2e8f0;
}

.reqs-tabs-41047862 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.req-tab-btn-41047862 {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #64748b;
    transition: all 0.3s ease;
}

.req-tab-btn-41047862.active-41047862, .req-tab-btn-41047862:hover {
    background: #0c2340;
    color: #ffffff;
    border-color: #0c2340;
}

.reqs-tab-content-41047862 {
    display: none;
}

.reqs-tab-content-41047862.active-41047862 {
    display: block;
}

/* INTERACTIVE FORM */
.uk-form-section-41047862 {
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.form-container-wrap-41047862 {
    max-width: 800px;
}

.uk-form-box-41047862 {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    border: 1px solid #edf2f7;
    margin-top: 40px;
}

.form-steps-nav-41047862 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 15px;
}

.step-nav-item-41047862 {
    font-weight: 700;
    color: #94a3b8;
    position: relative;
    padding-bottom: 15px;
    cursor: pointer;
}

.step-nav-item-41047862.active-41047862 {
    color: #cca43b;
}

.step-nav-item-41047862.active-41047862::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    height: 3px;
    background: #cca43b;
}

.form-step-content-41047862 {
    display: none;
}

.form-step-content-41047862.active-41047862 {
    display: block;
}

.form-group-41047862 {
    margin-bottom: 25px;
}

.form-group-41047862 label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0c2340;
}

.form-group-41047862 input, .form-group-41047862 select {
    width: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group-41047862 input:focus, .form-group-41047862 select:focus {
    outline: none;
    border-color: #cca43b;
    box-shadow: 0 0 0 4px rgba(204,164,59,0.15);
}

.file-group-grid-41047862 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.file-box-41047862 {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.file-box-41047862 label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.buttons-row-41047862 {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.buttons-row-41047862.justify-between-41047862 {
    justify-content: space-between;
}

.btn-next-41047862, .btn-submit-41047862 {
    background: #cca43b;
    color: #0c2340;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.btn-prev-41047862 {
    background: #64748b;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.btn-next-41047862:hover, .btn-submit-41047862:hover {
    background: #e5b842;
}

.btn-submit-41047862 .spinner-41047862 {
    display: none;
}

.btn-submit-41047862.submitting-41047862 .btn-text-41047862 {
    display: none;
}

.btn-submit-41047862.submitting-41047862 .spinner-41047862 {
    display: inline-block;
}

/* Q&A ASSISTANT SECTION */
.uk-qa-section-41047862 {
    background: #f8fafc;
}

.search-wrap-41047862 {
    max-width: 600px;
    margin: 0 auto 30px;
}

.search-input-box-41047862 {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.search-input-box-41047862 i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.1rem;
}

.search-input-box-41047862 input {
    width: 100%;
    padding: 18px 25px 18px 60px;
    border: 1px solid #edf2f7;
    border-radius: 30px;
    font-size: 1rem;
    font-family: inherit;
    box-sizing: border-box;
}

.search-input-box-41047862 input:focus {
    outline: none;
    border-color: #cca43b;
}

.qa-tags-41047862 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.qa-tag-btn-41047862 {
    padding: 10px 24px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    color: #64748b;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qa-tag-btn-41047862.active-41047862, .qa-tag-btn-41047862:hover {
    background: #0c2340;
    color: #ffffff;
    border-color: #0c2340;
}

.qa-list-41047862 {
    max-width: 800px;
    margin: 0 auto;
}

.qa-item-41047862 {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #edf2f7;
    overflow: hidden;
}

.qa-trigger-41047862 {
    width: 100%;
    padding: 24px 30px;
    background: none;
    border: none;
    text-align: left;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0c2340;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qa-trigger-41047862 i {
    transition: transform 0.3s ease;
}

.qa-item-41047862.open-41047862 .qa-trigger-41047862 i {
    transform: rotate(180deg);
}

.qa-panel-41047862 {
    padding: 0 30px 24px 30px;
    display: none;
}

/* FAQS ACCORDION */
.max-800-41047862 {
    max-width: 800px;
    margin: 0 auto;
}

.faq-list-41047862 {
    margin-top: 40px;
}

.faq-item-41047862 {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #edf2f7;
    overflow: hidden;
}

.faq-trigger-41047862 {
    width: 100%;
    padding: 24px 30px;
    background: none;
    border: none;
    text-align: left;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0c2340;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-panel-41047862 {
    padding: 0 30px 24px 30px;
    display: none;
}

/* FINAL CTA */
.uk-cta-41047862 {
    background: linear-gradient(135deg, #0c2340 0%, #1a3a60 100%);
    padding: 100px 0;
    color: #ffffff;
    text-align: center;
}

.uk-cta-41047862 h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
}

.uk-cta-41047862 p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
}

/* RESPONSIVENESS */
@media (max-width: 768px) {
    .grid-2-41047862 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-content-41047862 h1 {
        font-size: 2.2rem;
    }
    .uk-form-box-41047862 {
        padding: 30px 20px;
    }
}
