:root{--primary-color:#8AB19C;--secondary-color:#BFDFDE;--tertiary-color:#D5EAE9;--dark-bg:#1a1a1a;--dark-section:#2c2c2c;--dark-card:#343a40;--text-light:#f8f9fa;--text-secondary:#e9ecef;--accent-glow:#8ab19c26}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{background-color:var(--dark-bg);color:var(--text-light);overflow-x:hidden;font:1rem/1.7 'Manrope',-apple-system,BlinkMacSystemFont,sans-serif}
.sr_only_98d{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
header{background:linear-gradient(135deg,var(--dark-section) 0%,#252525 100%);padding:0;position:relative;border-bottom:3px solid #8ab19c33}
.hdr_row_top_47x{display:flex;justify-content:center;align-items:center;padding:2.5rem 2rem 1.5rem;background:linear-gradient(180deg,#8ab19c14 0%,transparent 100%);border-bottom:1px solid #8ab19c1a}
.brand_center_wrapper_92k{text-align:center;max-width:800px}
.company_title_main_65z{color:var(--primary-color);letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 0 30px #8ab19c4d;font:700 clamp(2rem,4vw,3.2rem) 'Space Grotesk',sans-serif}
.tagline_sub_text_13p{font-size:clamp(1rem,2vw,1.25rem);color:var(--secondary-color);font-weight:400;letter-spacing:.01em}
.hdr_row_bottom_58m{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;gap:2rem;min-height:80px}
.logo_container_81f{display:flex;align-items:center;flex-shrink:0;z-index:50;position:relative}
.logo_img_element_29v{height:65px;width:65px;object-fit:contain;transition:opacity .3s ease}
.logo_img_element_29v:hover{opacity:.85}
.primary_nav_links_44j{display:flex;gap:2.5rem;align-items:center;list-style:none;flex-wrap:wrap}
.nav_item_single_73w{position:relative}
.nav_link_anchor_56t{font-size:1.05rem;font-weight:500;color:var(--text-light);text-decoration:none;padding:.5rem .8rem;display:block;transition:color .25s ease,background-color .25s ease;border-radius:6px;letter-spacing:.01em}
.nav_link_anchor_56t:hover,.nav_link_anchor_56t:focus{color:var(--primary-color);background-color:#8ab19c1a;outline:none}
.nav_link_anchor_56t:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}
main{min-height:60vh}
footer{background:linear-gradient(135deg,#252525 0%,var(--dark-section) 100%);color:var(--text-secondary);padding:3.5rem 2rem 2rem;margin-top:4rem;border-top:3px solid #8ab19c33;position:relative}
.footer_grid_layout_39b{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1400px;margin:0 auto 2.5rem}
.footer_column_block_82q{display:flex;flex-direction:column;gap:1rem}
.footer_heading_label_17s{color:var(--primary-color);margin-bottom:.5rem;letter-spacing:.01em;font:600 1.25rem 'Space Grotesk',sans-serif}
.footer_text_para_94n{font-size:.95rem;line-height:1.6;color:var(--text-secondary)}
.contact_info_item_61x{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}
.contact_label_key_28h{font-weight:600;color:var(--secondary-color);min-width:90px;font-size:.95rem}
.contact_value_data_55c{color:var(--text-light);font-size:.95rem}
.contact_link_anchor_79w{color:var(--primary-color);text-decoration:none;transition:color .25s ease}
.contact_link_anchor_79w:hover,.contact_link_anchor_79w:focus{color:var(--secondary-color);text-decoration:underline}
.service_links_list_46y{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.service_link_item_33k a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .25s ease;display:inline-block;padding:.25rem 0}
.service_link_item_33k a:hover,.service_link_item_33k a:focus{color:var(--primary-color)}
.footer_bottom_bar_21z{border-top:1px solid #8ab19c26;padding-top:2rem;text-align:center;max-width:1400px;margin:0 auto}
.copyright_text_48m{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem}
.home_link_footer_67d{color:var(--primary-color);text-decoration:none;font-size:.95rem;transition:color .25s ease}
.home_link_footer_67d:hover,.home_link_footer_67d:focus{color:var(--secondary-color);text-decoration:underline}
.consent_overlay_89r{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#1a1a1afa,#1a1a1af2);backdrop-filter:blur(8px);padding:1.75rem 1.5rem;box-shadow:0 -4px 20px #00000080;border-top:2px solid var(--primary-color);z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.consent_overlay_89r.active_state_12x{transform:translateY(0)}
.consent_inner_wrap_45t{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;justify-content:space-between}
.consent_message_text_77k{flex:1 1 400px;font-size:.95rem;line-height:1.6;color:var(--text-secondary)}
.consent_message_text_77k strong{color:var(--primary-color);font-weight:600}
.consent_actions_group_31s{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.consent_btn_primary_54p,.consent_btn_secondary_68y{padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .25s ease;font-family:inherit;min-width:120px;min-height:44px}
.consent_btn_primary_54p{background-color:var(--primary-color);color:var(--dark-bg)}
.consent_btn_primary_54p:hover,.consent_btn_primary_54p:focus{background-color:var(--secondary-color);outline:2px solid var(--primary-color);outline-offset:2px}
.consent_btn_secondary_68y{background-color:transparent;color:var(--text-light);border:2px solid var(--secondary-color)}
.consent_btn_secondary_68y:hover,.consent_btn_secondary_68y:focus{background-color:#bfdfde1a;border-color:var(--primary-color);outline:2px solid var(--secondary-color);outline-offset:2px}
.consent_policy_link_92m{color:var(--primary-color);text-decoration:underline;font-size:.9rem;transition:color .25s ease;padding:.5rem;display:inline-block}
.consent_policy_link_92m:hover,.consent_policy_link_92m:focus{color:var(--secondary-color)}
@media (max-width: 768px) {
.hdr_row_top_47x{padding:2rem 1.5rem 1rem}
.company_title_main_65z{font-size:1.75rem}
.tagline_sub_text_13p{font-size:1rem}
.hdr_row_bottom_58m{flex-direction:column;padding:1.5rem 1rem;gap:1.5rem;min-height:auto}
.logo_container_81f{margin-bottom:.5rem}
.logo_img_element_29v{height:55px;width:55px}
.primary_nav_links_44j{flex-direction:column;gap:.5rem;width:100%;align-items:stretch}
.nav_link_anchor_56t{text-align:center;padding:.75rem 1rem;font-size:1rem}
.footer_grid_layout_39b{grid-template-columns:1fr;gap:2rem}
.consent_inner_wrap_45t{flex-direction:column;align-items:stretch}
.consent_message_text_77k{flex:1 1 auto}
.consent_actions_group_31s{flex-direction:column;width:100%}
.consent_btn_primary_54p,.consent_btn_secondary_68y{width:100%;min-height:48px}
}
@media (max-width: 480px) {
.company_title_main_65z{font-size:1.5rem}
.primary_nav_links_44j{gap:.25rem}
.nav_link_anchor_56t{font-size:.95rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hdr_row_bottom_58m{padding:1.5rem}
.primary_nav_links_44j{gap:1.5rem}
}
.aboutus-main-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.aboutus-hero-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px;position:relative;overflow:hidden}
.aboutus-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8ab19c26 0%,transparent 70%);border-radius:50%}
.aboutus-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.aboutus-hero-title{font-size:3.2rem;font-weight:700;color:#D5EAE9;margin-bottom:24px;line-height:1.2}
.aboutus-hero-subtitle{font-size:1.3rem;color:#BFDFDE;margin-bottom:16px;font-weight:500}
.aboutus-hero-text{font-size:1.05rem;color:#e9ecef;line-height:1.7;max-width:780px}
.aboutus-story-section{padding:100px 20px;background:#1f1f1f;position:relative}
.aboutus-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.aboutus-story-image-wrapper{position:relative}
.aboutus-story-image-wrapper::after{content:'';position:absolute;top:20px;left:20px;width:100%;height:100%;border:3px solid #8AB19C;z-index:1}
.aboutus-story-img{width:100%;height:480px;object-fit:cover;position:relative;z-index:2;box-shadow:0 15px 40px #0009}
.aboutus-story-content h2{font-size:2.4rem;color:#8AB19C;margin-bottom:28px;font-weight:600}
.aboutus-story-content p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:20px}
.aboutus-values-section{padding:90px 20px;background:linear-gradient(180deg,#252525 0%,#1a1a1a 100%)}
.aboutus-values-header{text-align:center;max-width:800px;margin:0 auto 70px}
.aboutus-values-header h2{font-size:2.6rem;color:#D5EAE9;margin-bottom:20px;font-weight:600}
.aboutus-values-header p{font-size:1.1rem;color:#BFDFDE;line-height:1.6}
.aboutus-values-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.aboutus-value-card{background:#2c2c2c;padding:45px 35px;border-left:4px solid #8AB19C;transition:all .3s ease;position:relative}
.aboutus-value-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #8ab19c40;border-left-color:#BFDFDE}
.aboutus-value-card h3{font-size:1.5rem;color:#8AB19C;margin-bottom:18px;font-weight:600}
.aboutus-value-card p{font-size:.98rem;color:#e9ecef;line-height:1.7}
.aboutus-team-section{padding:100px 20px;background:#1a1a1a}
.aboutus-team-wrapper{max-width:1200px;margin:0 auto}
.aboutus-team-intro{display:flex;gap:50px;align-items:flex-start;margin-bottom:80px}
.aboutus-team-intro-text{flex:1.5}
.aboutus-team-intro-text h2{font-size:2.5rem;color:#BFDFDE;margin-bottom:24px;font-weight:600}
.aboutus-team-intro-text p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:18px}
.aboutus-team-intro-images{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.aboutus-intro-img{width:100%;height:240px;object-fit:cover;border:2px solid #8AB19C}
.aboutus-team-member{background:linear-gradient(135deg,#2c2c2c 0%,#252525 100%);padding:50px;display:flex;gap:50px;align-items:center;border-radius:8px}
.aboutus-member-photo-wrapper{flex-shrink:0}
.aboutus-member-photo{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid #8AB19C}
.aboutus-member-info h3{font-size:1.9rem;color:#D5EAE9;margin-bottom:8px;font-weight:600}
.aboutus-member-role{font-size:1.15rem;color:#8AB19C;margin-bottom:20px;font-weight:500}
.aboutus-member-info p{font-size:1.02rem;color:#e9ecef;line-height:1.75;margin-bottom:16px}
@media (max-width: 992px) {
.aboutus-hero-title{font-size:2.5rem}
.aboutus-story-container{grid-template-columns:1fr;gap:40px}
.aboutus-values-grid{grid-template-columns:1fr;gap:30px}
.aboutus-team-intro{flex-direction:column}
.aboutus-team-member{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.aboutus-hero-section{padding:60px 20px}
.aboutus-hero-title{font-size:2rem}
.aboutus-hero-subtitle{font-size:1.1rem}
.aboutus-story-section{padding:70px 20px}
.aboutus-story-img{height:320px}
.aboutus-values-section{padding:70px 20px}
.aboutus-team-section{padding:70px 20px}
.aboutus-team-intro-images{grid-template-columns:1fr}
.aboutus-team-member{padding:35px 25px}
}
.fin-auto-hub{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa}
.fin-auto-hub .intro-space{padding:140px 20px 100px;background:radial-gradient(ellipse at top right,#8ab19c26,transparent 60%),linear-gradient(180deg,#1a1a1a 0%,#343a40 100%);position:relative;overflow:hidden}
.fin-auto-hub .intro-space::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,#bfdfde14,transparent 70%);top:-200px;right:-150px;border-radius:50%}
.fin-auto-hub .intro-content-wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.fin-auto-hub .intro-text-block h1{font-size:3.4rem;font-weight:700;line-height:1.15;margin-bottom:28px;color:#fff;letter-spacing:-.02em}
.fin-auto-hub .intro-text-block .highlight-phrase{background:linear-gradient(120deg,#8AB19C,#BFDFDE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.fin-auto-hub .intro-text-block p{font-size:1.15rem;line-height:1.7;color:#e9ecef;margin-bottom:36px;max-width:540px}
.fin-auto-hub .intro-cta-button{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);color:#1a1a1a;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .35s ease;box-shadow:0 8px 24px #8ab19c4d}
.fin-auto-hub .intro-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #8ab19c73}
.fin-auto-hub .intro-visual-area{position:relative}
.fin-auto-hub .intro-visual-area img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #00000080;border:2px solid #bfdfde33}
.fin-auto-hub .pathway-section{padding:90px 20px;background:#2c2c2c;position:relative}
.fin-auto-hub .pathway-container{max-width:1000px;margin:0 auto}
.fin-auto-hub .pathway-header{text-align:center;margin-bottom:70px}
.fin-auto-hub .pathway-header h2{font-size:2.6rem;font-weight:700;color:#fff;margin-bottom:18px}
.fin-auto-hub .pathway-header p{font-size:1.1rem;color:#D5EAE9;max-width:620px;margin:0 auto;line-height:1.65}
.fin-auto-hub .pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.fin-auto-hub .pathway-card{background:linear-gradient(145deg,#343a40,#495057);padding:38px 28px;border-radius:12px;border:1px solid #bfdfde26;transition:all .3s ease;position:relative}
.fin-auto-hub .pathway-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8AB19C,#BFDFDE);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.fin-auto-hub .pathway-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0006;border-color:#bfdfde66}
.fin-auto-hub .pathway-card:hover::before{opacity:1}
.fin-auto-hub .pathway-card h3{font-size:1.45rem;color:#BFDFDE;margin-bottom:16px;font-weight:600}
.fin-auto-hub .pathway-card p{font-size:.98rem;color:#e9ecef;line-height:1.6}
.fin-auto-hub .transform-zone{padding:100px 20px;background:linear-gradient(165deg,#1a1a1a 0%,#343a40 100%)}
.fin-auto-hub .transform-layout{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}
.fin-auto-hub .transform-image-box img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 24px 64px #0009;border:3px solid #8ab19c33}
.fin-auto-hub .transform-details h2{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:26px;line-height:1.2}
.fin-auto-hub .transform-details .scenario-list{list-style:none;padding:0;margin:0 0 40px}
.fin-auto-hub .transform-details .scenario-list li{padding:22px 0;border-bottom:1px solid #bfdfde1f;font-size:1.05rem;color:#e9ecef;line-height:1.65;position:relative;padding-left:32px}
.fin-auto-hub .transform-details .scenario-list li::before{content:'→';position:absolute;left:0;color:#8AB19C;font-weight:700;font-size:1.3rem}
.fin-auto-hub .transform-details .scenario-list li:last-child{border-bottom:none}
.fin-auto-hub .transform-link{display:inline-block;color:#BFDFDE;text-decoration:none;font-weight:600;font-size:1.05rem;border-bottom:2px solid #8AB19C;padding-bottom:4px;transition:all .3s ease}
.fin-auto-hub .transform-link:hover{color:#8AB19C;border-color:#BFDFDE}
.fin-auto-hub .reality-check-area{padding:85px 20px;background:#2c2c2c}
.fin-auto-hub .reality-wrapper{max-width:980px;margin:0 auto}
.fin-auto-hub .reality-intro{margin-bottom:55px}
.fin-auto-hub .reality-intro h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px}
.fin-auto-hub .reality-intro p{font-size:1.08rem;color:#D5EAE9;line-height:1.7}
.fin-auto-hub .reality-comparison{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px}
.fin-auto-hub .comparison-column{background:linear-gradient(145deg,#343a40,#495057);padding:36px;border-radius:14px;border:2px solid #bfdfde26}
.fin-auto-hub .comparison-column h3{font-size:1.55rem;color:#BFDFDE;margin-bottom:24px;font-weight:600}
.fin-auto-hub .comparison-column ul{list-style:none;padding:0;margin:0}
.fin-auto-hub .comparison-column ul li{padding:14px 0;color:#e9ecef;font-size:.98rem;line-height:1.6;border-bottom:1px solid #bfdfde14}
.fin-auto-hub .comparison-column ul li:last-child{border-bottom:none}
.fin-auto-hub .reality-profile{display:flex;gap:36px;align-items:center;background:linear-gradient(135deg,#343a40,#495057);padding:40px;border-radius:14px;border:2px solid #8ab19c33}
.fin-auto-hub .reality-profile img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #8AB19C;box-shadow:0 8px 24px #0006}
.fin-auto-hub .profile-text-content{flex:1}
.fin-auto-hub .profile-text-content p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:14px;font-style:italic}
.fin-auto-hub .profile-text-content .profile-name{font-size:1rem;color:#BFDFDE;font-weight:600;font-style:normal}
.fin-auto-hub .next-steps-zone{padding:100px 20px;background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);position:relative}
.fin-auto-hub .next-steps-zone::before{content:'';position:absolute;width:500px;height:500px;background:radial-gradient(circle,#8ab19c1a,transparent 70%);bottom:-150px;left:-100px;border-radius:50%}
.fin-auto-hub .next-steps-content{max-width:1050px;margin:0 auto;position:relative;z-index:2}
.fin-auto-hub .next-steps-header{text-align:center;margin-bottom:65px}
.fin-auto-hub .next-steps-header h2{font-size:2.7rem;font-weight:700;color:#fff;margin-bottom:22px}
.fin-auto-hub .next-steps-header p{font-size:1.12rem;color:#D5EAE9;max-width:680px;margin:0 auto;line-height:1.7}
.fin-auto-hub .steps-visual-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:60px}
.fin-auto-hub .step-image-card{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #00000080}
.fin-auto-hub .step-image-card img{width:100%;height:340px;object-fit:cover;display:block}
.fin-auto-hub .step-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#1a1a1af2,transparent);padding:28px}
.fin-auto-hub .step-overlay h3{font-size:1.5rem;color:#BFDFDE;margin-bottom:10px;font-weight:600}
.fin-auto-hub .step-overlay p{font-size:.95rem;color:#e9ecef;line-height:1.6;margin:0}
.fin-auto-hub .final-action-box{text-align:center;background:linear-gradient(135deg,#343a40,#495057);padding:50px 40px;border-radius:16px;border:2px solid #bfdfde33}
.fin-auto-hub .final-action-box h3{font-size:2rem;color:#fff;margin-bottom:18px;font-weight:700}
.fin-auto-hub .final-action-box p{font-size:1.08rem;color:#e9ecef;margin-bottom:32px;line-height:1.65}
.fin-auto-hub .action-button-primary{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);color:#1a1a1a;text-decoration:none;border-radius:10px;font-weight:700;font-size:1.1rem;transition:all .35s ease;box-shadow:0 10px 30px #8ab19c59}
.fin-auto-hub .action-button-primary:hover{transform:translateY(-4px);box-shadow:0 14px 40px #8ab19c80}
@media (max-width: 968px) {
.fin-auto-hub .intro-content-wrap{grid-template-columns:1fr;gap:45px}
.fin-auto-hub .intro-text-block h1{font-size:2.6rem}
.fin-auto-hub .intro-visual-area img{height:360px}
.fin-auto-hub .pathway-grid{grid-template-columns:1fr;gap:24px}
.fin-auto-hub .transform-layout{grid-template-columns:1fr;gap:45px}
.fin-auto-hub .transform-image-box img{height:380px}
.fin-auto-hub .reality-comparison{grid-template-columns:1fr;gap:28px}
.fin-auto-hub .reality-profile{flex-direction:column;text-align:center}
.fin-auto-hub .steps-visual-grid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 640px) {
.fin-auto-hub .intro-space{padding:100px 20px 70px}
.fin-auto-hub .intro-text-block h1{font-size:2.1rem}
.fin-auto-hub .intro-text-block p{font-size:1.02rem}
.fin-auto-hub .pathway-header h2{font-size:2rem}
.fin-auto-hub .transform-details h2{font-size:2.2rem}
.fin-auto-hub .next-steps-header h2{font-size:2.1rem}
.fin-auto-hub .final-action-box{padding:36px 24px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa}
.contact-hero-block{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 70%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.contact-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8ab19c14 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;font-weight:700;color:#8AB19C;margin-bottom:1.2rem;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#e9ecef;line-height:1.7;margin-bottom:0}
.dual-contact-section{padding:4rem 1.5rem;background:#1a1a1a}
.dual-contact-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-info-panel{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:2.5rem;border-radius:12px;border:1px solid #8ab19c33;box-shadow:0 8px 24px #0000004d}
.contact-info-panel h2{font-size:1.9rem;color:#8AB19C;margin-bottom:1.8rem;font-weight:600}
.contact-details-list{list-style:none;padding:0;margin:0}
.contact-details-list li{padding:1.2rem 0;border-bottom:1px solid #bfdfde26;display:flex;flex-direction:column;gap:.5rem}
.contact-details-list li:last-child{border-bottom:none}
.contact-label-text{font-size:.85rem;color:#BFDFDE;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.contact-value-text{font-size:1.05rem;color:#f8f9fa;line-height:1.6}
.contact-value-text a{color:#8AB19C;text-decoration:none;transition:color .3s ease}
.contact-value-text a:hover{color:#BFDFDE}
.contact-visual-block{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #0006}
.contact-visual-block img{width:100%;height:420px;object-fit:cover;display:block;filter:brightness(0.85)}
.contact-visual-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#1a1a1af2 0%,transparent 100%);padding:2rem}
.contact-visual-overlay p{color:#D5EAE9;font-size:1rem;line-height:1.6;margin:0}
.contact-form-section{padding:4rem 1.5rem;background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%)}
.contact-form-container{max-width:720px;margin:0 auto}
.contact-form-container h2{font-size:2.2rem;color:#8AB19C;margin-bottom:.8rem;font-weight:600;text-align:center}
.contact-form-subtitle{font-size:1.05rem;color:#e9ecef;text-align:center;margin-bottom:2.5rem;line-height:1.6}
.contact-form-main{background:#343a40;padding:2.8rem;border-radius:12px;border:1px solid #8ab19c40;box-shadow:0 8px 24px #0000004d}
.form-field-group{margin-bottom:1.8rem}
.form-field-group label{display:block;font-size:.95rem;color:#BFDFDE;margin-bottom:.6rem;font-weight:500}
.form-field-group input,.form-field-group textarea{width:100%;padding:.95rem 1.1rem;background:#2c2c2c;border:2px solid #bfdfde33;border-radius:8px;color:#f8f9fa;font-size:1rem;transition:all .3s ease}
.form-field-group input:focus,.form-field-group textarea:focus{outline:none;border-color:#8AB19C;background:#343a40;box-shadow:0 0 0 3px #8ab19c1a}
.form-field-group textarea{min-height:160px;resize:vertical;font-family:inherit}
.form-checkbox-wrapper{margin:2rem 0;display:flex;align-items:start;gap:.8rem}
.form-checkbox-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;accent-color:#8AB19C}
.form-checkbox-wrapper label{font-size:.95rem;color:#e9ecef;line-height:1.5;cursor:pointer}
.form-checkbox-wrapper label a{color:#8AB19C;text-decoration:underline;transition:color .3s ease}
.form-checkbox-wrapper label a:hover{color:#BFDFDE}
.form-submit-btn{width:100%;padding:1.1rem;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);color:#1a1a1a;font-size:1.05rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8ab19c4d}
.form-submit-btn:active{transform:translateY(0)}
.location-section{padding:4rem 1.5rem;background:#2c2c2c}
.location-content-wrapper{max-width:960px;margin:0 auto;text-align:center}
.location-content-wrapper h2{font-size:2.1rem;color:#8AB19C;margin-bottom:1.5rem;font-weight:600}
.location-description{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:2.5rem}
.location-address-card{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:2.2rem;border-radius:12px;border:1px solid #bfdfde33;box-shadow:0 6px 20px #00000040;display:inline-block;text-align:left;min-width:420px}
.location-address-card p{font-size:1.1rem;color:#f8f9fa;line-height:1.8;margin:.5rem 0}
.location-address-card strong{color:#BFDFDE;font-weight:600}
.response-section{padding:4rem 1.5rem 5rem;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);text-align:center}
.response-content-box{max-width:680px;margin:0 auto}
.response-content-box h2{font-size:2rem;color:#8AB19C;margin-bottom:1.2rem;font-weight:600}
.response-content-box p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:1.5rem}
.response-highlight-box{background:#8ab19c14;border-left:4px solid #8AB19C;padding:1.5rem;border-radius:8px;margin-top:2rem}
.response-highlight-box p{color:#D5EAE9;font-size:.98rem;line-height:1.6;margin:0}
@media (max-width: 968px) {
.dual-contact-inner{grid-template-columns:1fr;gap:2rem}
.contact-visual-block img{height:320px}
.location-address-card{min-width:auto;width:100%;max-width:420px}
}
@media (max-width: 640px) {
.contact-hero-content h1{font-size:2.2rem}
.contact-hero-content p{font-size:1.05rem}
.contact-hero-block{padding:3.5rem 1.5rem 3rem}
.dual-contact-section,.contact-form-section,.location-section,.response-section{padding:3rem 1.5rem}
.contact-info-panel,.contact-form-main{padding:2rem}
.contact-info-panel h2,.contact-form-container h2,.location-content-wrapper h2,.response-content-box h2{font-size:1.7rem}
.location-address-card{padding:1.8rem}
}
.learning-main-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.learning-hero-block{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.learning-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8ab19c14 0%,transparent 70%);border-radius:50%}
.learning-hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}
.learning-hero-content h1{font-size:3.2rem;font-weight:700;color:#fff;margin-bottom:28px;line-height:1.2}
.learning-hero-content .subtitle-text{font-size:1.25rem;color:#BFDFDE;margin-bottom:35px;line-height:1.6}
.learning-hero-content p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:18px}
.learning-timeline-section{padding:80px 20px;background:#242424;position:relative}
.timeline-wrapper{max-width:900px;margin:0 auto}
.timeline-header{text-align:center;margin-bottom:65px}
.timeline-header h2{font-size:2.6rem;color:#fff;margin-bottom:20px;font-weight:700}
.timeline-header p{font-size:1.1rem;color:#D5EAE9;max-width:700px;margin:0 auto;line-height:1.6}
.timeline-path{position:relative;padding-left:80px}
.timeline-path::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8AB19C 0%,#BFDFDE 100%)}
.timeline-item{position:relative;margin-bottom:55px;padding-bottom:20px}
.timeline-marker{position:absolute;left:-66px;top:8px;width:56px;height:56px;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;color:#1a1a1a;box-shadow:0 4px 12px #8ab19c4d;z-index:2}
.timeline-content h3{font-size:1.6rem;color:#8AB19C;margin-bottom:15px;font-weight:600}
.timeline-content p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:12px}
.timeline-content .detail-note{font-size:.95rem;color:#BFDFDE;font-style:italic;margin-top:10px}
.learning-showcase-grid{padding:85px 20px;background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%)}
.showcase-container{max-width:1200px;margin:0 auto}
.showcase-intro{margin-bottom:60px}
.showcase-intro h2{font-size:2.5rem;color:#fff;margin-bottom:22px;font-weight:700}
.showcase-intro p{font-size:1.1rem;color:#D5EAE9;line-height:1.7;max-width:820px}
.showcase-dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:50px}
.showcase-card{background:#343a40;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0006;transition:transform .3s ease,box-shadow .3s ease}
.showcase-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #8ab19c33}
.showcase-card img{width:100%;height:280px;object-fit:cover;display:block}
.showcase-card-content{padding:32px}
.showcase-card-content h3{font-size:1.7rem;color:#8AB19C;margin-bottom:18px;font-weight:600}
.showcase-card-content p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:14px}
.showcase-card-content ul{list-style:none;padding:0;margin:20px 0 0}
.showcase-card-content ul li{font-size:1rem;color:#D5EAE9;padding-left:28px;margin-bottom:10px;position:relative;line-height:1.6}
.showcase-card-content ul li::before{content:'→';position:absolute;left:0;color:#8AB19C;font-weight:700}
.learning-instructor-panel{padding:75px 20px;background:#242424}
.instructor-flex-wrap{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:60px}
.instructor-profiles{flex:1;display:flex;gap:30px}
.instructor-profile-card{background:#343a40;border-radius:10px;padding:28px;text-align:center;box-shadow:0 4px 16px #0000004d;flex:1}
.instructor-profile-card img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:4px solid #8AB19C}
.instructor-profile-card h4{font-size:1.4rem;color:#fff;margin-bottom:8px;font-weight:600}
.instructor-profile-card .role-tag{font-size:.95rem;color:#BFDFDE;margin-bottom:16px;display:block}
.instructor-profile-card p{font-size:.98rem;color:#e9ecef;line-height:1.6}
.instructor-info-block{flex:1}
.instructor-info-block h2{font-size:2.4rem;color:#fff;margin-bottom:24px;font-weight:700}
.instructor-info-block p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:18px}
.instructor-info-block .highlight-box{background:linear-gradient(135deg,#8ab19c26 0%,#bfdfde1a 100%);border-left:4px solid #8AB19C;padding:22px;border-radius:6px;margin-top:28px}
.instructor-info-block .highlight-box p{margin-bottom:0;color:#D5EAE9;font-size:1.02rem}
.learning-action-zone{padding:90px 20px;background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);text-align:center;position:relative;overflow:hidden}
.learning-action-zone::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#bfdfde0f 0%,transparent 70%);border-radius:50%}
.action-content-wrapper{max-width:850px;margin:0 auto;position:relative;z-index:2}
.action-content-wrapper h2{font-size:2.8rem;color:#fff;margin-bottom:26px;font-weight:700}
.action-content-wrapper p{font-size:1.15rem;color:#D5EAE9;line-height:1.7;margin-bottom:22px}
.action-detail-list{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin:45px 0}
.action-detail-item{background:#343a4099;padding:28px 22px;border-radius:8px;border:1px solid #8ab19c33;transition:all .3s ease}
.action-detail-item:hover{border-color:#8AB19C;background:#343a40cc;transform:translateY(-4px)}
.action-detail-item h3{font-size:1.3rem;color:#8AB19C;margin-bottom:12px;font-weight:600}
.action-detail-item p{font-size:.98rem;color:#e9ecef;margin-bottom:0;line-height:1.6}
.cta-button-primary{display:inline-block;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);color:#1a1a1a;padding:18px 45px;border-radius:8px;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #8ab19c4d;margin-top:15px}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #8ab19c66;background:linear-gradient(135deg,#9ac2ad 0%,#cfe8e7 100%)}
@media (max-width: 768px) {
.learning-hero-content h1{font-size:2.2rem}
.timeline-path{padding-left:0;padding-top:20px}
.timeline-path::before{display:none}
.timeline-marker{position:static;margin-bottom:20px;width:48px;height:48px;font-size:1.1rem}
.timeline-item{margin-bottom:45px}
.showcase-dual-layout{grid-template-columns:1fr;gap:35px}
.instructor-flex-wrap{flex-direction:column;gap:40px}
.instructor-profiles{flex-direction:column;width:100%}
.action-detail-list{grid-template-columns:1fr;gap:25px}
.learning-hero-content .subtitle-text{font-size:1.1rem}
.timeline-header h2{font-size:2rem}
.showcase-intro h2{font-size:2rem}
.instructor-info-block h2{font-size:2rem}
.action-content-wrapper h2{font-size:2.2rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 0}
.cookie-policy-container{max-width:900px;margin:0 auto;padding:0 24px}
.cookie-hero-section{text-align:center;margin-bottom:70px;padding:50px 30px;background:linear-gradient(165deg,#8ab19c14 0%,#bfdfde0d 100%);border-radius:16px;border:1px solid #8ab19c26}
.cookie-hero-section h1{font-size:2.8rem;color:#f8f9fa;margin-bottom:18px;font-weight:700;letter-spacing:-.5px}
.cookie-last-updated{display:inline-block;background:#8ab19c1f;color:#8AB19C;padding:10px 24px;border-radius:30px;font-size:.92rem;font-weight:500;margin-top:12px}
.cookie-intro-text{background:#343a40;padding:40px;border-radius:12px;margin-bottom:50px;border-left:4px solid #8AB19C}
.cookie-intro-text p{color:#e9ecef;line-height:1.8;font-size:1.05rem;margin-bottom:18px}
.cookie-intro-text p:last-child{margin-bottom:0}
.cookie-content-section{background:#2c2c2c;padding:45px;border-radius:14px;margin-bottom:35px;box-shadow:0 8px 24px #0000004d;transition:transform .3s ease,box-shadow .3s ease}
.cookie-content-section:hover{transform:translateY(-3px);box-shadow:0 12px 32px #8ab19c26}
.cookie-content-section h2{color:#8AB19C;font-size:1.85rem;margin-bottom:24px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-content-section h2::before{content:'';display:inline-block;width:6px;height:32px;background:linear-gradient(180deg,#8AB19C 0%,#BFDFDE 100%);border-radius:3px}
.cookie-content-section h3{color:#BFDFDE;font-size:1.35rem;margin:30px 0 16px;font-weight:600}
.cookie-content-section p{color:#e9ecef;line-height:1.75;margin-bottom:16px;font-size:1.02rem}
.cookie-content-section ul{list-style:none;padding-left:0;margin:20px 0}
.cookie-content-section ul li{color:#e9ecef;padding:14px 0 14px 35px;position:relative;line-height:1.7;font-size:1.01rem}
.cookie-content-section ul li::before{content:'→';position:absolute;left:0;color:#8AB19C;font-weight:700;font-size:1.2rem}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:35px 0}
.cookie-type-card{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);padding:28px;border-radius:10px;border:1px solid #8ab19c33;transition:all .3s ease}
.cookie-type-card:hover{border-color:#8AB19C;transform:translateY(-4px)}
.cookie-type-card h4{color:#8AB19C;font-size:1.18rem;margin-bottom:12px;font-weight:600}
.cookie-type-card p{color:#e9ecef;font-size:.98rem;line-height:1.65;margin-bottom:0}
.cookie-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:10px;background:#343a40;padding:4px}
.cookie-data-table{width:100%;border-collapse:separate;border-spacing:0}
.cookie-data-table thead{background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%)}
.cookie-data-table thead th{color:#1a1a1a;padding:18px;text-align:left;font-weight:600;font-size:1.02rem}
.cookie-data-table thead th:first-child{border-radius:8px 0 0 0}
.cookie-data-table thead th:last-child{border-radius:0 8px 0 0}
.cookie-data-table tbody tr{background:#2c2c2c;transition:background .2s ease}
.cookie-data-table tbody tr:nth-child(even){background:#343a40}
.cookie-data-table tbody tr:hover{background:#8ab19c1a}
.cookie-data-table tbody td{color:#e9ecef;padding:16px 18px;border-bottom:1px solid #8ab19c1a;font-size:.97rem;line-height:1.6}
.cookie-highlight-box{background:linear-gradient(135deg,#bfdfde26 0%,#d5eae914 100%);border-left:5px solid #BFDFDE;padding:28px;border-radius:8px;margin:30px 0}
.cookie-highlight-box p{color:#f8f9fa;margin-bottom:12px;font-size:1.03rem;line-height:1.75}
.cookie-highlight-box strong{color:#8AB19C}
.cookie-contact-section{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);padding:45px;border-radius:14px;margin-top:50px;text-align:center;border:2px solid #8ab19c33}
.cookie-contact-section h2{color:#BFDFDE;font-size:1.9rem;margin-bottom:20px;font-weight:600}
.cookie-contact-section p{color:#e9ecef;font-size:1.08rem;line-height:1.75;margin-bottom:16px}
.cookie-contact-details{margin-top:30px;padding-top:30px;border-top:1px solid #8ab19c33}
.cookie-contact-item{color:#e9ecef;font-size:1.02rem;margin:12px 0;display:flex;align-items:center;justify-content:center;gap:10px}
.cookie-contact-item a{color:#8AB19C;text-decoration:none;transition:color .3s ease}
.cookie-contact-item a:hover{color:#BFDFDE;text-decoration:underline}
.browser-instructions-list{background:#343a40;padding:30px;border-radius:10px;margin:25px 0}
.browser-instructions-list li{background:#2c2c2c;margin:14px 0;padding:16px 20px 16px 40px;border-radius:8px;transition:all .3s ease}
.browser-instructions-list li:hover{background:#8ab19c1a;transform:translateX(5px)}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:50px 0}
.cookie-hero-section h1{font-size:2.1rem}
.cookie-hero-section{padding:35px 20px;margin-bottom:45px}
.cookie-intro-text{padding:28px 22px}
.cookie-content-section{padding:30px 22px}
.cookie-content-section h2{font-size:1.55rem}
.cookie-types-grid{grid-template-columns:1fr;gap:20px}
.cookie-contact-section{padding:30px 22px}
.cookie-contact-item{flex-direction:column;gap:6px}
.cookie-data-table{font-size:.88rem}
.cookie-data-table thead th,.cookie-data-table tbody td{padding:12px}
}
@media (max-width: 480px) {
.cookie-hero-section h1{font-size:1.75rem}
.cookie-content-section h2{font-size:1.4rem}
.cookie-content-section h3{font-size:1.2rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 0}
.privacy-policy-container{max-width:900px;margin:0 auto;padding:0 24px}
.privacy-header-section{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:2px solid #8AB19C}
.privacy-main-title{font-size:2.8rem;color:#D5EAE9;font-weight:700;margin-bottom:16px;letter-spacing:-.5px}
.privacy-last-updated{font-size:1rem;color:#BFDFDE;font-weight:400}
.privacy-intro-text{background:#343a40;padding:32px;border-radius:12px;margin-bottom:48px;border-left:4px solid #8AB19C}
.privacy-intro-text p{color:#f8f9fa;font-size:1.1rem;line-height:1.8;margin:0}
.privacy-content-block{background:#2c2c2c;padding:40px;margin-bottom:32px;border-radius:8px;box-shadow:0 4px 12px #0000004d}
.privacy-section-heading{font-size:1.8rem;color:#8AB19C;font-weight:600;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #495057}
.privacy-subsection-title{font-size:1.3rem;color:#BFDFDE;font-weight:500;margin-top:28px;margin-bottom:16px}
.privacy-text-paragraph{color:#e9ecef;font-size:1.05rem;line-height:1.75;margin-bottom:20px}
.privacy-list-standard{list-style:none;padding-left:0;margin:24px 0}
.privacy-list-standard li{color:#f8f9fa;font-size:1.05rem;line-height:1.7;margin-bottom:16px;padding-left:32px;position:relative}
.privacy-list-standard li:before{content:"→";position:absolute;left:0;color:#8AB19C;font-weight:700;font-size:1.2rem}
.privacy-highlight-box{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:24px;border-radius:8px;margin:28px 0;border:1px solid #8AB19C}
.privacy-highlight-box p{color:#D5EAE9;font-size:1.05rem;line-height:1.7;margin:0}
.privacy-contact-section{background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);padding:48px;border-radius:12px;margin-top:48px;text-align:center}
.privacy-contact-title{font-size:1.8rem;color:#1a1a1a;font-weight:600;margin-bottom:20px}
.privacy-contact-info{color:#2c2c2c;font-size:1.1rem;line-height:1.8;margin-bottom:12px}
.privacy-contact-link{color:#1a1a1a;text-decoration:none;font-weight:600;border-bottom:2px solid #1a1a1a;transition:all .3s ease}
.privacy-contact-link:hover{color:#343a40;border-bottom-color:#343a40}
.privacy-data-table{width:100%;margin:28px 0;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden}
.privacy-data-table th{background:#495057;color:#D5EAE9;padding:16px;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{background:#343a40;color:#f8f9fa;padding:14px 16px;border-top:1px solid #495057;font-size:1rem;line-height:1.6}
.privacy-data-table tr:hover td{background:#3d4349}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 0}
.privacy-main-title{font-size:2rem}
.privacy-content-block{padding:28px 20px}
.privacy-section-heading{font-size:1.5rem}
.privacy-contact-section{padding:32px 24px}
.privacy-data-table{font-size:.9rem}
.privacy-data-table th,.privacy-data-table td{padding:12px}
}
.refund-policy-page{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:0;margin:0}
.refund-hero-section{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 60px;text-align:center;border-bottom:2px solid #8AB19C;position:relative}
.refund-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8AB19C 0%,#BFDFDE 50%,#D5EAE9 100%)}
.refund-hero-section .policy-title{font-size:2.8rem;color:#f8f9fa;margin:0 0 15px;font-weight:700;letter-spacing:-.5px}
.refund-hero-section .last-updated{color:#BFDFDE;font-size:.95rem;margin:0;font-weight:400}
.policy-content-wrapper{max-width:900px;margin:0 auto;padding:60px 25px 80px}
.policy-intro-block{background:#343a40;border-left:4px solid #8AB19C;padding:30px 35px;margin-bottom:50px;border-radius:8px;box-shadow:0 4px 15px #0000004d}
.policy-intro-block .intro-text{color:#e9ecef;font-size:1.05rem;line-height:1.7;margin:0 0 18px}
.policy-intro-block .intro-text:last-child{margin-bottom:0}
.policy-section-container{margin-bottom:45px}
.section-heading-main{color:#8AB19C;font-size:1.9rem;margin:0 0 25px;font-weight:600;padding-bottom:12px;border-bottom:2px solid #495057}
.section-content-text{color:#e9ecef;font-size:1rem;line-height:1.75;margin:0 0 20px}
.eligibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.eligibility-card-item{background:#2c2c2c;border:1px solid #495057;border-radius:8px;padding:25px;transition:all .3s ease}
.eligibility-card-item:hover{border-color:#8AB19C;box-shadow:0 6px 20px #8ab19c26;transform:translateY(-3px)}
.eligibility-card-item .card-icon-box{width:50px;height:50px;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:1.5rem;color:#1a1a1a;font-weight:700}
.eligibility-card-item .card-title-text{color:#f8f9fa;font-size:1.2rem;margin:0 0 12px;font-weight:600}
.eligibility-card-item .card-description{color:#e9ecef;font-size:.95rem;line-height:1.6;margin:0}
.process-steps-container{background:#343a40;border-radius:10px;padding:35px;margin:35px 0}
.process-step-item{display:flex;gap:20px;margin-bottom:30px;align-items:flex-start}
.process-step-item:last-child{margin-bottom:0}
.step-number-circle{min-width:45px;height:45px;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-weight:700;font-size:1.2rem;flex-shrink:0}
.step-content-block .step-title{color:#BFDFDE;font-size:1.15rem;margin:0 0 10px;font-weight:600}
.step-content-block .step-description{color:#e9ecef;font-size:.95rem;line-height:1.65;margin:0}
.timeline-info-box{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);border:2px solid #8AB19C;border-radius:8px;padding:28px 32px;margin:35px 0}
.timeline-info-box .timeline-heading{color:#8AB19C;font-size:1.3rem;margin:0 0 18px;font-weight:600}
.timeline-info-box .timeline-detail{color:#e9ecef;font-size:1rem;line-height:1.7;margin:0 0 15px}
.timeline-info-box .timeline-detail:last-child{margin-bottom:0}
.timeline-info-box .highlight-text{color:#BFDFDE;font-weight:600}
.scenarios-list-container{margin:30px 0}
.scenario-item-block{background:#2c2c2c;border-left:4px solid #BFDFDE;padding:22px 28px;margin-bottom:20px;border-radius:6px;transition:all .3s ease}
.scenario-item-block:hover{background:#343a40;border-left-color:#8AB19C}
.scenario-item-block .scenario-title{color:#f8f9fa;font-size:1.1rem;margin:0 0 10px;font-weight:600}
.scenario-item-block .scenario-description{color:#e9ecef;font-size:.95rem;line-height:1.65;margin:0}
.payment-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:30px 0}
.payment-method-card{background:#343a40;border:1px solid #495057;border-radius:8px;padding:20px;text-align:center;transition:all .3s ease}
.payment-method-card:hover{border-color:#BFDFDE;box-shadow:0 4px 15px #bfdfde1a}
.payment-method-card .method-name{color:#f8f9fa;font-size:1.1rem;margin:0 0 10px;font-weight:600}
.payment-method-card .method-time{color:#8AB19C;font-size:.9rem;margin:0}
.important-notice-section{background:linear-gradient(135deg,#495057 0%,#343a40 100%);border:2px solid #D5EAE9;border-radius:10px;padding:35px;margin:45px 0}
.important-notice-section .notice-heading{color:#D5EAE9;font-size:1.4rem;margin:0 0 20px;font-weight:600;text-align:center}
.important-notice-section .notice-text{color:#f8f9fa;font-size:1rem;line-height:1.75;margin:0 0 15px}
.important-notice-section .notice-text:last-child{margin-bottom:0}
.contact-info-footer{background:#343a40;border-radius:8px;padding:30px;margin-top:50px;text-align:center}
.contact-info-footer .contact-heading{color:#8AB19C;font-size:1.3rem;margin:0 0 20px;font-weight:600}
.contact-info-footer .contact-detail{color:#e9ecef;font-size:1rem;margin:0 0 12px;line-height:1.6}
.contact-info-footer .contact-detail:last-child{margin-bottom:0}
.contact-info-footer .contact-link{color:#BFDFDE;text-decoration:none;transition:color .3s ease}
.contact-info-footer .contact-link:hover{color:#D5EAE9}
@media (max-width: 768px) {
.refund-hero-section .policy-title{font-size:2rem}
.policy-content-wrapper{padding:40px 20px 60px}
.section-heading-main{font-size:1.6rem}
.eligibility-grid{grid-template-columns:1fr}
.process-steps-container{padding:25px 20px}
.process-step-item{gap:15px}
.step-number-circle{min-width:40px;height:40px;font-size:1.1rem}
.payment-methods-grid{grid-template-columns:1fr}
.important-notice-section{padding:25px 20px}
.contact-info-footer{padding:25px 20px}
}
@media (max-width: 480px) {
.refund-hero-section{padding:60px 15px 40px}
.refund-hero-section .policy-title{font-size:1.7rem}
.policy-intro-block{padding:22px 20px}
.eligibility-card-item{padding:20px}
.timeline-info-box{padding:22px 20px}
.scenario-item-block{padding:18px 20px}
}
.success-wrapper-main{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.success-wrapper-main::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,#8ab19c14 0%,transparent 70%);pointer-events:none}
.success-content-container{max-width:680px;width:100%;background:#2c2c2c;border-radius:16px;padding:60px 50px;box-shadow:0 20px 60px #0006;position:relative;z-index:1;border:1px solid #8ab19c26}
.success-icon-display{width:90px;height:90px;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;position:relative;animation:successPulse 2s ease-in-out infinite}
.success-icon-display::after{content:'';font-size:48px;color:#1a1a1a;font-weight:700;line-height:1}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #8ab19c66}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #8ab19c00}
}
.success-main-heading{font-size:42px;font-weight:700;color:#f8f9fa;text-align:center;margin:0 0 16px;letter-spacing:-.5px}
.success-subheading-text{font-size:18px;color:#D5EAE9;text-align:center;margin:0 0 40px;line-height:1.6}
.success-details-block{background:#1a1a1a;border-radius:12px;padding:32px;margin:0 0 36px;border-left:4px solid #8AB19C}
.success-info-paragraph{font-size:16px;color:#e9ecef;line-height:1.7;margin:0 0 18px}
.success-info-paragraph:last-child{margin-bottom:0}
.success-timeline-note{display:flex;align-items:flex-start;gap:14px;margin:24px 0 0;padding:18px;background:#8ab19c14;border-radius:8px}
.success-timeline-icon{width:24px;height:24px;background:#8AB19C;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.success-timeline-icon::after{content:'i';font-size:14px;font-weight:700;color:#1a1a1a}
.success-timeline-text{font-size:15px;color:#BFDFDE;line-height:1.6;margin:0}
.success-actions-wrapper{display:flex;gap:16px;margin:36px 0 0;flex-wrap:wrap}
.success-primary-button{flex:1;min-width:200px;padding:16px 32px;background:linear-gradient(135deg,#8AB19C 0%,#BFDFDE 100%);color:#1a1a1a;font-size:16px;font-weight:600;text-align:center;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer;display:inline-block;position:relative;z-index:10}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8ab19c4d;color:#1a1a1a}
.success-secondary-button{flex:1;min-width:200px;padding:16px 32px;background:transparent;color:#8AB19C;font-size:16px;font-weight:600;text-align:center;text-decoration:none;border-radius:8px;border:2px solid #8AB19C;transition:all .3s ease;cursor:pointer;display:inline-block;position:relative;z-index:10}
.success-secondary-button:hover{background:#8ab19c1a;transform:translateY(-2px);color:#8AB19C}
.success-contact-section{margin:40px 0 0;padding:28px 0 0;border-top:1px solid #8ab19c33}
.success-contact-title{font-size:18px;font-weight:600;color:#f8f9fa;margin:0 0 16px;text-align:center}
.success-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.success-contact-item{font-size:15px;color:#BFDFDE;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:8px}
.success-contact-item:hover{color:#8AB19C}
.success-reference-number{background:#bfdfde1a;padding:12px 20px;border-radius:6px;text-align:center;margin:28px 0 0}
.success-reference-label{font-size:13px;color:#BFDFDE;margin:0 0 6px;text-transform:uppercase;letter-spacing:1px}
.success-reference-code{color:#8AB19C;margin:0;font:700 20px 'Courier New',monospace}
@media (max-width: 768px) {
.success-content-container{padding:40px 28px}
.success-main-heading{font-size:32px}
.success-subheading-text{font-size:16px}
.success-actions-wrapper{flex-direction:column}
.success-primary-button,.success-secondary-button{width:100%;min-width:auto}
.success-details-block{padding:24px}
}
@media (max-width: 480px) {
.success-wrapper-main{padding:20px 16px}
.success-content-container{padding:32px 20px}
.success-main-heading{font-size:28px}
.success-icon-display{width:75px;height:75px}
.success-icon-display::after{font-size:40px}
}