:root{--clr_primary:#202020;--clr_secondary:#04F0E2;--clr_tertiary:#F6FDFF;--clr_bg_light:#fafbfc;--clr_bg_white:#fff;--clr_text_dark:#212529;--clr_text_mid:#495057;--clr_accent_overlay:#202020cc;--spacing_sm:.625rem;--spacing_md:1.25rem;--spacing_lg:2rem;--spacing_xl:3.5rem;--transition_fast:.25s ease}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--clr_text_dark);overflow-x:hidden;font:17px/1.7 'General Sans','Segoe UI',Tahoma,sans-serif;background:var(--clr_bg_light)}
a{color:inherit;text-decoration:none;transition:color var(--transition_fast)}
img{max-width:100%;height:auto;display:block}
.header__wrapper{background:linear-gradient(135deg,var(--clr_bg_white) 0%,var(--clr_tertiary) 100%);border-bottom:3px solid var(--clr_secondary);box-shadow:0 2px 12px #04f0e21a}
.header_row__top{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 5%;max-width:1400px;margin:0 auto;min-height:75px;border-bottom:1px solid #20202014}
.logo__container_brand{display:flex;align-items:center;gap:1rem;z-index:50}
.logo__container_brand img{height:70px;width:70px;object-fit:contain}
.brand_name__text{font-size:1.55rem;font-weight:700;color:var(--clr_primary);letter-spacing:-.02em}
.credentials_area__info{display:flex;align-items:center;gap:1.75rem;font-size:.92rem;color:var(--clr_text_mid)}
.credential__badge{padding:.4rem 1rem;border-radius:6px;font-weight:600;border:1px solid var(--clr_secondary);background:#04f0e21f}
.header_row__navigation{padding:.85rem 5%;max-width:1400px;margin:0 auto}
.nav__primary_menu{display:flex;justify-content:center;align-items:center;gap:2.5rem;list-style:none}
.nav__item_link{position:relative;font-size:1.05rem;font-weight:500;color:var(--clr_primary);padding:.5rem 0;transition:color var(--transition_fast)}
.nav__item_link:hover{color:var(--clr_secondary)}
.nav__item_link:focus{outline:3px solid var(--clr_secondary);outline-offset:4px;border-radius:3px}
.nav__item_link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;transition:width var(--transition_fast);background:var(--clr_secondary)}
.nav__item_link:hover::after{width:100%}
.nav__item_submenu{position:relative}
.submenu__trigger{cursor:pointer;display:flex;align-items:center;gap:.4rem}
.submenu__list{position:absolute;top:100%;left:0;list-style:none;min-width:220px;box-shadow:0 6px 20px #20202026;border-radius:6px;padding:.75rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity var(--transition_fast),transform var(--transition_fast),visibility var(--transition_fast);z-index:100;border:1px solid #04f0e233;background:var(--clr_bg_white)}
.nav__item_submenu:hover .submenu__list,.nav__item_submenu:focus-within .submenu__list{opacity:1;visibility:visible;transform:translateY(0)}
.submenu__list li{padding:0}
.submenu__list a{display:block;padding:.65rem 1.25rem;color:var(--clr_text_dark);transition:background-color var(--transition_fast),color var(--transition_fast)}
.submenu__list a:hover{color:var(--clr_secondary);background:#04f0e21a}
.submenu__list a:focus{outline:2px solid var(--clr_secondary);outline-offset:-2px}
.footer__main_container{background:linear-gradient(to bottom,var(--clr_primary) 0%,#181818 100%);color:var(--clr_tertiary);padding:3.5rem 5% 2rem;position:relative;overflow:hidden}
.footer__main_container::before{content:'';position:absolute;top:0;left:10%;width:350px;height:350px;background:radial-gradient(circle,#04f0e226 0%,transparent 70%);border-radius:50%;pointer-events:none}
.footer__nested_outer{max-width:1350px;margin:0 auto;border:2px solid #04f0e233;border-radius:12px;padding:2.5rem;backdrop-filter:blur(8px);background:#20202066}
.footer__nested_inner{border:1px solid #f6fdff26;border-radius:8px;padding:2rem;background:#18181899}
.footer__content_grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}
.footer__brand_section{display:flex;flex-direction:column;gap:1.2rem}
.footer__logo_img{height:65px;width:65px}
.footer__brand_text{font-size:1.1rem;line-height:1.65;color:#f6fdffd9}
.footer__contact_email{display:inline-flex;align-items:center;gap:.5rem;color:var(--clr_secondary);font-weight:600;transition:opacity var(--transition_fast)}
.footer__contact_email:hover{opacity:.8}
.footer__contact_email:focus{outline:2px solid var(--clr_secondary);outline-offset:3px;border-radius:3px}
.footer__links_column h3{font-size:1.15rem;margin-bottom:1.2rem;color:var(--clr_secondary);font-weight:700;letter-spacing:.02em}
.footer__links_list{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.footer__links_list a{color:#f6fdffcc;transition:color var(--transition_fast),transform var(--transition_fast);display:inline-block}
.footer__links_list a:hover{color:var(--clr_secondary);transform:translateX(4px)}
.footer__links_list a:focus{outline:2px solid var(--clr_secondary);outline-offset:2px;border-radius:2px}
.footer__divider_organic{height:2px;background:linear-gradient(to right,transparent 0%,var(--clr_secondary) 50%,transparent 100%);margin:2rem 0;border:none}
.footer__copyright_row{text-align:center;font-size:.95rem;color:#f6fdffb3}
.consent__popup_overlay{position:fixed;bottom:25px;left:25px;max-width:440px;background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);border:3px solid var(--clr_secondary);border-radius:10px;padding:1.75rem;box-shadow:0 8px 28px #20202033;z-index:9999;display:none}
.consent__popup_overlay[data-visible="true"]{display:block;animation:slideInLeft .4s ease-out}
@keyframes slideInLeft {
from{opacity:0;transform:translateX(-30px)}
to{opacity:1;transform:translateX(0)}
}
.consent__title_heading{font-size:1.3rem;color:var(--clr_primary);margin-bottom:.9rem;font-weight:700}
.consent__description_text{font-size:.96rem;line-height:1.6;color:var(--clr_text_mid);margin-bottom:1.5rem}
.consent__categories_wrapper{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}
.consent__category_item{display:flex;align-items:center;justify-content:space-between;padding:.85rem;border-radius:6px;border:1px solid #04f0e233;background:#04f0e214}
.consent__category_label{font-weight:600;color:var(--clr_text_dark);font-size:.94rem}
.consent__toggle_switch{position:relative;width:48px;height:24px;border-radius:24px;cursor:pointer;transition:background-color var(--transition_fast);background:#ccc}
.consent__toggle_switch.active{background:var(--clr_secondary)}
.consent__toggle_switch::after{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;transition:transform var(--transition_fast);background:#fff}
.consent__toggle_switch.active::after{transform:translateX(24px)}
.consent__actions_row{display:flex;gap:.85rem;justify-content:space-between}
.consent__btn_base{flex:1;padding:.75rem 1.2rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color var(--transition_fast),transform var(--transition_fast);min-height:44px}
.consent__btn_base:focus{outline:3px solid var(--clr_primary);outline-offset:2px}
.consent__btn_accept{color:var(--clr_primary);background:var(--clr_secondary)}
.consent__btn_accept:hover{background:#03d6ca}
.consent__btn_reject{color:#fff;background:var(--clr_text_mid)}
.consent__btn_reject:hover{background:#343a40}
@media (max-width: 1024px) {
.header_row__top{flex-direction:column;gap:1rem;padding:1rem 4%}
.credentials_area__info{flex-wrap:wrap;justify-content:center}
.nav__primary_menu{flex-wrap:wrap;gap:1.5rem}
.footer__content_grid{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 768px) {
.header_row__top{padding:1rem 3%}
.logo__container_brand img{height:55px;width:55px}
.brand_name__text{font-size:1.3rem}
.nav__primary_menu{flex-direction:column;gap:1rem;text-align:center}
.submenu__list{position:static;box-shadow:none;border:none;padding:.5rem 0 0 1rem;opacity:1;visibility:visible;transform:none}
.consent__popup_overlay{left:15px;right:15px;max-width:calc(100% - 30px);bottom:15px}
.consent__actions_row{flex-direction:column}
.footer__nested_outer{padding:1.5rem}
.footer__nested_inner{padding:1.25rem}
}
@media (max-width: 480px) {
body{font-size:16px}
.logo__container_brand img{height:50px;width:50px}
.brand_name__text{font-size:1.15rem}
.credentials_area__info{font-size:.85rem;gap:1rem}
.nav__item_link{font-size:.98rem}
.consent__title_heading{font-size:1.15rem}
.consent__description_text{font-size:.9rem}
}
.sfaturi-invat-hero{background:linear-gradient(135deg,#F6FDFF 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.sfaturi-invat-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#04f0e214 0%,transparent 70%);border-radius:50%;z-index:1}
.sfaturi-invat-hero .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-text-zone h1{font-size:2.8rem;font-weight:700;color:#202020;line-height:1.2;margin-bottom:24px;position:relative}
.hero-text-zone h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#04F0E2 0%,#202020 100%);margin-top:16px}
.hero-text-zone p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:18px}
.hero-visual-zone img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #2020201f;transition:transform .4s ease}
.hero-visual-zone img:hover{transform:translateY(-8px)}
.metode-practice-section{background:#fff;padding:90px 20px;position:relative}
.metode-practice-section::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#04F0E2 50%,transparent 100%)}
.metode-practice-section .container{max-width:1200px;margin:0 auto}
.section-intro-header{text-align:center;margin-bottom:70px}
.section-intro-header h2{font-size:2.4rem;font-weight:700;color:#202020;margin-bottom:16px;position:relative;display:inline-block}
.section-intro-header h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:40px;height:3px;background:#04F0E2}
.section-intro-header p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.metode-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.metoda-card-item{background:#f8f9fa;border-radius:10px;padding:40px 30px;position:relative;transition:all .3s ease;border:2px solid transparent}
.metoda-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#04F0E2 0%,#202020 100%);border-radius:10px 10px 0 0;opacity:0;transition:opacity .3s ease}
.metoda-card-item:hover{border-color:#04F0E2;transform:translateY(-6px);box-shadow:0 12px 35px #04f0e226}
.metoda-card-item:hover::before{opacity:1}
.metoda-card-item h3{font-size:1.5rem;font-weight:600;color:#202020;margin-bottom:16px}
.metoda-card-item p{font-size:1rem;color:#495057;line-height:1.65;margin-bottom:14px}
.metoda-card-item ul{list-style:none;padding:0;margin:20px 0 0}
.metoda-card-item ul li{font-size:.95rem;color:#6c757d;padding-left:24px;position:relative;margin-bottom:10px;line-height:1.5}
.metoda-card-item ul li::before{content:'→';position:absolute;left:0;color:#04F0E2;font-weight:700}
.erori-comune-zone{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:90px 20px;position:relative}
.erori-comune-zone .container{max-width:1200px;margin:0 auto}
.erori-content-flex{display:flex;gap:50px;align-items:flex-start}
.erori-visual-side{flex:0 0 45%}
.erori-visual-side img{width:100%;height:auto;border-radius:10px;box-shadow:0 6px 25px #2020201a}
.erori-text-side{flex:1}
.erori-text-side h2{font-size:2.2rem;font-weight:700;color:#202020;margin-bottom:28px;position:relative;padding-bottom:18px}
.erori-text-side h2::after{content:'';position:absolute;bottom:0;left:0;width:70px;height:3px;background:#04F0E2}
.eroare-block-item{background:#fff;border-left:4px solid #04F0E2;padding:24px 28px;margin-bottom:24px;border-radius:6px;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}
.eroare-block-item:hover{box-shadow:0 6px 20px #04f0e21f;transform:translateX(6px)}
.eroare-block-item h3{font-size:1.3rem;font-weight:600;color:#202020;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.eroare-block-item h3::before{content:'';color:#04F0E2;font-size:1.4rem;font-weight:700}
.eroare-block-item p{font-size:1rem;color:#495057;line-height:1.65;margin-bottom:0}
.solutie-highlight{background:#f8f9fa;border-radius:6px;padding:14px 18px;margin-top:14px;border-left:3px solid #202020}
.solutie-highlight strong{color:#202020;font-weight:600}
.solutie-highlight span{color:#6c757d;font-size:.95rem;display:block;margin-top:6px;line-height:1.5}
@media (max-width: 992px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-zone h1{font-size:2.2rem}
.metode-grid-layout{grid-template-columns:1fr;gap:30px}
.erori-content-flex{flex-direction:column}
.erori-visual-side{flex:0 0 100%}
.eroare-block-item:hover{transform:translateX(0)}
}
@media (max-width: 768px) {
.sfaturi-invat-hero{padding:60px 20px 40px}
.hero-text-zone h1{font-size:1.9rem}
.hero-text-zone p{font-size:1.05rem}
.metode-practice-section{padding:60px 20px}
.section-intro-header h2{font-size:2rem}
.metoda-card-item{padding:30px 24px}
.erori-comune-zone{padding:60px 20px}
.erori-text-side h2{font-size:1.9rem}
.eroare-block-item{padding:20px 22px}
}
.metode-hero{background:linear-gradient(135deg,#F6FDFF 0%,#fff 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.metode-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#04f0e214 0%,transparent 70%);border-radius:50%}
.metode-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.metode-hero h1{font-size:2.8rem;color:#202020;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.metode-hero-intro{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.metode-highlight{background:linear-gradient(120deg,#04f0e226 0%,transparent 100%);padding:.2rem .5rem;border-left:3px solid #04F0E2;display:inline-block}
.metode-abordare{padding:4.5rem 1.5rem;background:#fff}
.metode-abordare-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:3.5rem;align-items:center}
.metode-abordare-text h2{font-size:2.2rem;color:#202020;margin-bottom:1.8rem;font-weight:600;position:relative;padding-bottom:.8rem}
.metode-abordare-text h2::after{content:'';position:absolute;bottom:0;left:0;width:70px;height:4px;background:linear-gradient(90deg,#04F0E2 0%,transparent 100%)}
.metode-abordare-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.3rem}
.metode-abordare-img{position:relative}
.metode-abordare-img img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #2020201f}
.metode-abordare-img::before{content:'';position:absolute;top:-15px;right:-15px;width:100%;height:100%;border:2px solid #04F0E2;border-radius:12px;z-index:-1}
.metode-scenarii{padding:4rem 1.5rem;background:linear-gradient(180deg,#f8f9fa 0%,#F6FDFF 100%)}
.metode-scenarii-wrapper{max-width:1100px;margin:0 auto}
.metode-scenarii h2{font-size:2.1rem;color:#202020;text-align:center;margin-bottom:3rem;font-weight:600}
.metode-scenarii-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.metode-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 16px #20202014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #04F0E2}
.metode-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #04f0e233}
.metode-card h3{font-size:1.4rem;color:#202020;margin-bottom:1rem;font-weight:600}
.metode-card p{font-size:1rem;color:#495057;line-height:1.7}
.metode-card-number{display:inline-block;width:42px;height:42px;background:linear-gradient(135deg,#04F0E2 0%,#02c9bc 100%);color:#202020;border-radius:50%;text-align:center;line-height:42px;font-weight:700;font-size:1.2rem;margin-bottom:1.2rem}
.metode-practica{padding:4.5rem 1.5rem;background:#fff}
.metode-practica-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}
.metode-practica-content h2{font-size:2.2rem;color:#202020;margin-bottom:1.5rem;font-weight:600}
.metode-practica-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.metode-practica-lista{list-style:none;padding:0;margin:2rem 0 0}
.metode-practica-lista li{padding-left:2rem;margin-bottom:1.2rem;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6}
.metode-practica-lista li::before{content:'→';position:absolute;left:0;color:#04F0E2;font-weight:700;font-size:1.3rem}
.metode-practica-visual{background:linear-gradient(135deg,#F6FDFF 0%,#f8f9fa 100%);padding:2.5rem;border-radius:12px;border:1px solid #04f0e233;position:sticky;top:2rem}
.metode-practica-visual img{width:100%;height:340px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}
.metode-practica-note{font-size:.95rem;color:#495057;line-height:1.6;font-style:italic;padding:1rem;background:#04f0e20f;border-radius:6px}
.metode-proces{padding:4rem 1.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.metode-proces-container{max-width:950px;margin:0 auto}
.metode-proces h2{font-size:2.2rem;color:#202020;text-align:center;margin-bottom:3.5rem;font-weight:600}
.metode-proces-etape{position:relative}
.metode-etapa{display:grid;grid-template-columns:90px 1fr;gap:2rem;margin-bottom:3rem;position:relative}
.metode-etapa-numar{width:90px;height:90px;background:linear-gradient(135deg,#04F0E2 0%,#02b8ad 100%);color:#202020;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;box-shadow:0 4px 16px #04f0e24d;flex-shrink:0}
.metode-etapa-content{padding-top:.5rem}
.metode-etapa-content h3{font-size:1.5rem;color:#202020;margin-bottom:.8rem;font-weight:600}
.metode-etapa-content p{font-size:1.05rem;color:#495057;line-height:1.7}
.metode-etapa::after{content:'';position:absolute;left:45px;top:100px;width:3px;height:calc(100% + 20px);background:linear-gradient(180deg,#04F0E2 0%,transparent 100%)}
.metode-etapa:last-child::after{display:none}
.metode-rezultate{padding:4.5rem 1.5rem;background:#fff}
.metode-rezultate-wrapper{max-width:1100px;margin:0 auto}
.metode-rezultate h2{font-size:2.2rem;color:#202020;margin-bottom:2rem;font-weight:600;text-align:center}
.metode-rezultate-intro{font-size:1.1rem;color:#495057;line-height:1.8;text-align:center;max-width:800px;margin:0 auto 3rem}
.metode-rezultate-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.metode-rezultat-box{background:linear-gradient(135deg,#F6FDFF 0%,#f8f9fa 100%);padding:2rem;border-radius:10px;border-left:5px solid #04F0E2;transition:transform .3s ease}
.metode-rezultat-box:hover{transform:translateX(8px)}
.metode-rezultat-box h3{font-size:1.3rem;color:#202020;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.8rem}
.metode-rezultat-box h3::before{content:'';display:inline-block;width:28px;height:28px;background:#04F0E2;color:#202020;border-radius:50%;text-align:center;line-height:28px;font-weight:700;flex-shrink:0}
.metode-rezultat-box p{font-size:1rem;color:#495057;line-height:1.7}
.metode-cta{padding:4rem 1.5rem;background:linear-gradient(135deg,#202020 0%,#343a40 100%);text-align:center}
.metode-cta-content{max-width:750px;margin:0 auto}
.metode-cta h2{font-size:2.3rem;color:#F6FDFF;margin-bottom:1.5rem;font-weight:600}
.metode-cta p{font-size:1.15rem;color:#f8f9fa;line-height:1.8;margin-bottom:2.5rem}
.metode-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.metode-btn-primary{display:inline-block;padding:1rem 2.5rem;background:#04F0E2;color:#202020;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #04f0e24d}
.metode-btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 24px #04f0e266}
.metode-btn-secondary{display:inline-block;padding:1rem 2.5rem;background:none;color:#F6FDFF;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;border:2px solid #F6FDFF;transition:background .3s ease,color .3s ease}
.metode-btn-secondary:hover{background:#F6FDFF;color:#202020}
@media (max-width: 768px) {
.metode-hero{padding:3rem 1.5rem 2.5rem}
.metode-hero h1{font-size:2rem}
.metode-hero-intro{font-size:1.05rem}
.metode-abordare-grid{grid-template-columns:1fr;gap:2.5rem}
.metode-abordare-text h2{font-size:1.8rem}
.metode-abordare-img img{height:320px}
.metode-scenarii-cards{grid-template-columns:1fr}
.metode-practica-layout{grid-template-columns:1fr}
.metode-practica-visual{position:static}
.metode-proces h2{font-size:1.8rem}
.metode-etapa{grid-template-columns:70px 1fr;gap:1.5rem}
.metode-etapa-numar{width:70px;height:70px;font-size:1.6rem}
.metode-etapa::after{left:35px;top:80px}
.metode-rezultate-grid{grid-template-columns:1fr}
.metode-cta h2{font-size:1.8rem}
.metode-cta-buttons{flex-direction:column;align-items:center}
.metode-btn-primary,.metode-btn-secondary{width:100%;max-width:300px}
}
.index-hero-wrapper{position:relative;height:100vh;min-height:600px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.index-hero-wrapper .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15;z-index:1}
.index-hero-wrapper .hero-content-layer{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:0 20px}
.index-hero-wrapper .hero-title-block{max-width:820px;margin:0 auto}
.index-hero-wrapper .hero-main-heading{font-size:4.2rem;font-weight:700;color:#202020;line-height:1.15;margin-bottom:28px;letter-spacing:-.02em}
.index-hero-wrapper .hero-main-heading .accent-word{color:#04F0E2;position:relative;display:inline-block}
.index-hero-wrapper .hero-main-heading .accent-word::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#04F0E2 0%,transparent 100%)}
.index-hero-wrapper .hero-subtitle-text{font-size:1.4rem;color:#495057;line-height:1.7;margin-bottom:42px;max-width:680px}
.index-hero-wrapper .hero-cta-button{display:inline-block;padding:18px 48px;background:#202020;color:#F6FDFF;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;border:2px solid #202020}
.index-hero-wrapper .hero-cta-button:hover{background:#04F0E2;border-color:#04F0E2;color:#202020;transform:translateY(-2px);box-shadow:0 8px 24px #04f0e240}
.scenario-intro-section{padding:95px 20px;background:#fff;position:relative}
.scenario-intro-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent 0%,#04F0E2 50%,transparent 100%)}
.scenario-intro-section .intro-content-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.scenario-intro-section .intro-text-column h2{font-size:2.8rem;color:#202020;margin-bottom:24px;font-weight:700;line-height:1.25}
.scenario-intro-section .intro-text-column h2 .highlight-term{color:#04F0E2;position:relative}
.scenario-intro-section .intro-text-column h2 .highlight-term::before{content:'→';position:absolute;left:-32px;color:#04F0E2;font-size:1.8rem}
.scenario-intro-section .intro-text-column p{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:18px}
.scenario-intro-section .intro-visual-column{position:relative}
.scenario-intro-section .intro-visual-column img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 42px #2020201f}
.scenario-intro-section .intro-visual-column::after{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:3px solid #04F0E2;border-radius:12px;z-index:-1}
.modeling-approach-block{padding:0 20px 85px;background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);padding-top:120px;padding-bottom:120px}
.modeling-approach-block .approach-container{max-width:1140px;margin:0 auto}
.modeling-approach-block .approach-header{text-align:center;margin-bottom:65px}
.modeling-approach-block .approach-header h2{font-size:2.6rem;color:#202020;font-weight:700;margin-bottom:16px}
.modeling-approach-block .approach-header p{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.65}
.modeling-approach-block .approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.modeling-approach-block .approach-card{background:#fff;padding:42px 32px;border-radius:8px;position:relative;transition:all .3s ease;border:1px solid #e9ecef}
.modeling-approach-block .approach-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#04F0E2;transition:height .3s ease}
.modeling-approach-block .approach-card:hover::before{height:100%}
.modeling-approach-block .approach-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #20202014}
.modeling-approach-block .approach-card h3{font-size:1.5rem;color:#202020;margin-bottom:18px;font-weight:600}
.modeling-approach-block .approach-card h3::before{content:'◆';color:#04F0E2;margin-right:12px;font-size:.9rem}
.modeling-approach-block .approach-card p{font-size:1.05rem;color:#495057;line-height:1.7}
.practical-scenarios-zone{padding:90px 20px;background:#fff;position:relative;overflow:hidden}
.practical-scenarios-zone::before{content:'';position:absolute;top:50%;left:-200px;width:400px;height:400px;background:radial-gradient(circle,#04f0e20f 0%,transparent 70%);border-radius:50%}
.practical-scenarios-zone .scenarios-layout{max-width:1140px;margin:0 auto;display:flex;gap:45px;align-items:flex-start}
.practical-scenarios-zone .scenarios-image-block{flex:0 0 45%;position:sticky;top:100px}
.practical-scenarios-zone .scenarios-image-block img{width:100%;height:520px;object-fit:cover;border-radius:0 80px 0 80px;box-shadow:-12px 12px 0 0 #04f0e233}
.practical-scenarios-zone .scenarios-content-block{flex:1}
.practical-scenarios-zone .scenarios-content-block h2{font-size:2.7rem;color:#202020;margin-bottom:38px;font-weight:700;line-height:1.3}
.practical-scenarios-zone .scenario-item{margin-bottom:35px;padding-left:48px;position:relative}
.practical-scenarios-zone .scenario-item::before{content:'';position:absolute;left:12px;top:8px;width:18px;height:18px;background:#04F0E2;border-radius:50%;box-shadow:0 0 0 4px #04f0e226}
.practical-scenarios-zone .scenario-item h3{font-size:1.35rem;color:#202020;margin-bottom:12px;font-weight:600}
.practical-scenarios-zone .scenario-item p{font-size:1.05rem;color:#495057;line-height:1.7}
.learning-methodology-section{padding:0;background:#f8f9fa}
.learning-methodology-section .methodology-split{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.learning-methodology-section .methodology-visual-side{position:relative;background:url(./media_gallery/art-7.jpg) (cover) center}
.learning-methodology-section .methodology-visual-side::after{content:'';position:absolute;inset:0;background:linear-gradient(45deg,#202020d9 0%,#04f0e226 100%)}
.learning-methodology-section .methodology-content-side{padding:85px 60px;display:flex;flex-direction:column;justify-content:center}
.learning-methodology-section .methodology-content-side h2{font-size:2.5rem;color:#202020;margin-bottom:28px;font-weight:700;position:relative;padding-bottom:20px}
.learning-methodology-section .methodology-content-side h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:#04F0E2}
.learning-methodology-section .methodology-list{margin-bottom:35px}
.learning-methodology-section .methodology-list-item{display:flex;gap:18px;margin-bottom:24px;align-items:flex-start}
.learning-methodology-section .methodology-list-item .item-marker{flex-shrink:0;width:32px;height:32px;background:#04F0E2;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#202020;font-weight:700;font-size:1.1rem}
.learning-methodology-section .methodology-list-item .item-text{flex:1}
.learning-methodology-section .methodology-list-item .item-text strong{display:block;font-size:1.2rem;color:#202020;margin-bottom:6px;font-weight:600}
.learning-methodology-section .methodology-list-item .item-text p{font-size:1.05rem;color:#495057;line-height:1.65;margin:0}
.learning-methodology-section .methodology-cta-btn{display:inline-block;padding:16px 42px;background:none;color:#202020;text-decoration:none;font-size:1.1rem;font-weight:600;border:2px solid #202020;border-radius:6px;transition:all .3s ease;align-self:flex-start}
.learning-methodology-section .methodology-cta-btn:hover{background:#202020;color:#F6FDFF;transform:translateX(8px)}
.program-structure-area{padding:95px 20px;background:#fff}
.program-structure-area .structure-wrapper{max-width:1000px;margin:0 auto}
.program-structure-area .structure-header{text-align:center;margin-bottom:58px}
.program-structure-area .structure-header h2{font-size:2.6rem;color:#202020;font-weight:700;margin-bottom:18px}
.program-structure-area .structure-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.65}
.program-structure-area .structure-timeline{position:relative;padding-left:85px}
.program-structure-area .structure-timeline::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#04F0E2 0%,#04f0e24d 100%)}
.program-structure-area .timeline-phase{margin-bottom:48px;position:relative}
.program-structure-area .timeline-phase::before{content:'';position:absolute;left:-68px;top:8px;width:24px;height:24px;background:#fff;border:4px solid #04F0E2;border-radius:50%;box-shadow:0 0 0 8px #04f0e21a}
.program-structure-area .timeline-phase h3{font-size:1.45rem;color:#202020;margin-bottom:14px;font-weight:600}
.program-structure-area .timeline-phase h3 .phase-label{display:inline-block;background:#f8f9fa;color:#04F0E2;padding:4px 14px;border-radius:20px;font-size:.9rem;margin-right:12px;font-weight:700}
.program-structure-area .timeline-phase p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:16px}
.program-structure-area .timeline-phase ul{list-style:none;padding:0;margin:0}
.program-structure-area .timeline-phase ul li{font-size:1.05rem;color:#495057;line-height:1.65;margin-bottom:10px;padding-left:28px;position:relative}
.program-structure-area .timeline-phase ul li::before{content:'▸';position:absolute;left:0;color:#04F0E2;font-size:1.2rem}
.enrollment-info-block{padding:95px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.enrollment-info-block::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at top right,#04f0e20d 0%,transparent 60%);pointer-events:none}
.enrollment-info-block .enrollment-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:65px;align-items:center}
.enrollment-info-block .enrollment-details h2{font-size:2.7rem;color:#202020;margin-bottom:32px;font-weight:700;line-height:1.25}
.enrollment-info-block .enrollment-details .detail-paragraph{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:22px}
.enrollment-info-block .enrollment-details .detail-paragraph strong{color:#202020;font-weight:600}
.enrollment-info-block .enrollment-details .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:38px;margin-bottom:38px}
.enrollment-info-block .enrollment-details .info-box{background:#fff;padding:24px;border-radius:8px;border-left:4px solid #04F0E2;box-shadow:0 4px 16px #2020200f}
.enrollment-info-block .enrollment-details .info-box .info-label{font-size:.95rem;color:#495057;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em;font-weight:600}
.enrollment-info-block .enrollment-details .info-box .info-value{font-size:1.3rem;color:#202020;font-weight:700}
.enrollment-info-block .enrollment-cta-wrapper{background:#202020;padding:55px 45px;border-radius:12px;text-align:center;position:relative;overflow:hidden}
.enrollment-info-block .enrollment-cta-wrapper::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#04f0e21a 0%,transparent 70%);animation:rotate-gradient 20s linear infinite}
@keyframes rotate-gradient {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.enrollment-info-block .enrollment-cta-wrapper .cta-content{position:relative;z-index:1}
.enrollment-info-block .enrollment-cta-wrapper h3{font-size:2rem;color:#F6FDFF;margin-bottom:18px;font-weight:700}
.enrollment-info-block .enrollment-cta-wrapper p{font-size:1.1rem;color:#F6FDFF;line-height:1.65;margin-bottom:32px;opacity:.9}
.enrollment-info-block .enrollment-cta-wrapper .primary-cta-link{display:inline-block;padding:18px 48px;background:#04F0E2;color:#202020;text-decoration:none;font-size:1.1rem;font-weight:700;border-radius:6px;transition:all .3s ease;border:2px solid #04F0E2}
.enrollment-info-block .enrollment-cta-wrapper .primary-cta-link:hover{background:none;color:#04F0E2;transform:scale(1.05)}
@media (max-width: 768px) {
.index-hero-wrapper{height:auto;min-height:500px;padding:80px 0}
.index-hero-wrapper .hero-main-heading{font-size:2.5rem}
.index-hero-wrapper .hero-subtitle-text{font-size:1.15rem}
.scenario-intro-section .intro-content-wrapper{grid-template-columns:1fr;gap:40px}
.scenario-intro-section .intro-visual-column::after{display:none}
.modeling-approach-block .approach-grid{grid-template-columns:1fr}
.practical-scenarios-zone .scenarios-layout{flex-direction:column}
.practical-scenarios-zone .scenarios-image-block{position:static;width:100%}
.learning-methodology-section .methodology-split{grid-template-columns:1fr}
.learning-methodology-section .methodology-visual-side{min-height:300px}
.learning-methodology-section .methodology-content-side{padding:60px 30px}
.program-structure-area .structure-timeline{padding-left:60px}
.enrollment-info-block .enrollment-container{grid-template-columns:1fr;gap:45px}
.enrollment-info-block .enrollment-details .info-grid{grid-template-columns:1fr}
}
.contact-portal-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#f5f6fa 100%);min-height:100vh;position:relative}
.contact-portal-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:320px;background:linear-gradient(165deg,#F6FDFF 0%,#04f0e214 100%);z-index:1}
.contact-hero-zone{position:relative;z-index:2;padding:80px 20px 60px;max-width:940px;margin:0 auto}
.contact-hero-zone .statement-block{background:#fff;padding:48px 56px;border-radius:16px;box-shadow:0 4px 24px #2020200f;border-left:4px solid #04F0E2}
.contact-hero-zone .statement-block h1{font-size:2.8rem;line-height:1.2;color:#202020;margin:0 0 24px;font-weight:700;letter-spacing:-.02em}
.contact-hero-zone .statement-block .intro-narrative{font-size:1.15rem;line-height:1.75;color:#495057;margin:0}
.contact-hero-zone .statement-block .intro-narrative::before{content:'';display:inline-block;width:42px;height:3px;background:linear-gradient(90deg,#04F0E2 0%,transparent 100%);margin-right:12px;vertical-align:middle}
.dual-stream-container{position:relative;z-index:2;padding:0 20px 80px;max-width:1200px;margin:0 auto}
.dual-stream-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:start}
.contact-methods-panel{background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 2px 16px #2020200a;position:sticky;top:20px}
.contact-methods-panel .panel-heading{font-size:1.5rem;color:#202020;margin:0 0 28px;font-weight:600;position:relative;padding-bottom:14px}
.contact-methods-panel .panel-heading::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#04F0E2;border-radius:3px}
.method-card{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #f5f6fa}
.method-card:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.method-card .method-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#04F0E2;margin:0 0 8px;font-weight:600}
.method-card .method-value{font-size:1.05rem;color:#343a40;margin:0;line-height:1.6;word-break:break-word}
.method-card .method-value a{color:#202020;text-decoration:none;transition:color .25s ease}
.method-card .method-value a:hover{color:#04F0E2}
.location-detail{background:linear-gradient(135deg,#F6FDFF 0%,#fff 100%);padding:24px;border-radius:8px;margin-top:32px;border:1px solid #04f0e226}
.location-detail .detail-heading{font-size:.9rem;color:#495057;margin:0 0 12px;font-weight:500}
.location-detail .detail-content{font-size:1rem;color:#212529;margin:0;line-height:1.7}
.interaction-form-zone{background:#fff;border-radius:12px;padding:48px 44px;box-shadow:0 2px 16px #2020200a}
.interaction-form-zone .form-introduction{margin-bottom:36px}
.interaction-form-zone .form-introduction h2{font-size:2rem;color:#202020;margin:0 0 16px;font-weight:600}
.interaction-form-zone .form-introduction p{font-size:1.05rem;color:#495057;margin:0;line-height:1.7}
.custom-form-structure{display:grid;gap:24px}
.field-wrapper{display:flex;flex-direction:column}
.field-wrapper label{font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500;display:flex;align-items:center}
.field-wrapper label::before{content:'';display:inline-block;width:6px;height:6px;background:#04F0E2;border-radius:50%;margin-right:10px}
.field-wrapper input[type="text"],.field-wrapper input[type="email"],.field-wrapper input[type="tel"],.field-wrapper textarea,.field-wrapper select{padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.field-wrapper input[type="text"]:focus,.field-wrapper input[type="email"]:focus,.field-wrapper input[type="tel"]:focus,.field-wrapper textarea:focus,.field-wrapper select:focus{outline:none;border-color:#04F0E2;background:#fff;box-shadow:0 0 0 4px #04f0e21a}
.field-wrapper textarea{min-height:160px;resize:vertical;line-height:1.6}
.dual-field-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.consent-block{margin-top:28px;padding:20px;background:#F6FDFF;border-radius:8px;border:1px solid #04f0e233}
.consent-block label{display:flex;align-items:start;cursor:pointer;font-size:.95rem;color:#495057;line-height:1.65}
.consent-block input[type="checkbox"]{width:20px;height:20px;margin-right:12px;margin-top:2px;cursor:pointer;accent-color:#04F0E2;flex-shrink:0}
.consent-block a{color:#202020;text-decoration:underline;transition:color .25s ease}
.consent-block a:hover{color:#04F0E2}
.submission-trigger{margin-top:32px;text-align:center}
.submission-trigger button{background:linear-gradient(135deg,#202020 0%,#343a40 100%);color:#F6FDFF;border:none;padding:16px 56px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .35s ease;box-shadow:0 4px 16px #20202026;position:relative;overflow:hidden}
.submission-trigger button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#04f0e24d,transparent);transition:left .5s ease}
.submission-trigger button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #04f0e24d}
.submission-trigger button:hover::before{left:100%}
.submission-trigger button:active{transform:translateY(0)}
.alternate-paths-section{position:relative;z-index:2;padding:60px 20px;max-width:1100px;margin:0 auto}
.paths-container{background:#fff;border-radius:12px;padding:48px;box-shadow:0 2px 16px #2020200a;text-align:center}
.paths-container h3{font-size:1.75rem;color:#202020;margin:0 0 16px;font-weight:600}
.paths-container .paths-description{font-size:1.05rem;color:#495057;margin:0 0 36px;line-height:1.7;max-width:640px;margin-left:auto;margin-right:auto}
.path-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:600px;margin:0 auto}
.path-link-card{background:linear-gradient(135deg,#F6FDFF 0%,#fafbfc 100%);padding:24px 28px;border-radius:8px;text-decoration:none;border:2px solid transparent;transition:all .3s ease;display:block}
.path-link-card:hover{border-color:#04F0E2;transform:translateY(-3px);box-shadow:0 6px 20px #04f0e226}
.path-link-card .link-title{font-size:1.1rem;color:#202020;font-weight:600;margin:0}
.path-link-card .link-arrow{display:inline-block;margin-left:8px;color:#04F0E2;transition:transform .3s ease}
.path-link-card:hover .link-arrow{transform:translateX(4px)}
.operational-notice-section{position:relative;z-index:2;padding:0 20px 60px;max-width:900px;margin:0 auto}
.notice-panel{background:linear-gradient(135deg,#fafbfc 0%,#F6FDFF 100%);border-radius:12px;padding:40px;border:1px solid #04f0e233;text-align:center}
.notice-panel h4{font-size:1.4rem;color:#202020;margin:0 0 20px;font-weight:600}
.notice-panel .notice-text{font-size:1rem;color:#495057;line-height:1.75;margin:0}
.notice-panel .notice-text strong{color:#202020;font-weight:600}
.response-timeframe-zone{position:relative;z-index:2;padding:0 20px 80px;max-width:1000px;margin:0 auto}
.timeframe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.timeframe-card{background:#fff;padding:32px 28px;border-radius:12px;box-shadow:0 2px 12px #2020200d;text-align:center;border-top:4px solid #04F0E2;transition:all .3s ease}
.timeframe-card:hover{transform:translateY(-4px);box-shadow:0 6px 24px #2020201a}
.timeframe-card .card-icon{width:56px;height:56px;background:linear-gradient(135deg,#F6FDFF 0%,#04f0e226 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:#04F0E2}
.timeframe-card h5{font-size:1.15rem;color:#202020;margin:0 0 12px;font-weight:600}
.timeframe-card p{font-size:.95rem;color:#495057;margin:0;line-height:1.6}
.navigation-footer-zone{position:relative;z-index:2;padding:0 20px 60px;max-width:1100px;margin:0 auto}
.footer-navigation-panel{background:#fff;border-radius:12px;padding:40px 48px;box-shadow:0 2px 16px #2020200a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}
.footer-navigation-panel .footer-brand{font-size:1.3rem;color:#202020;font-weight:700;margin:0}
.footer-nav-links{display:flex;gap:28px;align-items:center}
.footer-nav-links a{color:#495057;text-decoration:none;font-size:1rem;transition:color .25s ease;position:relative}
.footer-nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#04F0E2;transition:width .3s ease}
.footer-nav-links a:hover{color:#202020}
.footer-nav-links a:hover::after{width:100%}
@media (max-width: 968px) {
.dual-stream-grid{grid-template-columns:1fr;gap:32px}
.contact-methods-panel{position:static}
.timeframe-grid{grid-template-columns:1fr}
.path-links-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.contact-hero-zone{padding:60px 20px 40px}
.contact-hero-zone .statement-block{padding:36px 28px}
.contact-hero-zone .statement-block h1{font-size:2rem}
.interaction-form-zone{padding:36px 28px}
.dual-field-row{grid-template-columns:1fr}
.footer-navigation-panel{flex-direction:column;text-align:center}
.footer-nav-links{flex-direction:column;gap:16px}
}
@media (max-width: 480px) {
.contact-hero-zone .statement-block h1{font-size:1.65rem}
.contact-hero-zone .statement-block{padding:28px 20px}
.interaction-form-zone{padding:28px 20px}
.paths-container{padding:32px 24px}
.submission-trigger button{width:100%;padding:14px 32px}
}
.program-main-wrap{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.program-main-wrap .hero-modeling-intro{background:linear-gradient(135deg,#F6FDFF 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.program-main-wrap .hero-modeling-intro::before{content:'';position:absolute;top:-50px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#04f0e214 0%,transparent 70%);border-radius:50%;z-index:1}
.program-main-wrap .hero-content-box{max-width:920px;margin:0 auto;position:relative;z-index:2}
.program-main-wrap .hero-modeling-intro h1{font-size:2.8rem;font-weight:700;color:#202020;margin-bottom:24px;line-height:1.2}
.program-main-wrap .hero-modeling-intro h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#04F0E2 0%,transparent 100%);margin-top:16px}
.program-main-wrap .hero-modeling-intro p{font-size:1.15rem;color:#495057;margin-bottom:20px;max-width:780px}
.program-main-wrap .intro-highlight-term{color:#04F0E2;font-weight:600;position:relative;padding-bottom:2px}
.program-main-wrap .intro-highlight-term::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#04F0E2 0%,transparent 100%)}
.program-main-wrap .split-learning-block{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px;margin:0}
.program-main-wrap .split-content-side{background:#202020;padding:80px 60px;display:flex;flex-direction:column;justify-content:center}
.program-main-wrap .split-content-side h2{font-size:2.2rem;font-weight:700;color:#F6FDFF;margin-bottom:28px;line-height:1.3}
.program-main-wrap .split-content-side h2::before{content:'';display:inline-block;width:6px;height:40px;background:#04F0E2;margin-right:14px;vertical-align:middle}
.program-main-wrap .split-content-side p{font-size:1.05rem;color:#e8eaed;margin-bottom:18px;line-height:1.8}
.program-main-wrap .content-accent-word{color:#04F0E2;font-weight:600}
.program-main-wrap .split-image-side{background:#f8f9fa;position:relative;overflow:hidden}
.program-main-wrap .split-image-side img{width:100%;height:100%;object-fit:cover;display:block}
.program-main-wrap .approach-methods-section{background:#f5f6fa;padding:90px 20px;position:relative}
.program-main-wrap .approach-methods-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,transparent 0%,#04F0E2 50%,transparent 100%)}
.program-main-wrap .approach-inner-container{max-width:1100px;margin:0 auto}
.program-main-wrap .approach-methods-section h2{font-size:2.4rem;font-weight:700;color:#202020;text-align:center;margin-bottom:50px;position:relative;display:inline-block;width:100%}
.program-main-wrap .approach-methods-section h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:100px;height:3px;background:#04F0E2}
.program-main-wrap .methods-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:60px}
.program-main-wrap .method-card-item{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;position:relative}
.program-main-wrap .method-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#04F0E2;transition:height .3s ease;border-radius:8px 0 0 8px}
.program-main-wrap .method-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 20px #04f0e226}
.program-main-wrap .method-card-item:hover::before{height:100%}
.program-main-wrap .method-card-item h3{font-size:1.4rem;font-weight:700;color:#202020;margin-bottom:16px}
.program-main-wrap .method-card-item p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.program-main-wrap .dual-panel-structure{display:flex;align-items:stretch;min-height:550px;margin:0}
.program-main-wrap .panel-visual-block{flex:1;background:#f8f9fa;position:relative;overflow:hidden}
.program-main-wrap .panel-visual-block img{width:100%;height:100%;object-fit:cover;display:block}
.program-main-wrap .panel-info-block{flex:1;background:linear-gradient(135deg,#F6FDFF 0%,#fff 100%);padding:70px 55px;display:flex;flex-direction:column;justify-content:center}
.program-main-wrap .panel-info-block h2{font-size:2.1rem;font-weight:700;color:#202020;margin-bottom:30px;line-height:1.3;position:relative;padding-left:20px}
.program-main-wrap .panel-info-block h2::before{content:'';position:absolute;left:0;top:4px;width:5px;height:80%;background:linear-gradient(180deg,#04F0E2 0%,transparent 100%)}
.program-main-wrap .info-list-points{list-style:none;padding:0;margin:0}
.program-main-wrap .info-list-points li{font-size:1.05rem;color:#343a40;margin-bottom:20px;padding-left:35px;position:relative;line-height:1.7}
.program-main-wrap .info-list-points li::before{content:'→';position:absolute;left:0;top:0;color:#04F0E2;font-size:1.4rem;font-weight:700}
.program-main-wrap .emphasis-word-inline{font-weight:700;color:#202020}
.program-main-wrap .timeline-journey-section{background:#fff;padding:90px 20px;position:relative}
.program-main-wrap .timeline-journey-section::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#04F0E2 0%,transparent 50%,#04F0E2 100%)}
.program-main-wrap .timeline-container-wrap{max-width:1000px;margin:0 auto}
.program-main-wrap .timeline-journey-section h2{font-size:2.3rem;font-weight:700;color:#202020;text-align:center;margin-bottom:60px}
.program-main-wrap .timeline-journey-section h2::after{content:'';display:block;width:90px;height:3px;background:#04F0E2;margin:16px auto 0}
.program-main-wrap .journey-steps-wrapper{display:flex;flex-direction:column;gap:50px;padding-left:80px;position:relative}
.program-main-wrap .journey-steps-wrapper::before{content:'';position:absolute;left:24px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#04F0E2 0%,#202020 100%)}
.program-main-wrap .step-item-block{position:relative;padding-left:0}
.program-main-wrap .step-marker-circle{position:absolute;left:-69px;top:8px;width:50px;height:50px;background:#fff;border:4px solid #04F0E2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#202020;z-index:2;box-shadow:0 4px 10px #04f0e233}
.program-main-wrap .step-item-block h3{font-size:1.5rem;font-weight:700;color:#202020;margin-bottom:12px}
.program-main-wrap .step-item-block p{font-size:1.02rem;color:#495057;line-height:1.75;margin:0}
.program-main-wrap .step-highlight-phrase{color:#04F0E2;font-weight:600}
@media (max-width: 992px) {
.program-main-wrap .hero-modeling-intro h1{font-size:2.2rem}
.program-main-wrap .split-learning-block{grid-template-columns:1fr}
.program-main-wrap .split-content-side{padding:60px 30px}
.program-main-wrap .split-image-side{min-height:350px}
.program-main-wrap .methods-grid-layout{grid-template-columns:1fr;gap:25px}
.program-main-wrap .dual-panel-structure{flex-direction:column}
.program-main-wrap .panel-visual-block{min-height:300px}
.program-main-wrap .panel-info-block{padding:50px 30px}
.program-main-wrap .journey-steps-wrapper{padding-left:0;padding-top:20px}
.program-main-wrap .journey-steps-wrapper::before{left:0;width:100%;height:2px;top:0;background:linear-gradient(90deg,#04F0E2 0%,#202020 100%)}
.program-main-wrap .step-marker-circle{position:relative;left:0;top:0;margin-bottom:16px}
}
@media (max-width: 768px) {
.program-main-wrap .hero-modeling-intro{padding:60px 20px 40px}
.program-main-wrap .hero-modeling-intro h1{font-size:1.9rem}
.program-main-wrap .hero-modeling-intro p{font-size:1.05rem}
.program-main-wrap .split-content-side h2{font-size:1.8rem}
.program-main-wrap .approach-methods-section{padding:60px 20px}
.program-main-wrap .approach-methods-section h2{font-size:1.9rem}
.program-main-wrap .panel-info-block h2{font-size:1.7rem}
.program-main-wrap .timeline-journey-section h2{font-size:1.9rem}
}
.prestart-hero-wrap{background:linear-gradient(135deg,#F6FDFF 0%,#fff 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.prestart-hero-wrap::before{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#04f0e214 0%,transparent 70%);border-radius:50%;z-index:1}
.prestart-hero-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.prestart-hero-label{display:inline-block;background:#04f0e21f;color:#202020;padding:.5rem 1.2rem;border-radius:30px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.3px}
.prestart-hero-content h1{font-size:2.8rem;color:#202020;font-weight:700;line-height:1.2;margin-bottom:1.5rem}
.prestart-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#04F0E2 0%,#202020 100%);margin-top:1rem}
.prestart-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.prestart-foundations-block{background:#fff;padding:4.5rem 1.5rem;position:relative}
.prestart-foundations-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.prestart-foundations-image{position:relative}
.prestart-foundations-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #2020201a}
.prestart-foundations-image::before{content:'';position:absolute;top:-15px;left:-15px;width:120px;height:120px;border:3px solid #04F0E2;border-radius:12px;z-index:1}
.prestart-foundations-text h2{font-size:2.3rem;color:#202020;font-weight:700;margin-bottom:1.8rem;line-height:1.3}
.prestart-foundations-text h2 span{color:#04F0E2;position:relative}
.prestart-foundations-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.3rem}
.prestart-checklist-item{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.1rem;padding:.8rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #04F0E2;transition:transform .2s ease}
.prestart-checklist-item:hover{transform:translateX(5px)}
.prestart-checklist-icon{width:24px;height:24px;background:#04F0E2;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem;margin-top:2px}
.prestart-checklist-text{font-size:1rem;color:#343a40;line-height:1.6}
.prestart-mindset-section{background:linear-gradient(180deg,#F6FDFF 0%,#fff 100%);padding:4.5rem 1.5rem;position:relative}
.prestart-mindset-container{max-width:1100px;margin:0 auto}
.prestart-mindset-header{text-align:center;margin-bottom:3.5rem}
.prestart-mindset-header h2{font-size:2.4rem;color:#202020;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}
.prestart-mindset-header h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#04F0E2}
.prestart-mindset-header p{font-size:1.1rem;color:#495057;line-height:1.7;margin-top:1.8rem}
.prestart-mindset-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}
.prestart-mindset-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #20202014;border-top:4px solid #04F0E2;transition:transform .3s ease,box-shadow .3s ease}
.prestart-mindset-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #2020201f}
.prestart-mindset-card h3{font-size:1.4rem;color:#202020;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.7rem}
.prestart-mindset-card h3::before{content:'';width:8px;height:8px;background:#04F0E2;border-radius:50%;flex-shrink:0}
.prestart-mindset-card p{font-size:1rem;color:#495057;line-height:1.7}
.prestart-mindset-visual{display:flex;gap:2rem;align-items:center}
.prestart-mindset-visual img{width:48%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #2020201a}
.prestart-reality-zone{background:#202020;padding:5rem 1.5rem;position:relative;overflow:hidden}
.prestart-reality-zone::after{content:'';position:absolute;bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#04f0e21f 0%,transparent 70%);border-radius:50%}
.prestart-reality-content{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.prestart-reality-intro{text-align:center;margin-bottom:3rem}
.prestart-reality-intro h2{font-size:2.5rem;color:#fff;font-weight:700;margin-bottom:1.2rem}
.prestart-reality-intro h2 span{color:#04F0E2}
.prestart-reality-intro p{font-size:1.1rem;color:#F6FDFF;line-height:1.7;opacity:.9}
.prestart-reality-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}
.prestart-reality-block{background:#f6fdff0d;padding:2rem 1.5rem;border-radius:10px;border:1px solid #04f0e233;transition:background .3s ease,border-color .3s ease}
.prestart-reality-block:hover{background:#f6fdff14;border-color:#04f0e266}
.prestart-reality-number{font-size:2.8rem;color:#04F0E2;font-weight:700;margin-bottom:.8rem;line-height:1}
.prestart-reality-block h3{font-size:1.3rem;color:#fff;font-weight:600;margin-bottom:.8rem}
.prestart-reality-block p{font-size:.95rem;color:#F6FDFF;line-height:1.6;opacity:.85}
.prestart-reality-cta{text-align:center;margin-top:3rem}
.prestart-reality-btn{display:inline-block;background:#04F0E2;color:#202020;padding:1rem 2.5rem;border-radius:8px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #04f0e24d}
.prestart-reality-btn:hover{transform:translateY(-3px);box-shadow:0 6px 24px #04f0e266;color:#202020}
@media (max-width: 768px) {
.prestart-hero-wrap{padding:3rem 1.2rem 2.5rem}
.prestart-hero-content h1{font-size:2rem}
.prestart-hero-content p{font-size:1.05rem}
.prestart-foundations-grid{grid-template-columns:1fr;gap:2rem}
.prestart-foundations-image{order:2}
.prestart-foundations-text{order:1}
.prestart-foundations-text h2{font-size:1.9rem}
.prestart-mindset-header h2{font-size:2rem}
.prestart-mindset-cards{grid-template-columns:1fr;gap:1.5rem}
.prestart-mindset-visual{flex-direction:column}
.prestart-mindset-visual img{width:100%;height:240px}
.prestart-reality-intro h2{font-size:2rem}
.prestart-reality-blocks{grid-template-columns:1fr;gap:1.5rem}
.prestart-reality-btn{padding:.9rem 2rem;font-size:1rem}
}
.policy-wrapper-custom{background:linear-gradient(135deg,#F6FDFF 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-hero-block{background:linear-gradient(to right,#202020 0%,#1a1a1a 100%);padding:4rem 2rem;position:relative;overflow:hidden}
.policy-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#04f0e214 0%,transparent 70%);transform:rotate(-15deg)}
.policy-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.policy-hero-title{font-size:2.8rem;color:#F6FDFF;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}
.policy-hero-intro{font-size:1.15rem;color:#04F0E2;line-height:1.7;margin:0;max-width:800px}
.policy-main-content{max-width:100%;padding:0}
.policy-section-large{padding:4rem 6%;background:#fff;border-bottom:1px solid #2020200f}
.policy-section-large:nth-child(even){background:#F6FDFF}
.policy-section-large:last-child{border-bottom:none}
.policy-content-block{max-width:1400px;margin:0 auto}
.policy-heading-primary{font-size:2rem;color:#202020;margin:0 0 2rem;font-weight:700;position:relative;padding-left:1.5rem;line-height:1.3}
.policy-heading-primary::before{content:'';position:absolute;left:0;top:.2rem;width:5px;height:2.2rem;background:linear-gradient(180deg,#04F0E2 0%,#202020 100%);border-radius:3px}
.policy-heading-secondary{font-size:1.5rem;color:#343a40;margin:2.5rem 0 1.2rem;font-weight:600;line-height:1.4}
.policy-text-flow{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 1.5rem}
.policy-text-flow:last-child{margin-bottom:0}
.policy-emphasis-box{background:#04f0e20a;border-left:4px solid #04F0E2;padding:1.8rem 2rem;margin:2.5rem 0;border-radius:0 8px 8px 0}
.policy-emphasis-box .policy-text-flow{margin-bottom:0;color:#343a40;font-weight:500}
.policy-grid-dual{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin:2rem 0}
.policy-card-item{background:#fff;padding:2rem;border-radius:12px;border:1px solid #20202014;transition:all .3s ease}
.policy-section-large:nth-child(even) .policy-card-item{background:#fafbfc}
.policy-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #2020201a;border-color:#04F0E2}
.policy-card-title{font-size:1.25rem;color:#202020;margin:0 0 1rem;font-weight:600;line-height:1.4}
.policy-card-text{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.policy-list-custom{list-style:none;padding:0;margin:2rem 0}
.policy-list-custom li{padding:1rem 0 1rem 2.5rem;position:relative;font-size:1.05rem;color:#495057;line-height:1.7;border-bottom:1px solid #2020200d}
.policy-list-custom li:last-child{border-bottom:none}
.policy-list-custom li::before{content:'';position:absolute;left:0;top:1.5rem;width:12px;height:12px;background:#04F0E2;border-radius:50%;box-shadow:0 0 0 4px #04f0e226}
.policy-technical-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:12px;margin:2.5rem 0;border:1px solid #20202014}
.policy-technical-title{font-size:1.2rem;color:#202020;margin:0 0 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.policy-technical-content{color:#495057;background:#20202005;padding:1.5rem;border-radius:6px;border-left:3px solid #04F0E2;font:.98rem/1.75 'Courier New',monospace}
.policy-columns-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2.5rem 0;align-items:start}
.policy-column-content{font-size:1.05rem;color:#495057;line-height:1.8}
.policy-highlight-term{color:#04F0E2;font-weight:600;position:relative;padding-bottom:2px}
.policy-highlight-term::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#04F0E2 0%,transparent 100%)}
.policy-contact-segment{background:linear-gradient(135deg,#202020 0%,#1a1a1a 100%);padding:3rem;border-radius:12px;margin:3rem 0 0;position:relative;overflow:hidden}
.policy-contact-segment::before{content:'';position:absolute;top:-30%;left:-20%;width:50%;height:160%;background:radial-gradient(circle,#04f0e20f 0%,transparent 60%)}
.policy-contact-info{position:relative;z-index:2}
.policy-contact-label{font-size:.9rem;color:#04F0E2;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem;font-weight:600}
.policy-contact-details{font-size:1.15rem;color:#F6FDFF;line-height:1.9;margin:0}
.policy-contact-details a{color:#04F0E2;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.policy-contact-details a:hover{border-bottom-color:#04F0E2}
.policy-timeline-wrapper{position:relative;padding:2rem 0 2rem 3rem;margin:2.5rem 0}
.policy-timeline-wrapper::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#04F0E2 0%,#04f0e233 100%)}
.policy-timeline-item{position:relative;margin-bottom:2.5rem;padding-left:1.5rem}
.policy-timeline-item:last-child{margin-bottom:0}
.policy-timeline-item::before{content:'';position:absolute;left:-2.15rem;top:.4rem;width:16px;height:16px;background:#04F0E2;border-radius:50%;border:3px solid #F6FDFF;box-shadow:0 0 0 2px #04F0E2;z-index:2}
.policy-timeline-heading{font-size:1.2rem;color:#202020;margin:0 0 .8rem;font-weight:600}
.policy-timeline-text{font-size:1.05rem;color:#495057;line-height:1.75;margin:0}
@media (max-width: 768px) {
.policy-hero-block{padding:3rem 1.5rem}
.policy-hero-title{font-size:2rem}
.policy-hero-intro{font-size:1.05rem}
.policy-section-large{padding:3rem 5%}
.policy-heading-primary{font-size:1.6rem}
.policy-heading-secondary{font-size:1.3rem}
.policy-grid-dual{grid-template-columns:1fr;gap:1.5rem}
.policy-columns-split{grid-template-columns:1fr;gap:2rem}
.policy-card-item{padding:1.5rem}
.policy-technical-block{padding:1.5rem}
.policy-contact-segment{padding:2rem 1.5rem}
.policy-timeline-wrapper{padding-left:2.5rem}
.policy-timeline-item::before{left:-1.9rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#F6FDFF 0%,#fff 50%,#f8f9fa 100%);padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7}
.privacy-policy-wrapper .policy-hero{background:linear-gradient(to right,#fff,#F6FDFF);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #04F0E2;position:relative;overflow:hidden}
.privacy-policy-wrapper .policy-hero::before{content:'';position:absolute;top:-50%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,#04f0e21a,transparent);border-radius:50%}
.privacy-policy-wrapper .policy-hero::after{content:'';position:absolute;bottom:-30%;right:-5%;width:250px;height:250px;background:radial-gradient(circle,#04f0e214,transparent);border-radius:50%}
.privacy-policy-wrapper .hero-title{font-size:48px;font-weight:700;color:#202020;margin:0 0 16px;letter-spacing:-.5px;position:relative;z-index:2}
.privacy-policy-wrapper .hero-subtitle{font-size:18px;color:#495057;max-width:700px;margin:0 auto;position:relative;z-index:2}
.privacy-policy-wrapper .policy-meta{background:#fff;padding:30px;margin:-30px auto 0;max-width:900px;border-radius:12px;box-shadow:0 4px 20px #20202014;position:relative;z-index:3;display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px}
.privacy-policy-wrapper .meta-item{text-align:center}
.privacy-policy-wrapper .meta-label{font-size:13px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-weight:600}
.privacy-policy-wrapper .meta-value{font-size:16px;color:#202020;font-weight:600}
.privacy-policy-wrapper .policy-content-area{max-width:1100px;margin:80px auto;padding:0 20px}
.privacy-policy-wrapper .policy-section{background:#fff;padding:50px 60px;margin-bottom:40px;border-radius:16px;box-shadow:0 2px 12px #2020200f;position:relative;border-left:5px solid #04F0E2}
.privacy-policy-wrapper .policy-section:nth-child(even){border-left-color:#202020}
.privacy-policy-wrapper .section-number{position:absolute;top:-20px;left:50px;background:linear-gradient(135deg,#04F0E2,#02c4b8);color:#202020;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;box-shadow:0 4px 12px #04f0e24d}
.privacy-policy-wrapper .policy-section:nth-child(even) .section-number{background:linear-gradient(135deg,#202020,#3a3a3a);color:#04F0E2}
.privacy-policy-wrapper .section-heading{font-size:32px;font-weight:700;color:#202020;margin:0 0 30px;letter-spacing:-.3px;position:relative;padding-bottom:15px}
.privacy-policy-wrapper .section-heading::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(to right,#04F0E2,transparent)}
.privacy-policy-wrapper .section-intro{font-size:18px;color:#343a40;margin-bottom:30px;line-height:1.8;font-weight:500}
.privacy-policy-wrapper .subsection-title{font-size:22px;font-weight:600;color:#202020;margin:35px 0 18px;position:relative;padding-left:20px}
.privacy-policy-wrapper .subsection-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:24px;background:#04F0E2;border-radius:3px}
.privacy-policy-wrapper .policy-paragraph{font-size:16px;color:#495057;margin-bottom:20px;line-height:1.8}
.privacy-policy-wrapper .policy-list{margin:20px 0;padding-left:0;list-style:none}
.privacy-policy-wrapper .policy-list li{padding:12px 0 12px 35px;position:relative;font-size:16px;color:#495057;line-height:1.7}
.privacy-policy-wrapper .policy-list li::before{content:'→';position:absolute;left:0;color:#04F0E2;font-weight:700;font-size:20px}
.privacy-policy-wrapper .highlight-box{background:linear-gradient(135deg,#F6FDFF,#e8f9f8);padding:30px;border-radius:12px;margin:30px 0;border:2px solid #04F0E2;position:relative}
.privacy-policy-wrapper .highlight-box::before{content:'!';position:absolute;top:-18px;left:30px;background:#04F0E2;color:#202020;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:22px}
.privacy-policy-wrapper .highlight-box p{margin:0;font-size:16px;color:#202020;line-height:1.7}
.privacy-policy-wrapper .data-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-policy-wrapper .category-card{background:#f8f9fa;padding:25px;border-radius:10px;border:2px solid transparent;transition:all .3s ease}
.privacy-policy-wrapper .category-card:hover{border-color:#04F0E2;transform:translateY(-3px);box-shadow:0 6px 18px #04f0e226}
.privacy-policy-wrapper .category-card h4{font-size:18px;font-weight:600;color:#202020;margin:0 0 12px}
.privacy-policy-wrapper .category-card p{font-size:15px;color:#495057;margin:0;line-height:1.6}
.privacy-policy-wrapper .contact-section{background:linear-gradient(135deg,#202020,#3a3a3a);color:#F6FDFF;padding:50px 60px;margin-top:60px;border-radius:16px;text-align:center}
.privacy-policy-wrapper .contact-section h3{font-size:28px;font-weight:700;margin:0 0 20px;color:#04F0E2}
.privacy-policy-wrapper .contact-section p{font-size:17px;line-height:1.7;margin-bottom:30px;color:#F6FDFF}
.privacy-policy-wrapper .contact-details{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:25px}
.privacy-policy-wrapper .contact-item{display:flex;flex-direction:column;align-items:center;gap:8px}
.privacy-policy-wrapper .contact-item-label{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#04F0E2;font-weight:600}
.privacy-policy-wrapper .contact-item-value{font-size:16px;color:#F6FDFF;font-weight:500}
.privacy-policy-wrapper .contact-item-value a{color:#F6FDFF;text-decoration:none;transition:color .3s ease}
.privacy-policy-wrapper .contact-item-value a:hover{color:#04F0E2}
.privacy-policy-wrapper .table-wrapper{overflow-x:auto;margin:30px 0;border-radius:12px;box-shadow:0 2px 8px #20202014}
.privacy-policy-wrapper .data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-policy-wrapper .data-table th{background:linear-gradient(135deg,#202020,#3a3a3a);color:#04F0E2;padding:18px;text-align:left;font-weight:600;font-size:15px;text-transform:uppercase;letter-spacing:.5px}
.privacy-policy-wrapper .data-table td{padding:16px 18px;border-bottom:1px solid #e9ecef;font-size:15px;color:#495057;line-height:1.6}
.privacy-policy-wrapper .data-table tr:last-child td{border-bottom:none}
.privacy-policy-wrapper .data-table tr:hover td{background:#f8f9fa}
@media (max-width: 768px) {
.privacy-policy-wrapper .policy-hero{padding:60px 20px 40px}
.privacy-policy-wrapper .hero-title{font-size:36px}
.privacy-policy-wrapper .policy-section{padding:40px 25px}
.privacy-policy-wrapper .section-heading{font-size:26px}
.privacy-policy-wrapper .section-number{width:40px;height:40px;font-size:18px;left:25px}
.privacy-policy-wrapper .data-category-grid{grid-template-columns:1fr}
.privacy-policy-wrapper .contact-section{padding:40px 25px}
.privacy-policy-wrapper .contact-details{flex-direction:column;gap:20px}
}
.success-wrap{background:linear-gradient(135deg,#F6FDFF 0%,#fff 50%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;padding:4rem 1.5rem;position:relative;overflow:hidden}
.success-wrap::before{content:'';position:absolute;top:-10%;right:-5%;width:40%;height:60%;background:radial-gradient(circle,#04f0e214 0%,transparent 70%);border-radius:50%;z-index:1}
.success-wrap::after{content:'';position:absolute;bottom:-15%;left:-8%;width:50%;height:70%;background:radial-gradient(circle,#04f0e20d 0%,transparent 65%);border-radius:50%;z-index:1}
.success-inner{max-width:720px;margin:0 auto;position:relative;z-index:2;background:#fff;padding:3.5rem 2.5rem;border-radius:16px;box-shadow:0 8px 32px #20202014 0 2px 8px #2020200a;border:1px solid #04f0e21f}
.success-icon-holder{width:92px;height:92px;margin:0 auto 2rem;background:linear-gradient(135deg,#04F0E2 0%,#02c4b8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-icon 2s ease-in-out infinite}
.success-icon-holder::before{content:'';position:absolute;width:110%;height:110%;border:3px solid #04f0e24d;border-radius:50%;animation:ripple-effect 2s ease-out infinite}
@keyframes pulse-icon {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes ripple-effect {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.4);opacity:0}
}
.success-icon-holder svg{width:48px;height:48px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.success-main-title{font-size:2.2rem;font-weight:700;color:#202020;text-align:center;margin:0 0 1.2rem;line-height:1.3}
.success-main-title::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#04F0E2 0%,#02c4b8 100%);margin:1.5rem auto 0;border-radius:2px}
.success-lead-text{font-size:1.15rem;color:#495057;text-align:center;margin:0 0 2.5rem;line-height:1.65}
.success-detail-box{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #04F0E2;margin:0 0 2.5rem}
.success-detail-box p{font-size:1rem;color:#343a40;line-height:1.7;margin:0 0 1rem}
.success-detail-box p:last-child{margin:0}
.success-detail-box strong{color:#202020;font-weight:600}
.success-next-steps{margin:0 0 2.5rem}
.success-next-steps h3{font-size:1.3rem;font-weight:600;color:#202020;margin:0 0 1.5rem;text-align:center;position:relative;padding-bottom:1rem}
.success-next-steps h3::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:2px;background:#04F0E2}
.success-step-list{list-style:none;padding:0;margin:0}
.success-step-list li{padding:1rem 0 1rem 3rem;position:relative;font-size:1rem;color:#343a40;line-height:1.6;border-bottom:1px solid #2020200f}
.success-step-list li:last-child{border-bottom:none}
.success-step-list li::before{content:'';position:absolute;left:0;top:1.15rem;width:28px;height:28px;background:linear-gradient(135deg,#04F0E2 0%,#02c4b8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:.85rem}
.success-step-list li:nth-child(1)::before{content:'1'}
.success-step-list li:nth-child(2)::before{content:'2'}
.success-step-list li:nth-child(3)::before{content:'3'}
.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:2.5rem 0 0}
.success-btn-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#202020 0%,#343a40 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #202020;position:relative;z-index:10}
.success-btn-primary:hover{background:linear-gradient(135deg,#343a40 0%,#495057 100%);transform:translateY(-2px);box-shadow:0 6px 20px #20202033}
.success-btn-secondary{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#202020;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #04F0E2;position:relative;z-index:10}
.success-btn-secondary:hover{background:#04F0E2;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #04f0e24d}
.success-contact-info{text-align:center;margin:3rem 0 0;padding:2rem 0 0;border-top:1px solid #20202014}
.success-contact-info p{font-size:.95rem;color:#495057;margin:0 0 .8rem;line-height:1.6}
.success-contact-info a{color:#04F0E2;text-decoration:none;font-weight:500;transition:color .3s ease}
.success-contact-info a:hover{color:#02c4b8;text-decoration:underline}
@media (max-width: 768px) {
.success-wrap{padding:2.5rem 1rem;min-height:auto}
.success-inner{padding:2.5rem 1.5rem}
.success-icon-holder{width:76px;height:76px;margin-bottom:1.5rem}
.success-icon-holder svg{width:38px;height:38px}
.success-main-title{font-size:1.75rem;margin-bottom:1rem}
.success-lead-text{font-size:1.05rem;margin-bottom:2rem}
.success-detail-box{padding:1.5rem;margin-bottom:2rem}
.success-next-steps h3{font-size:1.2rem;margin-bottom:1.2rem}
.success-step-list li{padding:.9rem 0 .9rem 2.8rem;font-size:.95rem}
.success-step-list li::before{width:26px;height:26px;top:1rem;font-size:.8rem}
.success-actions{flex-direction:column;gap:.8rem;margin-top:2rem}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center;padding:.95rem 2rem}
.success-contact-info{margin-top:2.5rem;padding-top:1.5rem}
.success-contact-info p{font-size:.9rem}
}
@media (max-width: 480px) {
.success-main-title{font-size:1.5rem}
.success-lead-text{font-size:1rem}
.success-detail-box{padding:1.2rem}
.success-step-list li{padding-left:2.5rem;font-size:.9rem}
}