:root{--clr_primary:#E6003C;--clr_secondary:#AF2AED;--clr_tertiary:#06EE9B;--clr_bg_base:#fafbfc;--clr_bg_surface:#fff;--clr_text_primary:#212529;--clr_text_secondary:#495057;--clr_text_muted:#6c757d;--clr_border:#e9ecef;--gradient_hero:linear-gradient(135deg,#E6003C 0%,#AF2AED 55%,#06EE9B 100%);--gradient_accent:linear-gradient(45deg,#E6003C 0%,#AF2AED 50%,#06EE9B 100%);--font_primary:'Space Grotesk',sans-serif;--font_secondary:Manrope,sans-serif;--spacing_xs:.5rem;--spacing_sm:1rem;--spacing_md:1.5rem;--spacing_lg:2.5rem;--spacing_xl:4rem;--transition_base:.3s ease;--shadow_sm:0 2px 8px #21252914;--shadow_md:0 4px 16px #2125291f;--shadow_lg:0 8px 32px #21252929}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font_secondary);background:var(--clr_bg_base);color:var(--clr_text_primary);line-height:1.7;font-weight:400;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.sr_only_7z{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.top_header_9kw{background:var(--clr_bg_surface);box-shadow:var(--shadow_sm);position:relative;z-index:100}
.header_row1_m4x{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;padding:1.25rem 5%;max-width:1400px;margin:0 auto}
.logo_container_8pq{display:flex;align-items:center;z-index:110}
.logo_img_5rt{height:90px;width:90px;object-fit:contain}
.trust_badges_2nx{display:flex;align-items:center;justify-content:flex-end;gap:2rem;flex-wrap:wrap}
.badge_item_6vf{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--clr_text_secondary);font-weight:500}
.badge_icon_3hw{width:24px;height:24px;background:var(--gradient_accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem}
.header_row2_7jq{background:linear-gradient(135deg,#e6003c08 0%,#af2aed08 50%,#06ee9b08 100%);border-top:1px solid var(--clr_border);padding:0}
.navigation_container_1wz{max-width:1400px;margin:0 auto;padding:0 5%}
.main_nav_4dk{display:flex;justify-content:center;align-items:center;gap:.5rem;list-style:none;font-family:var(--font_primary)}
.nav_link_8mc{display:block;padding:1.25rem 1.75rem;font-size:1rem;font-weight:500;color:var(--clr_text_primary);transition:color var(--transition_base),background-color var(--transition_base);position:relative}
.nav_link_8mc::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--gradient_accent);transition:width var(--transition_base)}
.nav_link_8mc:hover{color:var(--clr_primary)}
.nav_link_8mc:hover::after{width:80%}
.nav_link_8mc:focus{outline:3px solid var(--clr_primary);outline-offset:4px}
main{min-height:60vh}
.bottom_footer_5xr{background:var(--clr_bg_surface);margin-top:5rem;position:relative;overflow:hidden}
.footer_shape_top_9kl{position:absolute;top:0;left:0;width:100%;height:120px;background:var(--clr_bg_base);clip-path:ellipse(80% 100% at 50% 0%);z-index:1}
.footer_content_wrapper_3vn{position:relative;z-index:2;padding-top:3rem}
.footer_spotlight_area_6hm{max-width:1400px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:2fr 1fr;gap:4rem;padding-bottom:3rem}
.footer_primary_zone_8jt{background:linear-gradient(135deg,#e6003c0a 0%,#af2aed0a 100%);padding:2.5rem;border-radius:16px;border:1px solid #e6003c1a;box-shadow:var(--shadow_md)}
.footer_logo_display_2qw{margin-bottom:1.5rem}
.footer_logo_img_7px{height:80px;width:80px}
.footer_brand_text_4nc{margin-bottom:1rem;background:var(--gradient_accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font:700 1.75rem var(--font_primary)}
.footer_description_9vl{font-size:1rem;color:var(--clr_text_secondary);line-height:1.8;margin-bottom:1.5rem;max-width:500px}
.footer_email_contact_5bw{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:#fff;border:2px solid var(--clr_primary);border-radius:8px;color:var(--clr_primary);font-weight:600;font-size:.95rem;transition:all var(--transition_base);box-shadow:var(--shadow_sm)}
.footer_email_contact_5bw:hover{background:var(--clr_primary);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow_md)}
.footer_email_contact_5bw:focus{outline:3px solid var(--clr_primary);outline-offset:4px}
.footer_secondary_zone_1km{display:flex;flex-direction:column;gap:2rem}
.footer_links_group_3wr{background:#fff9;backdrop-filter:blur(10px);padding:1.75rem;border-radius:12px;border:1px solid #af2aed26}
.footer_links_heading_8zq{margin-bottom:1rem;color:var(--clr_text_primary);font:600 1.1rem var(--font_primary)}
.footer_link_list_5np{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.footer_service_link_7mt{font-size:.95rem;color:var(--clr_text_secondary);transition:color var(--transition_base),transform var(--transition_base);display:inline-block}
.footer_service_link_7mt:hover{color:var(--clr_secondary);transform:translateX(4px)}
.footer_service_link_7mt:focus{outline:2px solid var(--clr_secondary);outline-offset:3px}
.footer_divider_wave_4hs{height:2px;background:linear-gradient(90deg,transparent,var(--clr_tertiary),transparent);margin:2rem 0;opacity:.3}
.footer_bottom_bar_6rk{background:linear-gradient(135deg,#06ee9b0d 0%,#af2aed0d 100%);padding:1.5rem 5%;text-align:center;border-top:1px solid #af2aed1a}
.footer_copyright_text_9wl{font-size:.9rem;color:var(--clr_text_muted);font-weight:400}
.consent_overlay_4mp{position:fixed;bottom:2rem;right:2rem;max-width:440px;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-radius:16px;box-shadow:0 12px 48px #2125293d;padding:2rem;z-index:9999;border:2px solid var(--clr_border);backdrop-filter:blur(12px);opacity:0;transform:translateY(30px) scale(0.95);transition:opacity .4s ease,transform .4s ease}
.consent_overlay_4mp.visible_state_7kx{opacity:1;transform:translateY(0) scale(1)}
.consent_heading_3wq{color:var(--clr_text_primary);margin-bottom:.875rem;font:700 1.35rem/1.3 var(--font_primary)}
.consent_description_8vr{font-size:.95rem;color:var(--clr_text_secondary);line-height:1.7;margin-bottom:1.5rem}
.consent_controls_zone_5nl{display:flex;flex-direction:column;gap:.875rem}
.consent_action_btn_2pk{padding:.875rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .25s ease;text-align:center;font:600 .95rem var(--font_primary)}
.consent_action_btn_2pk:focus{outline:3px solid var(--clr_primary);outline-offset:3px}
.btn_accept_all_9rw{background:var(--gradient_accent);color:#fff;box-shadow:var(--shadow_sm)}
.btn_accept_all_9rw:hover{opacity:.9;transform:translateY(-2px);box-shadow:var(--shadow_md)}
.btn_reject_all_6hp{background:#fff;color:var(--clr_text_primary);border:2px solid var(--clr_border)}
.btn_reject_all_6hp:hover{background:var(--clr_bg_base);border-color:var(--clr_text_secondary)}
@media (max-width: 1024px) {
.header_row1_m4x{grid-template-columns:1fr;gap:1rem;text-align:center}
.trust_badges_2nx{justify-content:center}
.main_nav_4dk{flex-wrap:wrap;gap:0}
.nav_link_8mc{padding:1rem 1.25rem;font-size:.95rem}
.footer_spotlight_area_6hm{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 768px) {
.logo_img_5rt{height:70px;width:70px}
.trust_badges_2nx{gap:1rem}
.badge_item_6vf{font-size:.8rem}
.main_nav_4dk{flex-direction:column;gap:0;align-items:stretch}
.nav_link_8mc{text-align:center;padding:1rem}
.footer_primary_zone_8jt{padding:1.75rem}
.footer_brand_text_4nc{font-size:1.5rem}
.consent_overlay_4mp{bottom:1rem;right:1rem;left:1rem;max-width:none;padding:1.5rem}
.consent_heading_3wq{font-size:1.2rem}
}
@media (max-width: 480px) {
.logo_img_5rt{height:60px;width:60px}
.trust_badges_2nx{flex-direction:column;gap:.75rem}
.footer_logo_img_7px{height:60px;width:60px}
.footer_email_contact_5bw{padding:.75rem 1.25rem;font-size:.875rem}
}
@media (prefers-reduced-motion: reduce) {
*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.about-story-hub{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:0;margin:0}
.about-story-hub .opening-narrative-wrap{background:#fff;padding:80px 20px;position:relative;overflow:hidden}
.about-story-hub .opening-narrative-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e6003c14 0%,transparent 70%);pointer-events:none}
.about-story-hub .opening-narrative-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-story-hub .narrative-content-box h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.about-story-hub .narrative-content-box h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 100%);margin-top:15px}
.about-story-hub .narrative-content-box p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:16px}
.about-story-hub .narrative-visual-box img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.about-story-hub .journey-timeline-section{background:#f8f9fa;padding:90px 20px;position:relative}
.about-story-hub .journey-timeline-section::before{content:'';position:absolute;left:0;top:0;width:100%;height:6px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 50%,#06EE9B 100%)}
.about-story-hub .timeline-container-wrap{max-width:1100px;margin:0 auto}
.about-story-hub .timeline-header-text{text-align:center;margin-bottom:70px}
.about-story-hub .timeline-header-text h2{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700}
.about-story-hub .timeline-header-text h2::before{content:'◆';color:#AF2AED;margin-right:12px;font-size:1.8rem}
.about-story-hub .timeline-header-text p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.about-story-hub .timeline-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;padding-top:40px}
.about-story-hub .timeline-events-grid::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 50%,#06EE9B 100%)}
.about-story-hub .timeline-event-card{background:#fff;padding:35px 28px;border-radius:8px;position:relative;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.about-story-hub .timeline-event-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #00000024}
.about-story-hub .timeline-event-card::before{content:'';position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:18px;height:18px;background:#E6003C;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px #E6003C;z-index:2}
.about-story-hub .timeline-event-card:nth-child(2)::before{background:#AF2AED;box-shadow:0 0 0 2px #AF2AED}
.about-story-hub .timeline-event-card:nth-child(3)::before{background:#06EE9B;box-shadow:0 0 0 2px #06EE9B}
.about-story-hub .timeline-event-card h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:700}
.about-story-hub .timeline-event-card .event-year{display:inline-block;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;padding:4px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:16px}
.about-story-hub .timeline-event-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.about-story-hub .approach-showcase-block{background:#fff;padding:85px 20px;position:relative}
.about-story-hub .approach-content-layout{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.about-story-hub .approach-visuals-column{flex:0 0 45%;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.about-story-hub .approach-visuals-column img{width:100%;height:220px;object-fit:cover;border-radius:8px;box-shadow:0 4px 14px #0000001a}
.about-story-hub .approach-text-column{flex:1}
.about-story-hub .approach-text-column h2{font-size:2.3rem;color:#212529;margin-bottom:25px;font-weight:700;position:relative;padding-left:20px}
.about-story-hub .approach-text-column h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#E6003C 0%,#AF2AED 100%);border-radius:3px}
.about-story-hub .approach-text-column p{font-size:1.08rem;color:#495057;line-height:1.8;margin-bottom:18px}
.about-story-hub .approach-highlight-term{color:#E6003C;font-weight:600;position:relative}
.about-story-hub .approach-highlight-term::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#E6003C 0%,transparent 100%)}
.about-story-hub .approach-cta-button{display:inline-block;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;margin-top:20px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #e6003c40}
.about-story-hub .approach-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #e6003c59}
.about-story-hub .tech-requirements-link{color:#AF2AED;text-decoration:none;font-weight:600;position:relative;padding-bottom:2px;border-bottom:2px solid transparent;transition:border-color .3s ease}
.about-story-hub .tech-requirements-link:hover{border-bottom-color:#AF2AED}
@media (max-width: 768px) {
.about-story-hub .opening-narrative-inner{grid-template-columns:1fr;gap:40px}
.about-story-hub .narrative-content-box h1{font-size:2.2rem}
.about-story-hub .narrative-visual-box img{height:320px}
.about-story-hub .timeline-events-grid{grid-template-columns:1fr;gap:60px;padding-top:0}
.about-story-hub .timeline-events-grid::before{display:none}
.about-story-hub .timeline-event-card::before{top:-30px;left:20px;transform:none}
.about-story-hub .approach-content-layout{flex-direction:column-reverse}
.about-story-hub .approach-visuals-column{flex:1}
.about-story-hub .approach-text-column h2{font-size:2rem}
}
.tech-requirements-page{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7}
.tech-requirements-page .trp-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.tech-requirements-page .trp-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e6003c14 0%,transparent 70%);border-radius:50%;z-index:1}
.tech-requirements-page .trp-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#06ee9b0f 0%,transparent 70%);border-radius:50%;z-index:1}
.tech-requirements-page .trp-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}
.tech-requirements-page .trp-hero-title{font-size:3.2rem;font-weight:800;color:#212529;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}
.tech-requirements-page .trp-hero-title span.accent-word{color:#E6003C;position:relative;display:inline-block}
.tech-requirements-page .trp-hero-title span.accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 100%);border-radius:2px}
.tech-requirements-page .trp-hero-intro{font-size:1.3rem;color:#495057;max-width:800px;margin:0 0 40px;line-height:1.6}
.tech-requirements-page .trp-content-wrapper{background:#fff;padding:80px 0}
.tech-requirements-page .trp-main-grid{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}
.tech-requirements-page .trp-requirements-column{display:flex;flex-direction:column;gap:50px}
.tech-requirements-page .trp-req-block{background:#fafbfc;border-radius:16px;padding:40px;border-left:5px solid #E6003C;position:relative;transition:all .3s ease}
.tech-requirements-page .trp-req-block:hover{transform:translateX(8px);box-shadow:0 12px 28px #00000014}
.tech-requirements-page .trp-req-block::before{content:'';position:absolute;top:0;left:-5px;width:5px;height:0;background:linear-gradient(180deg,#AF2AED 0%,#06EE9B 100%);transition:height .4s ease}
.tech-requirements-page .trp-req-block:hover::before{height:100%}
.tech-requirements-page .trp-req-heading{font-size:1.8rem;font-weight:700;color:#212529;margin:0 0 20px;position:relative;padding-left:36px}
.tech-requirements-page .trp-req-heading::before{content:'';position:absolute;left:0;top:4px;width:26px;height:26px;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);border-radius:6px;display:flex;align-items:center;justify-content:center}
.tech-requirements-page .trp-req-description{font-size:1.05rem;color:#495057;margin:0 0 24px;line-height:1.7}
.tech-requirements-page .trp-spec-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.tech-requirements-page .trp-spec-list li{font-size:1rem;color:#343a40;padding-left:32px;position:relative;line-height:1.6}
.tech-requirements-page .trp-spec-list li::before{content:'→';position:absolute;left:0;color:#06EE9B;font-weight:700;font-size:1.2rem}
.tech-requirements-page .trp-visual-column{position:sticky;top:100px;display:flex;flex-direction:column;gap:30px}
.tech-requirements-page .trp-image-container{border-radius:20px;overflow:hidden;box-shadow:0 16px 40px #0000001f;position:relative;transform:rotate(-2deg);transition:all .4s ease}
.tech-requirements-page .trp-image-container:hover{transform:rotate(0deg) scale(1.02);box-shadow:0 20px 50px #00000029}
.tech-requirements-page .trp-image-container img{width:100%;height:auto;display:block;object-fit:cover}
.tech-requirements-page .trp-image-container:nth-child(2){transform:rotate(2deg);margin-top:-20px}
.tech-requirements-page .trp-image-container:nth-child(2):hover{transform:rotate(0deg) scale(1.02)}
.tech-requirements-page .trp-specs-table{background:#f8f9fa;border-radius:16px;padding:40px;margin-top:30px;border:2px solid #e9ecef}
.tech-requirements-page .trp-table-title{font-size:1.6rem;font-weight:700;color:#212529;margin:0 0 28px;text-align:center;position:relative;padding-bottom:16px}
.tech-requirements-page .trp-table-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 50%,#06EE9B 100%);border-radius:2px}
.tech-requirements-page .trp-comparison-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000f}
.tech-requirements-page .trp-comparison-header{background:linear-gradient(135deg,#212529 0%,#343a40 100%);color:#fff;padding:18px 20px;font-weight:700;font-size:1.05rem;border-right:1px solid #ffffff1a}
.tech-requirements-page .trp-comparison-header:last-child{border-right:none}
.tech-requirements-page .trp-comparison-cell{background:#fff;padding:16px 20px;border-right:1px solid #e9ecef;border-bottom:1px solid #e9ecef;font-size:.98rem;color:#495057;display:flex;align-items:center}
.tech-requirements-page .trp-comparison-cell:nth-child(3n){border-right:none}
.tech-requirements-page .trp-comparison-cell.label-cell{font-weight:600;color:#212529;background:#fafbfc}
.tech-requirements-page .trp-comparison-cell.check-yes{color:#06EE9B;font-weight:700;justify-content:center}
.tech-requirements-page .trp-comparison-cell.check-no{color:#E6003C;font-weight:700;justify-content:center}
.tech-requirements-page .trp-cta-section{background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);padding:60px 20px;text-align:center;position:relative;overflow:hidden}
.tech-requirements-page .trp-cta-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 1px,transparent 1px);background-size:40px 40px;opacity:.3;animation:trpGridMove 20s linear infinite}
@keyframes trpGridMove {
0%{transform:translate(0,0)}
100%{transform:translate(40px,40px)}
}
.tech-requirements-page .trp-cta-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.tech-requirements-page .trp-cta-title{font-size:2.2rem;font-weight:800;color:#fff;margin:0 0 20px;line-height:1.3}
.tech-requirements-page .trp-cta-text{font-size:1.15rem;color:#fffffff2;margin:0 0 36px;line-height:1.6}
.tech-requirements-page .trp-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.tech-requirements-page .trp-btn{padding:16px 36px;font-size:1.05rem;font-weight:700;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;cursor:pointer;border:none;position:relative;z-index:10}
.tech-requirements-page .trp-btn-primary{background:#fff;color:#E6003C;box-shadow:0 8px 20px #00000026}
.tech-requirements-page .trp-btn-primary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 12px 28px #0003}
.tech-requirements-page .trp-btn-secondary{background:none;color:#fff;border:2px solid #fff}
.tech-requirements-page .trp-btn-secondary:hover{background:#ffffff26;transform:translateY(-3px);box-shadow:0 8px 20px #0003}
@media (max-width: 1024px) {
.tech-requirements-page .trp-main-grid{grid-template-columns:1fr;gap:50px}
.tech-requirements-page .trp-visual-column{position:relative;top:0;grid-row:1}
.tech-requirements-page .trp-comparison-grid{font-size:.9rem}
}
@media (max-width: 768px) {
.tech-requirements-page .trp-hero-section{padding:60px 0 40px}
.tech-requirements-page .trp-hero-title{font-size:2.2rem}
.tech-requirements-page .trp-hero-intro{font-size:1.1rem}
.tech-requirements-page .trp-content-wrapper{padding:50px 0}
.tech-requirements-page .trp-req-block{padding:28px}
.tech-requirements-page .trp-req-heading{font-size:1.5rem}
.tech-requirements-page .trp-specs-table{padding:28px 20px}
.tech-requirements-page .trp-comparison-grid{grid-template-columns:1fr;gap:0}
.tech-requirements-page .trp-comparison-header{border-right:none;border-bottom:1px solid #fff3}
.tech-requirements-page .trp-comparison-cell{border-right:none;padding:14px 16px}
.tech-requirements-page .trp-image-container{transform:rotate(0)}
.tech-requirements-page .trp-image-container:nth-child(2){transform:rotate(0);margin-top:0}
.tech-requirements-page .trp-cta-title{font-size:1.8rem}
.tech-requirements-page .trp-cta-buttons{flex-direction:column;align-items:center}
.tech-requirements-page .trp-btn{width:100%;max-width:300px;justify-content:center}
}
@media (max-width: 480px) {
.tech-requirements-page .trp-hero-title{font-size:1.9rem}
.tech-requirements-page .trp-req-block{padding:24px}
.tech-requirements-page .trp-req-heading{font-size:1.35rem;padding-left:32px}
}
.index-hero-wrap{position:relative;height:100vh;min-height:600px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.index-hero-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#e6003c08 0%,#af2aed08 50%,#06ee9b08 100%);z-index:1}
.index-hero-wrap .hero-img-container{position:absolute;right:0;top:0;width:55%;height:100%;clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:2}
.index-hero-wrap .hero-img-container img{width:100%;height:100%;object-fit:cover;object-position:center}
.index-hero-wrap .hero-content-box{position:relative;z-index:3;height:100%;display:flex;align-items:center;padding:40px 20px}
.index-hero-wrap .hero-inner-text{max-width:580px;padding-right:60px}
.index-hero-wrap .hero-inner-text h1{font-size:3.8rem;line-height:1.15;color:#212529;font-weight:700;margin-bottom:28px;letter-spacing:-.02em}
.index-hero-wrap .hero-inner-text h1 span{color:#E6003C;position:relative;display:inline-block}
.index-hero-wrap .hero-inner-text h1 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 100%)}
.index-hero-wrap .hero-inner-text p{font-size:1.2rem;line-height:1.7;color:#495057;margin-bottom:36px}
.index-hero-wrap .hero-cta-btn{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #e6003c33;position:relative;z-index:10}
.index-hero-wrap .hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #e6003c4d}
.foundation-block-wrap{background:#fff;padding:90px 20px;position:relative}
.foundation-block-wrap::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#06EE9B 50%,transparent 100%)}
.foundation-block-wrap .content-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto}
.foundation-block-wrap .text-content-area h2{font-size:2.6rem;color:#212529;margin-bottom:26px;font-weight:700;line-height:1.25}
.foundation-block-wrap .text-content-area h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#AF2AED 0%,#06EE9B 100%);margin-bottom:20px}
.foundation-block-wrap .text-content-area p{font-size:1.1rem;line-height:1.8;color:#495057;margin-bottom:20px}
.foundation-block-wrap .visual-content-area img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #00000014}
.approach-diagonal-section{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:100px 20px;position:relative;overflow:hidden}
.approach-diagonal-section::before{content:'';position:absolute;top:-50px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#06ee9b14 0%,transparent 70%);border-radius:50%}
.approach-diagonal-section .diagonal-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:60px;align-items:start}
.approach-diagonal-section .left-visual-box{position:relative}
.approach-diagonal-section .left-visual-box img{width:100%;height:500px;object-fit:cover;border-radius:0 60px 0 60px;box-shadow:0 15px 50px #0000001a;transform:rotate(-2deg)}
.approach-diagonal-section .right-text-box h2{font-size:2.4rem;color:#212529;margin-bottom:30px;font-weight:700;line-height:1.3}
.approach-diagonal-section .right-text-box h2 span{color:#AF2AED;position:relative}
.approach-diagonal-section .right-text-box h2 span::before{content:'';position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#06EE9B;border-radius:50%}
.approach-diagonal-section .methodology-list{list-style:none;padding:0;margin:0}
.approach-diagonal-section .methodology-list li{padding:22px 0;border-bottom:1px solid #0000000d;font-size:1.05rem;color:#495057;line-height:1.7;position:relative;padding-left:35px}
.approach-diagonal-section .methodology-list li::before{content:'→';position:absolute;left:0;color:#E6003C;font-weight:700;font-size:1.3rem}
.pathway-split-container{background:#fff;padding:95px 20px;position:relative}
.pathway-split-container .split-inner-wrap{max-width:1200px;margin:0 auto;display:flex;gap:0}
.pathway-split-container .split-side-box{flex:1;padding:60px 50px;position:relative}
.pathway-split-container .split-side-box:first-child{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-right:3px solid #06EE9B}
.pathway-split-container .split-side-box:last-child{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%)}
.pathway-split-container .split-side-box h3{font-size:2rem;color:#212529;margin-bottom:24px;font-weight:700;position:relative;padding-bottom:16px}
.pathway-split-container .split-side-box h3::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:#E6003C}
.pathway-split-container .split-side-box:last-child h3::after{background:#AF2AED}
.pathway-split-container .split-side-box p{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:18px}
.pathway-split-container .split-side-box ul{list-style:none;padding:0;margin:20px 0}
.pathway-split-container .split-side-box ul li{padding:12px 0;color:#495057;font-size:1rem;position:relative;padding-left:28px}
.pathway-split-container .split-side-box ul li::before{content:'';position:absolute;left:0;color:#06EE9B;font-weight:700}
.investment-context-block{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:85px 20px;position:relative}
.investment-context-block .context-content-box{max-width:1000px;margin:0 auto;text-align:center}
.investment-context-block .context-content-box h2{font-size:2.5rem;color:#212529;margin-bottom:32px;font-weight:700;line-height:1.3}
.investment-context-block .context-content-box h2::before{content:'';display:inline-block;width:8px;height:8px;background:#E6003C;border-radius:50%;margin-right:12px;vertical-align:middle}
.investment-context-block .context-content-box h2::after{content:'';display:inline-block;width:8px;height:8px;background:#06EE9B;border-radius:50%;margin-left:12px;vertical-align:middle}
.investment-context-block .info-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.investment-context-block .info-card-item{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 5px 20px #0000000f;transition:all .3s ease;position:relative;border-top:4px solid transparent}
.investment-context-block .info-card-item:hover{transform:translateY(-6px);box-shadow:0 10px 35px #0000001a}
.investment-context-block .info-card-item:nth-child(1){border-top-color:#E6003C}
.investment-context-block .info-card-item:nth-child(2){border-top-color:#AF2AED}
.investment-context-block .info-card-item:nth-child(3){border-top-color:#06EE9B}
.investment-context-block .info-card-item h4{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.investment-context-block .info-card-item p{font-size:1rem;line-height:1.7;color:#495057}
.timeline-journey-wrap{background:#fff;padding:100px 20px;position:relative}
.timeline-journey-wrap .timeline-header-section{max-width:800px;margin:0 auto 70px;text-align:center}
.timeline-journey-wrap .timeline-header-section h2{font-size:2.6rem;color:#212529;margin-bottom:22px;font-weight:700}
.timeline-journey-wrap .timeline-header-section p{font-size:1.15rem;line-height:1.7;color:#495057}
.timeline-journey-wrap .timeline-items-container{max-width:1000px;margin:0 auto;position:relative;padding:40px 0}
.timeline-journey-wrap .timeline-items-container::before{content:'';position:absolute;left:80px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#E6003C 0%,#AF2AED 50%,#06EE9B 100%)}
.timeline-journey-wrap .timeline-step-item{display:flex;gap:40px;margin-bottom:50px;position:relative;padding-left:60px}
.timeline-journey-wrap .timeline-marker-box{position:absolute;left:63px;top:8px;width:34px;height:34px;background:#fff;border:4px solid #E6003C;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#E6003C;font-size:.9rem;z-index:5}
.timeline-journey-wrap .timeline-step-item:nth-child(2) .timeline-marker-box{border-color:#AF2AED;color:#AF2AED}
.timeline-journey-wrap .timeline-step-item:nth-child(3) .timeline-marker-box{border-color:#06EE9B;color:#06EE9B}
.timeline-journey-wrap .timeline-content-box{flex:1;background:#f8f9fa;padding:30px 35px;border-radius:10px;box-shadow:0 4px 15px #0000000d}
.timeline-journey-wrap .timeline-content-box h4{font-size:1.5rem;color:#212529;margin-bottom:14px;font-weight:600}
.timeline-journey-wrap .timeline-content-box p{font-size:1.05rem;line-height:1.7;color:#495057}
.masonry-showcase-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:90px 20px;position:relative}
.masonry-showcase-section .masonry-title-area{max-width:1200px;margin:0 auto 60px}
.masonry-showcase-section .masonry-title-area h2{font-size:2.7rem;color:#212529;font-weight:700;margin-bottom:20px;position:relative;display:inline-block}
.masonry-showcase-section .masonry-title-area h2::after{content:'';position:absolute;bottom:-8px;left:0;width:120px;height:4px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 100%)}
.masonry-showcase-section .masonry-grid-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.masonry-showcase-section .masonry-card-box{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 25px #00000014;transition:all .3s ease}
.masonry-showcase-section .masonry-card-box:hover{transform:scale(1.02);box-shadow:0 10px 40px #0000001f}
.masonry-showcase-section .masonry-card-box:first-child{grid-row:span 2}
.masonry-showcase-section .masonry-card-img{width:100%;height:280px;object-fit:cover}
.masonry-showcase-section .masonry-card-box:first-child .masonry-card-img{height:380px}
.masonry-showcase-section .masonry-card-text{padding:30px}
.masonry-showcase-section .masonry-card-text h3{font-size:1.5rem;color:#212529;margin-bottom:14px;font-weight:600}
.masonry-showcase-section .masonry-card-text p{font-size:1.05rem;line-height:1.7;color:#495057}
.connection-cta-finale{background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);padding:80px 20px;position:relative;overflow:hidden}
.connection-cta-finale::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.connection-cta-finale::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#06ee9b26;border-radius:50%}
.connection-cta-finale .cta-finale-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:3}
.connection-cta-finale .cta-finale-content h2{font-size:2.8rem;color:#fff;margin-bottom:28px;font-weight:700;line-height:1.25}
.connection-cta-finale .cta-finale-content p{font-size:1.2rem;line-height:1.7;color:#fffffff2;margin-bottom:40px}
.connection-cta-finale .cta-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.connection-cta-finale .cta-btn-primary{display:inline-block;padding:18px 45px;background:#fff;color:#E6003C;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #00000026;position:relative;z-index:10}
.connection-cta-finale .cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000040;background:#06EE9B;color:#212529}
.connection-cta-finale .cta-btn-secondary{display:inline-block;padding:18px 45px;background:none;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;border:2px solid #fff;transition:all .3s ease;position:relative;z-index:10}
.connection-cta-finale .cta-btn-secondary:hover{background:#fff;color:#AF2AED;transform:translateY(-3px)}
@media (max-width: 992px) {
.index-hero-wrap .hero-img-container{width:100%;height:50%;clip-path:none;position:relative}
.index-hero-wrap .hero-content-box{padding-top:20px}
.index-hero-wrap .hero-inner-text{padding-right:0;max-width:100%}
.index-hero-wrap .hero-inner-text h1{font-size:2.8rem}
.foundation-block-wrap .content-grid-layout{grid-template-columns:1fr;gap:50px}
.approach-diagonal-section .diagonal-content-wrapper{grid-template-columns:1fr;gap:40px}
.approach-diagonal-section .left-visual-box img{transform:rotate(0)}
.pathway-split-container .split-inner-wrap{flex-direction:column}
.pathway-split-container .split-side-box:first-child{border-right:none;border-bottom:3px solid #06EE9B}
.investment-context-block .info-cards-grid{grid-template-columns:1fr;gap:25px}
.timeline-journey-wrap .timeline-items-container::before{left:20px}
.timeline-journey-wrap .timeline-marker-box{left:3px}
.timeline-journey-wrap .timeline-step-item{padding-left:0}
.masonry-showcase-section .masonry-grid-layout{grid-template-columns:1fr}
.masonry-showcase-section .masonry-card-box:first-child{grid-row:auto}
.connection-cta-finale .cta-finale-content h2{font-size:2.2rem}
.connection-cta-finale .cta-button-group{flex-direction:column;align-items:center}
}
@media (max-width: 768px) {
.index-hero-wrap{height:auto;min-height:auto}
.index-hero-wrap .hero-inner-text h1{font-size:2.2rem}
.foundation-block-wrap .text-content-area h2{font-size:2rem}
.approach-diagonal-section .right-text-box h2{font-size:1.9rem}
.pathway-split-container .split-side-box{padding:40px 30px}
.investment-context-block .context-content-box h2{font-size:2rem}
.timeline-journey-wrap .timeline-header-section h2{font-size:2rem}
.masonry-showcase-section .masonry-title-area h2{font-size:2.1rem}
}
.contact-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:600px}
.contact-intro-block{padding:80px 20px 60px;max-width:1200px;margin:0 auto}
.contact-intro-block .main-statement{font-size:2.8rem;font-weight:700;color:#212529;line-height:1.2;margin-bottom:24px;letter-spacing:-.02em}
.contact-intro-block .supporting-narrative{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px;margin-bottom:16px}
.contact-intro-block .context-note{font-size:1rem;color:#6c757d;line-height:1.6;max-width:640px}
.interaction-hub{background:#fff;padding:70px 20px;border-top:1px solid #e9ecef}
.interaction-hub .container{max-width:1140px;margin:0 auto}
.form-content-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.auxiliary-information{padding-top:12px}
.auxiliary-information .info-cluster{margin-bottom:48px}
.auxiliary-information .cluster-heading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#AF2AED;margin-bottom:14px}
.auxiliary-information .detail-item{font-size:1rem;color:#343a40;line-height:1.8;margin-bottom:8px;display:flex;align-items:baseline;gap:10px}
.auxiliary-information .detail-item::before{content:'';display:inline-block;width:4px;height:4px;background:#06EE9B;border-radius:50%;flex-shrink:0;margin-top:10px}
.auxiliary-information .operating-window{font-size:.95rem;color:#6c757d;line-height:1.6;margin-top:24px;padding:18px;background:#f8f9fa;border-radius:8px;border-left:3px solid #06EE9B}
.correspondence-interface{background:#fff;padding:44px;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #e9ecef}
.correspondence-interface .form-caption{font-size:1.5rem;font-weight:600;color:#212529;margin-bottom:32px;line-height:1.3}
.field-wrapper{margin-bottom:26px}
.field-wrapper .input-descriptor{display:block;font-size:.9rem;font-weight:500;color:#343a40;margin-bottom:8px;letter-spacing:.01em}
.field-wrapper .text-entry,.field-wrapper .extended-entry,.field-wrapper .selection-menu{width:100%;padding:14px 16px;font-size:1rem;color:#212529;background:#fff;border:2px solid #dee2e6;border-radius:8px;transition:all .2s ease;font-family:inherit}
.field-wrapper .text-entry:focus,.field-wrapper .extended-entry:focus,.field-wrapper .selection-menu:focus{outline:none;border-color:#AF2AED;box-shadow:0 0 0 3px #af2aed1a}
.field-wrapper .extended-entry{min-height:140px;resize:vertical;line-height:1.6}
.field-wrapper .selection-menu{cursor:pointer;appearance:none;padding-right:44px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23495057' d='M6 8L0 0h12z'/%3E%3C/svg%3E") (12px) no-repeat right 16px center}
.dual-field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:26px}
.consent-arrangement{margin:32px 0 28px;display:flex;align-items:start;gap:12px}
.consent-arrangement .agreement-toggle{width:20px;height:20px;margin-top:2px;cursor:pointer;border:2px solid #dee2e6;border-radius:4px;flex-shrink:0}
.consent-arrangement .agreement-toggle:checked{background:#E6003C;border-color:#E6003C}
.consent-arrangement .agreement-statement{font-size:.9rem;color:#495057;line-height:1.6}
.consent-arrangement .agreement-statement a{color:#AF2AED;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s ease}
.consent-arrangement .agreement-statement a:hover{border-bottom-color:#AF2AED}
.submission-control{background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;font-size:1.05rem;font-weight:600;padding:16px 48px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e6003c40;position:relative;z-index:10}
.submission-control:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e6003c59}
.submission-control:active{transform:translateY(0)}
.pathway-alternatives{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:70px 20px;border-top:1px solid #e9ecef}
.pathway-alternatives .container{max-width:1140px;margin:0 auto}
.pathway-alternatives .section-heading{font-size:2rem;font-weight:700;color:#212529;margin-bottom:48px;text-align:center;position:relative}
.pathway-alternatives .section-heading::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#E6003C,#06EE9B);margin:20px auto 0;border-radius:2px}
.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.method-card{background:#fff;padding:36px 28px;border-radius:10px;border:1px solid #e9ecef;transition:all .3s ease;text-align:center;box-shadow:0 2px 8px #0000000a}
.method-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#06EE9B}
.method-card .card-icon{width:56px;height:56px;margin:0 auto 24px;background:linear-gradient(135deg,#E6003C,#AF2AED);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.method-card .card-icon::before{content:'';width:24px;height:24px;background:#fff;border-radius:50%}
.method-card .card-title{font-size:1.2rem;font-weight:600;color:#212529;margin-bottom:14px}
.method-card .card-description{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:18px}
.method-card .card-detail{font-size:.9rem;color:#AF2AED;font-weight:500}
.response-expectations{background:#fff;padding:70px 20px 80px;border-top:1px solid #e9ecef}
.response-expectations .container{max-width:900px;margin:0 auto;text-align:center}
.response-expectations .final-heading{font-size:1.8rem;font-weight:600;color:#212529;margin-bottom:22px;line-height:1.3}
.response-expectations .final-explanation{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.response-expectations .timing-note{font-size:.95rem;color:#6c757d;line-height:1.6;padding:20px 28px;background:#f8f9fa;border-radius:8px;display:inline-block;margin-top:16px;border-left:4px solid #06EE9B}
@media (max-width: 992px) {
.form-content-grid{grid-template-columns:1fr;gap:48px}
.method-grid{grid-template-columns:1fr;gap:24px}
.contact-intro-block .main-statement{font-size:2.2rem}
}
@media (max-width: 768px) {
.contact-intro-block{padding:60px 20px 40px}
.contact-intro-block .main-statement{font-size:1.9rem}
.correspondence-interface{padding:32px 24px}
.dual-field-row{grid-template-columns:1fr;gap:26px}
.interaction-hub,.pathway-alternatives,.response-expectations{padding:50px 20px}
.submission-control{width:100%}
}
@media (max-width: 576px) {
.contact-intro-block .main-statement{font-size:1.6rem}
.correspondence-interface{padding:28px 20px}
.pathway-alternatives .section-heading{font-size:1.6rem}
}
.learning-program-hero{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e6003c14 0%,transparent 70%);border-radius:50%}
.learning-program-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#06ee9b0f 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-main-title{font-size:48px;font-weight:700;color:#212529;margin-bottom:20px;line-height:1.2}
.hero-main-title span{color:#E6003C;position:relative}
.hero-main-title span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 100%)}
.hero-subtitle-text{font-size:20px;color:#495057;line-height:1.6;max-width:720px;margin-bottom:35px}
.hero-cta-button{display:inline-block;background:#E6003C;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:18px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}
.hero-cta-button:hover{background:#c50034;transform:translateY(-2px);box-shadow:0 8px 20px #e6003c40}
.program-tracks-section{background:#fff;padding:90px 20px;position:relative}
.tracks-container-main{max-width:1400px;margin:0 auto}
.section-header-block{text-align:center;margin-bottom:70px}
.section-main-heading{font-size:42px;font-weight:700;color:#212529;margin-bottom:18px;position:relative;display:inline-block}
.section-main-heading::before{content:'';position:absolute;top:-15px;left:-25px;width:40px;height:40px;background:linear-gradient(135deg,#af2aed26 0%,#06ee9b26 100%);border-radius:50%;z-index:-1}
.section-description-text{font-size:18px;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.tracks-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:50px}
.track-card-item{background:#f8f9fa;border-radius:12px;padding:45px 35px;position:relative;border:2px solid transparent;transition:all .3s ease}
.track-card-item::before{content:'';position:absolute;top:0;left:0;width:5px;height:0;background:linear-gradient(180deg,#E6003C 0%,#AF2AED 100%);border-radius:12px 0 0 12px;transition:height .3s ease}
.track-card-item:hover{border-color:#E6003C;transform:translateY(-5px);box-shadow:0 12px 30px #00000014}
.track-card-item:hover::before{height:100%}
.track-number-badge{display:inline-block;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;width:50px;height:50px;line-height:50px;text-align:center;border-radius:50%;font-size:22px;font-weight:700;margin-bottom:20px}
.track-title-heading{font-size:26px;font-weight:700;color:#212529;margin-bottom:15px}
.track-description-paragraph{font-size:16px;color:#495057;line-height:1.7;margin-bottom:25px}
.track-features-list{list-style:none;padding:0;margin:0}
.track-features-list li{font-size:15px;color:#343a40;padding:10px 0;padding-left:30px;position:relative;line-height:1.6}
.track-features-list li::before{content:'';position:absolute;left:0;top:10px;color:#06EE9B;font-weight:700;font-size:18px}
.immersive-experience-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:90px 20px;position:relative}
.experience-layout-wrapper{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.experience-visual-column{position:relative}
.experience-image-main{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 50px #0000001f}
.experience-accent-shape{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;background:linear-gradient(135deg,#af2aed33 0%,#06ee9b33 100%);border-radius:50%;z-index:-1}
.experience-content-column{padding:20px 0}
.experience-section-label{display:inline-block;background:linear-gradient(90deg,#e6003c1a 0%,#af2aed1a 100%);color:#E6003C;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}
.experience-main-title{font-size:40px;font-weight:700;color:#212529;margin-bottom:25px;line-height:1.3}
.experience-description-block{font-size:17px;color:#495057;line-height:1.8;margin-bottom:35px}
.experience-highlights-container{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:40px}
.highlight-item-box{background:#fff;padding:25px;border-radius:10px;border-left:4px solid #06EE9B;box-shadow:0 4px 15px #0000000f;transition:all .3s ease}
.highlight-item-box:hover{transform:translateX(5px);box-shadow:0 6px 20px #0000001a}
.highlight-title-text{font-size:18px;font-weight:700;color:#212529;margin-bottom:8px}
.highlight-detail-text{font-size:15px;color:#495057;line-height:1.6}
.schedule-timeline-section{background:#fff;padding:90px 20px;position:relative}
.schedule-content-wrapper{max-width:1100px;margin:0 auto}
.schedule-header-area{text-align:center;margin-bottom:60px}
.schedule-main-heading{font-size:42px;font-weight:700;color:#212529;margin-bottom:20px}
.schedule-intro-text{font-size:18px;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.timeline-container-block{position:relative;padding:40px 0}
.timeline-visual-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:50px}
.timeline-left-content{text-align:right;padding-right:40px}
.timeline-right-image{position:relative}
.timeline-image-display{width:100%;height:auto;border-radius:12px;box-shadow:0 15px 40px #0000001a}
.timeline-phases-list{display:flex;flex-direction:column;gap:35px;margin-top:50px}
.phase-item-container{display:grid;grid-template-columns:80px 1fr;gap:25px;align-items:start}
.phase-marker-circle{width:80px;height:80px;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;box-shadow:0 8px 20px #e6003c40;flex-shrink:0}
.phase-content-block{background:#f8f9fa;padding:30px;border-radius:10px;border-left:4px solid #AF2AED;transition:all .3s ease}
.phase-content-block:hover{background:#fff;box-shadow:0 8px 25px #00000014;transform:translateX(5px)}
.phase-title-header{font-size:22px;font-weight:700;color:#212529;margin-bottom:12px}
.phase-duration-label{font-size:14px;color:#E6003C;font-weight:600;margin-bottom:15px;display:block}
.phase-description-content{font-size:16px;color:#495057;line-height:1.7}
.start-dates-info{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #06EE9B;border-radius:12px;padding:35px;margin-top:50px;text-align:center}
.dates-info-title{font-size:26px;font-weight:700;color:#212529;margin-bottom:20px}
.dates-info-description{font-size:17px;color:#495057;line-height:1.7;margin-bottom:25px}
.contact-action-button{display:inline-block;background:#06EE9B;color:#212529;padding:14px 35px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease}
.contact-action-button:hover{background:#05d589;transform:translateY(-2px);box-shadow:0 8px 20px #06ee9b4d}
@media (max-width: 992px) {
.hero-main-title{font-size:38px}
.tracks-grid-layout{grid-template-columns:1fr;gap:30px}
.experience-layout-wrapper{grid-template-columns:1fr;gap:40px}
.experience-visual-column{order:2}
.experience-content-column{order:1}
.timeline-visual-wrapper{grid-template-columns:1fr;gap:30px}
.timeline-left-content{text-align:left;padding-right:0}
.phase-item-container{grid-template-columns:70px 1fr;gap:20px}
.phase-marker-circle{width:70px;height:70px;font-size:20px}
}
@media (max-width: 768px) {
.learning-program-hero{padding:60px 20px 50px}
.hero-main-title{font-size:32px}
.hero-subtitle-text{font-size:18px}
.section-main-heading{font-size:34px}
.schedule-main-heading{font-size:34px}
.experience-main-title{font-size:32px}
.experience-highlights-container{grid-template-columns:1fr}
.phase-item-container{grid-template-columns:60px 1fr;gap:15px}
.phase-marker-circle{width:60px;height:60px;font-size:18px}
.phase-content-block{padding:25px}
}
@media (max-width: 576px) {
.hero-main-title{font-size:28px}
.section-main-heading{font-size:28px}
.track-card-item{padding:35px 25px}
.experience-accent-shape{width:150px;height:150px;bottom:-20px;right:-20px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0}
.policy-header-section{background:linear-gradient(160deg,#E6003C 0%,#AF2AED 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.policy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#06ee9b26 0%,transparent 70%);transform:rotate(-15deg)}
.policy-title-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.policy-main-title{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 1rem;line-height:1.2}
.policy-intro-text{color:#fffffff2;font-size:1.15rem;line-height:1.7;margin:0;max-width:720px}
.policy-content-container{max-width:100%;padding:0;background:#fff}
.policy-section-block{padding:3.5rem 2rem;border-bottom:1px solid #e9ecef}
.policy-section-block:nth-child(even){background:linear-gradient(to bottom,#fafbfc 0%,#fff 100%)}
.policy-section-inner{max-width:1100px;margin:0 auto}
.section-heading-primary{color:#212529;font-size:2rem;font-weight:700;margin:0 0 1.5rem;position:relative;display:inline-block}
.section-heading-primary::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 100%)}
.section-heading-secondary{color:#343a40;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}
.policy-text-content{color:#495057;font-size:1.05rem;line-height:1.8;margin:0 0 1.2rem}
.policy-text-content:last-child{margin-bottom:0}
.conceptual-framework-intro{background:linear-gradient(135deg,#e6003c0d 0%,#af2aed0d 100%);padding:2rem;border-left:4px solid #E6003C;margin:2rem 0;border-radius:0 8px 8px 0}
.technology-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0}
.technology-card-item{background:#fff;padding:1.8rem;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}
.technology-card-item:hover{transform:translateY(-4px);box-shadow:0 6px 20px #e6003c1f;border-color:#E6003C}
.card-tech-title{color:#E6003C;font-size:1.25rem;font-weight:700;margin:0 0 .8rem;display:flex;align-items:center;gap:.5rem}
.card-tech-title::before{content:'→';color:#AF2AED;font-weight:900}
.card-tech-description{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.operational-purpose-list{margin:2rem 0;padding:0;list-style:none}
.operational-list-item{padding:1rem 0 1rem 3rem;position:relative;color:#495057;font-size:1.05rem;line-height:1.7;border-bottom:1px solid #f0f1f3}
.operational-list-item:last-child{border-bottom:none}
.operational-list-item::before{content:'';position:absolute;left:0;top:1.2rem;width:20px;height:20px;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);border-radius:50%}
.operational-list-item::after{content:'';position:absolute;left:6px;top:1.5rem;width:8px;height:8px;background:#fff;border-radius:50%}
.distinction-matrix{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2.5rem 0}
.matrix-column-essential{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:2rem;border-radius:8px;border:2px solid #E6003C}
.matrix-column-optional{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);padding:2rem;border-radius:8px;border:2px solid #AF2AED}
.matrix-column-title{font-size:1.4rem;font-weight:700;margin:0 0 1.2rem;text-transform:uppercase;letter-spacing:.5px}
.matrix-column-essential .matrix-column-title{color:#E6003C}
.matrix-column-optional .matrix-column-title{color:#AF2AED}
.matrix-item-list{margin:0;padding:0;list-style:none}
.matrix-item-entry{padding:.8rem 0;color:#495057;font-size:1rem;line-height:1.6;border-bottom:1px solid #0000000f}
.matrix-item-entry:last-child{border-bottom:none}
.control-mechanism-block{background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:8px;margin:2rem 0;border:1px solid #e9ecef}
.control-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0 0}
.control-method-card{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;border:2px solid transparent;transition:all .3s ease}
.control-method-card:hover{border-color:#06EE9B;transform:scale(1.03)}
.control-method-icon{font-size:2.5rem;margin:0 0 1rem;display:block}
.control-method-label{color:#343a40;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}
.control-method-detail{color:#6c757d;font-size:.95rem;line-height:1.5;margin:0}
.duration-timeline-section{margin:2.5rem 0;padding:2rem;background:linear-gradient(135deg,#06ee9b14 0%,#af2aed14 100%);border-radius:8px}
.timeline-item-row{display:flex;align-items:flex-start;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #00000014}
.timeline-item-row:last-child{border-bottom:none}
.timeline-period-marker{flex-shrink:0;width:120px;font-size:1.1rem;font-weight:700;color:#E6003C}
.timeline-description-text{flex-grow:1;color:#495057;font-size:1rem;line-height:1.7;margin:0}
.data-flow-visualization{margin:2.5rem 0;padding:0}
.flow-stage-container{display:flex;align-items:center;gap:1.5rem;margin:0 0 1.5rem}
.flow-stage-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}
.flow-stage-content{flex-grow:1;background:#fff;padding:1.2rem 1.5rem;border-radius:8px;border-left:4px solid #06EE9B}
.flow-stage-heading{color:#212529;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}
.flow-stage-text{color:#495057;font-size:1rem;line-height:1.6;margin:0}
.practical-scenario-examples{margin:2.5rem 0}
.scenario-example-card{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e9ecef;margin:0 0 1.5rem;box-shadow:0 2px 6px #0000000a}
.scenario-example-card:last-child{margin-bottom:0}
.scenario-card-header{color:#AF2AED;font-size:1.3rem;font-weight:700;margin:0 0 1rem}
.scenario-card-body{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.technical-specification-table{width:100%;border-collapse:collapse;margin:2rem 0;background:#fff}
.technical-specification-table th{background:linear-gradient(135deg,#343a40 0%,#495057 100%);color:#fff;padding:1rem;text-align:left;font-weight:700;font-size:1.05rem;border:1px solid #343a40}
.technical-specification-table td{padding:1rem;color:#495057;font-size:1rem;line-height:1.6;border:1px solid #e9ecef}
.technical-specification-table tr:nth-child(even){background:#f8f9fa}
.technical-specification-table tr:hover{background:#e6003c0a}
.spec-table-category{font-weight:700;color:#E6003C}
.communication-pathways-section{margin:3rem 0 0;padding:2.5rem;background:linear-gradient(135deg,#212529 0%,#343a40 100%);border-radius:8px;color:#fff}
.pathways-heading-main{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 1.5rem;position:relative;padding-bottom:1rem}
.pathways-heading-main::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:3px;background:linear-gradient(90deg,#06EE9B 0%,#AF2AED 100%)}
.pathways-content-text{color:#ffffffe6;font-size:1.05rem;line-height:1.8;margin:0 0 1.5rem}
.pathways-content-text:last-child{margin-bottom:0}
.contact-method-inline{color:#06EE9B;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}
.contact-method-inline:hover{border-bottom-color:#06EE9B}
.pathway-detail-cluster{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0 0}
.pathway-item-box{background:#ffffff14;padding:1.5rem;border-radius:8px;border:1px solid #ffffff26;transition:all .3s ease}
.pathway-item-box:hover{background:#ffffff1f;border-color:#06EE9B}
.pathway-box-label{color:#06EE9B;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}
.pathway-box-value{color:#fff;font-size:1.1rem;font-weight:400;margin:0;word-break:break-word}
@media (max-width: 768px) {
.policy-main-title{font-size:2rem}
.policy-intro-text{font-size:1rem}
.policy-section-block{padding:2rem 1.5rem}
.section-heading-primary{font-size:1.6rem}
.section-heading-secondary{font-size:1.25rem}
.technology-grid-layout{grid-template-columns:1fr;gap:1.5rem}
.distinction-matrix{grid-template-columns:1fr;gap:1.5rem}
.control-options-grid{grid-template-columns:1fr;gap:1rem}
.timeline-item-row{flex-direction:column;gap:.5rem}
.timeline-period-marker{width:100%}
.flow-stage-container{flex-direction:column;align-items:flex-start}
.pathway-detail-cluster{grid-template-columns:1fr;gap:1rem}
.technical-specification-table{font-size:.9rem}
.technical-specification-table th,.technical-specification-table td{padding:.75rem}
}
.privacy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.privacy-hero-section{background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e6003c14 0%,transparent 70%);border-radius:50%;z-index:1}
.privacy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#06ee9b0f 0%,transparent 70%);border-radius:50%;z-index:1}
.privacy-hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.privacy-page-title{font-size:3.2rem;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.privacy-page-title::before{content:'';display:inline-block;width:6px;height:48px;background:linear-gradient(180deg,#E6003C 0%,#AF2AED 100%);margin-right:20px;vertical-align:middle;border-radius:3px}
.privacy-subtitle{font-size:1.15rem;color:#495057;line-height:1.7;margin:0;font-weight:400}
.privacy-last-updated{display:inline-block;margin-top:24px;padding:10px 20px;background:#e6003c14;border-left:3px solid #E6003C;font-size:.95rem;color:#343a40;border-radius:0 4px 4px 0}
.privacy-content-wrapper{background:#fff;max-width:100%;margin:0;padding:0}
.privacy-section-block{padding:70px 40px;border-bottom:1px solid #e9ecef;position:relative}
.privacy-section-block:nth-child(even){background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.privacy-section-block:last-child{border-bottom:none}
.privacy-section-inner{max-width:1100px;margin:0 auto}
.section-heading-primary{font-size:2.2rem;font-weight:700;color:#212529;margin:0 0 32px;line-height:1.3;position:relative;padding-left:24px}
.section-heading-primary::before{content:'';position:absolute;left:0;top:4px;width:8px;height:32px;background:linear-gradient(180deg,#AF2AED 0%,#06EE9B 100%);border-radius:4px}
.section-heading-secondary{font-size:1.65rem;font-weight:600;color:#343a40;margin:40px 0 20px;line-height:1.4}
.section-heading-secondary::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 100%);margin-top:12px;border-radius:2px}
.privacy-text-paragraph{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 20px}
.privacy-text-paragraph strong{color:#212529;font-weight:600}
.privacy-list-standard{list-style:none;padding:0;margin:24px 0}
.privacy-list-standard li{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 16px;padding-left:32px;position:relative}
.privacy-list-standard li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#06EE9B;border-radius:50%;box-shadow:0 0 0 3px #06ee9b33}
.privacy-highlight-box{background:linear-gradient(135deg,#e6003c0a 0%,#af2aed0a 100%);border-left:4px solid #E6003C;padding:28px 32px;margin:32px 0;border-radius:0 8px 8px 0}
.privacy-highlight-box .privacy-text-paragraph{margin-bottom:12px}
.privacy-highlight-box .privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-contact-info-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #e9ecef;border-radius:12px;padding:40px;margin:40px 0 0}
.privacy-contact-heading{font-size:1.5rem;font-weight:600;color:#212529;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #e9ecef}
.privacy-contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:24px}
.privacy-contact-item{display:flex;align-items:flex-start;gap:16px}
.privacy-contact-icon{width:44px;height:44px;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #e6003c33}
.privacy-contact-icon::before{content:'●';color:#fff;font-size:1.2rem}
.privacy-contact-text{flex:1}
.privacy-contact-label{font-size:.9rem;font-weight:600;color:#343a40;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}
.privacy-contact-value{font-size:1.05rem;color:#495057;line-height:1.6;margin:0}
.privacy-contact-value a{color:#E6003C;text-decoration:none;transition:color .2s ease}
.privacy-contact-value a:hover{color:#AF2AED;text-decoration:underline}
.privacy-table-wrapper{overflow-x:auto;margin:32px 0;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table thead{background:linear-gradient(135deg,#212529 0%,#343a40 100%)}
.privacy-data-table th{padding:18px 20px;text-align:left;font-size:.95rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #E6003C}
.privacy-data-table td{padding:16px 20px;font-size:1rem;color:#495057;border-bottom:1px solid #e9ecef;line-height:1.6}
.privacy-data-table tbody tr:hover{background:#06ee9b0a}
.privacy-data-table tbody tr:last-child td{border-bottom:none}
.privacy-numbered-section{counter-reset:privacy-counter;margin:32px 0}
.privacy-numbered-item{counter-increment:privacy-counter;position:relative;padding-left:60px;margin-bottom:32px}
.privacy-numbered-item::before{content:counter(privacy-counter);position:absolute;left:0;top:0;width:40px;height:40px;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;font-size:1.2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #e6003c40}
.privacy-divider-custom{height:2px;background:linear-gradient(90deg,transparent 0%,#E6003C 50%,transparent 100%);margin:60px auto;max-width:400px;border:none}
@media (max-width: 768px) {
.privacy-hero-section{padding:60px 20px 40px}
.privacy-page-title{font-size:2.2rem}
.privacy-page-title::before{height:36px;margin-right:12px}
.privacy-subtitle{font-size:1.05rem}
.privacy-section-block{padding:50px 24px}
.section-heading-primary{font-size:1.8rem;padding-left:20px}
.section-heading-primary::before{width:6px;height:28px}
.section-heading-secondary{font-size:1.4rem}
.privacy-text-paragraph{font-size:1rem}
.privacy-list-standard li{font-size:1rem;padding-left:28px}
.privacy-highlight-box{padding:20px 24px;margin:24px 0}
.privacy-contact-info-block{padding:28px 24px}
.privacy-contact-details{grid-template-columns:1fr;gap:20px}
.privacy-data-table th,.privacy-data-table td{padding:12px 14px;font-size:.9rem}
.privacy-numbered-item{padding-left:50px}
.privacy-numbered-item::before{width:36px;height:36px;font-size:1.1rem}
}
@media (max-width: 480px) {
.privacy-page-title{font-size:1.9rem}
.section-heading-primary{font-size:1.6rem}
.privacy-contact-icon{width:38px;height:38px}
}
.success-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:85vh;display:flex;align-items:center;padding:3rem 1.5rem}
.success-inner-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 24px #e6003c14;padding:3.5rem 2.5rem;position:relative;overflow:hidden}
.success-inner-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#E6003C 0%,#AF2AED 50%,#06EE9B 100%)}
.success-icon-area{text-align:center;margin-bottom:2rem}
.success-checkmark-circle{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#06EE9B 0%,#04c984 100%);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #06ee9b4d;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.4);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-svg{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.success-checkmark-path{stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .5s ease-out .3s forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:2.25rem;font-weight:700;color:#212529;text-align:center;margin:0 0 1rem;line-height:1.2}
.success-subheading-text{font-size:1.125rem;color:#495057;text-align:center;margin:0 0 2.5rem;line-height:1.6}
.success-info-block{background:#f8f9fa;border-left:4px solid #AF2AED;padding:1.75rem 2rem;border-radius:8px;margin-bottom:2rem}
.success-info-heading{font-size:1rem;font-weight:600;color:#343a40;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}
.success-info-detail{font-size:1rem;color:#495057;margin:0 0 .5rem;line-height:1.6}
.success-info-detail:last-child{margin-bottom:0}
.success-timeline-area{margin:2.5rem 0;padding:2rem 0;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}
.success-timeline-title{font-size:1.25rem;font-weight:600;color:#212529;margin:0 0 1.5rem;text-align:center}
.success-step-item{display:flex;gap:1.25rem;margin-bottom:1.5rem;align-items:flex-start}
.success-step-item:last-child{margin-bottom:0}
.success-step-number{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.success-step-content{flex:1;padding-top:.25rem}
.success-step-label{font-size:1rem;font-weight:600;color:#343a40;margin:0 0 .25rem}
.success-step-description{font-size:.9375rem;color:#6c757d;margin:0;line-height:1.5}
.success-action-zone{text-align:center;margin-top:2.5rem}
.success-primary-button{display:inline-block;padding:.875rem 2.5rem;background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #e6003c40;margin:0 .5rem .75rem}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e6003c59;color:#fff}
.success-secondary-button{display:inline-block;padding:.875rem 2.5rem;background:#fff;color:#E6003C;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid #E6003C;transition:all .3s ease;margin:0 .5rem .75rem}
.success-secondary-button:hover{background:#E6003C;color:#fff;transform:translateY(-2px)}
.success-contact-snippet{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef;text-align:center}
.success-contact-label{font-size:.875rem;color:#6c757d;margin:0 0 .75rem}
.success-contact-methods{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}
.success-contact-item{font-size:.9375rem;color:#495057}
.success-contact-link{color:#E6003C;text-decoration:none;font-weight:500;transition:color .2s ease}
.success-contact-link:hover{color:#AF2AED;text-decoration:underline}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem}
.success-inner-container{padding:2.5rem 1.75rem}
.success-main-heading{font-size:1.75rem}
.success-subheading-text{font-size:1rem}
.success-info-block{padding:1.5rem 1.25rem}
.success-action-zone{display:flex;flex-direction:column;gap:.75rem}
.success-primary-button,.success-secondary-button{margin:0;width:100%}
.success-contact-methods{flex-direction:column;gap:.75rem}
}
@media (max-width: 480px) {
.success-checkmark-circle{width:72px;height:72px}
.success-checkmark-svg{width:38px;height:38px}
.success-main-heading{font-size:1.5rem}
.success-step-item{gap:1rem}
.success-step-number{width:32px;height:32px;font-size:.85rem}
}
.error-404-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}
.error-404-content{max-width:800px;margin:0 auto;text-align:center}
.error-404-visual{position:relative;margin-bottom:3rem}
.error-404-code{font-size:clamp(8rem,20vw,14rem);font-weight:800;line-height:.9;color:#E6003C;text-shadow:4px 4px 0 #af2aed26;margin:0;letter-spacing:-.05em}
.error-404-glitch{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none}
.error-404-glitch::before,.error-404-glitch::after{content:'404';position:absolute;top:0;left:0;width:100%;height:100%;font-size:clamp(8rem,20vw,14rem);font-weight:800;opacity:.3}
.error-404-glitch::before{color:#AF2AED;animation:glitch-effect-1 2.5s infinite}
.error-404-glitch::after{color:#06EE9B;animation:glitch-effect-2 2s infinite}
@keyframes glitch-effect-1 {
0%,100%{transform:translate(0)}
33%{transform:translate(-4px,2px)}
66%{transform:translate(4px,-2px)}
}
@keyframes glitch-effect-2 {
0%,100%{transform:translate(0)}
25%{transform:translate(3px,-3px)}
75%{transform:translate(-3px,3px)}
}
.error-404-message-block{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 30px #00000014;margin-bottom:2.5rem;border-top:4px solid #E6003C}
.error-404-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#212529;margin:0 0 1.25rem;line-height:1.2}
.error-404-description{font-size:1.125rem;line-height:1.7;color:#495057;margin:0 0 1.5rem}
.error-404-description:last-child{margin-bottom:0}
.error-404-reasons{background:#f8f9fa;border-radius:12px;padding:1.75rem;margin:2rem 0;text-align:left}
.error-404-reasons-title{font-size:1.125rem;font-weight:600;color:#343a40;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}
.error-404-reasons-title::before{content:'';width:4px;height:20px;background:linear-gradient(180deg,#E6003C 0%,#AF2AED 100%);border-radius:2px}
.error-404-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}
.error-404-list li{font-size:1rem;line-height:1.6;color:#495057;padding-left:1.75rem;position:relative}
.error-404-list li::before{content:'→';position:absolute;left:0;color:#AF2AED;font-weight:700}
.error-404-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}
.error-404-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent;position:relative;z-index:10}
.error-404-btn-primary{background:linear-gradient(135deg,#E6003C 0%,#AF2AED 100%);color:#fff;box-shadow:0 4px 15px #e6003c40}
.error-404-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e6003c59}
.error-404-btn-secondary{background:#fff;color:#E6003C;border-color:#E6003C}
.error-404-btn-secondary:hover{background:#E6003C;color:#fff;transform:translateY(-2px)}
.error-404-decorative{position:relative;margin-top:3rem;padding-top:2rem;border-top:2px dashed #e6003c26}
.error-404-hint{font-size:.9375rem;color:#6c757d;line-height:1.6;font-style:italic}
.error-404-shapes{position:absolute;top:-100px;left:0;width:100%;height:200px;overflow:hidden;pointer-events:none;opacity:.1}
.error-404-shape{position:absolute;border-radius:50%}
.error-404-shape-1{width:120px;height:120px;background:#E6003C;top:20%;left:10%;animation:float-shape 6s infinite ease-in-out}
.error-404-shape-2{width:80px;height:80px;background:#AF2AED;top:60%;right:15%;animation:float-shape 8s infinite ease-in-out reverse}
.error-404-shape-3{width:60px;height:60px;background:#06EE9B;bottom:10%;left:50%;animation:float-shape 7s infinite ease-in-out}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-30px) rotate(180deg)}
}
@media (max-width: 768px) {
.error-404-wrapper{padding:1.5rem 1rem}
.error-404-message-block{padding:2rem 1.5rem}
.error-404-actions{flex-direction:column;align-items:stretch}
.error-404-btn{width:100%;justify-content:center}
.error-404-reasons{padding:1.5rem}
.error-404-list li{font-size:.9375rem}
}
@media (max-width: 480px) {
.error-404-code{text-shadow:2px 2px 0 #af2aed26}
.error-404-visual{margin-bottom:2rem}
.error-404-message-block{padding:1.5rem 1.25rem}
.error-404-title{margin-bottom:1rem}
.error-404-description{font-size:1rem}
}