:root{--brand-primary:#F99B4F;--brand-secondary:#215889;--brand-tertiary:#D7FCE8;--text-dark:#1f2937;--text-medium:#4b5563;--text-light:#6b7280;--bg-base:#fff;--bg-soft:#f9fafb;--bg-subtle:#f3f4f6;--border-light:#e5e7eb;--border-medium:#d1d5db;--shadow-sm:0 1px 3px #21588914;--shadow-md:0 4px 12px #2158891f;--shadow-lg:0 10px 28px #21588926}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:140px}
body{background:var(--bg-base);color:var(--text-dark);overflow-x:hidden;font:16px/1.7 'Manrope',-apple-system,BlinkMacSystemFont,sans-serif}
.header_vx9m{background:linear-gradient(135deg,#fff 0%,#f9fafb 100%);border-bottom:2px solid var(--border-light);position:relative;z-index:100}
.header_row1_kp8n{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--border-light);background:linear-gradient(90deg,#f99b4f08 0%,#21588908 100%)}
.logo_container_wr5t{display:flex;align-items:center;gap:16px;position:relative;z-index:102}
.logo_image_df7k{height:85px;width:85px;object-fit:contain;transition:transform .3s ease}
.logo_image_df7k:hover{transform:scale(1.04)}
.brand_text_ml3q{color:var(--brand-secondary);letter-spacing:-.3px;font:700 22px 'Space Grotesk',sans-serif}
.announcement_box_tp2j{display:flex;align-items:center;gap:10px;padding:10px 20px;background:linear-gradient(120deg,var(--brand-primary) 0%,#ff8c3a 100%);border-radius:8px;color:#fff;font-size:14px;font-weight:600;box-shadow:var(--shadow-sm)}
.announcement_icon_hs9v{width:20px;height:20px;display:inline-block}
.header_row2_nj4w{display:flex;align-items:center;justify-content:center;padding:20px 0}
.navigation_main_qz8l{display:flex;gap:8px;list-style:none;margin:0;padding:0}
.nav_item_xd3p{position:relative}
.nav_link_bt6y{display:block;padding:12px 24px;color:var(--text-dark);text-decoration:none;font-weight:500;font-size:15px;border-radius:6px;transition:all .25s ease;position:relative}
.nav_link_bt6y::before{content:'';position:absolute;bottom:8px;left:24px;right:24px;height:2px;background:var(--brand-primary);transform:scaleX(0);transition:transform .3s ease}
.nav_link_bt6y:hover{color:var(--brand-secondary);background:#f99b4f14}
.nav_link_bt6y:hover::before{transform:scaleX(1)}
.nav_link_bt6y:focus{outline:3px solid var(--brand-primary);outline-offset:2px}
.hero_section_zm7k{padding:80px 0 100px;background:linear-gradient(165deg,#fff 0%,var(--brand-tertiary) 45%,var(--bg-soft) 100%);position:relative;overflow:hidden}
.hero_section_zm7k::before{content:'';position:absolute;top:-120px;right:-80px;width:450px;height:450px;background:radial-gradient(circle,#f99b4f26 0%,transparent 70%);border-radius:50%}
.hero_section_zm7k::after{content:'';position:absolute;bottom:-100px;left:-60px;width:380px;height:380px;background:radial-gradient(circle,#2158891f 0%,transparent 70%);border-radius:50%}
.hero_content_pk4n{position:relative;z-index:2;max-width:820px;margin:0 auto;text-align:center}
.hero_title_vs8m{color:var(--text-dark);margin-bottom:26px;letter-spacing:-1px;font:700 52px/1.2 'Space Grotesk',sans-serif}
.hero_title_accent_wq5j{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero_description_lr9t{font-size:19px;line-height:1.75;color:var(--text-medium);margin-bottom:38px;max-width:680px;margin-left:auto;margin-right:auto}
.hero_cta_group_hx3w{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_primary_kj7m{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:linear-gradient(135deg,var(--brand-primary) 0%,#ff8c3a 100%);color:#fff;text-decoration:none;font-weight:600;font-size:16px;border-radius:8px;box-shadow:var(--shadow-md);transition:all .3s ease}
.btn_primary_kj7m:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);color:#fff}
.btn_secondary_mw9p{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:#fff;color:var(--brand-secondary);text-decoration:none;font-weight:600;font-size:16px;border-radius:8px;border:2px solid var(--brand-secondary);transition:all .3s ease}
.btn_secondary_mw9p:hover{background:var(--brand-secondary);color:#fff}
.features_section_qn8v{padding:90px 0;background:var(--bg-base)}
.section_header_pr5k{text-align:center;margin-bottom:60px}
.section_title_wd7j{color:var(--text-dark);margin-bottom:18px;font:700 42px/1.3 'Space Grotesk',sans-serif}
.section_subtitle_nt4m{font-size:18px;color:var(--text-medium);line-height:1.65;max-width:720px;margin:0 auto}
.features_grid_xs2w{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}
.feature_card_lp6n{background:#fff;padding:36px 30px;border-radius:12px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;overflow:hidden}
.feature_card_lp6n::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);transform:scaleX(0);transition:transform .3s ease}
.feature_card_lp6n:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
.feature_card_lp6n:hover::before{transform:scaleX(1)}
.feature_icon_zv8k{width:56px;height:56px;background:linear-gradient(135deg,#f99b4f26 0%,#21588926 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;font-size:26px}
.feature_title_jw5m{color:var(--text-dark);margin-bottom:14px;font:600 21px 'Space Grotesk',sans-serif}
.feature_description_hm9r{font-size:15px;line-height:1.7;color:var(--text-medium)}
.courses_section_tk7p{padding:90px 0;background:linear-gradient(180deg,var(--bg-soft) 0%,#fff 100%)}
.courses_grid_nv3x{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:36px;margin-top:52px}
.course_card_wm4k{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all .3s ease}
.course_card_wm4k:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}
.course_image_placeholder_rt8n{width:100%;height:220px;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 50%,var(--brand-tertiary) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px}
.course_content_ql5v{padding:28px}
.course_title_px7w{color:var(--text-dark);margin-bottom:12px;font:600 22px 'Space Grotesk',sans-serif}
.course_description_bk9m{font-size:15px;line-height:1.65;color:var(--text-medium);margin-bottom:20px}
.course_meta_js4n{display:flex;gap:16px;margin-bottom:22px;flex-wrap:wrap}
.course_meta_item_vw6p{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-light)}
.course_link_zt3q{display:inline-block;padding:11px 24px;background:var(--brand-secondary);color:#fff;text-decoration:none;font-weight:600;font-size:15px;border-radius:6px;transition:all .25s ease}
.course_link_zt3q:hover{background:#1a466b;color:#fff}
.testimonials_section_mq8v{padding:90px 0;background:var(--bg-base)}
.testimonials_grid_fp4k{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;margin-top:52px}
.testimonial_card_dn7w{background:#fff;padding:32px;border-radius:12px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);position:relative}
.testimonial_quote_lx5m{font-size:16px;line-height:1.75;color:var(--text-medium);margin-bottom:24px;font-style:italic}
.testimonial_author_kv9p{display:flex;align-items:center;gap:14px}
.author_avatar_wt6n{width:52px;height:52px;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}
.author_info_rp3x{flex:1}
.author_name_hs8k{font-weight:600;font-size:16px;color:var(--text-dark);margin-bottom:4px}
.author_role_jt4m{font-size:14px;color:var(--text-light)}
.cta_section_bw7k{padding:80px 0;background:linear-gradient(135deg,var(--brand-secondary) 0%,#1a466b 100%);color:#fff;text-align:center}
.cta_content_pm5v{max-width:760px;margin:0 auto}
.cta_title_nx8w{margin-bottom:20px;font:700 38px/1.3 'Space Grotesk',sans-serif}
.cta_description_qt6m{font-size:18px;line-height:1.7;margin-bottom:34px;opacity:.95}
.footer_main_vx9m{background:linear-gradient(180deg,#1f2937 0%,#111827 100%);color:#ffffffd9;padding:80px 0 0;position:relative}
.footer_content_grid_kp4n{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:48px;padding-bottom:60px;border-bottom:1px solid #ffffff1a}
.footer_column_main_ws7k{grid-column:span 1}
.footer_logo_container_mt8v{display:flex;align-items:center;gap:14px;margin-bottom:24px}
.footer_logo_image_qz5n{height:68px;width:68px;object-fit:contain}
.footer_brand_name_lp3w{color:#fff;font:700 20px 'Space Grotesk',sans-serif}
.footer_description_vn6k{font-size:15px;line-height:1.7;color:#ffffffbf;margin-bottom:24px}
.footer_contact_item_rx4m{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:14px;line-height:1.6}
.footer_contact_icon_dm7p{margin-top:2px;opacity:.8}
.footer_column_links_ht9w{display:flex;flex-direction:column}
.footer_column_title_js5v{color:#fff;margin-bottom:22px;text-transform:uppercase;letter-spacing:.5px;font:600 17px 'Space Grotesk',sans-serif}
.footer_links_list_wp8k{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item_bn4x{font-size:15px}
.footer_link_anchor_tv6m{color:#ffffffbf;text-decoration:none;transition:color .25s ease;display:inline-block}
.footer_link_anchor_tv6m:hover{color:var(--brand-primary)}
.footer_bottom_kr7n{padding:28px 0;text-align:center}
.footer_copyright_mw3q{font-size:14px;color:#ffffffa6}
.cookie_consent_overlay_zx8m{position:fixed;bottom:24px;left:24px;right:24px;max-width:520px;background:#fff;border-radius:12px;padding:28px;box-shadow:0 12px 40px #00000040;z-index:9999;border:1px solid var(--border-medium);display:block}
.cookie_consent_overlay_zx8m.hidden_state_pv5k{display:none}
.cookie_title_nq7w{color:var(--text-dark);margin-bottom:14px;font:700 19px 'Space Grotesk',sans-serif}
.cookie_description_ft8k{font-size:14px;line-height:1.65;color:var(--text-medium);margin-bottom:22px}
.cookie_link_internal_xm4p{color:var(--brand-secondary);text-decoration:underline}
.cookie_buttons_group_lv9n{display:flex;gap:12px;flex-wrap:wrap}
.cookie_btn_accept_kt6w{flex:1;min-width:140px;padding:12px 24px;background:linear-gradient(135deg,var(--brand-primary) 0%,#ff8c3a 100%);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:15px;cursor:pointer;transition:all .25s ease}
.cookie_btn_accept_kt6w:hover{opacity:.9;transform:translateY(-1px)}
.cookie_btn_reject_pm7x{flex:1;min-width:140px;padding:12px 24px;background:var(--bg-subtle);color:var(--text-dark);border:1px solid var(--border-medium);border-radius:6px;font-weight:600;font-size:15px;cursor:pointer;transition:all .25s ease}
.cookie_btn_reject_pm7x:hover{background:var(--border-light)}
@media (max-width: 960px) {
.header_row1_kp8n{flex-direction:column;gap:16px;text-align:center}
.announcement_box_tp2j{font-size:13px;padding:8px 16px}
.navigation_main_qz8l{flex-direction:column;gap:4px;width:100%}
.nav_link_bt6y{width:100%;text-align:center}
.hero_title_vs8m{font-size:36px}
.hero_description_lr9t{font-size:17px}
.hero_cta_group_hx3w{flex-direction:column}
.btn_primary_kj7m,.btn_secondary_mw9p{width:100%;justify-content:center}
.section_title_wd7j{font-size:32px}
.features_grid_xs2w,.courses_grid_nv3x,.testimonials_grid_fp4k{grid-template-columns:1fr}
.footer_content_grid_kp4n{grid-template-columns:1fr;gap:32px}
.cookie_consent_overlay_zx8m{left:12px;right:12px;bottom:12px;padding:20px}
}
@media (max-width: 640px) {
.logo_image_df7k{height:65px;width:65px}
.brand_text_ml3q{font-size:18px}
.hero_title_vs8m{font-size:28px}
.hero_description_lr9t{font-size:16px}
.section_title_wd7j{font-size:26px}
.cta_title_nx8w{font-size:28px}
}
.index-main-container{max-width:1280px;margin:0 auto;padding:0}
.hero-immersive-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#215889 0%,#1a4568 100%)}
.hero-immersive-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.15;z-index:1;background:url(./content_assets/art_1.jpg) (cover) center}
.hero-content-wrapper{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:80px 40px;color:#fff}
.hero-main-title{font-size:72px;font-weight:800;line-height:1.1;margin-bottom:30px;letter-spacing:-1px}
.hero-main-title::after{content:'';display:block;width:120px;height:6px;background:linear-gradient(90deg,#F99B4F 0%,#D7FCE8 100%);margin-top:25px;border-radius:3px}
.hero-subtitle-text{font-size:24px;line-height:1.6;margin-bottom:45px;color:#D7FCE8;max-width:700px}
.hero-cta-button{display:inline-block;padding:18px 45px;background:#F99B4F;color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 8px 20px #f99b4f4d}
.hero-cta-button:hover{background:#e88a3f;transform:translateY(-3px);box-shadow:0 12px 30px #f99b4f66;color:#fff}
.philosophy-asymmetric-block{display:grid;grid-template-columns:1fr 1fr;gap:80px;max-width:1200px;margin:120px auto;padding:0 40px;align-items:center}
.philosophy-text-zone{padding-right:40px}
.philosophy-heading-main{font-size:48px;font-weight:700;color:#215889;margin-bottom:25px;line-height:1.2;position:relative}
.philosophy-heading-main::before{content:'';position:absolute;left:-20px;top:10px;width:4px;height:60%;background:#F99B4F;border-radius:2px}
.philosophy-description{font-size:18px;line-height:1.8;color:#333;margin-bottom:20px}
.philosophy-visual-zone{position:relative}
.philosophy-image-main{width:100%;height:auto;border-radius:20px;box-shadow:0 15px 40px #21588926;transform:rotate(2deg);transition:transform .4s ease}
.philosophy-image-main:hover{transform:rotate(0deg) scale(1.02)}
.approach-diagonal-section{background:linear-gradient(165deg,#D7FCE8 0%,#fff 50%,#f5f9fb 100%);padding:100px 0;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:60px 0}
.approach-content-holder{max-width:1150px;margin:0 auto;padding:0 40px}
.approach-section-title{font-size:52px;font-weight:700;color:#215889;text-align:center;margin-bottom:70px;position:relative}
.approach-section-title::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#F99B4F;border-radius:2px}
.approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach-single-card{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 10px 30px #21588914;transition:all .3s ease;border-top:4px solid transparent}
.approach-single-card:nth-child(1){border-top-color:#F99B4F}
.approach-single-card:nth-child(2){border-top-color:#215889}
.approach-single-card:nth-child(3){border-top-color:#D7FCE8}
.approach-single-card:hover{transform:translateY(-8px);box-shadow:0 15px 45px #21588926}
.approach-card-title{font-size:24px;font-weight:600;color:#215889;margin-bottom:18px}
.approach-card-description{font-size:16px;line-height:1.7;color:#555}
.process-layered-section{max-width:1200px;margin:120px auto;padding:0 40px;position:relative}
.process-header-area{text-align:center;margin-bottom:80px}
.process-main-heading{font-size:50px;font-weight:700;color:#215889;margin-bottom:20px}
.process-intro-text{font-size:19px;color:#666;max-width:700px;margin:0 auto;line-height:1.7}
.process-steps-container{display:flex;flex-direction:column;gap:50px;position:relative}
.process-steps-container::before{content:'';position:absolute;left:60px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#F99B4F 0%,#215889 100%);z-index:0}
.process-step-item{display:flex;gap:35px;align-items:flex-start;position:relative;z-index:1}
.process-step-marker{width:120px;height:120px;background:linear-gradient(135deg,#F99B4F 0%,#e88a3f 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 25px #f99b4f4d;font-size:36px;font-weight:700;color:#fff}
.process-step-content{flex:1;background:#fff;padding:35px;border-radius:16px;box-shadow:0 8px 25px #0000000f;border-left:4px solid #215889}
.process-step-heading{font-size:26px;font-weight:600;color:#215889;margin-bottom:15px}
.process-step-text{font-size:17px;line-height:1.7;color:#444}
.outcomes-reveal-block{background:linear-gradient(135deg,#215889 0%,#1a4568 100%);padding:100px 40px;margin:80px 0;position:relative;overflow:hidden}
.outcomes-reveal-block::after{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d7fce81a 0%,transparent 70%);border-radius:50%}
.outcomes-inner-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.outcomes-title-main{font-size:48px;font-weight:700;color:#fff;margin-bottom:50px;text-align:center}
.outcomes-grid-display{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.outcomes-item-box{background:#ffffff0d;padding:35px;border-radius:16px;backdrop-filter:blur(10px);border:1px solid #ffffff1a;transition:all .3s ease}
.outcomes-item-box:hover{background:#ffffff14;transform:translateX(10px)}
.outcomes-item-title{font-size:22px;font-weight:600;color:#D7FCE8;margin-bottom:15px;display:flex;align-items:center;gap:12px}
.outcomes-item-title::before{content:'';width:8px;height:8px;background:#F99B4F;border-radius:50%;flex-shrink:0}
.outcomes-item-description{font-size:16px;line-height:1.7;color:#ffffffd9}
.portfolio-showcase-area{max-width:1250px;margin:120px auto;padding:0 40px}
.portfolio-header-section{text-align:center;margin-bottom:70px}
.portfolio-main-title{font-size:50px;font-weight:700;color:#215889;margin-bottom:20px}
.portfolio-subtitle{font-size:18px;color:#666;max-width:650px;margin:0 auto;line-height:1.6}
.portfolio-masonry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.portfolio-project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 35px #00000014;transition:all .4s ease}
.portfolio-project-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #21588926}
.portfolio-image-wrapper{width:100%;height:320px;overflow:hidden}
.portfolio-project-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.portfolio-project-card:hover .portfolio-project-image{transform:scale(1.08)}
.portfolio-project-info{padding:30px}
.portfolio-project-title{font-size:24px;font-weight:600;color:#215889;margin-bottom:12px}
.portfolio-project-description{font-size:16px;line-height:1.6;color:#555}
.portfolio-cta-wrapper{text-align:center;margin-top:60px}
.portfolio-explore-button{display:inline-block;padding:16px 40px;background:#215889;color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:50px;transition:all .3s ease}
.portfolio-explore-button:hover{background:#1a4568;transform:scale(1.05);color:#fff}
.testimonial-statement-section{background:linear-gradient(135deg,#f5f9fb 0%,#fff 100%);padding:100px 40px;margin:80px 0}
.testimonial-content-holder{max-width:950px;margin:0 auto}
.testimonial-quote-block{background:#fff;padding:50px;border-radius:20px;box-shadow:0 15px 45px #0000000f;position:relative;border-left:6px solid #F99B4F}
.testimonial-quote-block::before{content:'"';position:absolute;top:-20px;left:30px;color:#f99b4f26;font:700 120px/1 Georgia,serif}
.testimonial-quote-text{font-size:22px;line-height:1.7;color:#333;font-style:italic;margin-bottom:30px;position:relative;z-index:1}
.testimonial-author-info{display:flex;align-items:center;gap:20px}
.testimonial-author-name{font-size:20px;font-weight:600;color:#215889;margin-bottom:5px}
.testimonial-author-role{font-size:16px;color:#777}
.cta-final-engagement{max-width:1100px;margin:120px auto 100px;padding:80px 50px;background:linear-gradient(135deg,#F99B4F 0%,#e88a3f 100%);border-radius:25px;text-align:center;box-shadow:0 20px 60px #f99b4f4d;position:relative;overflow:hidden}
.cta-final-engagement::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.cta-final-title{font-size:46px;font-weight:700;color:#fff;margin-bottom:25px;position:relative;z-index:1}
.cta-final-description{font-size:20px;line-height:1.6;color:#fff;margin-bottom:40px;max-width:750px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.cta-final-button{display:inline-block;padding:18px 50px;background:#fff;color:#F99B4F;text-decoration:none;font-size:18px;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 8px 25px #00000026;position:relative;z-index:1}
.cta-final-button:hover{background:#215889;color:#fff;transform:translateY(-3px);box-shadow:0 12px 35px #0003}
@media (max-width: 1024px) {
.hero-main-title{font-size:56px}
.philosophy-asymmetric-block{grid-template-columns:1fr;gap:50px}
.philosophy-text-zone{padding-right:0}
.approach-cards-grid{grid-template-columns:1fr;gap:30px}
.portfolio-masonry-grid{grid-template-columns:1fr}
.outcomes-grid-display{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-main-title{font-size:42px}
.hero-subtitle-text{font-size:20px}
.hero-content-wrapper{padding:60px 25px}
.philosophy-heading-main,.approach-section-title,.process-main-heading,.outcomes-title-main,.portfolio-main-title{font-size:36px}
.process-steps-container::before{left:35px}
.process-step-marker{width:70px;height:70px;font-size:24px}
.process-step-item{gap:20px}
.cta-final-title{font-size:34px}
.cta-final-description{font-size:18px}
.cta-final-engagement{padding:60px 30px;margin:80px 20px 60px}
}
@media (max-width: 480px) {
.hero-main-title{font-size:32px}
.hero-subtitle-text{font-size:18px}
.hero-cta-button{padding:15px 35px;font-size:16px}
.philosophy-heading-main,.approach-section-title,.process-main-heading,.outcomes-title-main,.portfolio-main-title{font-size:28px}
.process-step-content{padding:25px}
.testimonial-quote-block{padding:35px 25px}
.testimonial-quote-text{font-size:18px}
}
.contact-hub{background:linear-gradient(135deg,#fef8f3 0%,#f0f9f4 100%);min-height:600px;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.contact-hub .hero-contact-zone{background:linear-gradient(to right,#215889 0%,#2d6fa0 100%);padding:90px 20px 110px;position:relative;overflow:hidden}
.contact-hub .hero-contact-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d7fce826 0%,transparent 70%);border-radius:50%}
.contact-hub .hero-contact-zone::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,#F99B4F 0%,#D7FCE8 50%,#F99B4F 100%)}
.contact-hub .main-contact-container{max-width:1200px;margin:0 auto;padding:0 20px}
.contact-hub .hero-contact-zone .intro-wrapper{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-hub .hero-contact-zone h1{font-size:52px;font-weight:800;color:#fff;margin:0 0 28px;line-height:1.2;letter-spacing:-.5px}
.contact-hub .hero-contact-zone h1::after{content:'';display:block;width:80px;height:5px;background:#F99B4F;margin:20px auto 0;border-radius:3px}
.contact-hub .hero-contact-zone .intro-text{font-size:19px;line-height:1.7;color:#D7FCE8;margin:0}
.contact-hub .dual-layout-section{padding:80px 20px 90px}
.contact-hub .dual-layout-section .columns-wrapper{display:flex;gap:60px;align-items:flex-start;flex-wrap:wrap}
.contact-hub .dual-layout-section .form-column{flex:1 1 580px;min-width:320px}
.contact-hub .dual-layout-section .info-column{flex:0 1 400px;min-width:300px}
.contact-hub .form-box{background:#fff;border-radius:16px;padding:50px 45px;box-shadow:0 8px 30px #21588914;border:1px solid #2158890f;position:relative}
.contact-hub .form-box::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(to right,#F99B4F 0%,#215889 100%);border-radius:16px 16px 0 0}
.contact-hub .form-box h2{font-size:32px;font-weight:700;color:#215889;margin:0 0 12px;line-height:1.3}
.contact-hub .form-box .form-intro{font-size:16px;line-height:1.6;color:#5a6c7d;margin:0 0 35px}
.contact-hub .inquiry-form .field-group{margin-bottom:24px}
.contact-hub .inquiry-form label{display:block;font-size:15px;font-weight:600;color:#2d3e50;margin-bottom:8px;letter-spacing:.2px}
.contact-hub .inquiry-form input[type="text"],.contact-hub .inquiry-form input[type="email"],.contact-hub .inquiry-form input[type="tel"],.contact-hub .inquiry-form textarea,.contact-hub .inquiry-form select{width:100%;padding:14px 18px;border:2px solid #e0e7ed;border-radius:10px;font-size:16px;color:#2d3e50;background:#fafbfc;transition:all .25s ease;font-family:inherit}
.contact-hub .inquiry-form input[type="text"]:focus,.contact-hub .inquiry-form input[type="email"]:focus,.contact-hub .inquiry-form input[type="tel"]:focus,.contact-hub .inquiry-form textarea:focus,.contact-hub .inquiry-form select:focus{border-color:#F99B4F;background:#fff;outline:none;box-shadow:0 0 0 4px #f99b4f1a}
.contact-hub .inquiry-form textarea{min-height:140px;resize:vertical}
.contact-hub .inquiry-form select{cursor:pointer;appearance:none;padding-right:45px;background:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23215889' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 18px center}
.contact-hub .inquiry-form .privacy-box{margin:28px 0;padding:18px;background:#f8fcff;border-radius:10px;border:1px solid #d6ecf8}
.contact-hub .inquiry-form .privacy-box label{display:flex;align-items:flex-start;gap:12px;margin:0;font-weight:500;cursor:pointer;font-size:14px;line-height:1.6}
.contact-hub .inquiry-form .privacy-box input[type="checkbox"]{margin-top:3px;width:20px;height:20px;cursor:pointer;flex-shrink:0;accent-color:#F99B4F}
.contact-hub .inquiry-form .privacy-box a{color:#215889;text-decoration:underline;font-weight:600;transition:color .2s ease}
.contact-hub .inquiry-form .privacy-box a:hover{color:#F99B4F}
.contact-hub .inquiry-form .submit-btn{width:100%;padding:17px 35px;background:linear-gradient(135deg,#F99B4F 0%,#ff8c3a 100%);color:#fff;font-size:17px;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;text-transform:none;box-shadow:0 4px 15px #f99b4f4d}
.contact-hub .inquiry-form .submit-btn:hover{background:linear-gradient(135deg,#ff8c3a 0%,#F99B4F 100%);box-shadow:0 6px 20px #f99b4f66;transform:translateY(-2px)}
.contact-hub .inquiry-form .submit-btn:active{transform:translateY(0)}
.contact-hub .info-column h3{font-size:26px;font-weight:700;color:#215889;margin:0 0 24px;line-height:1.3}
.contact-hub .info-column h3::before{content:'';display:inline-block;width:6px;height:28px;background:#F99B4F;margin-right:12px;vertical-align:middle;border-radius:3px}
.contact-hub .contact-methods-list{list-style:none;padding:0;margin:0 0 40px}
.contact-hub .contact-methods-list li{margin-bottom:28px;padding:20px;background:#fff;border-radius:12px;border-left:4px solid #F99B4F;box-shadow:0 3px 12px #2158890f;transition:all .3s ease}
.contact-hub .contact-methods-list li:hover{box-shadow:0 5px 20px #2158891f;transform:translateX(5px)}
.contact-hub .contact-methods-list .method-label{display:block;font-size:13px;font-weight:600;text-transform:uppercase;color:#215889;letter-spacing:.8px;margin-bottom:6px}
.contact-hub .contact-methods-list .method-value{font-size:17px;color:#2d3e50;font-weight:500;word-break:break-word}
.contact-hub .contact-methods-list .method-value a{color:#2d3e50;text-decoration:none;transition:color .2s ease}
.contact-hub .contact-methods-list .method-value a:hover{color:#F99B4F}
.contact-hub .additional-info-box{background:linear-gradient(135deg,#eef7fc 0%,#f5fcf8 100%);padding:28px;border-radius:12px;border:1px solid #2158891a}
.contact-hub .additional-info-box h4{font-size:18px;font-weight:700;color:#215889;margin:0 0 16px}
.contact-hub .additional-info-box p{font-size:15px;line-height:1.7;color:#4a5d6f;margin:0 0 12px}
.contact-hub .additional-info-box p:last-child{margin-bottom:0}
.contact-hub .visual-accent-section{padding:70px 20px 80px;background:linear-gradient(to bottom,#fff 0%,#f9fdff 100%);position:relative}
.contact-hub .visual-accent-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;max-width:1000px;height:2px;background:linear-gradient(to right,transparent 0%,#F99B4F 50%,transparent 100%)}
.contact-hub .visual-content-wrapper{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.contact-hub .visual-content-wrapper .image-container{flex:1 1 450px;min-width:300px}
.contact-hub .visual-content-wrapper .image-container img{width:100%;height:auto;border-radius:16px;box-shadow:0 10px 40px #21588926;border:3px solid #D7FCE8}
.contact-hub .visual-content-wrapper .text-content{flex:1 1 400px;min-width:280px}
.contact-hub .visual-content-wrapper h3{font-size:34px;font-weight:800;color:#215889;margin:0 0 20px;line-height:1.25}
.contact-hub .visual-content-wrapper h3 span{color:#F99B4F;position:relative}
.contact-hub .visual-content-wrapper h3 span::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#D7FCE8;border-radius:2px}
.contact-hub .visual-content-wrapper p{font-size:17px;line-height:1.8;color:#4a5d6f;margin:0 0 18px}
.contact-hub .visual-content-wrapper .highlight-text{background:#fff8f2;padding:20px 24px;border-radius:10px;border-left:4px solid #F99B4F;margin-top:24px}
.contact-hub .visual-content-wrapper .highlight-text p{margin:0;font-size:16px;font-style:italic;color:#2d3e50}
@media (max-width: 768px) {
.contact-hub .hero-contact-zone{padding:60px 20px 70px}
.contact-hub .hero-contact-zone h1{font-size:36px;margin-bottom:20px}
.contact-hub .hero-contact-zone .intro-text{font-size:17px}
.contact-hub .dual-layout-section{padding:50px 20px 60px}
.contact-hub .dual-layout-section .columns-wrapper{flex-direction:column;gap:40px}
.contact-hub .form-box{padding:35px 25px}
.contact-hub .form-box h2{font-size:26px}
.contact-hub .info-column h3{font-size:22px}
.contact-hub .visual-accent-section{padding:50px 20px 60px}
.contact-hub .visual-content-wrapper{flex-direction:column-reverse;gap:35px}
.contact-hub .visual-content-wrapper h3{font-size:28px}
.contact-hub .visual-content-wrapper p{font-size:16px}
}
@media (max-width: 480px) {
.contact-hub .hero-contact-zone h1{font-size:30px}
.contact-hub .form-box{padding:28px 20px}
.contact-hub .inquiry-form input[type="text"],.contact-hub .inquiry-form input[type="email"],.contact-hub .inquiry-form input[type="tel"],.contact-hub .inquiry-form textarea,.contact-hub .inquiry-form select{font-size:15px;padding:12px 15px}
}
.about-page-wrapper{background:linear-gradient(135deg,#fefefe 0%,#f5f9fc 100%);min-height:100vh}
.about-hero-section{padding:90px 20px 70px;background:linear-gradient(165deg,#D7FCE8 0%,#fff 45%,#fef5ed 100%);position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f19b4f14 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-title{font-size:3.2rem;font-weight:800;color:#215889;margin-bottom:25px;line-height:1.2;letter-spacing:-.5px}
.about-hero-subtitle{font-size:1.3rem;color:#4a5568;max-width:750px;line-height:1.7;margin-bottom:35px}
.about-mission-block{padding:85px 20px;background:#fff}
.about-mission-container{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-mission-text h2{font-size:2.6rem;color:#215889;margin-bottom:28px;font-weight:700;position:relative;padding-left:18px}
.about-mission-text h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:60%;background:linear-gradient(180deg,#F99B4F 0%,#215889 100%);border-radius:3px}
.about-mission-text p{font-size:1.05rem;line-height:1.8;color:#3a4856;margin-bottom:22px}
.about-mission-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 45px #2158891f}
.about-mission-image img{width:100%;height:480px;object-fit:cover;display:block;transition:transform .6s ease}
.about-mission-image:hover img{transform:scale(1.05)}
.about-values-section{padding:80px 20px;background:linear-gradient(180deg,#f8fbfd 0%,#fff 100%);position:relative}
.about-values-wrapper{max-width:1200px;margin:0 auto}
.about-values-header{text-align:center;margin-bottom:65px}
.about-values-header h2{font-size:2.7rem;color:#215889;margin-bottom:20px;font-weight:700}
.about-values-header p{font-size:1.1rem;color:#5a6c7d;max-width:680px;margin:0 auto;line-height:1.7}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.about-value-card{background:#fff;padding:42px 32px;border-radius:14px;border:2px solid #e8f2f7;transition:all .3s ease;position:relative}
.about-value-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F99B4F 0%,#215889 100%);border-radius:14px 14px 0 0;opacity:0;transition:opacity .3s ease}
.about-value-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #21588926;border-color:#D7FCE8}
.about-value-card:hover::before{opacity:1}
.about-value-icon{width:64px;height:64px;background:linear-gradient(135deg,#D7FCE8 0%,#e8f7f0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:1.8rem}
.about-value-card h3{font-size:1.5rem;color:#215889;margin-bottom:16px;font-weight:600}
.about-value-card p{font-size:1rem;color:#4a5568;line-height:1.7}
.about-approach-section{padding:85px 20px;background:#fff}
.about-approach-layout{max-width:1250px;margin:0 auto;display:flex;gap:70px;align-items:flex-start}
.about-approach-visual{flex:0 0 45%;position:relative}
.about-approach-visual img{width:100%;height:550px;object-fit:cover;border-radius:18px;box-shadow:0 20px 50px #2158892e}
.about-approach-content{flex:1}
.about-approach-content h2{font-size:2.5rem;color:#215889;margin-bottom:32px;font-weight:700;position:relative;display:inline-block}
.about-approach-content h2::after{content:'';position:absolute;bottom:-8px;left:0;width:85px;height:4px;background:#F99B4F;border-radius:2px}
.about-approach-steps{display:flex;flex-direction:column;gap:32px;margin-top:45px}
.about-step-item{display:flex;gap:22px;align-items:flex-start}
.about-step-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#F99B4F 0%,#e88a3d 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:700;box-shadow:0 6px 20px #f99b4f4d}
.about-step-text h3{font-size:1.35rem;color:#215889;margin-bottom:12px;font-weight:600}
.about-step-text p{font-size:1.02rem;color:#4a5568;line-height:1.7}
.about-team-philosophy{padding:80px 20px;background:linear-gradient(165deg,#f9fcfe 0%,#D7FCE8 50%,#fff 100%)}
.about-philosophy-container{max-width:1100px;margin:0 auto;text-align:center}
.about-philosophy-container h2{font-size:2.6rem;color:#215889;margin-bottom:35px;font-weight:700}
.about-philosophy-content{display:grid;grid-template-columns:repeat(2,1fr);gap:45px;margin-top:50px}
.about-philosophy-point{background:#fff;padding:38px 32px;border-radius:16px;box-shadow:0 10px 35px #2158891a;text-align:left;border-left:5px solid #F99B4F;transition:all .3s ease}
.about-philosophy-point:hover{transform:translateX(8px);box-shadow:0 15px 45px #21588929}
.about-philosophy-point h3{font-size:1.45rem;color:#215889;margin-bottom:18px;font-weight:600}
.about-philosophy-point p{font-size:1.05rem;color:#4a5568;line-height:1.75}
.about-cta-section{padding:90px 20px;background:linear-gradient(135deg,#215889 0%,#1a4a6f 100%);position:relative;overflow:hidden}
.about-cta-section::before{content:'';position:absolute;top:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#d7fce81f 0%,transparent 70%);border-radius:50%}
.about-cta-section::after{content:'';position:absolute;bottom:-40%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f99b4f1a 0%,transparent 70%);border-radius:50%}
.about-cta-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.about-cta-content h2{font-size:2.8rem;color:#fff;margin-bottom:28px;font-weight:700;line-height:1.3}
.about-cta-content p{font-size:1.2rem;color:#D7FCE8;margin-bottom:42px;line-height:1.7;max-width:720px;margin-left:auto;margin-right:auto}
.about-cta-button{display:inline-block;padding:18px 48px;background:#F99B4F;color:#fff;font-size:1.15rem;font-weight:600;border-radius:10px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px #f99b4f59;position:relative;z-index:10}
.about-cta-button:hover{background:#e88a3d;transform:translateY(-3px);box-shadow:0 12px 35px #f99b4f73;color:#fff;text-decoration:none}
@media (max-width: 960px) {
.about-hero-title{font-size:2.4rem}
.about-hero-subtitle{font-size:1.1rem}
.about-mission-container{grid-template-columns:1fr;gap:45px}
.about-values-grid{grid-template-columns:1fr;gap:25px}
.about-approach-layout{flex-direction:column;gap:45px}
.about-approach-visual{flex:1;width:100%}
.about-approach-visual img{height:400px}
.about-philosophy-content{grid-template-columns:1fr;gap:30px}
.about-cta-content h2{font-size:2.2rem}
.about-cta-content p{font-size:1.05rem}
}
@media (max-width: 640px) {
.about-hero-section{padding:60px 15px 50px}
.about-hero-title{font-size:1.9rem}
.about-mission-block,.about-values-section,.about-approach-section,.about-team-philosophy,.about-cta-section{padding:60px 15px}
.about-mission-text h2,.about-values-header h2,.about-approach-content h2,.about-philosophy-container h2{font-size:2rem}
.about-mission-image img,.about-approach-visual img{height:320px}
.about-cta-button{padding:16px 38px;font-size:1.05rem}
}
.studentprojects-wrapper{background:linear-gradient(135deg,#fff 0%,#fef8f3 100%);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#2a2a2a;line-height:1.7}
.studentprojects-wrapper .sp-container-main{max-width:1200px;margin:0 auto;padding:0 25px}
.studentprojects-wrapper .sp-hero-section{padding:90px 0 70px;position:relative;overflow:hidden}
.studentprojects-wrapper .sp-hero-section::before{content:'';position:absolute;top:-120px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,#d7fce866 0%,transparent 70%);border-radius:50%;z-index:1}
.studentprojects-wrapper .sp-hero-content{position:relative;z-index:2;max-width:780px}
.studentprojects-wrapper .sp-hero-title{font-size:3rem;font-weight:800;color:#215889;margin-bottom:25px;line-height:1.2}
.studentprojects-wrapper .sp-hero-title::after{content:'';display:block;width:95px;height:5px;background:linear-gradient(90deg,#F99B4F 0%,#D7FCE8 100%);margin-top:18px;border-radius:3px}
.studentprojects-wrapper .sp-hero-description{font-size:1.15rem;color:#4a4a4a;margin-bottom:0;line-height:1.8}
.studentprojects-wrapper .sp-showcase-block{padding:85px 0;background:#fff;position:relative}
.studentprojects-wrapper .sp-showcase-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:55px;align-items:start}
.studentprojects-wrapper .sp-showcase-content{padding-top:20px}
.studentprojects-wrapper .sp-section-label{display:inline-block;padding:8px 20px;background:#d7fce880;color:#215889;font-size:.85rem;font-weight:600;letter-spacing:.5px;border-radius:20px;margin-bottom:22px;text-transform:uppercase}
.studentprojects-wrapper .sp-showcase-heading{font-size:2.3rem;color:#215889;font-weight:700;margin-bottom:28px;line-height:1.3}
.studentprojects-wrapper .sp-showcase-text{font-size:1.05rem;color:#555;margin-bottom:25px;line-height:1.75}
.studentprojects-wrapper .sp-project-list{list-style:none;padding:0;margin:35px 0 0}
.studentprojects-wrapper .sp-project-list li{padding-left:35px;margin-bottom:18px;position:relative;font-size:1.02rem;color:#4a4a4a}
.studentprojects-wrapper .sp-project-list li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#F99B4F;border-radius:50%;box-shadow:0 0 0 3px #f99b4f33}
.studentprojects-wrapper .sp-showcase-image{border-radius:12px;overflow:hidden;box-shadow:0 15px 45px #2158891f;position:relative}
.studentprojects-wrapper .sp-showcase-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f99b4f14 0%,#d7fce814 100%);z-index:1}
.studentprojects-wrapper .sp-showcase-image img{width:100%;height:480px;object-fit:cover;display:block}
.studentprojects-wrapper .sp-categories-block{padding:80px 0;background:linear-gradient(180deg,#fefbf8 0%,#fff 100%)}
.studentprojects-wrapper .sp-categories-header{text-align:center;max-width:720px;margin:0 auto 60px}
.studentprojects-wrapper .sp-categories-title{font-size:2.5rem;color:#215889;font-weight:700;margin-bottom:20px;position:relative;display:inline-block}
.studentprojects-wrapper .sp-categories-title::before{content:'';position:absolute;left:-45px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#F99B4F}
.studentprojects-wrapper .sp-categories-title::after{content:'';position:absolute;right:-45px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#F99B4F}
.studentprojects-wrapper .sp-categories-subtitle{font-size:1.08rem;color:#5a5a5a;line-height:1.7}
.studentprojects-wrapper .sp-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.studentprojects-wrapper .sp-category-card{background:#fff;border:2px solid #f0f0f0;border-radius:10px;padding:40px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.studentprojects-wrapper .sp-category-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F99B4F 0%,#215889 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.studentprojects-wrapper .sp-category-card:hover{border-color:#F99B4F;box-shadow:0 12px 35px #f99b4f26;transform:translateY(-5px)}
.studentprojects-wrapper .sp-category-card:hover::before{transform:scaleX(1)}
.studentprojects-wrapper .sp-card-icon{width:65px;height:65px;background:linear-gradient(135deg,#f99b4f26 0%,#d7fce826 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:1.8rem}
.studentprojects-wrapper .sp-card-title{font-size:1.35rem;color:#215889;font-weight:600;margin-bottom:15px}
.studentprojects-wrapper .sp-card-description{font-size:.98rem;color:#666;line-height:1.7;margin-bottom:0}
.studentprojects-wrapper .sp-approach-block{padding:90px 0;background:#fff;position:relative}
.studentprojects-wrapper .sp-approach-layout{display:grid;grid-template-columns:0.85fr 1.15fr;gap:65px;align-items:center}
.studentprojects-wrapper .sp-approach-visual{position:relative}
.studentprojects-wrapper .sp-approach-visual::before{content:'';position:absolute;top:-25px;left:-25px;width:180px;height:180px;background:#d7fce866;border-radius:50%;z-index:1}
.studentprojects-wrapper .sp-approach-image{border-radius:12px;overflow:hidden;box-shadow:0 18px 50px #21588924;position:relative;z-index:2}
.studentprojects-wrapper .sp-approach-image img{width:100%;height:520px;object-fit:cover;display:block}
.studentprojects-wrapper .sp-approach-details{padding-left:20px}
.studentprojects-wrapper .sp-approach-maintitle{font-size:2.4rem;color:#215889;font-weight:700;margin-bottom:30px;line-height:1.25}
.studentprojects-wrapper .sp-approach-intro{font-size:1.08rem;color:#555;margin-bottom:40px;line-height:1.75}
.studentprojects-wrapper .sp-steps-container{display:flex;flex-direction:column;gap:30px}
.studentprojects-wrapper .sp-step-item{display:flex;gap:22px;align-items:flex-start}
.studentprojects-wrapper .sp-step-number{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#F99B4F 0%,#ff8a3d 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;box-shadow:0 4px 12px #f99b4f4d;position:relative;z-index:2}
.studentprojects-wrapper .sp-step-content{flex:1;padding-top:2px}
.studentprojects-wrapper .sp-step-heading{font-size:1.25rem;color:#215889;font-weight:600;margin-bottom:10px}
.studentprojects-wrapper .sp-step-text{font-size:.98rem;color:#5a5a5a;line-height:1.7;margin-bottom:0}
.studentprojects-wrapper .sp-results-block{padding:85px 0 95px;background:linear-gradient(180deg,#fefcfa 0%,#fff 50%,#f9fdfb 100%);position:relative}
.studentprojects-wrapper .sp-results-block::before{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#D7FCE8 50%,transparent 100%)}
.studentprojects-wrapper .sp-results-header{text-align:center;margin-bottom:55px}
.studentprojects-wrapper .sp-results-maintitle{font-size:2.6rem;color:#215889;font-weight:700;margin-bottom:22px;position:relative;display:inline-block}
.studentprojects-wrapper .sp-results-maintitle::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#F99B4F 0%,#215889 100%);border-radius:2px}
.studentprojects-wrapper .sp-results-description{font-size:1.1rem;color:#5a5a5a;max-width:680px;margin:0 auto;line-height:1.75}
.studentprojects-wrapper .sp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px}
.studentprojects-wrapper .sp-stat-box{background:#fff;border:2px solid #f5f5f5;border-radius:10px;padding:38px 25px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}
.studentprojects-wrapper .sp-stat-box::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F99B4F 0%,#D7FCE8 100%);transform:scaleX(0);transition:transform .4s ease}
.studentprojects-wrapper .sp-stat-box:hover{border-color:#F99B4F;box-shadow:0 10px 30px #f99b4f1f;transform:translateY(-3px)}
.studentprojects-wrapper .sp-stat-box:hover::before{transform:scaleX(1)}
.studentprojects-wrapper .sp-stat-number{font-size:2.8rem;color:#F99B4F;font-weight:800;margin-bottom:12px;line-height:1}
.studentprojects-wrapper .sp-stat-label{font-size:1.05rem;color:#215889;font-weight:600;margin-bottom:8px}
.studentprojects-wrapper .sp-stat-detail{font-size:.9rem;color:#6a6a6a;line-height:1.5}
@media (max-width: 991px) {
.studentprojects-wrapper .sp-hero-title{font-size:2.4rem}
.studentprojects-wrapper .sp-showcase-grid{grid-template-columns:1fr;gap:45px}
.studentprojects-wrapper .sp-showcase-image img{height:380px}
.studentprojects-wrapper .sp-cards-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.studentprojects-wrapper .sp-approach-layout{grid-template-columns:1fr;gap:50px}
.studentprojects-wrapper .sp-approach-image img{height:420px}
.studentprojects-wrapper .sp-stats-grid{grid-template-columns:repeat(2,1fr);gap:25px}
}
@media (max-width: 767px) {
.studentprojects-wrapper .sp-hero-section{padding:60px 0 50px}
.studentprojects-wrapper .sp-hero-title{font-size:2rem}
.studentprojects-wrapper .sp-hero-description{font-size:1.05rem}
.studentprojects-wrapper .sp-showcase-block,.studentprojects-wrapper .sp-categories-block,.studentprojects-wrapper .sp-approach-block{padding:60px 0}
.studentprojects-wrapper .sp-showcase-heading,.studentprojects-wrapper .sp-categories-title,.studentprojects-wrapper .sp-approach-maintitle{font-size:1.9rem}
.studentprojects-wrapper .sp-showcase-image img{height:320px}
.studentprojects-wrapper .sp-cards-grid{grid-template-columns:1fr;gap:22px}
.studentprojects-wrapper .sp-categories-title::before,.studentprojects-wrapper .sp-categories-title::after{display:none}
.studentprojects-wrapper .sp-approach-image img{height:340px}
.studentprojects-wrapper .sp-approach-details{padding-left:0}
.studentprojects-wrapper .sp-stats-grid{grid-template-columns:1fr;gap:20px}
.studentprojects-wrapper .sp-results-maintitle{font-size:2rem}
.studentprojects-wrapper .sp-stat-number{font-size:2.3rem}
}
.pricing-hero-wrapper{background:linear-gradient(135deg,#D7FCE8 0%,#fff 50%,#FFF5ED 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.pricing-hero-wrapper::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#F99B4F;opacity:.08;border-radius:50%}
.pricing-hero-content{max-width:1200px;margin:0 auto;text-align:center}
.pricing-hero-content h1{font-size:3rem;color:#215889;margin-bottom:20px;font-weight:700;line-height:1.2}
.pricing-hero-content .lead-text{font-size:1.25rem;color:#333;max-width:700px;margin:0 auto 15px;line-height:1.6}
.pricing-hero-content .sub-note{font-size:1rem;color:#666;font-style:italic}
.pricing-plans-section{padding:90px 20px;background:#fff;position:relative}
.pricing-plans-container{max-width:1200px;margin:0 auto}
.section-intro-text{text-align:center;max-width:800px;margin:0 auto 60px}
.section-intro-text h2{font-size:2.5rem;color:#215889;margin-bottom:20px;font-weight:600}
.section-intro-text p{font-size:1.1rem;color:#555;line-height:1.7}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-bottom:50px}
.price-card{background:#fff;border:2px solid #e8e8e8;border-radius:12px;padding:40px 30px;transition:all .3s ease;position:relative}
.price-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #21588926;border-color:#F99B4F}
.price-card.featured-plan{border-color:#F99B4F;border-width:3px;background:linear-gradient(to bottom,#FFFBF7 0%,#fff 100%)}
.featured-plan::before{content:'Популярний вибір';position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:#F99B4F;color:#fff;padding:6px 20px;border-radius:20px;font-size:.85rem;font-weight:600}
.price-card h3{font-size:1.75rem;color:#215889;margin-bottom:15px;font-weight:600}
.price-amount{font-size:3rem;color:#333;font-weight:700;margin-bottom:10px;line-height:1}
.price-amount span{font-size:1.5rem;color:#666;font-weight:400}
.price-duration{font-size:1rem;color:#777;margin-bottom:25px}
.price-description{font-size:1rem;color:#555;margin-bottom:30px;line-height:1.6;min-height:70px}
.features-list{list-style:none;padding:0;margin:0 0 35px}
.features-list li{padding:12px 0;color:#444;font-size:.95rem;border-bottom:1px solid #f0f0f0;position:relative;padding-left:30px}
.features-list li::before{content:'';position:absolute;left:0;color:#F99B4F;font-weight:700;font-size:1.2rem}
.price-card-button{display:block;width:100%;padding:15px 30px;background:#215889;color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;cursor:pointer}
.price-card-button:hover{background:#F99B4F;transform:scale(1.03);color:#fff}
.featured-plan .price-card-button{background:#F99B4F}
.featured-plan .price-card-button:hover{background:#215889}
.comparison-section{padding:80px 20px;background:linear-gradient(180deg,#F8FCFF 0%,#fff 100%)}
.comparison-wrapper{max-width:1100px;margin:0 auto}
.comparison-wrapper h2{font-size:2.3rem;color:#215889;margin-bottom:45px;text-align:center;font-weight:600}
.comparison-table-container{overflow-x:auto;margin-bottom:40px}
.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #00000014}
.comparison-table thead{background:linear-gradient(135deg,#215889 0%,#2a6ca0 100%)}
.comparison-table thead th{color:#fff;padding:20px 15px;font-weight:600;font-size:1.05rem;text-align:left}
.comparison-table thead th:first-child{text-align:left;padding-left:25px}
.comparison-table tbody tr{border-bottom:1px solid #ebebeb}
.comparison-table tbody tr:hover{background:#f9fbfd}
.comparison-table tbody td{padding:18px 15px;color:#444;font-size:.95rem}
.comparison-table tbody td:first-child{font-weight:600;color:#333;padding-left:25px}
.check-mark{color:#F99B4F;font-weight:700;font-size:1.3rem}
.cross-mark{color:#ccc;font-size:1.2rem}
.additional-info-block{padding:80px 20px 90px;background:#fff;position:relative}
.additional-info-block::before{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F99B4F 0%,#215889 50%,#D7FCE8 100%)}
.info-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.info-text-area h2{font-size:2.2rem;color:#215889;margin-bottom:25px;font-weight:600;line-height:1.3}
.info-text-area h2::before{content:'';display:block;width:60px;height:4px;background:#F99B4F;margin-bottom:20px}
.info-text-area p{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:20px}
.info-text-area .highlight-box{background:#FFF9F3;border-left:4px solid #F99B4F;padding:20px 25px;margin:30px 0;border-radius:0 8px 8px 0}
.info-text-area .highlight-box p{margin:0;color:#444;font-style:italic}
.info-image-area img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #0000001f;display:block}
.cta-button-wrapper{margin-top:35px}
.cta-custom-button{display:inline-block;padding:16px 40px;background:#F99B4F;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #f99b4f4d}
.cta-custom-button:hover{background:#215889;transform:translateY(-3px);box-shadow:0 6px 20px #21588966;color:#fff}
@media (max-width: 992px) {
.pricing-hero-content h1{font-size:2.3rem}
.pricing-grid{grid-template-columns:1fr;gap:30px}
.info-content-wrapper{grid-template-columns:1fr;gap:40px}
.info-image-area{order:-1}
}
@media (max-width: 768px) {
.pricing-hero-wrapper{padding:60px 15px 70px}
.pricing-hero-content h1{font-size:1.9rem}
.pricing-hero-content .lead-text{font-size:1.1rem}
.section-intro-text h2{font-size:2rem}
.price-card{padding:30px 20px}
.comparison-table thead th,.comparison-table tbody td{padding:12px 10px;font-size:.85rem}
.info-text-area h2{font-size:1.8rem}
}
.container{max-width:900px;margin:36px auto;background:linear-gradient(120deg,#D7FCE8 0%,#fff 65%,#F99B4F 100%);box-shadow:0 6px 32px 0 #21588917;border-radius:22px;padding:48px 36px 46px;color:#215889;letter-spacing:.01em;border:2px solid #F99B4F;font:19px/1.72 'Segoe UI',Arial,sans-serif}
.container h1{font-size:2.5rem;font-weight:700;color:#215889;margin-bottom:.7em;letter-spacing:.03em;text-shadow:0 1px 8px #D7FCE8}
.container h2{font-size:2rem;font-weight:600;color:#F99B4F;margin-top:1.7em;margin-bottom:.8em;letter-spacing:.02em;border-left:8px solid #F99B4F;padding-left:16px;background:linear-gradient(90deg,#fff 75%,#F99B4F15 100%);border-radius:0 12px 12px 0}
.container h3{font-size:1.4rem;font-weight:600;color:#215889;margin-top:2em;margin-bottom:.7em;border-bottom:2px solid #D7FCE8;display:inline-block;background:#D7FCE8;padding:3px 14px 3px 8px;border-radius:0 8px 8px 0;letter-spacing:.01em}
.container h4{font-size:1.1rem;font-weight:500;color:#215889;margin-top:1.6em;margin-bottom:.6em;text-transform:uppercase;background:#F99B4F22;display:inline-block;padding:1px 11px 1px 6px;border-radius:0 6px 6px 0;letter-spacing:.02em}
.container ul{margin-top:1em;margin-bottom:1em;padding-left:2.5em}
.container li{margin-bottom:1.3em;color:#215889;background:linear-gradient(90deg,#D7FCE8 0 80%,#fff 100%);border-left:5px solid #F99B4F;border-radius:0 7px 7px 0;padding:12px 18px 11px 11px;font-size:1.05em;box-shadow:0 1px 7px 0 #F99B4F13}
.container span{font-weight:600;color:#F99B4F;background:#D7FCE8;border-radius:2px;padding:0 2px;margin:0 2px}
.container p{margin-bottom:1.3em;color:#215889}
.container main{display:block;width:100%}
@media (max-width: 700px) {
.container{padding:22px 8vw}
.container h1{font-size:1.5rem}
.container h2{font-size:1.1rem;padding-left:10px}
.container h3{font-size:1rem;padding:2px 7px 2px 5px}
.container h4{font-size:.95rem;padding:1px 5px 1px 2px}
.container li{font-size:.99em;padding:8px 8px 8px 6px}
}
.container{max-width:840px;margin:32px auto 48px;background:linear-gradient(120deg,#D7FCE8 0%,#fff 100%);border-radius:18px;box-shadow:0 2px 18px 2px #21588917;padding:38px 32px 48px;color:#1f2a2d;border:1.5px solid #F99B4F;font:18px/1.7 'Segoe UI','Arial',sans-serif}
.container h1{font-size:2.4rem;font-weight:700;color:#215889;margin-bottom:26px;letter-spacing:.01em;text-shadow:0 2px 12px #D7FCE8}
.container h2{font-size:1.45rem;font-weight:600;color:#F99B4F;margin-top:48px;margin-bottom:18px;letter-spacing:.01em;border-left:6px solid #215889;padding-left:12px;background:linear-gradient(90deg,#d7fce8 0%,#fff 90%);border-radius:7px;box-shadow:0 1px 6px 0 #F99B4F15}
.container h3{font-size:1.13rem;font-weight:500;color:#215889;margin-top:32px;margin-bottom:11px;letter-spacing:.01em;border-bottom:2px solid #F99B4F;display:inline-block;padding-bottom:3px}
.container h4{font-size:1.07rem;margin-top:19px;margin-bottom:7px;color:#F99B4F;font-weight:600}
.container p{margin-bottom:18px;margin-top:0;color:#1f2a2d;font-size:17.5px}
.container ul{margin:13px 0 25px 26px;padding-left:15px}
.container li{margin-bottom:13px;color:#215889;font-size:17.5px;padding-left:3px}
.container li span{color:#1f2a2d;font-size:17px;font-weight:400;display:block;margin-top:2px;margin-left:.2em;line-height:1.6}
.container{background:#fff}
@media (max-width: 768px) {
.container{padding:17px 7vw 22px;font-size:16.7px}
.container h1{font-size:1.5rem}
.container h2{font-size:1.08rem}
.container h3{font-size:1rem}
}
.container h1,.container h2,.container h3{text-wrap:balance}
.container ul li::marker{color:#F99B4F;font-size:1.2em}
.container strong,.container b{color:#F99B4F;font-weight:700}
.container .highlight{background:linear-gradient(90deg,#D7FCE8 50%,#F99B4F22 100%);color:#215889;border-radius:5px;padding:1px 5px;font-weight:600}
.success-page-wrap{background:linear-gradient(135deg,#fef9f5 0%,#fff 50%,#f0fdf8 100%);min-height:85vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.success-main-container{max-width:1200px;margin:0 auto;padding:80px 20px 60px}
.success-confirmation-area{background:#fff;border-radius:24px;padding:70px 50px;box-shadow:0 8px 30px #21588914;position:relative;overflow:hidden;margin-bottom:50px}
.success-confirmation-area::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#F99B4F 0%,#215889 50%,#D7FCE8 100%)}
.success-visual-marker{width:90px;height:90px;background:linear-gradient(135deg,#D7FCE8 0%,#a7e6c8 100%);border-radius:50%;margin:0 auto 30px;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-circle 2s ease-in-out infinite}
@keyframes pulse-circle {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.success-visual-marker::after{content:'';width:40px;height:20px;border-left:5px solid #215889;border-bottom:5px solid #215889;transform:rotate(-45deg);margin-top:-8px}
.success-primary-heading{font-size:42px;font-weight:700;color:#215889;text-align:center;margin:0 0 20px;line-height:1.2}
.success-secondary-text{font-size:19px;color:#4a5568;text-align:center;line-height:1.7;margin:0 0 35px;max-width:680px;margin-left:auto;margin-right:auto}
.success-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:50px 0}
.success-info-block{background:linear-gradient(135deg,#fef9f5 0%,#fff5eb 100%);padding:35px 28px;border-radius:16px;border-left:5px solid #F99B4F;transition:transform .3s ease,box-shadow .3s ease}
.success-info-block:hover{transform:translateY(-5px);box-shadow:0 12px 25px #f99b4f26}
.success-info-label{font-size:14px;text-transform:uppercase;letter-spacing:.8px;color:#F99B4F;font-weight:600;margin:0 0 12px}
.success-info-content{font-size:17px;color:#2d3748;line-height:1.6;margin:0}
.success-timeline-wrapper{background:#fff;border-radius:20px;padding:55px 45px;box-shadow:0 6px 20px #2158890f;margin-bottom:45px}
.success-timeline-title{font-size:32px;font-weight:700;color:#215889;margin:0 0 45px;text-align:center;position:relative;padding-bottom:18px}
.success-timeline-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F99B4F,#215889);border-radius:2px}
.success-timeline-list{display:flex;flex-direction:column;gap:35px;position:relative;padding-left:80px}
.success-timeline-item{position:relative;background:linear-gradient(135deg,#f0fdf8 0%,#e6fcf5 100%);padding:28px 32px;border-radius:14px;border:2px solid #D7FCE8;transition:all .3s ease}
.success-timeline-item:hover{border-color:#215889;transform:translateX(8px)}
.success-timeline-marker{position:absolute;left:-80px;top:50%;transform:translateY(-50%);width:50px;height:50px;background:linear-gradient(135deg,#F99B4F,#ff8c3a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;box-shadow:0 4px 12px #f99b4f4d;z-index:2}
.success-timeline-item::before{content:'';position:absolute;left:-55px;top:50%;width:30px;height:2px;background:#D7FCE8}
.success-timeline-heading{font-size:20px;font-weight:600;color:#215889;margin:0 0 12px}
.success-timeline-description{font-size:16px;color:#4a5568;line-height:1.6;margin:0}
.success-action-zone{text-align:center;padding:40px 20px}
.success-navigation-grid{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:35px}
.success-action-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;font-size:17px;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;border:none;cursor:pointer;min-width:200px}
.success-action-button.primary-style{background:linear-gradient(135deg,#F99B4F,#ff8c3a);color:#fff;box-shadow:0 6px 20px #f99b4f40}
.success-action-button.primary-style:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f99b4f59}
.success-action-button.secondary-style{background:#fff;color:#215889;border:2px solid #215889}
.success-action-button.secondary-style:hover{background:#215889;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #21588933}
.success-additional-info{font-size:15px;color:#718096;line-height:1.7;max-width:620px;margin:0 auto}
.success-help-section{background:linear-gradient(135deg,#fef9f5 0%,#fff5eb 100%);border-radius:18px;padding:45px 40px;margin-top:40px;border:2px solid #F99B4F}
.success-help-heading{font-size:24px;font-weight:600;color:#215889;margin:0 0 18px;text-align:center}
.success-contact-details{text-align:center;font-size:16px;color:#4a5568;line-height:1.8}
.success-contact-link{color:#F99B4F;text-decoration:none;font-weight:600;transition:color .3s ease}
.success-contact-link:hover{color:#215889;text-decoration:underline}
@media (max-width: 768px) {
.success-main-container{padding:50px 15px 40px}
.success-confirmation-area{padding:45px 25px}
.success-primary-heading{font-size:32px}
.success-secondary-text{font-size:17px}
.success-details-grid{grid-template-columns:1fr;gap:20px}
.success-timeline-wrapper{padding:35px 20px}
.success-timeline-list{padding-left:0;padding-top:15px}
.success-timeline-marker{position:absolute;left:50%;transform:translateX(-50%);top:-30px}
.success-timeline-item::before{display:none}
.success-timeline-item{padding-top:45px}
.success-navigation-grid{flex-direction:column;align-items:stretch}
.success-action-button{width:100%}
.success-help-section{padding:30px 20px}
}
@media (max-width: 480px) {
.success-primary-heading{font-size:26px}
.success-visual-marker{width:70px;height:70px}
.success-visual-marker::after{width:30px;height:15px}
.success-timeline-title{font-size:26px}
.success-info-block{padding:25px 20px}
}