:root{--primary-stockbiz:#E72362;--secondary-stockbiz:#A7D6DB;--tertiary-stockbiz:#264967;--light-bg:#fafbfc;--light-gray:#f5f6fa;--text-dark:#212529;--text-medium:#495057;--white:#fff}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);font:16px/1.6 'Manrope',sans-serif;background:var(--light-bg)}
.header_wrapper_9kx{background:linear-gradient(135deg,var(--white) 0%,var(--light-gray) 100%);border-bottom:2px solid var(--secondary-stockbiz)}
.top_row_4mz{display:flex;justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding:28px 40px 24px;gap:30px}
.logo_container_7hn{display:flex;align-items:center;gap:16px;z-index:100;position:relative}
.logo_image_2wp{height:85px;width:85px;object-fit:contain;display:block}
.brand_text_5jq{color:var(--tertiary-stockbiz);letter-spacing:-.5px;font:700 26px 'Space Grotesk',sans-serif}
.announcement_zone_8rt{background:linear-gradient(90deg,var(--primary-stockbiz),var(--tertiary-stockbiz));color:var(--white);padding:12px 28px;border-radius:8px;font-size:15px;font-weight:500;box-shadow:0 4px 12px #e7236233}
.bottom_row_3lv{display:flex;justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding:0 40px 32px;gap:30px}
.main_nav_6ds{display:flex;gap:8px;align-items:center;flex:1}
.nav_link_1yz{color:var(--text-dark);text-decoration:none;padding:12px 22px;border-radius:6px;transition:background-color .25s ease,color .25s ease;white-space:nowrap;position:relative;font:500 16px 'Space Grotesk',sans-serif}
.nav_link_1yz:hover{color:var(--tertiary-stockbiz);background:var(--secondary-stockbiz)}
.nav_link_1yz:focus{outline:3px solid var(--primary-stockbiz);outline-offset:2px}
.nav_item_dropdown_8xk{position:relative}
.submenu_container_4pj{display:none;position:absolute;top:100%;left:0;background:var(--white);border:2px solid var(--secondary-stockbiz);border-radius:8px;min-width:240px;box-shadow:0 8px 24px #26496726;z-index:1000;margin-top:8px}
.nav_item_dropdown_8xk:hover .submenu_container_4pj,.nav_item_dropdown_8xk:focus-within .submenu_container_4pj{display:block}
.submenu_link_7ql{display:block;padding:14px 20px;color:var(--text-dark);text-decoration:none;font-size:15px;transition:background-color .25s ease}
.submenu_link_7ql:hover{background:var(--light-gray)}
.submenu_link_7ql:focus{outline:3px solid var(--primary-stockbiz);outline-offset:-3px}
.cta_button_9hm{background:linear-gradient(135deg,var(--primary-stockbiz),var(--tertiary-stockbiz));color:var(--white);padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:opacity .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #e7236240}
.cta_button_9hm:hover{opacity:.9;box-shadow:0 6px 20px #e7236259}
.cta_button_9hm:focus{outline:3px solid var(--tertiary-stockbiz);outline-offset:3px}
.footer_main_container_5wp{background:linear-gradient(180deg,var(--tertiary-stockbiz) 0%,#1a3347 100%);color:var(--white);padding:60px 40px 30px;margin-top:80px}
.footer_content_grid_2kn{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:50px}
.footer_brand_section_7mq{display:flex;flex-direction:column;gap:24px}
.footer_logo_holder_3js{display:flex;align-items:center;gap:14px}
.footer_logo_img_8vc{height:70px;width:70px;object-fit:contain}
.footer_brand_name_4lr{color:var(--white);font:700 24px 'Space Grotesk',sans-serif}
.footer_description_9nt{font-size:15px;line-height:1.7;color:var(--secondary-stockbiz);max-width:420px}
.footer_contact_block_6hp{display:flex;flex-direction:column;gap:16px}
.contact_item_2vx{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.6;color:var(--secondary-stockbiz)}
.contact_label_8km{font-weight:600;min-width:70px}
.footer_links_column_5rw{display:flex;flex-direction:column;gap:20px}
.footer_heading_3nq{color:var(--white);margin-bottom:8px;font:600 18px 'Space Grotesk',sans-serif}
.footer_link_9dm{color:var(--secondary-stockbiz);text-decoration:none;font-size:15px;transition:color .25s ease;display:inline-block}
.footer_link_9dm:hover{color:var(--white)}
.footer_link_9dm:focus{outline:2px solid var(--secondary-stockbiz);outline-offset:3px}
.footer_bottom_bar_7kt{max-width:1320px;margin:0 auto;padding-top:30px;border-top:1px solid #a7d6db4d;text-align:center}
.copyright_text_4mw{font-size:14px;color:var(--secondary-stockbiz)}
.consent_overlay_7qm{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:var(--white);border:3px solid var(--secondary-stockbiz);border-radius:16px;padding:32px 40px;max-width:880px;width:92%;box-shadow:0 12px 48px #26496740;z-index:9999;opacity:0;animation:slideUpFade_8kp .5s ease forwards}
@keyframes slideUpFade_8kp {
from{opacity:0;transform:translate(-50%,30px)}
to{opacity:1;transform:translate(-50%,0)}
}
.consent_hidden_2jx{display:none}
.consent_title_9lm{color:var(--tertiary-stockbiz);margin-bottom:16px;font:700 22px 'Space Grotesk',sans-serif}
.consent_description_5kw{font-size:15px;line-height:1.7;color:var(--text-medium);margin-bottom:12px}
.consent_categories_3hn{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:24px 0;padding:24px;background:var(--light-gray);border-radius:10px}
.category_block_8vp{display:flex;flex-direction:column;gap:8px}
.category_header_4jn{display:flex;align-items:center;gap:12px}
.toggle_switch_6mk{position:relative;width:52px;height:28px;background:#cbd5e0;border-radius:14px;cursor:pointer;transition:background-color .3s ease}
.toggle_switch_6mk input{opacity:0;width:0;height:0}
.toggle_slider_2pq{position:absolute;top:3px;left:3px;width:22px;height:22px;background:var(--white);border-radius:50%;transition:transform .3s ease}
.toggle_switch_6mk input:checked + .toggle_slider_2pq{transform:translateX(24px)}
.toggle_switch_6mk input:checked ~ .toggle_switch_6mk{background:var(--primary-stockbiz)}
.toggle_switch_6mk.active_7xr{background:var(--primary-stockbiz)}
.category_name_9lp{font-weight:600;font-size:15px;color:var(--tertiary-stockbiz)}
.category_explain_5vn{font-size:13px;color:var(--text-medium);line-height:1.5}
.consent_actions_4wz{display:flex;gap:14px;justify-content:flex-end}
.consent_btn_8lq{padding:13px 28px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:opacity .25s ease,background-color .25s ease;border:none}
.btn_accept_9rm{background:linear-gradient(135deg,var(--primary-stockbiz),var(--tertiary-stockbiz));color:var(--white)}
.btn_accept_9rm:hover{opacity:.9}
.btn_reject_3kv{background:none;color:var(--tertiary-stockbiz);border:2px solid var(--tertiary-stockbiz)}
.btn_reject_3kv:hover{background:var(--light-gray)}
.btn_custom_7np{background:var(--secondary-stockbiz);color:var(--tertiary-stockbiz)}
.btn_custom_7np:hover{opacity:.85}
.consent_btn_8lq:focus{outline:3px solid var(--primary-stockbiz);outline-offset:2px}
@media (max-width: 968px) {
.top_row_4mz,.bottom_row_3lv{flex-direction:column;align-items:flex-start;padding-left:24px;padding-right:24px}
.announcement_zone_8rt{width:100%;text-align:center}
.main_nav_6ds{flex-direction:column;width:100%;gap:6px}
.nav_link_1yz{width:100%;text-align:left}
.cta_button_9hm{width:100%;text-align:center}
.footer_content_grid_2kn{grid-template-columns:1fr;gap:40px}
.consent_categories_3hn{grid-template-columns:1fr}
.consent_actions_4wz{flex-direction:column}
.consent_btn_8lq{width:100%}
}
@media (max-width: 640px) {
.logo_image_2wp{height:65px;width:65px}
.brand_text_5jq{font-size:20px}
.top_row_4mz{padding:20px 16px 16px}
.bottom_row_3lv{padding:0 16px 24px}
.announcement_zone_8rt{font-size:14px;padding:10px 18px}
.consent_overlay_7qm{padding:24px 20px;width:96%}
.consent_title_9lm{font-size:19px}
}
.remote-tips-hero{background:linear-gradient(135deg,#fafbfc 0%,#f0f8f9 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.remote-tips-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a7d6db26 0%,transparent 70%);border-radius:50%}
.remote-tips-hero .hero-content-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.remote-tips-hero .hero-text-side h1{font-size:2.8rem;color:#264967;margin-bottom:25px;line-height:1.2;font-weight:700}
.remote-tips-hero .hero-text-side h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 100%);margin-top:20px}
.remote-tips-hero .hero-text-side p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:30px}
.remote-tips-hero .hero-img-side img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #26496726}
.focus-environment-block{background:#fff;padding:70px 20px;position:relative}
.focus-environment-block .container-custom{max-width:1200px;margin:0 auto}
.focus-environment-block .section-intro{max-width:700px;margin-bottom:50px}
.focus-environment-block .section-intro h2{font-size:2.2rem;color:#264967;margin-bottom:18px;font-weight:700;position:relative;display:inline-block}
.focus-environment-block .section-intro h2::before{content:'';position:absolute;left:-35px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#E72362;border-radius:50%;opacity:.2}
.focus-environment-block .section-intro p{font-size:1.05rem;color:#495057;line-height:1.65}
.focus-environment-block .tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.focus-environment-block .tip-card{background:#f8f9fa;padding:35px 28px;border-radius:12px;border-left:4px solid #A7D6DB;transition:all .3s ease;position:relative}
.focus-environment-block .tip-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2649671f;border-left-color:#E72362}
.focus-environment-block .tip-card h3{font-size:1.35rem;color:#264967;margin-bottom:15px;font-weight:600}
.focus-environment-block .tip-card p{font-size:.98rem;color:#495057;line-height:1.6}
.schedule-rhythm-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:70px 20px}
.schedule-rhythm-section .content-wrapper{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:flex-start}
.schedule-rhythm-section .image-column{flex:0 0 45%}
.schedule-rhythm-section .image-column img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 10px 35px #2649671f}
.schedule-rhythm-section .text-column{flex:1}
.schedule-rhythm-section .text-column h2{font-size:2.1rem;color:#264967;margin-bottom:22px;font-weight:700}
.schedule-rhythm-section .text-column h2 span{color:#E72362;position:relative}
.schedule-rhythm-section .text-column h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#E72362;opacity:.4}
.schedule-rhythm-section .routine-list{list-style:none;padding:0;margin:30px 0 0}
.schedule-rhythm-section .routine-list li{padding:18px 0 18px 50px;color:#495057;font-size:1.05rem;line-height:1.65;position:relative;border-bottom:1px solid #e9ecef}
.schedule-rhythm-section .routine-list li:last-child{border-bottom:none}
.schedule-rhythm-section .routine-list li::before{content:'';position:absolute;left:0;top:22px;width:32px;height:32px;background:linear-gradient(135deg,#E72362 0%,#A7D6DB 100%);border-radius:8px;opacity:.15}
.schedule-rhythm-section .routine-list li::after{content:'→';position:absolute;left:8px;top:18px;color:#E72362;font-size:1.2rem;font-weight:700}
.tech-tools-mastery{background:#fff;padding:70px 20px;position:relative}
.tech-tools-mastery::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 50%,#264967 100%)}
.tech-tools-mastery .container-main{max-width:1200px;margin:0 auto}
.tech-tools-mastery .header-section{text-align:center;margin-bottom:55px}
.tech-tools-mastery .header-section h2{font-size:2.3rem;color:#264967;margin-bottom:20px;font-weight:700}
.tech-tools-mastery .header-section p{font-size:1.08rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.tech-tools-mastery .tools-comparison{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:45px}
.tech-tools-mastery .tool-category{background:#f8f9fa;padding:40px 35px;border-radius:12px;border-top:5px solid #A7D6DB}
.tech-tools-mastery .tool-category:nth-child(2){border-top-color:#E72362}
.tech-tools-mastery .tool-category h3{font-size:1.5rem;color:#264967;margin-bottom:25px;font-weight:600}
.tech-tools-mastery .tool-category ul{list-style:none;padding:0;margin:0}
.tech-tools-mastery .tool-category ul li{padding:14px 0;color:#495057;font-size:1rem;border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:12px}
.tech-tools-mastery .tool-category ul li:last-child{border-bottom:none}
.tech-tools-mastery .tool-category ul li::before{content:'';color:#264967;font-weight:700;font-size:1.2rem;flex-shrink:0}
.balance-wellness-zone{background:linear-gradient(135deg,#f0f8f9 0%,#fafbfc 100%);padding:70px 20px}
.balance-wellness-zone .inner-container{max-width:1200px;margin:0 auto}
.balance-wellness-zone .split-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.balance-wellness-zone .content-side h2{font-size:2.2rem;color:#264967;margin-bottom:25px;font-weight:700;line-height:1.3}
.balance-wellness-zone .wellness-blocks{display:flex;flex-direction:column;gap:25px;margin-top:35px}
.balance-wellness-zone .wellness-item{background:#fff;padding:28px 32px;border-radius:10px;box-shadow:0 4px 15px #26496714;border-left:4px solid #E72362;transition:all .3s ease}
.balance-wellness-zone .wellness-item:nth-child(2){border-left-color:#A7D6DB}
.balance-wellness-zone .wellness-item:nth-child(3){border-left-color:#264967}
.balance-wellness-zone .wellness-item:hover{transform:translateX(8px);box-shadow:0 6px 20px #26496726}
.balance-wellness-zone .wellness-item h4{font-size:1.25rem;color:#264967;margin-bottom:12px;font-weight:600}
.balance-wellness-zone .wellness-item p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.balance-wellness-zone .visual-side img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #26496726}
.action-forward-section{background:#fff;padding:70px 20px 80px}
.action-forward-section .cta-container{max-width:900px;margin:0 auto;text-align:center;background:linear-gradient(135deg,#264967 0%,#1a3347 100%);padding:60px 50px;border-radius:16px;position:relative;overflow:hidden}
.action-forward-section .cta-container::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#e7236226 0%,transparent 70%);border-radius:50%}
.action-forward-section .cta-container::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,#a7d6db26 0%,transparent 70%);border-radius:50%}
.action-forward-section .cta-content{position:relative;z-index:2}
.action-forward-section .cta-content h2{font-size:2.4rem;color:#fff;margin-bottom:22px;font-weight:700}
.action-forward-section .cta-content p{font-size:1.15rem;color:#A7D6DB;line-height:1.7;margin-bottom:35px}
.action-forward-section .cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.action-forward-section .btn-primary-cta{background:#E72362;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:2px solid #E72362;display:inline-block}
.action-forward-section .btn-primary-cta:hover{background:#c71d52;border-color:#c71d52;transform:translateY(-2px);box-shadow:0 6px 20px #e723624d}
.action-forward-section .btn-secondary-cta{background:none;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:2px solid #A7D6DB;display:inline-block}
.action-forward-section .btn-secondary-cta:hover{background:#A7D6DB;color:#264967;transform:translateY(-2px);box-shadow:0 6px 20px #a7d6db4d}
@media (max-width: 768px) {
.remote-tips-hero{padding:50px 20px 40px}
.remote-tips-hero .hero-content-wrap{grid-template-columns:1fr;gap:35px}
.remote-tips-hero .hero-text-side h1{font-size:2rem}
.remote-tips-hero .hero-img-side img{height:300px}
.focus-environment-block{padding:50px 20px}
.focus-environment-block .tips-grid{grid-template-columns:1fr;gap:25px}
.schedule-rhythm-section{padding:50px 20px}
.schedule-rhythm-section .content-wrapper{flex-direction:column;gap:40px}
.schedule-rhythm-section .image-column{flex:0 0 100%}
.schedule-rhythm-section .image-column img{height:320px}
.tech-tools-mastery{padding:50px 20px}
.tech-tools-mastery .tools-comparison{grid-template-columns:1fr;gap:30px}
.balance-wellness-zone{padding:50px 20px}
.balance-wellness-zone .split-layout{grid-template-columns:1fr;gap:40px}
.balance-wellness-zone .visual-side img{height:320px}
.action-forward-section{padding:50px 20px 60px}
.action-forward-section .cta-container{padding:45px 30px}
.action-forward-section .cta-content h2{font-size:1.8rem}
.action-forward-section .cta-buttons{flex-direction:column;gap:15px}
.action-forward-section .btn-primary-cta,.action-forward-section .btn-secondary-cta{width:100%;text-align:center}
}
.edubiz-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.edubiz-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a7d6db26 0%,transparent 70%);border-radius:50%}
.edubiz-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.edubiz-hero-content h1{font-size:2.8rem;color:#264967;margin-bottom:25px;line-height:1.2;font-weight:700}
.edubiz-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 100%);margin-top:20px}
.edubiz-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:35px}
.edubiz-hero-img{position:relative}
.edubiz-hero-img img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #2649671f}
.edubiz-approach-section{background:#fff;padding:90px 20px;position:relative}
.edubiz-approach-container{max-width:1100px;margin:0 auto}
.edubiz-approach-header{text-align:center;margin-bottom:60px}
.edubiz-approach-header h2{font-size:2.3rem;color:#264967;margin-bottom:20px;font-weight:700;position:relative;display:inline-block}
.edubiz-approach-header h2::before{content:'◆';color:#E72362;margin-right:12px;font-size:1.5rem}
.edubiz-approach-header p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.edubiz-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.edubiz-approach-item{background:#f8f9fa;padding:35px 28px;border-radius:8px;border-left:4px solid #A7D6DB;transition:all .3s ease}
.edubiz-approach-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px #2649671a;border-left-color:#E72362}
.edubiz-approach-item h3{font-size:1.3rem;color:#264967;margin-bottom:15px;font-weight:600}
.edubiz-approach-item p{font-size:.98rem;color:#495057;line-height:1.65;margin:0}
.edubiz-timeline-box{background:linear-gradient(135deg,#f5f6fa 0%,#fff 100%);padding:45px;border-radius:10px;border:2px solid #A7D6DB}
.edubiz-timeline-box h3{font-size:1.5rem;color:#E72362;margin-bottom:30px;font-weight:600;text-align:center}
.edubiz-timeline-steps{display:flex;flex-direction:column;gap:25px}
.edubiz-timeline-single{display:flex;gap:20px;align-items:flex-start;padding:20px;background:#fff;border-radius:6px;border:1px solid #e9ecef}
.edubiz-timeline-num{min-width:45px;width:45px;height:45px;background:linear-gradient(135deg,#264967 0%,#3a5f7d 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}
.edubiz-timeline-text h4{font-size:1.1rem;color:#264967;margin-bottom:8px;font-weight:600}
.edubiz-timeline-text p{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.edubiz-program-wrap{background:#fff;padding:80px 20px;position:relative}
.edubiz-program-wrap::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#264967 0%,#E72362 50%,#A7D6DB 100%)}
.edubiz-program-container{max-width:1150px;margin:0 auto}
.edubiz-program-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:70px}
.edubiz-program-visual img{width:100%;height:450px;object-fit:cover;border-radius:8px;box-shadow:0 10px 35px #e7236226}
.edubiz-program-info h2{font-size:2.2rem;color:#264967;margin-bottom:25px;font-weight:700;line-height:1.3}
.edubiz-program-info h2 span{color:#E72362;position:relative}
.edubiz-program-info h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#A7D6DB}
.edubiz-program-info p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:20px}
.edubiz-program-list{list-style:none;padding:0;margin:30px 0}
.edubiz-program-list li{padding:12px 0 12px 35px;color:#343a40;font-size:1rem;line-height:1.6;position:relative}
.edubiz-program-list li::before{content:'';position:absolute;left:0;color:#E72362;font-weight:700;font-size:1.3rem}
.edubiz-focus-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px}
.edubiz-focus-container{max-width:1100px;margin:0 auto}
.edubiz-focus-header{text-align:center;margin-bottom:55px}
.edubiz-focus-header h2{font-size:2.3rem;color:#264967;margin-bottom:18px;font-weight:700}
.edubiz-focus-header p{font-size:1.08rem;color:#6c757d;max-width:750px;margin:0 auto;line-height:1.65}
.edubiz-focus-table{width:100%;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 25px #2649671a;border:2px solid #e9ecef}
.edubiz-focus-table thead{background:linear-gradient(135deg,#264967 0%,#3a5f7d 100%)}
.edubiz-focus-table thead th{padding:22px 20px;color:#fff;font-weight:600;font-size:1.05rem;text-align:left;border-bottom:3px solid #E72362}
.edubiz-focus-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s ease}
.edubiz-focus-table tbody tr:hover{background:#f8f9fa}
.edubiz-focus-table tbody tr:last-child{border-bottom:none}
.edubiz-focus-table tbody td{padding:20px;color:#343a40;font-size:.98rem;line-height:1.6;vertical-align:top}
.edubiz-focus-table tbody td:first-child{font-weight:600;color:#264967;width:30%}
.edubiz-focus-cta{text-align:center;margin-top:50px;padding:40px;background:linear-gradient(135deg,#fff 0%,#f5f6fa 100%);border-radius:10px;border:2px dashed #A7D6DB}
.edubiz-focus-cta p{font-size:1.15rem;color:#495057;margin-bottom:25px;line-height:1.6}
.edubiz-btn-primary{display:inline-block;padding:15px 40px;background:linear-gradient(135deg,#E72362 0%,#c91d52 100%);color:#fff;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 15px #e7236240}
.edubiz-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e7236259;background:linear-gradient(135deg,#c91d52 0%,#E72362 100%)}
@media (max-width: 992px) {
.edubiz-hero-inner{grid-template-columns:1fr;gap:40px}
.edubiz-hero-content h1{font-size:2.3rem}
.edubiz-approach-grid{grid-template-columns:1fr;gap:25px}
.edubiz-program-split{grid-template-columns:1fr;gap:40px}
.edubiz-program-visual{order:2}
.edubiz-program-info{order:1}
}
@media (max-width: 768px) {
.edubiz-hero-wrap{padding:60px 20px 50px}
.edubiz-hero-content h1{font-size:2rem}
.edubiz-hero-img img{height:300px}
.edubiz-approach-section{padding:60px 20px}
.edubiz-approach-header h2{font-size:1.9rem}
.edubiz-timeline-box{padding:30px 20px}
.edubiz-program-wrap{padding:60px 20px}
.edubiz-program-info h2{font-size:1.8rem}
.edubiz-program-visual img{height:320px}
.edubiz-focus-section{padding:60px 20px}
.edubiz-focus-header h2{font-size:1.9rem}
.edubiz-focus-table{font-size:.9rem}
.edubiz-focus-table thead th,.edubiz-focus-table tbody td{padding:15px 12px}
.edubiz-focus-cta{padding:30px 20px}
}
@media (max-width: 576px) {
.edubiz-hero-content h1{font-size:1.75rem}
.edubiz-approach-header h2,.edubiz-focus-header h2{font-size:1.6rem}
.edubiz-program-info h2{font-size:1.6rem}
.edubiz-timeline-single{flex-direction:column;gap:15px}
.edubiz-focus-table thead th,.edubiz-focus-table tbody td{display:block;width:100%;padding:12px}
.edubiz-focus-table tbody td:first-child{width:100%;background:#f8f9fa;font-weight:700}
}
.hero-stockbiz-financial{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#264967 0%,#1a3247 100%)}
.hero-stockbiz-financial::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;z-index:1;background:url(./media_storage/NGtTxQf.jpg) (cover) center}
.hero-stockbiz-financial::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,#264967 0%,transparent 100%);z-index:2}
.hero-content-wrapper{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:0 20px}
.hero-title-main{font-size:4.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:30px;letter-spacing:-2px}
.hero-title-accent{color:#E72362;display:block;font-size:5.2rem;margin-top:15px}
.hero-subtitle-text{font-size:1.4rem;color:#A7D6DB;line-height:1.6;max-width:650px;margin-bottom:45px;font-weight:300}
.hero-cta-button{display:inline-block;padding:18px 45px;background:#E72362;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 8px 20px #e723624d}
.hero-cta-button:hover{background:#c41d52;transform:translateY(-3px);box-shadow:0 12px 28px #e7236266}
.section-analisis-fundamental{background:#fff;padding:100px 20px;position:relative}
.analisis-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.analisis-visual-side{position:relative}
.analisis-image-main{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #26496726}
.analisis-content-side h2{font-size:2.8rem;color:#264967;margin-bottom:25px;line-height:1.2;font-weight:700}
.analisis-content-side h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 100%);margin-bottom:20px;border-radius:3px}
.analisis-description{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.section-pendekatan-belajar{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:90px 20px;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%)}
.pendekatan-wrapper{max-width:1200px;margin:0 auto}
.pendekatan-header{text-align:center;margin-bottom:70px}
.pendekatan-header h2{font-size:3rem;color:#264967;margin-bottom:20px;font-weight:700}
.pendekatan-header p{font-size:1.2rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.pendekatan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.pendekatan-card{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 5px 20px #26496714;transition:all .3s ease;border-top:4px solid #A7D6DB}
.pendekatan-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #26496726;border-top-color:#E72362}
.pendekatan-card h3{font-size:1.5rem;color:#264967;margin-bottom:15px;font-weight:600}
.pendekatan-card p{font-size:1rem;color:#495057;line-height:1.7}
.section-studi-kasus{background:#264967;padding:100px 20px;position:relative;overflow:hidden}
.section-studi-kasus::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a7d6db1a 0%,transparent 70%);border-radius:50%}
.studi-kasus-container{max-width:1150px;margin:0 auto;position:relative;z-index:2}
.studi-kasus-intro{text-align:center;margin-bottom:60px}
.studi-kasus-intro h2{font-size:2.9rem;color:#fff;margin-bottom:20px;font-weight:700}
.studi-kasus-intro p{font-size:1.2rem;color:#A7D6DB;max-width:750px;margin:0 auto;line-height:1.7}
.studi-kasus-layout{display:flex;gap:50px;align-items:center}
.studi-kasus-visual{flex:0 0 45%}
.studi-kasus-image{width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px #0000004d}
.studi-kasus-content{flex:1}
.studi-kasus-item{background:#ffffff14;padding:25px;border-radius:8px;margin-bottom:20px;border-left:4px solid #E72362;backdrop-filter:blur(10px)}
.studi-kasus-item h3{font-size:1.4rem;color:#A7D6DB;margin-bottom:12px;font-weight:600}
.studi-kasus-item p{font-size:1rem;color:#fff;line-height:1.7;opacity:.9}
.section-metode-praktis{background:#fff;padding:90px 20px;position:relative}
.metode-praktis-wrapper{max-width:1250px;margin:0 auto}
.metode-praktis-header{margin-bottom:60px}
.metode-praktis-header h2{font-size:3rem;color:#264967;margin-bottom:25px;font-weight:700;position:relative;display:inline-block}
.metode-praktis-header h2::after{content:'';position:absolute;bottom:-10px;left:0;width:120px;height:4px;background:#E72362;border-radius:2px}
.metode-praktis-header p{font-size:1.15rem;color:#495057;line-height:1.8;max-width:800px}
.metode-praktis-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.metode-praktis-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:35px;border-radius:12px;border:2px solid #A7D6DB;transition:all .3s ease;position:relative}
.metode-praktis-box::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#e723620d 0%,#a7d6db0d 100%);border-radius:12px;transition:width .4s ease;z-index:0}
.metode-praktis-box:hover::before{width:100%}
.metode-praktis-box:hover{border-color:#E72362;transform:translateX(8px)}
.metode-praktis-box h3{font-size:1.6rem;color:#264967;margin-bottom:15px;font-weight:600;position:relative;z-index:1}
.metode-praktis-box p{font-size:1.05rem;color:#495057;line-height:1.8;position:relative;z-index:1}
.section-instrumen-analisis{background:#f5f6fa;padding:100px 20px;position:relative}
.instrumen-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.instrumen-content-area h2{font-size:2.9rem;color:#264967;margin-bottom:30px;font-weight:700;line-height:1.2}
.instrumen-content-area h2 span{color:#E72362;display:block;font-size:2.5rem;margin-top:10px}
.instrumen-list{list-style:none;padding:0;margin:0 0 35px}
.instrumen-list li{padding:18px 0 18px 40px;font-size:1.1rem;color:#495057;line-height:1.7;position:relative;border-bottom:1px solid #2649671a}
.instrumen-list li::before{content:'→';position:absolute;left:0;color:#E72362;font-size:1.5rem;font-weight:700}
.instrumen-cta-link{display:inline-block;padding:16px 40px;background:#264967;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:8px;transition:all .3s ease}
.instrumen-cta-link:hover{background:#1a3247;transform:translateY(-2px);box-shadow:0 8px 20px #26496740}
.instrumen-visual-area{position:relative}
.instrumen-image-display{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #26496733;transform:rotate(-2deg);transition:transform .4s ease}
.instrumen-image-display:hover{transform:rotate(0deg) scale(1.02)}
.section-program-mendalam{background:linear-gradient(180deg,#264967 0%,#1a3247 100%);padding:100px 20px;position:relative;overflow:hidden}
.section-program-mendalam::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#e7236226 0%,transparent 70%);border-radius:50%}
.program-mendalam-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.program-mendalam-header{text-align:center;margin-bottom:70px}
.program-mendalam-header h2{font-size:3.2rem;color:#fff;margin-bottom:25px;font-weight:700}
.program-mendalam-header p{font-size:1.25rem;color:#A7D6DB;max-width:750px;margin:0 auto;line-height:1.8}
.program-mendalam-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:50px}
.program-mendalam-column h3{font-size:1.8rem;color:#A7D6DB;margin-bottom:25px;font-weight:600;padding-bottom:15px;border-bottom:3px solid #E72362}
.program-mendalam-column p{font-size:1.05rem;color:#fff;line-height:1.8;opacity:.92;margin-bottom:20px}
.program-mendalam-image-showcase{width:100%;height:350px;object-fit:cover;border-radius:10px;box-shadow:0 12px 35px #0006;margin-top:30px}
.program-mendalam-cta-center{text-align:center;margin-top:50px}
.program-mendalam-cta-button{display:inline-block;padding:20px 50px;background:#E72362;color:#fff;text-decoration:none;font-size:1.15rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 10px 25px #e723624d}
.program-mendalam-cta-button:hover{background:#c41d52;transform:translateY(-3px);box-shadow:0 15px 35px #e7236266}
@media (max-width: 768px) {
.hero-title-main{font-size:2.5rem}
.hero-title-accent{font-size:2.8rem}
.hero-subtitle-text{font-size:1.1rem}
.analisis-container{grid-template-columns:1fr;gap:40px}
.analisis-image-main{height:300px}
.analisis-content-side h2{font-size:2rem}
.pendekatan-header h2{font-size:2.2rem}
.pendekatan-grid{grid-template-columns:1fr;gap:25px}
.studi-kasus-layout{flex-direction:column}
.studi-kasus-visual{flex:0 0 100%}
.studi-kasus-intro h2{font-size:2rem}
.metode-praktis-grid{grid-template-columns:1fr;gap:25px}
.metode-praktis-header h2{font-size:2.2rem}
.instrumen-container{grid-template-columns:1fr;gap:40px}
.instrumen-content-area h2{font-size:2rem}
.instrumen-image-display{height:300px}
.program-mendalam-split{grid-template-columns:1fr;gap:40px}
.program-mendalam-header h2{font-size:2.2rem}
.program-mendalam-image-showcase{height:250px}
}
.contact-pathways-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:400px}
.contact-pathways-container{max-width:1200px;margin:0 auto;padding:0 20px}
.pathways-hero-block{padding:80px 0 60px;text-align:center}
.pathways-hero-block h1{font-size:2.8rem;color:#264967;margin-bottom:24px;font-weight:700;line-height:1.2}
.pathways-hero-block .intro-statement{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto 20px;line-height:1.7}
.pathways-hero-block .secondary-note{font-size:.95rem;color:#6c757d;max-width:600px;margin:0 auto}
.dual-column-interaction{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:60px 0;align-items:start}
.interaction-form-panel{background:#fff;padding:45px;border-radius:12px;box-shadow:0 4px 20px #26496714;border-top:4px solid #E72362}
.interaction-form-panel h2{font-size:1.8rem;color:#264967;margin-bottom:12px;font-weight:600}
.interaction-form-panel .form-context-text{font-size:.95rem;color:#6c757d;margin-bottom:32px;line-height:1.6}
.form-field-cluster{margin-bottom:26px}
.form-field-cluster label{display:block;font-size:.9rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-field-cluster input,.form-field-cluster textarea,.form-field-cluster select{width:100%;padding:12px 16px;border:2px solid #e0e4e8;border-radius:8px;font-size:.95rem;color:#343a40;background:#fafbfc;transition:all .3s ease}
.form-field-cluster input:focus,.form-field-cluster textarea:focus,.form-field-cluster select:focus{outline:none;border-color:#A7D6DB;background:#fff;box-shadow:0 0 0 3px #a7d6db26}
.form-field-cluster textarea{min-height:140px;resize:vertical;font-family:inherit}
.form-field-cluster select{cursor:pointer;appearance:none;padding-right:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23343a40' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E") no-repeat right 16px center}
.agreement-checkpoint{margin:28px 0;display:flex;align-items:start;gap:12px}
.agreement-checkpoint input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#E72362;flex-shrink:0}
.agreement-checkpoint label{font-size:.88rem;color:#495057;line-height:1.6;cursor:pointer}
.agreement-checkpoint label a{color:#E72362;text-decoration:none;font-weight:500;transition:color .2s ease}
.agreement-checkpoint label a:hover{color:#264967;text-decoration:underline}
.submission-trigger{background:linear-gradient(135deg,#E72362 0%,#c41a52 100%);color:#fff;padding:14px 40px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e7236240;width:100%}
.submission-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 18px #e7236259;background:linear-gradient(135deg,#c41a52 0%,#E72362 100%)}
.submission-trigger:active{transform:translateY(0)}
.information-directory-panel{background:#fff;padding:45px;border-radius:12px;box-shadow:0 4px 20px #26496714;border-left:4px solid #A7D6DB}
.information-directory-panel h2{font-size:1.8rem;color:#264967;margin-bottom:28px;font-weight:600}
.contact-method-block{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e9ecef}
.contact-method-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.contact-method-block h3{font-size:1.1rem;color:#E72362;margin-bottom:10px;font-weight:600;display:flex;align-items:center;gap:10px}
.contact-method-block h3::before{content:'';width:8px;height:8px;background:#A7D6DB;border-radius:50%;display:inline-block}
.contact-method-block p{font-size:.95rem;color:#495057;line-height:1.7;margin-bottom:8px}
.contact-method-block a{color:#264967;text-decoration:none;font-weight:500;transition:color .2s ease}
.contact-method-block a:hover{color:#E72362}
.visual-context-section{padding:70px 0;background:#fff}
.visual-context-grid{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.context-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #2649671f}
.context-image-container img{width:100%;height:380px;object-fit:cover;display:block}
.context-image-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#e723621a 0%,#a7d6db1a 100%);pointer-events:none}
.context-narrative-content h2{font-size:2rem;color:#264967;margin-bottom:20px;font-weight:600;line-height:1.3}
.context-narrative-content p{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:16px}
.context-narrative-content .emphasis-point{color:#E72362;font-weight:600}
.timing-reference-section{padding:60px 0;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.timing-reference-section h2{font-size:1.9rem;color:#264967;text-align:center;margin-bottom:40px;font-weight:600}
.timing-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.timing-card-item{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 3px 15px #26496714;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-top:3px solid transparent}
.timing-card-item:hover{transform:translateY(-5px);box-shadow:0 6px 24px #26496724;border-top-color:#E72362}
.timing-card-item h3{font-size:1.2rem;color:#264967;margin-bottom:12px;font-weight:600}
.timing-card-item p{font-size:.92rem;color:#6c757d;line-height:1.7}
.operational-hours-detail{background:#A7D6DB;color:#264967;padding:10px 18px;border-radius:6px;font-size:.88rem;font-weight:600;display:inline-block;margin-top:12px}
.clarification-notice-section{padding:50px 0;background:#fff}
.clarification-inner-wrapper{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:45px;border-radius:12px;border-left:5px solid #E72362}
.clarification-inner-wrapper h2{font-size:1.7rem;color:#264967;margin-bottom:20px;font-weight:600}
.clarification-inner-wrapper p{font-size:.97rem;color:#495057;line-height:1.8;margin-bottom:14px}
.clarification-inner-wrapper ul{list-style:none;padding:0;margin:20px 0 0}
.clarification-inner-wrapper ul li{padding:10px 0 10px 28px;color:#495057;font-size:.95rem;line-height:1.7;position:relative}
.clarification-inner-wrapper ul li::before{content:'';position:absolute;left:0;top:18px;width:6px;height:6px;background:#E72362;border-radius:50%}
@media (max-width: 992px) {
.dual-column-interaction{grid-template-columns:1fr;gap:40px}
.visual-context-grid{grid-template-columns:1fr;gap:35px}
.context-image-container{order:-1}
.timing-cards-grid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.pathways-hero-block h1{font-size:2rem}
.pathways-hero-block .intro-statement{font-size:1rem}
.interaction-form-panel,.information-directory-panel{padding:32px 24px}
.context-narrative-content h2{font-size:1.6rem}
.timing-reference-section h2{font-size:1.5rem}
.clarification-inner-wrapper{padding:32px 24px}
}
@media (max-width: 480px) {
.pathways-hero-block{padding:50px 0 40px}
.pathways-hero-block h1{font-size:1.7rem}
.interaction-form-panel,.information-directory-panel{padding:28px 20px}
.submission-trigger{padding:12px 28px;font-size:.98rem}
}
.program-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.program-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a7d6db26 0%,transparent 70%);border-radius:50%}
.program-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.program-hero-content h1{font-size:2.8rem;color:#264967;margin-bottom:24px;font-weight:700;line-height:1.2}
.program-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 100%);margin-top:16px}
.program-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:32px}
.intro-grid-wrapper{background:#fff;padding:70px 20px}
.intro-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:50px;align-items:center}
.intro-image-block{position:relative}
.intro-image-block img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #2649671f}
.intro-image-block::before{content:'';position:absolute;top:-12px;left:-12px;width:100%;height:100%;border:3px solid #A7D6DB;border-radius:8px;z-index:-1}
.intro-text-block h2{font-size:2.2rem;color:#264967;margin-bottom:20px;font-weight:600}
.intro-text-block h2::before{content:'◆';color:#E72362;margin-right:12px;font-size:1.4rem}
.intro-text-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:16px}
.intro-text-block .highlight-text{color:#E72362;font-weight:600}
.curriculum-diagonal-section{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative}
.curriculum-diagonal-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 50%,#264967 100%)}
.curriculum-container{max-width:1100px;margin:0 auto}
.curriculum-header{text-align:center;margin-bottom:50px}
.curriculum-header h2{font-size:2.4rem;color:#264967;margin-bottom:16px;font-weight:700}
.curriculum-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.curriculum-modules{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.module-card{background:#fff;padding:32px;border-radius:10px;border-left:5px solid #E72362;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.module-card:hover{transform:translateY(-5px);box-shadow:0 8px 28px #26496726}
.module-card h3{font-size:1.5rem;color:#264967;margin-bottom:14px;font-weight:600}
.module-card ul{list-style:none;padding:0;margin:0}
.module-card li{font-size:1rem;color:#495057;padding:8px 0;padding-left:28px;position:relative;line-height:1.6}
.module-card li::before{content:'';position:absolute;left:0;color:#A7D6DB;font-weight:700;font-size:1.1rem}
.approach-split-section{background:#fff;padding:70px 20px}
.approach-split-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}
.approach-content h2{font-size:2.3rem;color:#264967;margin-bottom:28px;font-weight:700}
.approach-content h2 span{color:#E72362;display:block;font-size:1.1rem;margin-bottom:8px;font-weight:500}
.approach-points{display:flex;flex-direction:column;gap:24px}
.point-item{display:flex;gap:20px;align-items:start}
.point-number{background:linear-gradient(135deg,#E72362 0%,#264967 100%);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}
.point-text h3{font-size:1.3rem;color:#264967;margin-bottom:8px;font-weight:600}
.point-text p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.approach-visual-side{position:relative}
.approach-visual-side img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #2649672e}
.approach-visual-side::after{content:'';position:absolute;bottom:-16px;right:-16px;width:100%;height:100%;border:3px solid #A7D6DB;border-radius:12px;z-index:-1}
.schedule-table-section{background:linear-gradient(180deg,#f5f6fa 0%,#fafbfc 100%);padding:80px 20px}
.schedule-container{max-width:1100px;margin:0 auto}
.schedule-intro{text-align:center;margin-bottom:50px}
.schedule-intro h2{font-size:2.4rem;color:#264967;margin-bottom:18px;font-weight:700}
.schedule-intro h2::before{content:'◇';color:#E72362;margin-right:12px;font-size:2rem}
.schedule-intro p{font-size:1.08rem;color:#495057;line-height:1.7;max-width:700px;margin:0 auto}
.schedule-table-wrapper{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0000001a}
.schedule-table{width:100%;border-collapse:collapse}
.schedule-table thead{background:linear-gradient(90deg,#264967 0%,#E72362 100%)}
.schedule-table thead th{color:#fff;padding:18px 20px;text-align:left;font-size:1.1rem;font-weight:600}
.schedule-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}
.schedule-table tbody tr:hover{background:#f8f9fa}
.schedule-table tbody td{padding:18px 20px;color:#495057;font-size:1rem;line-height:1.6}
.schedule-table tbody td:first-child{font-weight:600;color:#264967}
.schedule-table tbody td .availability-tag{display:inline-block;padding:4px 12px;background:#A7D6DB;color:#264967;border-radius:20px;font-size:.9rem;font-weight:600}
.cta-bottom-section{background:linear-gradient(135deg,#264967 0%,#E72362 100%);padding:70px 20px;position:relative;overflow:hidden}
.cta-bottom-section::before{content:'';position:absolute;top:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#a7d6db33 0%,transparent 70%);border-radius:50%}
.cta-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-container h2{font-size:2.5rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.3}
.cta-container p{font-size:1.15rem;color:#fffffff2;margin-bottom:36px;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}
.cta-buttons-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-btn-primary{display:inline-block;padding:16px 40px;background:#fff;color:#264967;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #00000026}
.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000040}
.cta-btn-secondary{display:inline-block;padding:16px 40px;background:none;color:#fff;text-decoration:none;border:2px solid #fff;border-radius:6px;font-weight:600;font-size:1.1rem;transition:background-color .3s ease,transform .3s ease}
.cta-btn-secondary:hover{background:#ffffff26;transform:translateY(-3px)}
.contact-info-strip{background:#f8f9fa;padding:40px 20px;border-top:3px solid #A7D6DB}
.contact-info-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}
.contact-item{display:flex;align-items:center;gap:14px}
.contact-icon{width:44px;height:44px;background:linear-gradient(135deg,#E72362 0%,#264967 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}
.contact-details h4{font-size:.9rem;color:#6c757d;margin:0 0 4px;font-weight:500}
.contact-details p{font-size:1.05rem;color:#264967;margin:0;font-weight:600}
@media (max-width: 992px) {
.intro-grid-container{grid-template-columns:1fr;gap:40px}
.approach-split-container{grid-template-columns:1fr;gap:40px}
.curriculum-modules{grid-template-columns:1fr}
.program-hero-content h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.program-hero-section{padding:60px 20px 40px}
.program-hero-content h1{font-size:1.9rem}
.program-hero-content p{font-size:1.05rem}
.intro-image-block img{height:320px}
.curriculum-header h2{font-size:2rem}
.approach-visual-side img{height:380px}
.schedule-table-wrapper{overflow-x:auto}
.schedule-table{min-width:600px}
.cta-container h2{font-size:2rem}
.cta-buttons-group{flex-direction:column;align-items:stretch}
.contact-info-container{flex-direction:column;align-items:flex-start}
}
@media (max-width: 576px) {
.program-hero-content h1{font-size:1.7rem}
.intro-text-block h2{font-size:1.8rem}
.curriculum-header h2{font-size:1.7rem}
.approach-content h2{font-size:1.9rem}
.module-card{padding:24px}
.point-number{width:38px;height:38px;font-size:1.1rem}
.schedule-intro h2{font-size:2rem}
.cta-container h2{font-size:1.8rem}
}
.berita-utama-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:0;overflow:hidden}
.berita-header-section{background:linear-gradient(165deg,#264967 0%,#1a3348 100%);padding:4.5rem 0 3rem;position:relative}
.berita-header-section::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 50%,#E72362 100%)}
.berita-header-content{max-width:1140px;margin:0 auto;padding:0 20px}
.berita-kategori-badge{display:inline-block;background:#a7d6db26;color:#A7D6DB;padding:.45rem 1.1rem;border-radius:25px;font-size:.82rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.2rem;border:1px solid #a7d6db4d}
.berita-judul-halaman{font-size:2.6rem;color:#fff;font-weight:700;margin:0 0 1rem;line-height:1.25;letter-spacing:-.5px}
.berita-deskripsi-intro{font-size:1.08rem;color:#A7D6DB;line-height:1.7;max-width:720px;margin:0}
.berita-artikel-grid{max-width:1140px;margin:0 auto;padding:4rem 20px;display:grid;grid-template-columns:1fr;gap:2.5rem}
.artikel-card-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #26496714;transition:all .35s ease;display:grid;grid-template-columns:420px 1fr;gap:0}
.artikel-card-wrapper:hover{box-shadow:0 8px 28px #26496726;transform:translateY(-3px)}
.artikel-gambar-container{position:relative;overflow:hidden;background:#f5f6fa}
.artikel-gambar-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.artikel-card-wrapper:hover .artikel-gambar-container img{transform:scale(1.06)}
.artikel-tanggal-overlay{position:absolute;top:18px;left:18px;background:#e72362f2;color:#fff;padding:.5rem .95rem;border-radius:8px;font-size:.8rem;font-weight:600;backdrop-filter:blur(4px)}
.artikel-konten-area{padding:2.2rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
.artikel-topik-tag{color:#E72362;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.9rem;display:inline-block}
.artikel-judul-utama{font-size:1.65rem;color:#264967;font-weight:700;line-height:1.35;margin:0 0 1rem;transition:color .3s ease}
.artikel-card-wrapper:hover .artikel-judul-utama{color:#E72362}
.artikel-ringkasan-teks{font-size:.96rem;color:#495057;line-height:1.7;margin:0 0 1.5rem}
.artikel-meta-info{display:flex;align-items:center;gap:1.8rem;margin-bottom:1.5rem}
.meta-item-display{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6c757d}
.meta-icon-lingkaran{width:32px;height:32px;background:linear-gradient(135deg,#A7D6DB 0%,#89c4ca 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#264967;font-weight:600;font-size:.75rem}
.artikel-link-baca{display:inline-flex;align-items:center;gap:.6rem;color:#264967;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;position:relative;padding-bottom:2px}
.artikel-link-baca::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#E72362;transition:width .3s ease}
.artikel-link-baca:hover{color:#E72362}
.artikel-link-baca:hover::after{width:100%}
.panah-kanan-simbol{font-size:1.1rem;transition:transform .3s ease}
.artikel-link-baca:hover .panah-kanan-simbol{transform:translateX(4px)}
.berita-fitur-khusus{background:linear-gradient(165deg,#fff 0%,#f8f9fa 100%);padding:4.5rem 0;position:relative}
.berita-fitur-khusus::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#A7D6DB 50%,transparent 100%)}
.fitur-konten-wrapper{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 480px;gap:4rem;align-items:center}
.fitur-teks-area h2{font-size:2.2rem;color:#264967;font-weight:700;line-height:1.3;margin:0 0 1.5rem;position:relative;padding-left:1.2rem}
.fitur-teks-area h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#E72362 0%,#A7D6DB 100%);border-radius:2px}
.fitur-deskripsi-lengkap{font-size:1.02rem;color:#495057;line-height:1.75;margin-bottom:2rem}
.fitur-poin-list{list-style:none;padding:0;margin:0 0 2rem}
.fitur-poin-list li{padding:.85rem 0;font-size:.96rem;color:#343a40;position:relative;padding-left:2rem;line-height:1.6}
.fitur-poin-list li::before{content:'';position:absolute;left:0;top:.85rem;color:#E72362;font-weight:700;font-size:1.1rem}
.fitur-gambar-display{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 36px #26496726}
.fitur-gambar-display img{width:100%;height:auto;display:block}
.fitur-gambar-display::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(165deg,#e723621a 0%,#a7d6db1a 100%);pointer-events:none}
.berita-sumber-area{background:#fff;padding:4rem 0}
.sumber-grid-container{max-width:1140px;margin:0 auto;padding:0 20px}
.sumber-header-teks{text-align:center;margin-bottom:3.5rem}
.sumber-header-teks h2{font-size:2.1rem;color:#264967;font-weight:700;margin:0 0 1rem}
.sumber-header-teks p{font-size:1.05rem;color:#6c757d;max-width:680px;margin:0 auto;line-height:1.65}
.sumber-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.sumber-item-card{background:#fafbfc;border:2px solid #f5f6fa;border-radius:14px;padding:2.2rem;transition:all .35s ease;position:relative}
.sumber-item-card:hover{border-color:#A7D6DB;box-shadow:0 6px 24px #a7d6db33;transform:translateY(-4px)}
.sumber-icon-box{width:68px;height:68px;background:linear-gradient(135deg,#E72362 0%,#c91d52 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;font-size:1.8rem;font-weight:700}
.sumber-item-card h3{font-size:1.25rem;color:#264967;font-weight:700;margin:0 0 .9rem}
.sumber-item-card p{font-size:.93rem;color:#495057;line-height:1.7;margin:0}
.berita-cta-section{background:linear-gradient(135deg,#264967 0%,#1a3348 100%);padding:5rem 0;position:relative;overflow:hidden}
.berita-cta-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a7d6db14 0%,transparent 70%);border-radius:50%}
.berita-cta-section::after{content:'';position:absolute;bottom:-40%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#e723620f 0%,transparent 70%);border-radius:50%}
.cta-konten-wrapper{max-width:1140px;margin:0 auto;padding:0 20px;position:relative;z-index:2;text-align:center}
.cta-konten-wrapper h2{font-size:2.4rem;color:#fff;font-weight:700;margin:0 0 1.2rem;line-height:1.3}
.cta-konten-wrapper p{font-size:1.1rem;color:#A7D6DB;line-height:1.7;max-width:720px;margin:0 auto 2.5rem}
.cta-buttons-group{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.btn-cta-primer{display:inline-flex;align-items:center;gap:.7rem;background:#E72362;color:#fff;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 16px #e723624d}
.btn-cta-primer:hover{background:#c91d52;box-shadow:0 6px 24px #e7236266;transform:translateY(-2px)}
.btn-cta-sekunder{display:inline-flex;align-items:center;gap:.7rem;background:none;color:#A7D6DB;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #A7D6DB;transition:all .3s ease}
.btn-cta-sekunder:hover{background:#A7D6DB;color:#264967;border-color:#A7D6DB;transform:translateY(-2px)}
@media (max-width: 992px) {
.artikel-card-wrapper{grid-template-columns:1fr}
.artikel-gambar-container{height:280px}
.fitur-konten-wrapper{grid-template-columns:1fr;gap:2.5rem}
.sumber-card-grid{grid-template-columns:1fr;gap:1.5rem}
.berita-judul-halaman{font-size:2.2rem}
.fitur-teks-area h2{font-size:1.9rem}
}
@media (max-width: 768px) {
.berita-header-section{padding:3rem 0 2rem}
.berita-judul-halaman{font-size:1.85rem}
.berita-artikel-grid{padding:3rem 20px;gap:2rem}
.artikel-konten-area{padding:1.8rem 1.5rem}
.artikel-judul-utama{font-size:1.4rem}
.artikel-meta-info{flex-direction:column;align-items:flex-start;gap:.8rem}
.cta-konten-wrapper h2{font-size:1.9rem}
.cta-buttons-group{flex-direction:column;align-items:stretch}
.btn-cta-primer,.btn-cta-sekunder{justify-content:center}
}
.kebijakan-pelacakan-utama{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.kepala-kebijakan-wrapper{background:linear-gradient(120deg,#264967 0%,#1a3548 100%);padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}
.kepala-kebijakan-wrapper::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(45deg,transparent 0%,#a7d6db14 100%);pointer-events:none}
.kepala-kebijakan-konten{max-width:900px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.kepala-kebijakan-konten h1{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 1.2rem;line-height:1.3;letter-spacing:-.02em}
.kepala-meta-info{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}
.kepala-meta-item{color:#A7D6DB;font-size:.95rem;display:flex;align-items:center;gap:.5rem}
.kepala-meta-item::before{content:'◆';font-size:.7rem;color:#E72362}
.isi-kebijakan-container{max-width:1400px;margin:0 auto;padding:3rem 1.5rem}
.narasi-pembuka-blok{background:#fff;border-left:4px solid #E72362;padding:2rem 2.5rem;margin-bottom:3rem;box-shadow:0 2px 12px #2649670f}
.narasi-pembuka-blok p{font-size:1.05rem;line-height:1.8;color:#343a40;margin:0 0 1rem}
.narasi-pembuka-blok p:last-child{margin-bottom:0}
.fragmen-konseptual{background:linear-gradient(to right,#fff 0%,#f8f9fa 100%);padding:2.5rem;margin-bottom:2rem;border-radius:8px;border:1px solid #26496714;position:relative}
.fragmen-konseptual::before{content:'';position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(to bottom,#E72362 0%,#A7D6DB 100%)}
.judul-fragmen{font-size:1.5rem;font-weight:700;color:#264967;margin:0 0 1.5rem;position:relative;padding-left:1.2rem}
.judul-fragmen::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#E72362;border-radius:50%}
.deskripsi-teknis{color:#495057;font-size:1rem;line-height:1.75;margin-bottom:1.2rem}
.deskripsi-teknis:last-child{margin-bottom:0}
.grid-teknologi-pelacak{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2.5rem 0}
.kartu-teknologi{background:#fff;padding:1.8rem;border-radius:6px;border:2px solid transparent;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}
.kartu-teknologi:hover{border-color:#A7D6DB;transform:translateY(-2px);box-shadow:0 4px 16px #2649671f}
.nama-teknologi{font-size:1.15rem;font-weight:600;color:#264967;margin:0 0 .8rem;display:flex;align-items:center;gap:.5rem}
.nama-teknologi::before{content:'▸';color:#E72362;font-size:1.3rem}
.penjelasan-teknologi{font-size:.95rem;line-height:1.65;color:#495057;margin:0}
.blok-narasi-eksistensi{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;margin:3rem 0;border-radius:8px;border-top:3px solid #264967;border-bottom:3px solid #E72362}
.subjudul-narasi{font-size:1.35rem;font-weight:700;color:#264967;margin:0 0 1.5rem;text-transform:none}
.paragraf-narasi{font-size:1rem;line-height:1.8;color:#343a40;margin-bottom:1.2rem}
.paragraf-narasi:last-of-type{margin-bottom:0}
.tabel-klasifikasi{width:100%;margin:2.5rem 0;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:8px;box-shadow:0 2px 12px #26496714}
.tabel-klasifikasi thead{background:linear-gradient(135deg,#264967 0%,#1a3548 100%)}
.tabel-klasifikasi th{padding:1.2rem 1.5rem;text-align:left;font-weight:600;color:#fff;font-size:1rem;border-bottom:2px solid #E72362}
.tabel-klasifikasi tbody tr{background:#fff;transition:background .2s ease}
.tabel-klasifikasi tbody tr:nth-child(even){background:#f8f9fa}
.tabel-klasifikasi tbody tr:hover{background:#a7d6db26}
.tabel-klasifikasi td{padding:1.2rem 1.5rem;color:#495057;font-size:.95rem;line-height:1.6;border-bottom:1px solid #26496714}
.tabel-klasifikasi tbody tr:last-child td{border-bottom:none}
.penanda-esensial{display:inline-block;padding:.3rem .8rem;background:#E72362;color:#fff;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}
.penanda-opsional{display:inline-block;padding:.3rem .8rem;background:#A7D6DB;color:#264967;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}
.segmen-kontrol-pengguna{background:#fff;padding:2.5rem;margin:3rem 0;border-radius:8px;box-shadow:0 4px 16px #26496714;position:relative}
.segmen-kontrol-pengguna::after{content:'';position:absolute;bottom:0;left:2.5rem;right:2.5rem;height:3px;background:linear-gradient(to right,#E72362 0%,#A7D6DB 50%,#264967 100%)}
.daftar-mekanisme-kontrol{list-style:none;padding:0;margin:1.5rem 0 0}
.daftar-mekanisme-kontrol li{padding:1rem 1rem 1rem 2.5rem;margin-bottom:.8rem;background:linear-gradient(to right,#a7d6db1a 0%,transparent 100%);border-radius:4px;position:relative;color:#495057;font-size:.98rem;line-height:1.7}
.daftar-mekanisme-kontrol li::before{content:'→';position:absolute;left:1rem;top:1rem;color:#E72362;font-weight:700;font-size:1.2rem}
.penutup-kebijakan-wrapper{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:3rem 2.5rem;margin-top:4rem;border-radius:8px;border:1px solid #2649671f}
.info-kontak-terstruktur{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}
.item-kontak-detail{padding:1.5rem;background:#fff;border-radius:6px;border-left:3px solid #E72362;box-shadow:0 2px 8px #0000000a}
.label-kontak{font-size:.85rem;font-weight:600;color:#264967;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}
.nilai-kontak{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.nilai-kontak a{color:#E72362;text-decoration:none;transition:color .2s ease}
.nilai-kontak a:hover{color:#264967;text-decoration:underline}
.aksen-dekoratif{color:#E72362;font-weight:600}
.emphasis-teknis{background:linear-gradient(to right,#e723621a 0%,transparent 100%);padding:.1rem .3rem;border-radius:3px;font-weight:500;color:#264967}
@media (max-width: 768px) {
.kepala-kebijakan-wrapper{padding:3rem 0 2rem}
.kepala-kebijakan-konten h1{font-size:1.75rem}
.kepala-meta-info{flex-direction:column;gap:.8rem}
.isi-kebijakan-container{padding:2rem 1rem}
.narasi-pembuka-blok{padding:1.5rem}
.fragmen-konseptual{padding:1.5rem}
.judul-fragmen{font-size:1.3rem}
.grid-teknologi-pelacak{grid-template-columns:1fr;gap:1rem}
.blok-narasi-eksistensi{padding:1.5rem}
.tabel-klasifikasi{font-size:.9rem}
.tabel-klasifikasi th,.tabel-klasifikasi td{padding:.8rem 1rem}
.segmen-kontrol-pengguna{padding:1.5rem}
.penutup-kebijakan-wrapper{padding:2rem 1.5rem}
.info-kontak-terstruktur{grid-template-columns:1fr;gap:1rem}
}
@media (max-width: 480px) {
.kepala-kebijakan-konten h1{font-size:1.5rem}
.narasi-pembuka-blok p{font-size:1rem}
.judul-fragmen{font-size:1.2rem}
.tabel-klasifikasi{display:block;overflow-x:auto}
}
.kebijakan-privasi-utama{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.kebijakan-header-zona{background:linear-gradient(to right,#264967,#1a3549);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.kebijakan-header-zona::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#a7d6db26 0%,transparent 70%);border-radius:50%}
.kebijakan-header-zona::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,#E72362,#A7D6DB)}
.header-kontainer-dalam{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.judul-kebijakan-utama{font-size:2.8rem;color:#fff;margin:0 0 1rem;font-weight:700;letter-spacing:-.5px}
.subjudul-kebijakan{font-size:1.15rem;color:#A7D6DB;margin:0;line-height:1.6;opacity:.95}
.dokumen-privasi-kontainer{max-width:1100px;margin:0 auto;padding:3.5rem 2rem 5rem}
.update-tanggal-blok{background:#fff;border-left:5px solid #E72362;padding:1.5rem 2rem;margin-bottom:3rem;box-shadow:0 2px 8px #0000000f;border-radius:0 8px 8px 0}
.label-update{font-size:.85rem;color:#264967;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .4rem}
.tanggal-update-teks{font-size:1.1rem;color:#343a40;margin:0;font-weight:500}
.bagian-konten-privasi{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 3px 12px #0000000d;border-top:3px solid #A7D6DB}
.bagian-konten-privasi:nth-child(odd){border-top-color:#E72362}
.bagian-konten-privasi h2{font-size:1.9rem;color:#264967;margin:0 0 1.5rem;font-weight:700;position:relative;padding-bottom:.8rem}
.bagian-konten-privasi h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#E72362,#A7D6DB);border-radius:2px}
.bagian-konten-privasi h3{font-size:1.4rem;color:#343a40;margin:2rem 0 1rem;font-weight:600;position:relative;padding-left:1rem}
.bagian-konten-privasi h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:#E72362;border-radius:2px}
.bagian-konten-privasi p{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 1.3rem}
.bagian-konten-privasi p:last-child{margin-bottom:0}
.bagian-konten-privasi ul{list-style:none;padding:0;margin:1.5rem 0}
.bagian-konten-privasi ul li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.05rem;line-height:1.7;color:#495057}
.bagian-konten-privasi ul li::before{content:'';position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#E72362;border-radius:50%;box-shadow:0 0 0 3px #e7236226}
.bagian-konten-privasi ul ul{margin-top:.8rem;margin-bottom:.8rem}
.bagian-konten-privasi ul ul li::before{background:#A7D6DB;box-shadow:0 0 0 3px #a7d6db26;width:6px;height:6px}
.highlight-teks{background:linear-gradient(120deg,#a7d6db4d 0%,#a7d6db1a 100%);padding:.2rem .5rem;border-radius:3px;font-weight:500;color:#264967}
.kotak-perhatian{background:linear-gradient(135deg,#fff5f8 0%,#fff 100%);border-left:5px solid #E72362;padding:1.8rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0;box-shadow:0 2px 8px #e7236214}
.kotak-perhatian p{margin:0;color:#343a40;font-size:1.05rem;line-height:1.7}
.tabel-data-privasi{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.tabel-data-privasi thead tr{background:linear-gradient(to right,#264967,#1a3549)}
.tabel-data-privasi th{padding:1.2rem 1.5rem;text-align:left;font-weight:600;font-size:1rem;color:#fff;border:none}
.tabel-data-privasi tbody tr{background:#fff;transition:background .2s ease}
.tabel-data-privasi tbody tr:nth-child(even){background:#f8f9fa}
.tabel-data-privasi tbody tr:hover{background:#e8f6f8}
.tabel-data-privasi td{padding:1.2rem 1.5rem;border-bottom:1px solid #dee2e6;font-size:1rem;color:#495057;line-height:1.6}
.tabel-data-privasi tbody tr:last-child td{border-bottom:none}
.kontak-privasi-blok{background:linear-gradient(135deg,#264967 0%,#1a3549 100%);padding:3rem 2.5rem;margin-top:3rem;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 16px #26496733}
.kontak-privasi-blok::before{content:'';position:absolute;top:-30%;right:-15%;width:400px;height:400px;background:radial-gradient(circle,#e7236226 0%,transparent 70%);border-radius:50%}
.kontak-privasi-blok h2{font-size:1.8rem;color:#fff;margin:0 0 1.5rem;font-weight:700;position:relative}
.kontak-privasi-blok h2::after{display:none}
.kontak-privasi-blok p{color:#A7D6DB;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:2}
.info-kontak-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;position:relative;z-index:2}
.item-kontak-detail{background:#ffffff14;padding:1.3rem;border-radius:8px;border:1px solid #a7d6db33;transition:all .3s ease}
.item-kontak-detail:hover{background:#ffffff1f;border-color:#e7236266;transform:translateY(-2px)}
.label-kontak-item{font-size:.9rem;color:#A7D6DB;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}
.nilai-kontak-item{font-size:1.05rem;color:#fff;margin:0;word-break:break-word}
.pemisah-bagian{height:2px;background:linear-gradient(to right,transparent,#A7D6DB,#E72362,transparent);margin:3rem 0;border:none}
@media (max-width: 768px) {
.kebijakan-header-zona{padding:3rem 1.5rem 2.5rem}
.judul-kebijakan-utama{font-size:2rem}
.subjudul-kebijakan{font-size:1rem}
.dokumen-privasi-kontainer{padding:2.5rem 1.5rem 4rem}
.bagian-konten-privasi{padding:2rem 1.5rem;margin-bottom:1.5rem}
.bagian-konten-privasi h2{font-size:1.6rem}
.bagian-konten-privasi h3{font-size:1.25rem}
.bagian-konten-privasi p,.bagian-konten-privasi ul li{font-size:1rem}
.update-tanggal-blok{padding:1.2rem 1.5rem}
.kotak-perhatian{padding:1.5rem;margin:1.5rem 0}
.tabel-data-privasi{display:block;overflow-x:auto;white-space:nowrap}
.kontak-privasi-blok{padding:2.5rem 1.5rem}
.kontak-privasi-blok h2{font-size:1.5rem}
.info-kontak-grid{grid-template-columns:1fr;gap:1rem}
}
.success-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;padding:3rem 1.5rem}
.success-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #26496714;padding:3.5rem 2.5rem;position:relative;overflow:hidden}
.success-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#E72362 0%,#A7D6DB 50%,#264967 100%)}
.success-icon-area{text-align:center;margin-bottom:2.5rem}
.success-checkmark{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#E72362 0%,#d41f57 100%);display:inline-flex;align-items:center;justify-content:center;animation:successPulse .6s ease-out}
@keyframes successPulse {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark svg{width:42px;height:42px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:checkDraw .5s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes checkDraw {
to{stroke-dashoffset:0}
}
.success-heading-main{font-size:2.2rem;font-weight:700;color:#264967;text-align:center;margin-bottom:1.2rem;line-height:1.3}
.success-subtext{font-size:1.05rem;color:#495057;text-align:center;line-height:1.7;margin-bottom:2.5rem}
.success-detail-box{background:#f8f9fa;border-left:4px solid #A7D6DB;padding:1.8rem 2rem;margin-bottom:2.5rem;border-radius:8px}
.success-detail-box p{font-size:.95rem;color:#343a40;line-height:1.8;margin-bottom:.8rem}
.success-detail-box p:last-child{margin-bottom:0}
.success-detail-box strong{color:#264967;font-weight:600}
.success-timeline-block{margin-bottom:2.5rem}
.success-timeline-title{font-size:1.1rem;font-weight:600;color:#264967;margin-bottom:1.2rem;padding-left:1rem;border-left:3px solid #E72362}
.success-step-list{list-style:none;padding:0;margin:0}
.success-step-item{display:flex;gap:1.2rem;margin-bottom:1.5rem;padding:1.2rem;background:#fff;border:1px solid #e9ecef;border-radius:8px;transition:all .3s ease}
.success-step-item:hover{border-color:#A7D6DB;box-shadow:0 4px 12px #a7d6db26}
.success-step-number{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#A7D6DB 0%,#91c4c9 100%);color:#264967;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center}
.success-step-content{flex:1}
.success-step-content h4{font-size:1rem;font-weight:600;color:#264967;margin-bottom:.4rem}
.success-step-content p{font-size:.9rem;color:#6c757d;line-height:1.6;margin:0}
.success-actions-area{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e9ecef}
.success-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 2rem;background:linear-gradient(135deg,#E72362 0%,#d41f57 100%);color:#fff;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #e7236240;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #e7236259;color:#fff}
.success-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 2rem;background:#fff;color:#264967;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;border:2px solid #264967;transition:all .3s ease;position:relative;z-index:10}
.success-btn-secondary:hover{background:#264967;color:#fff;transform:translateY(-2px)}
.success-reference-note{text-align:center;font-size:.85rem;color:#6c757d;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f3f5}
.success-reference-note strong{color:#495057;font-weight:600}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem}
.success-container{padding:2.5rem 1.5rem}
.success-heading-main{font-size:1.8rem}
.success-subtext{font-size:.98rem}
.success-detail-box{padding:1.5rem 1.3rem}
.success-actions-area{flex-direction:column}
.success-btn-primary,.success-btn-secondary{width:100%}
.success-checkmark{width:70px;height:70px}
.success-checkmark svg{width:36px;height:36px}
}
@media (max-width: 480px) {
.success-heading-main{font-size:1.6rem}
.success-step-item{flex-direction:column;gap:.8rem}
.success-step-number{align-self:flex-start}
}