*{margin:0;padding:0;box-sizing:border-box}
:root{--brand-primary:#7464B4;--brand-secondary:#A7A8C7;--brand-tertiary:#D1D0D9;--bg-light:#fafbfc;--bg-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--shadow-soft:0 2px 12px #7464b414;--shadow-medium:0 4px 20px #7464b41f;--transition-smooth:all .3s ease}
body{background-color:var(--bg-light);color:var(--text-dark);overscroll-behavior:contain;font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
header{background:linear-gradient(135deg,#7464b4f2 0%,#a7a8c7e6 100%);box-shadow:var(--shadow-medium);position:relative;min-height:140px}
.banner_wrap_73x{position:relative;overflow:hidden}
.company_banner_bg_29f{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}
.banner_text_large_48k{font-size:clamp(4rem,12vw,9rem);font-weight:900;color:#ffffff14;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}
.overlay_content_92h{position:relative;z-index:2;padding:1.8rem 0}
.header_row_1_service{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;min-height:50px}
.service_info_34m{font-size:.95rem;color:#fffffff2;font-weight:500;letter-spacing:.3px}
.header_row_2_nav{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;min-height:70px;margin-top:1rem}
.logo_container_56j{flex-shrink:0;display:flex;align-items:center;gap:1rem}
.logo_image_wrapper_81p{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:var(--bg-white);border-radius:12px;padding:.5rem;box-shadow:var(--shadow-soft)}
.logo_img_display{width:100%;height:100%;object-fit:contain}
.company_name_47q{font-size:1.6rem;font-weight:700;color:var(--bg-white);letter-spacing:-.02em}
.primary_nav_menu_19v{display:flex;align-items:center;gap:.5rem;list-style:none;flex-wrap:wrap}
.nav_item_link_62w{padding:.7rem 1.4rem;text-decoration:none;color:var(--bg-white);font-weight:600;font-size:1rem;border-radius:8px;transition:var(--transition-smooth);display:block;position:relative}
.nav_item_link_62w:hover{background-color:#ffffff26}
.nav_item_link_62w:focus{outline:2px solid var(--bg-white);outline-offset:2px}
main{min-height:60vh}
footer{background:linear-gradient(to right,#212529 0%,#343a40 100%);color:var(--bg-white);padding:3.5rem 0 2rem;margin-top:4rem;box-shadow:0 -4px 20px #0000001a}
.footer_grid_layout_83z{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}
.footer_section_block_45n{display:flex;flex-direction:column;gap:1.2rem}
.footer_heading_28t{font-size:1.3rem;font-weight:700;color:var(--brand-tertiary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}
.footer_logo_area_91k{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.footer_logo_box_37m{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--bg-white);border-radius:10px;padding:.4rem}
.footer_logo_img{width:100%;height:100%;object-fit:contain}
.footer_brand_name_52p{font-size:1.5rem;font-weight:700;color:var(--bg-white)}
.footer_text_content_74r{font-size:.95rem;line-height:1.6;color:#fffc}
.footer_link_list_66h{list-style:none;display:flex;flex-direction:column;gap:.8rem}
.footer_link_item_23j a{color:#ffffffd9;text-decoration:none;font-size:.95rem;transition:var(--transition-smooth);display:inline-block}
.footer_link_item_23j a:hover{color:var(--brand-tertiary);padding-left:.3rem}
.footer_link_item_23j a:focus{outline:2px solid var(--brand-tertiary);outline-offset:2px}
.contact_info_display_88v{display:flex;flex-direction:column;gap:.8rem}
.contact_email_row_41z{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:#ffffffe6}
.contact_email_row_41z a{color:var(--brand-tertiary);text-decoration:none;transition:var(--transition-smooth)}
.contact_email_row_41z a:hover{color:var(--bg-white)}
.footer_bottom_bar_55q{max-width:1280px;margin:2.5rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid #ffffff26;text-align:center;color:#ffffffb3;font-size:.9rem}
.consent_overlay_94k{position:fixed;bottom:2rem;right:2rem;max-width:420px;background:var(--bg-white);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #7464b440;z-index:9999;border:2px solid var(--brand-tertiary);display:none}
.consent_overlay_94k.active_state{display:block;animation:slideInUp .4s ease-out}
@keyframes slideInUp {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent_title_67m{font-size:1.4rem;font-weight:700;color:var(--brand-primary);margin-bottom:1rem}
.consent_description_39p{font-size:.95rem;color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem}
.consent_description_39p a{color:var(--brand-primary);text-decoration:underline;font-weight:600}
.consent_description_39p a:hover{color:var(--brand-secondary)}
.consent_actions_container_82h{display:flex;gap:.8rem;flex-wrap:wrap}
.consent_btn_primary_51t,.consent_btn_secondary_76j{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition-smooth);border:none;flex:1;min-width:120px}
.consent_btn_primary_51t{background:var(--brand-primary);color:var(--bg-white)}
.consent_btn_primary_51t:hover{background:#635299}
.consent_btn_secondary_76j{background:transparent;color:var(--text-dark);border:2px solid var(--brand-tertiary)}
.consent_btn_secondary_76j:hover{background:var(--brand-tertiary)}
.consent_btn_primary_51t:focus,.consent_btn_secondary_76j:focus{outline:3px solid var(--brand-secondary);outline-offset:2px}
@media (max-width: 968px) {
.banner_text_large_48k{font-size:clamp(3rem,10vw,6rem)}
.header_row_1_service{justify-content:center;text-align:center}
.header_row_2_nav{flex-direction:column;gap:1.5rem;padding:1rem 2rem}
.logo_container_56j{flex-direction:column;text-align:center}
.primary_nav_menu_19v{justify-content:center;width:100%}
.footer_grid_layout_83z{grid-template-columns:1fr;gap:2rem}
.consent_overlay_94k{right:1rem;left:1rem;bottom:1rem;max-width:none}
}
@media (max-width: 576px) {
.banner_text_large_48k{font-size:clamp(2rem,8vw,4rem)}
.header_row_1_service,.header_row_2_nav{padding:0 1rem}
.company_name_47q{font-size:1.3rem}
.primary_nav_menu_19v{flex-direction:column;gap:.3rem}
.nav_item_link_62w{width:100%;text-align:center}
.consent_actions_container_82h{flex-direction:column}
.consent_btn_primary_51t,.consent_btn_secondary_76j{width:100%}
}
.about-story-intro{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.about-story-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#7464b40f 0%,transparent 70%);pointer-events:none}
.about-intro-content{max-width:720px;margin:0 auto;position:relative;z-index:2}
.about-intro-label{display:inline-block;background:#7464B4;color:#fff;padding:.5rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem}
.about-intro-content h1{font-size:2.75rem;color:#212529;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.about-intro-text{font-size:1.125rem;color:#495057;line-height:1.7;margin-bottom:1.25rem}
.about-journey-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:4rem auto 0;padding:0 1.5rem}
.journey-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014;transform:translateY(0);transition:transform .4s ease}
.journey-image-wrapper:nth-child(2){transform:translateY(2rem)}
.journey-image-wrapper:hover{transform:translateY(-0.5rem)}
.journey-image-wrapper:nth-child(2):hover{transform:translateY(1.5rem)}
.journey-image-wrapper img{width:100%;height:320px;object-fit:cover;display:block}
.principles-showcase{padding:5rem 1.5rem;background:#fff;position:relative}
.principles-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.principles-content-side h2{font-size:2.5rem;color:#212529;margin-bottom:1.75rem;line-height:1.25;font-weight:700}
.principles-narrative{font-size:1.0625rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.principles-list{margin-top:2.5rem}
.principle-item{display:flex;gap:1rem;margin-bottom:2rem;padding-left:1rem;border-left:3px solid #D1D0D9;transition:border-color .3s ease}
.principle-item:hover{border-left-color:#7464B4}
.principle-marker{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0;margin-top:.25rem}
.principle-text h3{font-size:1.25rem;color:#212529;margin-bottom:.5rem;font-weight:600}
.principle-text p{font-size:.9375rem;color:#495057;line-height:1.6}
.principles-visual-side{position:relative;padding:2rem}
.principles-image-frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0000001f}
.principles-image-frame::before{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:#A7A8C7;border-radius:50%;z-index:-1;opacity:.15}
.principles-image-frame img{width:100%;height:480px;object-fit:cover;display:block}
.approach-methodology{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5rem 1.5rem;position:relative}
.approach-container{max-width:1000px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:4rem}
.approach-header h2{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.approach-header p{font-size:1.125rem;color:#495057;max-width:640px;margin:0 auto;line-height:1.7}
.methodology-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:3rem}
.method-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0000000f;border-top:4px solid #7464B4;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.method-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #7464b426}
.method-number{position:absolute;top:-18px;left:2rem;width:36px;height:36px;background:#7464B4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}
.method-card h3{font-size:1.375rem;color:#212529;margin-bottom:1rem;font-weight:600;padding-top:.5rem}
.method-card p{font-size:.9375rem;color:#495057;line-height:1.7}
.team-foundation{padding:5rem 1.5rem;background:#fff}
.team-layout{max-width:1140px;margin:0 auto}
.team-intro-section{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}
.team-text-block h2{font-size:2.5rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.25}
.team-description{font-size:1.0625rem;color:#495057;line-height:1.8;margin-bottom:1.25rem}
.team-visual-element{position:relative}
.team-visual-element img{width:100%;height:380px;object-fit:cover;border-radius:16px;box-shadow:0 10px 36px #0000001a}
.team-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.value-block{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:2rem;border-radius:12px;border:1px solid #D1D0D9;transition:all .3s ease}
.value-block:hover{border-color:#A7A8C7;transform:translateY(-4px);box-shadow:0 8px 24px #7464b41f}
.value-icon{width:56px;height:56px;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff;font-size:1.5rem;font-weight:700}
.value-block h3{font-size:1.25rem;color:#212529;margin-bottom:.75rem;font-weight:600}
.value-block p{font-size:.9375rem;color:#495057;line-height:1.6}
.contact-invitation{background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}
.contact-invitation::after{content:'';position:absolute;bottom:-40%;left:-10%;width:70%;height:120%;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);pointer-events:none}
.invitation-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.invitation-content h2{font-size:2.75rem;color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.25}
.invitation-text{font-size:1.125rem;color:#fffffff2;line-height:1.7;margin-bottom:2.5rem}
.contact-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.action-button-primary{background:#fff;color:#7464B4;padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.0625rem;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.action-button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000040;color:#7464B4}
.action-button-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;border:2px solid #fff;border-radius:8px;font-weight:600;font-size:1.0625rem;text-decoration:none;display:inline-block;transition:all .3s ease}
.action-button-secondary:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 968px) {
.about-story-intro{padding:3.5rem 1.25rem 3rem}
.about-intro-content h1{font-size:2.25rem}
.about-intro-text{font-size:1rem}
.about-journey-visual{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}
.journey-image-wrapper:nth-child(2){transform:translateY(0)}
.journey-image-wrapper img{height:280px}
.principles-grid{grid-template-columns:1fr;gap:3rem}
.principles-visual-side{order:-1}
.principles-content-side h2{font-size:2rem}
.methodology-steps{grid-template-columns:1fr;gap:2rem}
.team-intro-section{grid-template-columns:1fr;gap:2.5rem}
.team-text-block h2{font-size:2rem}
.team-values-grid{grid-template-columns:1fr;gap:1.5rem}
.invitation-content h2{font-size:2rem}
.contact-actions{flex-direction:column;align-items:center}
.action-button-primary,.action-button-secondary{width:100%;max-width:280px;text-align:center}
}
@media (max-width: 640px) {
.about-intro-content h1{font-size:1.875rem}
.principles-content-side h2,.approach-header h2,.team-text-block h2{font-size:1.75rem}
.invitation-content h2{font-size:1.75rem}
.journey-image-wrapper img{height:240px}
.principles-image-frame img{height:360px}
.team-visual-element img{height:320px}
}
.learning-program-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#7464b414 0%,transparent 70%);border-radius:50%}
.hero-content-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-section h1{font-size:3.2rem;color:#212529;line-height:1.2;margin-bottom:24px;font-weight:700}
.hero-text-section p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:16px}
.hero-image-section img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.cta-button-primary{display:inline-block;background:#7464B4;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;margin-top:20px;transition:all .3s ease;box-shadow:0 4px 12px #7464b433}
.cta-button-primary:hover{background:#5f4fa0;transform:translateY(-2px);box-shadow:0 6px 16px #7464b44d}
.program-structure-block{background:#fff;padding:70px 20px;position:relative}
.structure-container{max-width:1100px;margin:0 auto}
.structure-header{text-align:center;margin-bottom:50px}
.structure-header h2{font-size:2.6rem;color:#212529;margin-bottom:16px;font-weight:700}
.structure-header p{font-size:1.1rem;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.phase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}
.phase-card{background:#fafbfc;border:2px solid #D1D0D9;border-radius:10px;padding:30px 24px;transition:all .3s ease;position:relative}
.phase-card:hover{border-color:#7464B4;box-shadow:0 8px 20px #7464b426;transform:translateY(-4px)}
.phase-number{display:inline-block;background:#7464B4;color:#fff;width:50px;height:50px;border-radius:50%;text-align:center;line-height:50px;font-size:1.4rem;font-weight:700;margin-bottom:20px}
.phase-card h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.phase-card p{font-size:.98rem;color:#495057;line-height:1.6}
.outcomes-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:70px 20px}
.outcomes-wrapper{max-width:1150px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.outcomes-visual{flex:0 0 45%}
.outcomes-visual img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001f}
.outcomes-content{flex:1}
.outcomes-content h2{font-size:2.5rem;color:#212529;margin-bottom:24px;font-weight:700}
.outcomes-list{list-style:none;padding:0;margin:0}
.outcomes-list li{padding:18px 0 18px 50px;border-bottom:1px solid #D1D0D9;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6}
.outcomes-list li:last-child{border-bottom:none}
.outcomes-list li::before{content:'';position:absolute;left:0;top:18px;background:#7464B4;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.schedule-info-block{background:#fff;padding:70px 20px}
.schedule-content-wrap{max-width:950px;margin:0 auto;text-align:center}
.schedule-content-wrap h2{font-size:2.5rem;color:#212529;margin-bottom:30px;font-weight:700}
.schedule-details{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border:2px solid #A7A8C7;border-radius:12px;padding:40px 50px;margin-top:35px}
.detail-row{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #D1D0D9}
.detail-row:last-child{border-bottom:none}
.detail-label{font-size:1.1rem;color:#495057;font-weight:600}
.detail-value{font-size:1.1rem;color:#212529;font-weight:400}
.detail-value.highlight{color:#7464B4;font-weight:700;font-size:1.3rem}
.support-methods-section{background:#f8f9fa;padding:70px 20px}
.support-container{max-width:1200px;margin:0 auto}
.support-intro{text-align:center;margin-bottom:50px}
.support-intro h2{font-size:2.6rem;color:#212529;margin-bottom:18px;font-weight:700}
.support-intro p{font-size:1.1rem;color:#495057;line-height:1.6}
.methods-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:45px}
.method-box{background:#fff;border-left:5px solid #7464B4;padding:35px 30px;border-radius:8px;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.method-box:hover{box-shadow:0 8px 24px #7464b42e;transform:translateX(8px)}
.method-box h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.method-box p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:12px}
.testimonial-slice{background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%);padding:70px 20px}
.testimonial-inner{max-width:900px;margin:0 auto;text-align:center}
.testimonial-inner h2{font-size:2.4rem;color:#212529;margin-bottom:45px;font-weight:700}
.testimonial-card{background:#fff;border:1px solid #D1D0D9;border-radius:12px;padding:40px 45px;box-shadow:0 6px 20px #0000001a;position:relative;margin-bottom:30px}
.testimonial-card::before{content:'"';position:absolute;top:-20px;left:30px;color:#A7A8C7;font:6rem/1 Georgia,serif}
.testimonial-text{font-size:1.15rem;color:#343a40;line-height:1.8;margin-bottom:25px;font-style:italic}
.testimonial-author{font-size:1.05rem;color:#7464B4;font-weight:600}
.final-cta-section{background:#7464B4;padding:70px 20px;text-align:center}
.cta-inner-wrap{max-width:800px;margin:0 auto}
.cta-inner-wrap h2{font-size:2.6rem;color:#fff;margin-bottom:22px;font-weight:700}
.cta-inner-wrap p{font-size:1.15rem;color:#f8f9fa;line-height:1.7;margin-bottom:30px}
.cta-button-secondary{display:inline-block;background:#fff;color:#7464B4;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.cta-button-secondary:hover{background:#f8f9fa;transform:scale(1.05);box-shadow:0 6px 20px #0003}
@media (max-width: 968px) {
.hero-content-wrap{grid-template-columns:1fr;gap:40px}
.hero-text-section h1{font-size:2.4rem}
.hero-image-section img{height:320px}
.phase-grid{grid-template-columns:1fr;gap:24px}
.outcomes-wrapper{flex-direction:column}
.outcomes-visual{flex:0 0 100%}
.outcomes-visual img{height:350px}
.methods-grid{grid-template-columns:1fr;gap:30px}
.detail-row{flex-direction:column;align-items:flex-start;gap:8px}
.schedule-details{padding:30px 25px}
}
@media (max-width: 640px) {
.learning-program-hero{padding:50px 15px 40px}
.hero-text-section h1{font-size:2rem}
.structure-header h2,.outcomes-content h2,.schedule-content-wrap h2,.support-intro h2,.testimonial-inner h2,.cta-inner-wrap h2{font-size:2rem}
.phase-card,.method-box{padding:24px 18px}
.testimonial-card{padding:30px 20px}
.outcomes-list li{font-size:.98rem;padding-left:45px}
}
.idx-hero-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.idx-hero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#7464b4eb 0%,#a7a8c7d9 100%);z-index:1}
.idx-hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.idx-hero-content{position:relative;z-index:2;max-width:780px;padding:40px 20px;text-align:center}
.idx-hero-content h1{font-size:3.2rem;line-height:1.2;color:#fff;margin-bottom:24px;font-weight:700;letter-spacing:-.5px}
.idx-hero-content p{font-size:1.3rem;line-height:1.6;color:#f8f9fa;margin-bottom:36px}
.idx-hero-cta{display:inline-block;padding:16px 42px;background:#fff;color:#7464B4;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.idx-hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#f8f9fa}
.idx-journey-section{padding:90px 20px;background:#fff}
.idx-journey-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.idx-journey-text h2{font-size:2.4rem;color:#212529;margin-bottom:20px;line-height:1.3;font-weight:700}
.idx-journey-text p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:16px}
.idx-journey-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #7464b426}
.idx-journey-img-wrapper img{width:100%;height:480px;object-fit:cover;display:block;transition:transform .4s ease}
.idx-journey-img-wrapper:hover img{transform:scale(1.05)}
.idx-methods-area{padding:85px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.idx-methods-container{max-width:1100px;margin:0 auto}
.idx-methods-header{text-align:center;margin-bottom:60px}
.idx-methods-header h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.idx-methods-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.idx-methods-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.idx-method-card{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 3px 12px #00000014;transition:all .3s ease;border-top:4px solid #7464B4}
.idx-method-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #7464b433}
.idx-method-card h3{font-size:1.35rem;color:#7464B4;margin-bottom:14px;font-weight:600}
.idx-method-card p{font-size:.98rem;color:#495057;line-height:1.7}
.idx-approach-block{padding:95px 20px;background:#fff;position:relative}
.idx-approach-block::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(90deg,transparent 0%,#f8f9fa 40%);z-index:0}
.idx-approach-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center;position:relative;z-index:1}
.idx-approach-details h2{font-size:2.5rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.25}
.idx-approach-list{list-style:none;padding:0;margin:0}
.idx-approach-list li{padding:18px 0 18px 44px;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6;border-bottom:1px solid #e9ecef}
.idx-approach-list li:last-child{border-bottom:none}
.idx-approach-list li::before{content:'→';position:absolute;left:0;color:#7464B4;font-weight:700;font-size:1.4rem}
.idx-approach-visual{position:relative;display:flex;align-items:center;justify-content:center}
.idx-approach-img-box{position:relative;border-radius:50%;overflow:hidden;width:360px;height:360px;box-shadow:0 12px 32px #7464b440}
.idx-approach-img-box img{width:100%;height:100%;object-fit:cover}
.idx-timeline-wrapper{padding:90px 20px;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%)}
.idx-timeline-inner{max-width:950px;margin:0 auto}
.idx-timeline-title{text-align:center;margin-bottom:70px}
.idx-timeline-title h2{font-size:2.4rem;color:#fff;margin-bottom:16px;font-weight:700}
.idx-timeline-title p{font-size:1.1rem;color:#f8f9fa;line-height:1.6}
.idx-timeline-steps{display:flex;flex-direction:column;gap:40px}
.idx-step-item{background:#fffffff2;padding:32px 40px;border-radius:12px;position:relative;padding-left:100px;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease}
.idx-step-item:hover{transform:translateX(8px)}
.idx-step-number{position:absolute;left:30px;top:32px;width:48px;height:48px;background:#7464B4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;box-shadow:0 3px 10px #7464b44d}
.idx-step-item h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.idx-step-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.idx-stories-zone{padding:85px 20px;background:#f8f9fa}
.idx-stories-holder{max-width:1150px;margin:0 auto}
.idx-stories-intro{text-align:center;margin-bottom:55px}
.idx-stories-intro h2{font-size:2.35rem;color:#212529;margin-bottom:18px;font-weight:700}
.idx-stories-intro p{font-size:1.08rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.idx-stories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:38px}
.idx-story-box{background:#fff;padding:38px 32px;border-radius:10px;box-shadow:0 3px 14px #00000012;border-left:5px solid #A7A8C7;transition:all .3s ease}
.idx-story-box:hover{border-left-color:#7464B4;box-shadow:0 6px 20px #7464b426}
.idx-story-box h3{font-size:1.25rem;color:#7464B4;margin-bottom:10px;font-weight:600}
.idx-story-box h4{font-size:.95rem;color:#6c757d;margin-bottom:16px;font-weight:500}
.idx-story-box p{font-size:1rem;color:#495057;line-height:1.75;font-style:italic}
.idx-final-cta-section{padding:100px 20px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);text-align:center}
.idx-final-cta-box{max-width:820px;margin:0 auto}
.idx-final-cta-box h2{font-size:2.6rem;color:#212529;margin-bottom:22px;font-weight:700;line-height:1.3}
.idx-final-cta-box p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:40px}
.idx-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.idx-btn-primary{display:inline-block;padding:16px 40px;background:#7464B4;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #7464b44d}
.idx-btn-primary:hover{background:#5f52a0;transform:translateY(-2px);box-shadow:0 6px 18px #7464b466}
.idx-btn-secondary{display:inline-block;padding:16px 40px;background:transparent;color:#7464B4;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;border:2px solid #7464B4;transition:all .3s ease}
.idx-btn-secondary:hover{background:#7464B4;color:#fff;transform:translateY(-2px)}
@media (max-width: 992px) {
.idx-hero-content h1{font-size:2.4rem}
.idx-hero-content p{font-size:1.1rem}
.idx-journey-grid{grid-template-columns:1fr;gap:40px}
.idx-methods-cards{grid-template-columns:1fr;gap:24px}
.idx-approach-content{grid-template-columns:1fr;gap:50px}
.idx-approach-block::before{display:none}
.idx-approach-img-box{width:300px;height:300px;margin:0 auto}
.idx-stories-grid{grid-template-columns:1fr;gap:28px}
.idx-step-item{padding-left:80px}
.idx-step-number{left:20px;width:42px;height:42px;font-size:1.1rem}
}
@media (max-width: 768px) {
.idx-hero-wrapper{height:80vh;min-height:500px}
.idx-hero-content h1{font-size:2rem}
.idx-hero-content p{font-size:1rem}
.idx-journey-section{padding:60px 20px}
.idx-journey-text h2{font-size:1.9rem}
.idx-journey-img-wrapper img{height:320px}
.idx-methods-area{padding:60px 20px}
.idx-methods-header h2{font-size:1.9rem}
.idx-approach-block{padding:60px 20px}
.idx-approach-details h2{font-size:2rem}
.idx-timeline-wrapper{padding:60px 20px}
.idx-timeline-title h2{font-size:2rem}
.idx-stories-zone{padding:60px 20px}
.idx-stories-intro h2{font-size:1.9rem}
.idx-final-cta-section{padding:70px 20px}
.idx-final-cta-box h2{font-size:2rem}
.idx-cta-buttons{flex-direction:column;align-items:center}
.idx-btn-primary,.idx-btn-secondary{width:100%;max-width:320px}
.idx-step-item{padding:28px 20px;padding-top:75px;padding-left:20px}
.idx-step-number{left:50%;transform:translateX(-50%);top:18px}
}
.contact-gateway{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.contact-gateway .page-width-wrapper{max-width:1200px;margin:0 auto;padding:0 20px}
.contact-gateway .intro-banner{padding:80px 20px 60px;text-align:center;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.contact-gateway .intro-banner h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.contact-gateway .intro-banner .tagline-text{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.contact-gateway .dual-column-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;padding:60px 20px;max-width:1200px;margin:0 auto}
.contact-gateway .info-sidebar{background:#fff;padding:45px;border-radius:12px;box-shadow:0 2px 12px #0000000f;height:fit-content}
.contact-gateway .info-sidebar h2{font-size:1.5rem;color:#212529;margin:0 0 30px;font-weight:600}
.contact-gateway .contact-detail-item{margin:0 0 28px;padding:0 0 28px;border-bottom:1px solid #D1D0D9}
.contact-gateway .contact-detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.contact-gateway .contact-detail-item h3{font-size:.85rem;color:#7464B4;margin:0 0 8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.contact-gateway .contact-detail-item p{font-size:1rem;color:#343a40;margin:0;line-height:1.6}
.contact-gateway .contact-detail-item a{color:#7464B4;text-decoration:none;transition:color .3s ease}
.contact-gateway .contact-detail-item a:hover{color:#5a4d95;text-decoration:underline}
.contact-gateway .form-container-card{background:#fff;padding:50px;border-radius:12px;box-shadow:0 2px 12px #0000000f}
.contact-gateway .form-container-card h2{font-size:1.8rem;color:#212529;margin:0 0 15px;font-weight:600}
.contact-gateway .form-container-card .form-description{font-size:1rem;color:#495057;margin:0 0 35px;line-height:1.6}
.contact-gateway .message-form{display:flex;flex-direction:column;gap:22px}
.contact-gateway .form-group-input{display:flex;flex-direction:column;gap:8px}
.contact-gateway .form-group-input label{font-size:.95rem;color:#343a40;font-weight:500}
.contact-gateway .form-group-input input,.contact-gateway .form-group-input textarea{padding:14px 16px;border:2px solid #D1D0D9;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.contact-gateway .form-group-input input:focus,.contact-gateway .form-group-input textarea:focus{outline:none;border-color:#7464B4;background:#fff;box-shadow:0 0 0 3px #7464b41a}
.contact-gateway .form-group-input textarea{min-height:150px;resize:vertical}
.contact-gateway .privacy-checkbox-group{display:flex;align-items:flex-start;gap:12px;margin:10px 0}
.contact-gateway .privacy-checkbox-group input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#7464B4;flex-shrink:0}
.contact-gateway .privacy-checkbox-group label{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.contact-gateway .privacy-checkbox-group a{color:#7464B4;text-decoration:underline}
.contact-gateway .privacy-checkbox-group a:hover{color:#5a4d95}
.contact-gateway .submit-btn-wrapper{margin-top:10px}
.contact-gateway .submit-action-btn{background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);color:#fff;border:none;padding:16px 40px;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7464b440}
.contact-gateway .submit-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7464b459}
.contact-gateway .submit-action-btn:active{transform:translateY(0)}
.contact-gateway .hours-availability-section{background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);padding:70px 20px;margin:0}
.contact-gateway .hours-availability-section .page-width-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.contact-gateway .hours-content h2{font-size:2rem;color:#fff;margin:0 0 20px;font-weight:600}
.contact-gateway .hours-content p{font-size:1.05rem;color:#fff;margin:0 0 15px;line-height:1.7;opacity:.95}
.contact-gateway .response-timeline{background:#ffffff26;padding:35px;border-radius:12px;backdrop-filter:blur(10px)}
.contact-gateway .response-timeline h3{font-size:1.3rem;color:#fff;margin:0 0 20px;font-weight:600}
.contact-gateway .timeline-item{display:flex;gap:18px;margin-bottom:25px;align-items:flex-start}
.contact-gateway .timeline-item:last-child{margin-bottom:0}
.contact-gateway .timeline-number{background:#fff;color:#7464B4;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}
.contact-gateway .timeline-content{padding-top:8px}
.contact-gateway .timeline-content h4{font-size:1.05rem;color:#fff;margin:0 0 6px;font-weight:600}
.contact-gateway .timeline-content p{font-size:.95rem;color:#fff;margin:0;line-height:1.5;opacity:.9}
.contact-gateway .why-reach-section{background:#fff;padding:80px 20px}
.contact-gateway .why-reach-section h2{font-size:2.2rem;color:#212529;text-align:center;margin:0 0 50px;font-weight:600}
.contact-gateway .reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;max-width:1100px;margin:0 auto}
.contact-gateway .reason-card{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:40px 30px;border-radius:12px;text-align:center;border:2px solid #D1D0D9;transition:all .3s ease}
.contact-gateway .reason-card:hover{border-color:#7464B4;transform:translateY(-5px);box-shadow:0 8px 20px #7464b426}
.contact-gateway .reason-icon{width:70px;height:70px;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem}
.contact-gateway .reason-card h3{font-size:1.25rem;color:#212529;margin:0 0 12px;font-weight:600}
.contact-gateway .reason-card p{font-size:.98rem;color:#495057;margin:0;line-height:1.6}
.contact-gateway .visual-context-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:70px 20px}
.contact-gateway .visual-context-section .page-width-wrapper{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}
.contact-gateway .context-text h2{font-size:2rem;color:#212529;margin:0 0 22px;font-weight:600;line-height:1.3}
.contact-gateway .context-text p{font-size:1.05rem;color:#495057;margin:0 0 18px;line-height:1.7}
.contact-gateway .context-text p:last-child{margin-bottom:0}
.contact-gateway .context-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.contact-gateway .context-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover}
@media (max-width: 968px) {
.contact-gateway .dual-column-wrapper{grid-template-columns:1fr;gap:40px}
.contact-gateway .hours-availability-section .page-width-wrapper{grid-template-columns:1fr;gap:35px}
.contact-gateway .reasons-grid{grid-template-columns:1fr;gap:25px}
.contact-gateway .visual-context-section .page-width-wrapper{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.contact-gateway .intro-banner h1{font-size:2.2rem}
.contact-gateway .intro-banner{padding:60px 20px 40px}
.contact-gateway .form-container-card{padding:35px 25px}
.contact-gateway .info-sidebar{padding:30px 25px}
.contact-gateway .hours-content h2{font-size:1.6rem}
.contact-gateway .why-reach-section h2{font-size:1.8rem}
.contact-gateway .context-text h2{font-size:1.7rem}
}
.remote-learning-main{background:#fff;min-height:100vh}
.remote-learning-main *{box-sizing:border-box}
.rl-hero-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.rl-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#7464b414 0%,transparent 70%);border-radius:50%}
.rl-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.rl-hero-text h1{font-size:2.8rem;color:#212529;margin:0 0 24px;line-height:1.2;font-weight:700}
.rl-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin:0 0 16px}
.rl-hero-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #7464b426}
.rl-hero-image img{width:100%;height:420px;object-fit:cover;display:block}
.rl-strategies-section{background:#fff;padding:80px 20px}
.rl-strategies-container{max-width:1400px;margin:0 auto}
.rl-strategies-header{text-align:center;margin-bottom:60px}
.rl-strategies-header h2{font-size:2.4rem;color:#212529;margin:0 0 20px;font-weight:700}
.rl-strategies-header p{font-size:1.1rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.6}
.rl-strategies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}
.rl-strategy-card{background:#f8f9fa;padding:36px 28px;border-radius:8px;border-left:4px solid #7464B4;transition:transform .3s ease,box-shadow .3s ease}
.rl-strategy-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #7464b41f}
.rl-strategy-card h3{font-size:1.4rem;color:#212529;margin:0 0 16px;font-weight:600}
.rl-strategy-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.rl-strategies-visual{display:flex;align-items:center;gap:50px;background:linear-gradient(120deg,#fafbfc 0%,#f5f6fa 100%);padding:50px;border-radius:12px}
.rl-strategies-visual img{width:45%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #00000014}
.rl-strategies-list{width:55%}
.rl-strategies-list h3{font-size:1.8rem;color:#212529;margin:0 0 28px;font-weight:700}
.rl-strategies-list ul{list-style:none;padding:0;margin:0}
.rl-strategies-list li{padding:16px 0;border-bottom:1px solid #D1D0D9;color:#343a40;font-size:1.05rem;line-height:1.5;position:relative;padding-left:32px}
.rl-strategies-list li:last-child{border-bottom:none}
.rl-strategies-list li::before{content:'→';position:absolute;left:0;color:#7464B4;font-weight:700;font-size:1.2rem}
.rl-tools-section{background:#f5f6fa;padding:80px 20px;position:relative}
.rl-tools-container{max-width:1200px;margin:0 auto}
.rl-tools-split{display:flex;gap:60px;align-items:flex-start}
.rl-tools-content{flex:1}
.rl-tools-content h2{font-size:2.4rem;color:#212529;margin:0 0 28px;font-weight:700}
.rl-tools-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 20px}
.rl-tools-columns{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}
.rl-tool-item{background:#fff;padding:28px;border-radius:8px;box-shadow:0 2px 8px #0000000a}
.rl-tool-item h4{font-size:1.2rem;color:#7464B4;margin:0 0 12px;font-weight:600}
.rl-tool-item p{font-size:.95rem;color:#495057;line-height:1.5;margin:0}
.rl-tools-image-wrap{flex:0 0 420px;position:relative}
.rl-tools-image-wrap img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.rl-support-section{background:#fff;padding:80px 20px}
.rl-support-wrapper{max-width:1300px;margin:0 auto}
.rl-support-header{margin-bottom:50px}
.rl-support-header h2{font-size:2.4rem;color:#212529;margin:0 0 20px;font-weight:700}
.rl-support-header p{font-size:1.1rem;color:#495057;line-height:1.6;margin:0;max-width:800px}
.rl-support-layout{display:grid;grid-template-columns:2fr 1fr;gap:50px}
.rl-support-main{display:flex;flex-direction:column;gap:24px}
.rl-support-block{background:#fafbfc;padding:32px;border-radius:8px;border:1px solid #D1D0D9;transition:border-color .3s ease}
.rl-support-block:hover{border-color:#A7A8C7}
.rl-support-block h3{font-size:1.5rem;color:#212529;margin:0 0 14px;font-weight:600}
.rl-support-block p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.rl-support-sidebar{position:relative}
.rl-support-sidebar-sticky{position:sticky;top:30px}
.rl-support-cta{background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);padding:40px 32px;border-radius:12px;color:#fff;box-shadow:0 6px 20px #7464b433}
.rl-support-cta h3{font-size:1.6rem;color:#fff;margin:0 0 16px;font-weight:700}
.rl-support-cta p{font-size:1rem;color:#fff;line-height:1.6;margin:0 0 24px;opacity:.95}
.rl-support-cta a{display:inline-block;background:#fff;color:#7464B4;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #00000026}
.rl-support-cta a:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}
@media (max-width: 1024px) {
.rl-hero-content{grid-template-columns:1fr;gap:40px}
.rl-hero-text h1{font-size:2.2rem}
.rl-strategies-grid{grid-template-columns:1fr;gap:30px}
.rl-strategies-visual{flex-direction:column;padding:40px}
.rl-strategies-visual img{width:100%;height:320px}
.rl-strategies-list{width:100%}
.rl-tools-split{flex-direction:column;gap:40px}
.rl-tools-image-wrap{flex:1;width:100%}
.rl-tools-columns{grid-template-columns:1fr}
.rl-support-layout{grid-template-columns:1fr}
.rl-support-sidebar-sticky{position:static}
}
@media (max-width: 768px) {
.rl-hero-wrapper{padding:60px 20px 40px}
.rl-hero-text h1{font-size:1.9rem}
.rl-hero-text p{font-size:1.05rem}
.rl-hero-image img{height:300px}
.rl-strategies-section{padding:60px 20px}
.rl-strategies-header h2{font-size:2rem}
.rl-strategies-visual{padding:30px 20px}
.rl-tools-section{padding:60px 20px}
.rl-tools-content h2{font-size:2rem}
.rl-tools-image-wrap img{height:350px}
.rl-support-section{padding:60px 20px}
.rl-support-header h2{font-size:2rem}
.rl-support-cta{padding:32px 24px}
}
.policy-document-wrapper{background:#fff;min-height:100vh;padding:3rem 1.5rem}
.policy-content-container{max-width:820px;margin:0 auto;background:#fafbfc;padding:3.5rem 2.5rem;border-radius:2px;box-shadow:0 1px 3px #7464b414}
.policy-header-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #D1D0D9}
.policy-header-section h1{font-size:2.1rem;color:#212529;margin-bottom:.8rem;font-weight:600;line-height:1.3}
.policy-meta-info{font-size:.9rem;color:#495057;margin-top:1rem}
.policy-intro-block{background:#fff;padding:2rem;margin-bottom:2.5rem;border-left:4px solid #7464B4;line-height:1.7}
.policy-intro-block p{color:#343a40;font-size:1rem;margin-bottom:1rem}
.policy-intro-block p:last-child{margin-bottom:0}
.technology-disclosure-section{margin-bottom:3rem}
.technology-disclosure-section h2{font-size:1.6rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.tech-category-block{background:#fff;padding:1.8rem;margin-bottom:1.5rem;border-radius:2px;border:1px solid #D1D0D9}
.tech-category-block h3{font-size:1.2rem;color:#7464B4;margin-bottom:1rem;font-weight:600}
.tech-category-block p{color:#495057;line-height:1.7;margin-bottom:.9rem;font-size:.97rem}
.tech-detail-list{margin:1.2rem 0;padding-left:1.5rem}
.tech-detail-list li{color:#343a40;line-height:1.8;margin-bottom:.7rem;font-size:.95rem}
.purpose-explanation-area{background:#f8f9fa;padding:2.2rem;margin:2.5rem 0;border-radius:2px}
.purpose-explanation-area h2{font-size:1.5rem;color:#212529;margin-bottom:1.3rem;font-weight:600}
.purpose-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}
.purpose-item{background:#fff;padding:1.5rem;border-left:3px solid #A7A8C7}
.purpose-item h4{font-size:1.05rem;color:#7464B4;margin-bottom:.7rem;font-weight:600}
.purpose-item p{color:#495057;line-height:1.7;font-size:.95rem}
.control-mechanisms-section{margin:3rem 0;background:#fff;padding:2.5rem;border-radius:2px;box-shadow:0 2px 4px #7464b40f}
.control-mechanisms-section h2{font-size:1.6rem;color:#212529;margin-bottom:1.8rem;font-weight:600}
.control-option-block{margin-bottom:2rem;padding-bottom:1.8rem;border-bottom:1px solid #D1D0D9}
.control-option-block:last-child{border-bottom:none;padding-bottom:0}
.control-option-block h3{font-size:1.15rem;color:#343a40;margin-bottom:1rem;font-weight:600}
.control-option-block p{color:#495057;line-height:1.7;margin-bottom:.8rem;font-size:.97rem}
.browser-instructions{background:#fafbfc;padding:1.3rem;margin-top:1rem;font-size:.93rem;color:#343a40;line-height:1.6}
.data-retention-panel{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.3rem;margin:2.5rem 0;border:1px solid #D1D0D9;border-radius:2px}
.data-retention-panel h2{font-size:1.5rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.retention-detail-row{display:flex;margin-bottom:1.2rem;padding:1rem;background:#fff}
.retention-detail-row strong{min-width:180px;color:#7464B4;font-weight:600;font-size:.95rem}
.retention-detail-row span{color:#495057;line-height:1.6;font-size:.95rem}
.third-party-disclosure{margin:3rem 0;padding:2.5rem;background:#fff;border-top:3px solid #7464B4}
.third-party-disclosure h2{font-size:1.6rem;color:#212529;margin-bottom:1.6rem;font-weight:600}
.third-party-disclosure p{color:#343a40;line-height:1.8;margin-bottom:1.2rem;font-size:.98rem}
.partner-categories{margin-top:1.5rem}
.partner-category-item{background:#f8f9fa;padding:1.2rem 1.5rem;margin-bottom:1rem;border-left:4px solid #A7A8C7}
.partner-category-item h4{font-size:1.05rem;color:#212529;margin-bottom:.6rem;font-weight:600}
.partner-category-item p{color:#495057;font-size:.94rem;line-height:1.6;margin:0}
.updates-notification-area{background:#fafbfc;padding:2rem;margin:2.5rem 0;border-radius:2px;border:1px solid #D1D0D9}
.updates-notification-area h3{font-size:1.3rem;color:#343a40;margin-bottom:1.2rem;font-weight:600}
.updates-notification-area p{color:#495057;line-height:1.7;font-size:.97rem}
.contact-queries-section{margin-top:3.5rem;padding:2.5rem;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);border-radius:2px}
.contact-queries-section h2{font-size:1.5rem;color:#fff;margin-bottom:1.3rem;font-weight:600}
.contact-queries-section p{color:#fff;line-height:1.8;margin-bottom:1rem;font-size:.98rem}
.contact-details-box{background:#ffffff26;padding:1.5rem;margin-top:1.5rem;border-radius:2px}
.contact-details-box p{margin-bottom:.7rem;font-size:.96rem}
.contact-details-box a{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.contact-details-box a:hover{opacity:.85}
@media (max-width: 768px) {
.policy-document-wrapper{padding:2rem 1rem}
.policy-content-container{padding:2rem 1.5rem}
.policy-header-section h1{font-size:1.7rem}
.technology-disclosure-section h2,.control-mechanisms-section h2,.third-party-disclosure h2{font-size:1.4rem}
.tech-category-block,.control-option-block{padding:1.3rem}
.retention-detail-row{flex-direction:column}
.retention-detail-row strong{min-width:auto;margin-bottom:.5rem}
.purpose-grid{grid-template-columns:1fr}
.contact-queries-section{padding:1.8rem}
}
@media (min-width: 769px) {
.purpose-grid{grid-template-columns:repeat(2,1fr)}
}
.privacy-policy-wrapper{background:#fff;min-height:100vh;padding:0;margin:0}
.privacy-hero-section{background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);padding:5rem 1.5rem 3rem;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:#ffffff0d;transform:rotate(15deg)}
.privacy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.privacy-hero-content h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 1rem;line-height:1.2}
.privacy-hero-subtitle{color:#fffffff2;font-size:1.15rem;line-height:1.6;margin:0}
.privacy-last-updated{background:#f8f9fa;padding:1.2rem 1.5rem;border-left:4px solid #7464B4;margin:2.5rem auto;max-width:900px}
.privacy-last-updated p{margin:0;color:#495057;font-size:.95rem}
.privacy-main-content{max-width:900px;margin:0 auto;padding:3rem 1.5rem 5rem}
.privacy-section-block{margin-bottom:3.5rem}
.privacy-section-block h2{color:#7464B4;font-size:1.9rem;font-weight:600;margin:0 0 1.5rem;line-height:1.3;position:relative;padding-bottom:.6rem}
.privacy-section-block h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#7464B4,#A7A8C7)}
.privacy-section-block h3{color:#343a40;font-size:1.35rem;font-weight:600;margin:2rem 0 1rem;line-height:1.4}
.privacy-section-block p{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 1.2rem}
.privacy-section-block ul,.privacy-section-block ol{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 1.5rem;padding-left:1.8rem}
.privacy-section-block li{margin-bottom:.7rem}
.privacy-section-block li:last-child{margin-bottom:0}
.privacy-highlight-box{background:#fafbfc;border:1px solid #D1D0D9;border-radius:8px;padding:1.5rem;margin:1.5rem 0}
.privacy-highlight-box p{margin:0 0 .8rem}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-contact-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:12px;padding:2.5rem;margin-top:3rem;border:2px solid #D1D0D9}
.privacy-contact-section h2{color:#7464B4;font-size:1.7rem;margin:0 0 1.5rem}
.privacy-contact-section h2::after{display:none}
.privacy-contact-details{display:flex;flex-direction:column;gap:1rem}
.privacy-contact-item{display:flex;align-items:flex-start;gap:.8rem}
.privacy-contact-label{color:#7464B4;font-weight:600;min-width:80px;font-size:.95rem}
.privacy-contact-value{color:#495057;font-size:.95rem;line-height:1.6}
.privacy-contact-value a{color:#7464B4;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}
.privacy-contact-value a:hover{border-bottom-color:#7464B4}
.privacy-data-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border:1px solid #D1D0D9;border-radius:8px;overflow:hidden}
.privacy-data-table th{background:#7464B4;color:#fff;padding:1rem;text-align:left;font-weight:600;font-size:.95rem}
.privacy-data-table td{padding:1rem;border-bottom:1px solid #D1D0D9;color:#495057;font-size:.95rem;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
@media (max-width: 768px) {
.privacy-hero-section{padding:3rem 1.25rem 2rem}
.privacy-hero-content h1{font-size:2rem}
.privacy-hero-subtitle{font-size:1rem}
.privacy-main-content{padding:2rem 1.25rem 3rem}
.privacy-section-block{margin-bottom:2.5rem}
.privacy-section-block h2{font-size:1.6rem}
.privacy-section-block h3{font-size:1.2rem}
.privacy-contact-section{padding:1.8rem}
.privacy-contact-item{flex-direction:column;gap:.3rem}
.privacy-contact-label{min-width:auto}
.privacy-data-table{font-size:.85rem}
.privacy-data-table th,.privacy-data-table td{padding:.75rem}
}
@media (max-width: 480px) {
.privacy-hero-content h1{font-size:1.7rem}
.privacy-section-block h2{font-size:1.4rem}
.privacy-data-table{display:block;overflow-x:auto}
}
.success-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.success-content-container{max-width:720px;margin:0 auto;padding:80px 24px 60px}
.success-icon-area{text-align:center;margin-bottom:48px;animation:fadeSlideIn .6s ease-out}
@keyframes fadeSlideIn {
from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.success-checkmark-circle{width:96px;height:96px;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px #7464b433;animation:scaleIn .5s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scaleIn {
from{transform:scale(0)}
to{transform:scale(1)}
}
.success-checkmark-svg{width:48px;height:48px}
.success-checkmark-path{stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:60;stroke-dashoffset:60;animation:drawCheck .6s ease-out .3s forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 16px;text-align:center;line-height:1.2}
.success-subheading{font-size:1.1rem;color:#495057;margin:0;text-align:center;line-height:1.6}
.success-details-box{background:#fff;border-radius:12px;padding:40px 32px;margin:40px 0;border:1px solid #D1D0D9;box-shadow:0 2px 12px #0000000a;animation:fadeSlideIn .6s ease-out .2s backwards}
.success-info-text{font-size:1rem;color:#343a40;line-height:1.7;margin:0 0 28px}
.success-info-text:last-child{margin-bottom:0}
.success-email-highlight{display:inline-block;background:linear-gradient(120deg,#7464b41a 0%,#a7a8c71a 100%);padding:2px 8px;border-radius:4px;font-weight:600;color:#7464B4}
.success-next-steps-section{margin:48px 0 0;animation:fadeSlideIn .6s ease-out .4s backwards}
.success-steps-heading{font-size:1.5rem;font-weight:600;color:#212529;margin:0 0 32px;text-align:center}
.success-steps-grid{display:grid;gap:24px;margin-bottom:48px}
.success-step-card{background:#fff;border-radius:10px;padding:28px 24px;border-left:4px solid #7464B4;box-shadow:0 2px 8px #00000008;transition:all .3s ease}
.success-step-card:hover{transform:translateX(4px);box-shadow:0 4px 16px #7464b41f}
.success-step-number{display:inline-block;width:32px;height:32px;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);color:#fff;border-radius:50%;text-align:center;line-height:32px;font-weight:700;font-size:.9rem;margin-bottom:16px}
.success-step-title{font-size:1.1rem;font-weight:600;color:#212529;margin:0 0 10px}
.success-step-description{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.success-actions-area{text-align:center;padding:32px 0 0;border-top:1px solid #D1D0D9}
.success-primary-button{display:inline-block;background:linear-gradient(135deg,#7464B4 0%,#A7A8C7 100%);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #7464b433;margin:0 12px 16px}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7464b44d;color:#fff}
.success-secondary-button{display:inline-block;background:#fff;color:#7464B4;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #7464B4;transition:all .3s ease;margin:0 12px 16px}
.success-secondary-button:hover{background:#7464B4;color:#fff;transform:translateY(-2px)}
.success-support-note{margin-top:32px;padding:24px;background:linear-gradient(120deg,#7464b40d 0%,#a7a8c70d 100%);border-radius:8px;animation:fadeSlideIn .6s ease-out .6s backwards}
.success-support-text{font-size:.95rem;color:#343a40;line-height:1.6;margin:0 0 12px;text-align:center}
.success-contact-link{color:#7464B4;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}
.success-contact-link:hover{border-bottom-color:#7464B4}
@media (max-width: 768px) {
.success-content-container{padding:60px 20px 40px}
.success-main-heading{font-size:1.8rem}
.success-subheading{font-size:1rem}
.success-details-box{padding:28px 20px}
.success-checkmark-circle{width:80px;height:80px}
.success-checkmark-svg{width:40px;height:40px}
.success-primary-button,.success-secondary-button{display:block;margin:0 0 12px;width:100%}
.success-steps-heading{font-size:1.3rem}
.success-step-card{padding:20px 18px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:1.6rem}
.success-details-box{padding:24px 16px}
.success-step-title{font-size:1rem}
.success-step-description{font-size:.9rem}
}