*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inconsolata',monospace;background:#FAFAFA;color:#15293F;line-height:1.6;overflow-x:hidden}
.hdr_wrap{background:linear-gradient(135deg,#FFF 0%,#F5F5F5 100%);border-bottom:3px solid #FB8C09;position:relative;z-index:500}
.hdr_wrap::before{content:'Domain';position:absolute;top:50%;left:5%;transform:translateY(-50%);font-size:8rem;font-weight:700;color:#E3E3E3;opacity:.15;z-index:1;pointer-events:none;letter-spacing:-.02em}
.top_bar{background:linear-gradient(90deg,#15293F 0%,#1f3d5c 100%);padding:8px 0}
.top_bar .cnt12{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;justify-content:flex-end;align-items:center;gap:28px}
.top_bar a{color:#FFF;text-decoration:none;font-size:.88rem;display:flex;align-items:center;gap:6px;transition:color .2s ease}
.top_bar a:hover{color:#FB8C09}
.top_bar .material-icons{font-size:1.1rem}
.main_hdr{padding:22px 0;position:relative;z-index:10}
.main_hdr .cnt12{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.lg_box{flex-shrink:0;position:relative;z-index:20}
.lg_box img{height:95px;width:auto;display:block;filter:drop-shadow(2px 2px 4px #15293f26)}
.nv_primary{display:flex;gap:6px;align-items:center;flex-wrap:wrap;position:relative;z-index:15}
.nv_primary a{color:#15293F;text-decoration:none;padding:12px 20px;font-size:1rem;font-weight:400;border-radius:6px;transition:background-color .2s ease,color .2s ease;white-space:nowrap}
.nv_primary a:hover{background-color:#FB8C09;color:#FFF}
.ft_main{background:linear-gradient(180deg,#15293F 0%,#0d1a2b 100%);color:#E3E3E3;position:relative;overflow:hidden}
.ft_main::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FB8C09 0%,#15293F 50%,#E3E3E3 100%)}
.ft_top{padding:50px 0 35px;position:relative}
.ft_top::after{content:'';position:absolute;bottom:0;left:5%;right:5%;height:2px;background:linear-gradient(90deg,transparent 0%,#FB8C09 50%,transparent 100%)}
.ft_top .cnt12{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}
.ft_col h3{color:#FB8C09;font-size:1.25rem;margin-bottom:18px;font-weight:700}
.ft_col ul{list-style:none}
.ft_col ul li{margin-bottom:12px}
.ft_col ul li a{color:#E3E3E3;text-decoration:none;transition:color .2s ease;display:inline-block}
.ft_col ul li a:hover{color:#FB8C09}
.ft_col p{line-height:1.7;color:#E3E3E3}
.ft_col .material-icons{vertical-align:middle;margin-right:8px;font-size:1.1rem;color:#FB8C09}
.ft_btm{padding:25px 0;background:#0003}
.ft_btm .cnt12{max-width:1140px;margin:0 auto;padding:0 20px;text-align:center}
.ft_btm p{color:#E3E3E3;font-size:.92rem}
.ck_popup{position:fixed;bottom:30px;left:30px;background:#FFF;border-radius:12px;box-shadow:0 8px 24px #15293f40;max-width:420px;width:calc(100% - 60px);z-index:9999;display:none;animation:slide_in_right .4s cubic-bezier(0.34,1.56,0.64,1)}
.ck_popup[data-visible="true"]{display:block}
@keyframes slide_in_right {
from{transform:translateX(500px);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes slide_out_right {
from{transform:translateX(0);opacity:1}
to{transform:translateX(500px);opacity:0}
}
.ck_popup.hiding{animation:slide_out_right .3s ease-out forwards}
.ck_hdr7{background:linear-gradient(135deg,#FB8C09 0%,#ff9d2e 100%);padding:18px 22px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}
.ck_hdr7 h4{color:#FFF;font-size:1.15rem;font-weight:700}
.ck_tabs3{display:flex;gap:8px}
.ck_tabs3 button{background:#fff3;border:none;color:#FFF;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:.88rem;font-family:'Inconsolata',monospace;transition:background-color .2s ease}
.ck_tabs3 button.active7{background:#FFF;color:#FB8C09}
.ck_tabs3 button:hover{background:#ffffff59}
.ck_tabs3 button.active7:hover{background:#FFF}
.ck_body9{padding:22px}
.tab_content2{display:none}
.tab_content2.active7{display:block}
.tab_content2 p{color:#15293F;font-size:.95rem;line-height:1.65;margin-bottom:16px}
.tab_content2 ul{margin:14px 0;padding-left:22px}
.tab_content2 ul li{color:#15293F;font-size:.9rem;margin-bottom:8px}
.ck_actions4{display:flex;gap:12px;margin-top:20px}
.btn_accept8{background:linear-gradient(135deg,#FB8C09 0%,#ff9d2e 100%);color:#FFF;border:none;padding:13px 28px;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;font-family:'Inconsolata',monospace;flex:1;transition:transform .2s ease,box-shadow .2s ease}
.btn_accept8:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fb8c0959}
.btn_decline5{background:transparent;color:#15293F;border:2px solid #E3E3E3;padding:11px 20px;border-radius:8px;font-size:.92rem;cursor:pointer;font-family:'Inconsolata',monospace;transition:background-color .2s ease,border-color .2s ease}
.btn_decline5:hover{background-color:#F5F5F5;border-color:#15293F}
@media (max-width: 968px) {
.hdr_wrap::before{font-size:5rem;left:50%;transform:translate(-50%,-50%)}
.main_hdr .cnt12{flex-direction:column;align-items:center;gap:20px}
.nv_primary{justify-content:center}
.top_bar .cnt12{flex-direction:column;gap:12px}
.ft_top .cnt12{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 640px) {
.hdr_wrap::before{font-size:3rem}
.lg_box img{height:70px}
.nv_primary a{padding:10px 16px;font-size:.95rem}
.ck_popup{bottom:15px;left:15px;width:calc(100% - 30px);max-width:none}
.ck_actions4{flex-direction:column}
}
.policy-body{max-width:1140px;margin:0 auto;padding:80px 20px;background:#fff}
.policy-body h1{font-size:42px;font-weight:700;color:#15293F;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.policy-body h2{font-size:32px;font-weight:600;color:#15293F;margin:56px 0 20px;line-height:1.3;letter-spacing:-.3px}
.policy-body h3{font-size:24px;font-weight:600;color:#15293F;margin:40px 0 16px;line-height:1.4}
.policy-body h4{font-size:20px;font-weight:600;color:#15293F;margin:32px 0 14px;line-height:1.4}
.policy-body h5{font-size:18px;font-weight:600;color:#15293F;margin:28px 0 12px;line-height:1.5}
.policy-body h6{font-size:16px;font-weight:600;color:#15293F;margin:24px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.policy-body p{font-size:16px;font-weight:400;color:#15293F;line-height:1.75;margin:0 0 20px}
.policy-body table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border:1px solid #E3E3E3;border-radius:8px;overflow:hidden}
.policy-body thead{background:linear-gradient(135deg,#FB8C09 0%,#15293F 100%)}
.policy-body thead tr{border-bottom:2px solid #E3E3E3}
.policy-body tbody tr{border-bottom:1px solid #E3E3E3;transition:background .2s cubic-bezier(0.4,0,0.2,1)}
.policy-body tbody tr:last-child{border-bottom:none}
.policy-body tbody tr:hover{background:#fb8c090a}
.policy-body th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;letter-spacing:.3px}
.policy-body td{padding:16px 20px;font-size:15px;color:#15293F;line-height:1.6}
.policy-body hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#E3E3E3 20%,#E3E3E3 80%,transparent 100%);margin:48px 0}
.policy-body div{margin:0}
.policy-body div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.policy-body{padding:60px 16px}
.policy-body h1{font-size:32px;margin:0 0 20px}
.policy-body h2{font-size:26px;margin:44px 0 16px}
.policy-body h3{font-size:22px;margin:32px 0 14px}
.policy-body h4{font-size:19px;margin:28px 0 12px}
.policy-body h5{font-size:17px;margin:24px 0 10px}
.policy-body h6{font-size:15px;margin:20px 0 10px}
.policy-body p{font-size:15px;margin:0 0 18px}
.policy-body table{margin:24px 0;display:block;overflow-x:auto;white-space:nowrap}
.policy-body th{padding:14px 16px;font-size:14px}
.policy-body td{padding:12px 16px;font-size:14px}
.policy-body hr{margin:36px 0}
}
@media (max-width: 480px) {
.policy-body{padding:40px 12px}
.policy-body h1{font-size:28px}
.policy-body h2{font-size:24px}
.policy-body th{padding:12px;font-size:13px}
.policy-body td{padding:10px 12px;font-size:13px}
}
.domain_stats_pg .hero_banner{background:linear-gradient(145deg,#FB8C09 0%,#15293F 52%,#E3E3E3 100%);padding:92px 24px 86px;position:relative;overflow:hidden}
.domain_stats_pg .hero_banner::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e3e3e326 0%,transparent 70%);border-radius:50%}
.domain_stats_pg .hero_banner::after{content:'';position:absolute;bottom:12%;left:5%;width:8px;height:8px;background:#FB8C09;border-radius:50%;box-shadow:24px 18px 0 #E3E3E3,48px 6px 0 #e3e3e399 12px 42px 0 #fb8c0980 64px 36px 0 #E3E3E3}
.domain_stats_pg .hb_wrap{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:54px;position:relative;z-index:2}
.domain_stats_pg .hb_txt{flex:1}
.domain_stats_pg .hb_txt .mini_ttl{font-size:15px;color:#E3E3E3;letter-spacing:1.2px;margin-bottom:18px;text-transform:uppercase;font-weight:500}
.domain_stats_pg .hb_txt .primary_h{font-size:52px;color:#fff;line-height:1.15;margin-bottom:14px;font-weight:700}
.domain_stats_pg .hb_txt .sec_h{font-size:32px;color:#E3E3E3;line-height:1.3;margin-bottom:8px;font-weight:600}
.domain_stats_pg .hb_txt .trd_h{font-size:19px;color:#e3e3e3d9;line-height:1.5;font-weight:400}
.domain_stats_pg .hb_visual{flex:0 0 420px;position:relative}
.domain_stats_pg .hb_visual img{width:100%;height:380px;object-fit:cover;border-radius:18px;box-shadow:0 12px 32px #15293f59;border:3px solid #e3e3e333}
.domain_stats_pg .numbers_area{padding:96px 24px;background:#fafafa;position:relative}
.domain_stats_pg .numbers_area::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FB8C09 0%,#15293F 100%)}
.domain_stats_pg .nmbrs_ctnr{max-width:1140px;margin:0 auto}
.domain_stats_pg .nmbrs_ctnr .intro_segment{margin-bottom:68px;text-align:center}
.domain_stats_pg .nmbrs_ctnr .intro_segment h2{font-size:38px;color:#15293F;margin-bottom:22px;font-weight:700}
.domain_stats_pg .nmbrs_ctnr .intro_segment .description{font-size:17px;color:#555;line-height:1.7;max-width:720px;margin:0 auto}
.domain_stats_pg .stat_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;margin-bottom:72px}
.domain_stats_pg .stat_card{background:#fff;padding:38px 28px;border-radius:12px;box-shadow:0 4px 16px #15293f14;border-left:4px solid #FB8C09;transition:all .35s cubic-bezier(0.4,0,0.2,1);position:relative}
.domain_stats_pg .stat_card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #15293f26}
.domain_stats_pg .stat_card .icon_wrap{width:56px;height:56px;background:linear-gradient(135deg,#FB8C09 0%,#15293F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.domain_stats_pg .stat_card .icon_wrap .material-icons{font-size:28px;color:#fff}
.domain_stats_pg .stat_card .value{font-size:44px;color:#15293F;font-weight:700;margin-bottom:8px;line-height:1}
.domain_stats_pg .stat_card .label{font-size:16px;color:#666;font-weight:500;margin-bottom:14px}
.domain_stats_pg .stat_card .detail{font-size:14px;color:#777;line-height:1.6}
.domain_stats_pg .progress_section{background:#fff;padding:42px;border-radius:16px;box-shadow:0 6px 20px #15293f1a;margin-bottom:48px}
.domain_stats_pg .progress_section h3{font-size:26px;color:#15293F;margin-bottom:32px;font-weight:600}
.domain_stats_pg .progress_item{margin-bottom:28px}
.domain_stats_pg .progress_item:last-child{margin-bottom:0}
.domain_stats_pg .progress_item .prog_header{display:flex;justify-content:space-between;margin-bottom:10px}
.domain_stats_pg .progress_item .prog_header .prog_label{font-size:15px;color:#333;font-weight:600}
.domain_stats_pg .progress_item .prog_header .prog_percent{font-size:15px;color:#FB8C09;font-weight:700}
.domain_stats_pg .progress_item .prog_bar{width:100%;height:12px;background:#E3E3E3;border-radius:20px;overflow:hidden;position:relative}
.domain_stats_pg .progress_item .prog_bar .prog_fill{height:100%;background:linear-gradient(90deg,#FB8C09 0%,#15293F 100%);border-radius:20px;transition:width 1.2s cubic-bezier(0.65,0,0.35,1)}
.domain_stats_pg .data_compare{display:grid;grid-template-columns:1fr 1fr;gap:42px}
.domain_stats_pg .compare_block{background:#fff;padding:36px;border-radius:14px;box-shadow:0 4px 18px #15293f17;position:relative}
.domain_stats_pg .compare_block::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#FB8C09 0%,#15293F 100%);border-radius:14px 14px 0 0}
.domain_stats_pg .compare_block h4{font-size:22px;color:#15293F;margin-bottom:26px;font-weight:600}
.domain_stats_pg .compare_block .data_row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #E3E3E3}
.domain_stats_pg .compare_block .data_row:last-child{border-bottom:none}
.domain_stats_pg .compare_block .data_row .row_label{font-size:15px;color:#555}
.domain_stats_pg .compare_block .data_row .row_value{font-size:16px;color:#15293F;font-weight:600}
.domain_stats_pg .timeline_wrapper{margin-top:56px}
.domain_stats_pg .timeline_wrapper h3{font-size:32px;color:#15293F;margin-bottom:42px;text-align:center;font-weight:700}
.domain_stats_pg .timeline_track{position:relative;padding:0 24px}
.domain_stats_pg .timeline_track::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FB8C09 0%,#15293F 100%);transform:translateX(-50%)}
.domain_stats_pg .timeline_point{display:flex;margin-bottom:48px;position:relative}
.domain_stats_pg .timeline_point:nth-child(odd){flex-direction:row}
.domain_stats_pg .timeline_point:nth-child(even){flex-direction:row-reverse}
.domain_stats_pg .timeline_point .tp_content{flex:0 0 calc(50% - 36px);background:#fff;padding:28px;border-radius:12px;box-shadow:0 5px 18px #15293f1c}
.domain_stats_pg .timeline_point:nth-child(odd) .tp_content{text-align:right}
.domain_stats_pg .timeline_point .tp_marker{flex:0 0 72px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.domain_stats_pg .timeline_point .tp_marker .marker_circle{width:20px;height:20px;background:#FB8C09;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 3px #15293F}
.domain_stats_pg .timeline_point .tp_content .tp_year{font-size:18px;color:#FB8C09;font-weight:700;margin-bottom:10px}
.domain_stats_pg .timeline_point .tp_content .tp_title{font-size:20px;color:#15293F;margin-bottom:12px;font-weight:600}
.domain_stats_pg .timeline_point .tp_content .tp_desc{font-size:15px;color:#666;line-height:1.6}
.domain_stats_pg .cta_final{text-align:center;margin-top:68px;padding:48px 24px;background:linear-gradient(135deg,#15293F 0%,#FB8C09 100%);border-radius:20px}
.domain_stats_pg .cta_final h3{font-size:32px;color:#fff;margin-bottom:18px;font-weight:700}
.domain_stats_pg .cta_final p{font-size:17px;color:#e3e3e3f2;margin-bottom:32px;line-height:1.6}
.domain_stats_pg .cta_final .btn_action{display:inline-block;padding:16px 42px;background:#fff;color:#15293F;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 6px 20px #00000026}
.domain_stats_pg .cta_final .btn_action:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000040;background:#E3E3E3}
@media (max-width: 968px) {
.domain_stats_pg .hb_wrap{flex-direction:column;gap:38px}
.domain_stats_pg .hb_visual{flex:0 0 auto;width:100%;max-width:480px}
.domain_stats_pg .hb_txt .primary_h{font-size:38px}
.domain_stats_pg .hb_txt .sec_h{font-size:26px}
.domain_stats_pg .stat_grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.domain_stats_pg .data_compare{grid-template-columns:1fr;gap:32px}
.domain_stats_pg .timeline_track::before{left:24px}
.domain_stats_pg .timeline_point,.domain_stats_pg .timeline_point:nth-child(even){flex-direction:row}
.domain_stats_pg .timeline_point .tp_content{flex:1;margin-left:48px}
.domain_stats_pg .timeline_point:nth-child(odd) .tp_content{text-align:left}
.domain_stats_pg .timeline_point .tp_marker{flex:0 0 48px;position:absolute;left:0}
}
@media (max-width: 640px) {
.domain_stats_pg .hero_banner{padding:64px 18px 58px}
.domain_stats_pg .hb_txt .primary_h{font-size:32px}
.domain_stats_pg .hb_txt .sec_h{font-size:22px}
.domain_stats_pg .hb_visual img{height:280px}
.domain_stats_pg .numbers_area{padding:64px 18px}
.domain_stats_pg .nmbrs_ctnr .intro_segment h2{font-size:28px}
.domain_stats_pg .stat_card{padding:28px 20px}
.domain_stats_pg .stat_card .value{font-size:36px}
.domain_stats_pg .progress_section{padding:28px 20px}
.domain_stats_pg .compare_block{padding:24px 18px}
.domain_stats_pg .cta_final{padding:36px 18px}
.domain_stats_pg .cta_final h3{font-size:26px}
}
.title_block{position:relative;background:linear-gradient(232deg,#FB8C09 0%,#15293F 50%,#E3E3E3 100%);padding:0;margin:0 auto;max-width:100%;overflow:hidden}
.title_block .inner_wrap{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:48px;padding:80px 20px}
.title_block .txt_area{flex:1;z-index:2}
.title_block .txt_area .main_ttl{font-size:48px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.title_block .txt_area .desc_txt{font-size:18px;line-height:1.6;color:#fff;margin:0 0 32px;opacity:.95}
.title_block .txt_area .cta_btn{display:inline-block;background:#FB8C09;color:#15293F;padding:16px 32px;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1);border:2px solid transparent}
.title_block .txt_area .cta_btn:hover{background:#fff;color:#15293F;border-color:#FB8C09;transform:translateY(-2px);box-shadow:0 8px 16px #fb8c094d}
.title_block .img_holder{flex:1;position:relative;z-index:1}
.title_block .img_holder .geo_clip{clip-path:polygon(25% 0%,100% 0%,75% 100%,0% 100%);overflow:hidden;animation:float_motion 6s ease-in-out infinite}
.title_block .img_holder .geo_clip img{width:100%;height:450px;object-fit:cover;display:block}
@keyframes float_motion {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-12px)}
}
.support_hub{background:#f8f9fa;padding:80px 20px}
.support_hub .content_container{max-width:1140px;margin:0 auto}
.support_hub .section_header{text-align:center;margin:0 0 56px}
.support_hub .section_header h2{font-size:38px;color:#15293F;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.support_hub .section_header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FB8C09,#15293F);border-radius:2px}
.support_hub .section_header .intro_p{font-size:17px;color:#495057;line-height:1.7;max-width:720px;margin:24px auto 0}
.support_hub .grid_layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.support_hub .card_item{background:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 2px 8px #15293f14;transition:all .4s cubic-bezier(0.4,0,0.2,1);border:2px solid transparent}
.support_hub .card_item:hover{transform:translateY(-8px);box-shadow:0 12px 24px #15293f26;border-color:#FB8C09}
.support_hub .card_item .icon_box{width:64px;height:64px;background:linear-gradient(135deg,#FB8C09,#15293F);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.support_hub .card_item .icon_box .material-icons{font-size:32px;color:#fff}
.support_hub .card_item h3{font-size:22px;color:#15293F;margin:0 0 12px;font-weight:600}
.support_hub .card_item .desc{font-size:15px;color:#6c757d;line-height:1.6;margin:0}
.post_learn{background:#fff;padding:80px 20px;position:relative}
.post_learn::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FB8C09 0%,#15293F 50%,#E3E3E3 100%)}
.post_learn .wrapper{max-width:1140px;margin:0 auto}
.post_learn .split_layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.post_learn .visual_side{position:relative}
.post_learn .visual_side img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 8px 32px #15293f1f}
.post_learn .visual_side::after{content:'';position:absolute;top:-16px;right:-16px;width:120px;height:120px;background:linear-gradient(135deg,#FB8C09,#fb8c094d);border-radius:50%;z-index:-1}
.post_learn .text_side h2{font-size:36px;color:#15293F;margin:0 0 24px;font-weight:700;line-height:1.3}
.post_learn .text_side .lead_text{font-size:17px;color:#495057;line-height:1.7;margin:0 0 32px}
.post_learn .text_side .benefit_list{list-style:none;padding:0;margin:0 0 32px}
.post_learn .text_side .benefit_list li{padding:12px 0 12px 40px;position:relative;font-size:16px;color:#343a40;line-height:1.6}
.post_learn .text_side .benefit_list li::before{content:'';position:absolute;left:0;top:16px;width:24px;height:24px;background:#FB8C09;border-radius:6px;display:flex;align-items:center;justify-content:center}
.post_learn .text_side .benefit_list li::after{content:'✓';position:absolute;left:6px;top:13px;color:#fff;font-weight:700;font-size:14px}
.post_learn .text_side .action_link{display:inline-flex;align-items:center;gap:8px;color:#FB8C09;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease}
.post_learn .text_side .action_link:hover{color:#15293F;gap:12px}
.post_learn .text_side .action_link .material-icons{font-size:20px}
.growth_path{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px}
.growth_path .container_max{max-width:1140px;margin:0 auto}
.growth_path .heading_zone{text-align:center;margin:0 0 64px}
.growth_path .heading_zone h2{font-size:38px;color:#15293F;margin:0 0 20px;font-weight:700}
.growth_path .heading_zone .subtitle{font-size:18px;color:#6c757d;line-height:1.6;max-width:680px;margin:0 auto}
.growth_path .timeline_wrapper{position:relative;padding:40px 0}
.growth_path .timeline_wrapper::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FB8C09,#15293F);transform:translateX(-50%)}
.growth_path .step_block{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:0 0 48px;position:relative}
.growth_path .step_block:nth-child(even) .step_content{grid-column:2}
.growth_path .step_block:nth-child(even) .step_img{grid-column:1;grid-row:1}
.growth_path .step_content{background:#fff;padding:28px;border-radius:16px;box-shadow:0 4px 16px #15293f1a;position:relative;border-left:4px solid #FB8C09}
.growth_path .step_content .step_num{position:absolute;left:-52px;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#FB8C09;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 0 0 6px #ffffff,0 0 0 8px #FB8C09;z-index:2}
.growth_path .step_block:nth-child(even) .step_content .step_num{left:auto;right:-52px}
.growth_path .step_content h3{font-size:24px;color:#15293F;margin:0 0 12px;font-weight:600}
.growth_path .step_content .step_desc{font-size:15px;color:#495057;line-height:1.7;margin:0}
.growth_path .step_img{display:flex;align-items:center;justify-content:center}
.growth_path .step_img img{width:100%;height:280px;object-fit:cover;border-radius:16px;box-shadow:0 6px 20px #15293f1f}
@media (max-width: 992px) {
.title_block .inner_wrap{flex-direction:column;padding:60px 20px;gap:32px}
.title_block .txt_area .main_ttl{font-size:36px}
.title_block .img_holder .geo_clip img{height:320px}
.support_hub .grid_layout{grid-template-columns:1fr;gap:24px}
.post_learn .split_layout{grid-template-columns:1fr;gap:40px}
.post_learn .visual_side img{height:360px}
.growth_path .step_block{grid-template-columns:1fr;gap:24px}
.growth_path .step_block:nth-child(even) .step_content{grid-column:1}
.growth_path .step_block:nth-child(even) .step_img{grid-column:1;grid-row:2}
.growth_path .timeline_wrapper::before{left:20px}
.growth_path .step_content{margin-left:36px}
.growth_path .step_content .step_num{left:-52px}
.growth_path .step_block:nth-child(even) .step_content .step_num{left:-52px;right:auto}
}
@media (max-width: 576px) {
.title_block .txt_area .main_ttl{font-size:28px}
.title_block .txt_area .desc_txt{font-size:16px}
.title_block .img_holder .geo_clip img{height:240px}
.support_hub{padding:60px 16px}
.support_hub .section_header h2{font-size:28px}
.post_learn{padding:60px 16px}
.post_learn .text_side h2{font-size:28px}
.post_learn .visual_side img{height:280px}
.growth_path{padding:60px 16px}
.growth_path .heading_zone h2{font-size:28px}
.growth_path .step_img img{height:220px}
}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#E3E3E3}
::-webkit-scrollbar-thumb{background:#FB8C09;border-radius:3px;transition:background .3s ease}
::-webkit-scrollbar-thumb:hover{background:#15293F}
.pg_hd{background:linear-gradient(148deg,#FB8C09 0%,#15293F 58%,#E3E3E3 100%);padding:72px 24px 88px;position:relative;overflow:hidden}
.pg_hd::before{content:'';position:absolute;width:380px;height:380px;background:#e3e3e317;border-radius:50%;top:-120px;right:-80px;z-index:1}
.pg_hd::after{content:'';position:absolute;width:240px;height:240px;background:#fb8c091c;border-radius:50%;bottom:-60px;left:-40px;z-index:1}
.hd_cnt{max-width:1140px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;gap:48px;flex-direction:column}
.hd_txt h1{font-size:48px;color:#fff;margin:0 0 16px;line-height:1.2;font-weight:700}
.hd_txt h1 .acnt{color:#FB8C09;position:relative;display:inline-block}
.hd_txt h1 .acnt::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#FB8C09}
.hd_txt p{font-size:18px;color:#E3E3E3;line-height:1.6;max-width:580px;margin:0}
.hd_img{width:100%;max-width:520px;position:relative}
.hd_img img{width:100%;height:auto;border-radius:18px;box-shadow:0 14px 28px #15293f52;filter:brightness(1.05) contrast(1.02)}
.ct_inf{padding:64px 24px;background:#fff}
.ct_inf_wr{max-width:1140px;margin:0 auto}
.ct_inf h2{font-size:32px;color:#15293F;margin:0 0 48px;font-weight:700;text-align:center}
.inf_grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.inf_cd{background:linear-gradient(135deg,#F9F9F9 0%,#fff 100%);padding:32px 28px;border-radius:14px;border:1px solid #E3E3E3;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.inf_cd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #15293f24;border-color:#FB8C09}
.inf_cd .ic{width:56px;height:56px;background:linear-gradient(135deg,#FB8C09 0%,#e07c08 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.inf_cd .ic .material-icons{font-size:28px;color:#fff}
.inf_cd h3{font-size:20px;color:#15293F;margin:0 0 12px;font-weight:600}
.inf_cd p{font-size:16px;color:#5a5a5a;margin:0 0 16px;line-height:1.5}
.inf_cd a{color:#FB8C09;text-decoration:none;font-weight:500;font-size:15px;transition:color .2s ease;display:inline-block}
.inf_cd a:hover{color:#e07c08}
.fm_sc{padding:72px 24px;background:#F5F5F5}
.fm_wr{max-width:720px;margin:0 auto;background:#fff;padding:48px 40px;border-radius:16px;box-shadow:0 6px 20px #15293f14}
.fm_wr h2{font-size:32px;color:#15293F;margin:0 0 12px;font-weight:700}
.fm_wr .sb_txt{font-size:17px;color:#6a6a6a;margin:0 0 36px;line-height:1.5}
.fm_wr form{display:flex;flex-direction:column;gap:28px}
.fld{display:flex;flex-direction:column;gap:8px}
.fld label{font-size:15px;color:#15293F;font-weight:600}
.fld input[type="text"],.fld input[type="tel"]{padding:14px 16px;border:2px solid #E3E3E3;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}
.fld input[type="text"]:focus,.fld input[type="tel"]:focus{outline:none;border-color:#FB8C09;box-shadow:0 0 0 3px #fb8c091a}
.rd_grp{display:flex;flex-direction:column;gap:8px}
.rd_grp label{font-size:15px;color:#15293F;font-weight:600;margin-bottom:4px}
.rd_ops{display:flex;flex-direction:column;gap:12px}
.rd_op{display:flex;align-items:center;gap:12px}
.rd_op input[type="radio"]{width:20px;height:20px;cursor:pointer;accent-color:#FB8C09}
.rd_op label{font-size:16px;color:#5a5a5a;cursor:pointer;font-weight:400;margin:0}
.prv_chk{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.prv_chk input[type="checkbox"]{width:20px;height:20px;cursor:pointer;margin-top:2px;accent-color:#FB8C09;flex-shrink:0}
.prv_chk label{font-size:14px;color:#6a6a6a;line-height:1.5;cursor:pointer}
.prv_chk label a{color:#FB8C09;text-decoration:none;font-weight:500}
.prv_chk label a:hover{text-decoration:underline}
.sb_btn{padding:16px 32px;background:linear-gradient(135deg,#FB8C09 0%,#e07c08 100%);color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(0.4,0,0.2,1);z-index:10;position:relative}
.sb_btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #fb8c094d}
.sb_btn:active{transform:translateY(0)}
.loc_sc{padding:64px 24px;background:#fff}
.loc_wr{max-width:1140px;margin:0 auto}
.loc_wr h2{font-size:32px;color:#15293F;margin:0 0 36px;font-weight:700;text-align:center}
.adr_box{background:linear-gradient(160deg,#F9F9F9 0%,#fff 100%);padding:40px 36px;border-radius:14px;border-left:4px solid #FB8C09;max-width:640px;margin:0 auto}
.adr_box .ic_ln{display:flex;align-items:flex-start;gap:16px;margin-bottom:18px}
.adr_box .ic_ln .material-icons{font-size:28px;color:#FB8C09;flex-shrink:0}
.adr_box .ic_ln p{font-size:17px;color:#15293F;margin:0;line-height:1.6;font-weight:500}
.hrs_sc{padding:72px 24px 80px;background:linear-gradient(182deg,#fff 0%,#F5F5F5 100%)}
.hrs_wr{max-width:1140px;margin:0 auto;text-align:center}
.hrs_wr h2{font-size:32px;color:#15293F;margin:0 0 20px;font-weight:700}
.hrs_wr p{font-size:18px;color:#6a6a6a;margin:0 0 40px;line-height:1.6}
.cta_grp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta_btn{padding:16px 36px;background:linear-gradient(135deg,#FB8C09 0%,#e07c08 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1);display:inline-flex;align-items:center;gap:8px;z-index:10;position:relative}
.cta_btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #fb8c094d}
.cta_btn.scnd{background:#fff;color:#FB8C09;border:2px solid #FB8C09}
.cta_btn.scnd:hover{background:#FB8C09;color:#fff;box-shadow:0 6px 14px #fb8c0940}
@media (min-width: 768px) {
.hd_cnt{flex-direction:row;justify-content:space-between}
.hd_txt{max-width:520px}
.hd_txt h1{font-size:56px}
.rd_ops{flex-direction:row;gap:32px}
}
@media (max-width: 767px) {
.pg_hd{padding:48px 20px 64px}
.hd_txt h1{font-size:36px}
.hd_txt p{font-size:16px}
.ct_inf,.fm_sc,.loc_sc,.hrs_sc{padding:48px 20px}
.fm_wr{padding:32px 24px}
.fm_wr h2,.loc_wr h2,.hrs_wr h2,.ct_inf h2{font-size:28px}
.inf_grd{grid-template-columns:1fr}
.cta_grp{flex-direction:column;align-items:stretch}
.cta_btn{justify-content:center}
}
.Domain-prog-title{background:linear-gradient(135deg,#FB8C09 0%,#15293F 100%);padding:80px 20px;position:relative;overflow:hidden}
.Domain-prog-title::before{content:'';position:absolute;width:400px;height:400px;background:#e3e3e31a;border-radius:50%;top:-100px;right:-100px}
.Domain-prog-title::after{content:'';position:absolute;width:300px;height:300px;background:#e3e3e314;border-radius:50%;bottom:-80px;left:-80px}
.prog_wrap{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;z-index:2}
.prog_txt_area{max-width:700px;text-align:center}
.prog_txt_area h1{color:#fff;font-size:48px;line-height:1.2;margin:0 0 30px;font-weight:700}
.prog_feature_list{list-style:none;padding:0;margin:0 0 35px;display:flex;flex-direction:column;gap:18px}
.prog_feature_list li{color:#fff;font-size:18px;line-height:1.6;display:flex;align-items:center;justify-content:center;gap:12px}
.prog_feature_list li::before{content:'✓';display:inline-block;width:28px;height:28px;background:#e3e3e333;border-radius:50%;text-align:center;line-height:28px;flex-shrink:0}
.prog_cta_btn{display:inline-block;background:#E3E3E3;color:#15293F;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:18px;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 12px #00000026}
.prog_cta_btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.prog_img_holder{max-width:600px;width:100%}
.prog_img_holder img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 24px #0003;filter:saturate(0.7)}
.content_program_block{padding:90px 20px;background:#fff}
.content_program_wrap{max-width:1140px;margin:0 auto}
.program_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.program_card{background:linear-gradient(180deg,#fff 0%,#E3E3E3 100%);padding:45px 35px;border-radius:20px;box-shadow:0 6px 20px #15293f14;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative}
.program_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FB8C09 0%,#15293F 100%);border-radius:20px 20px 0 0}
.program_card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #15293f26}
.card_icon_area{width:70px;height:70px;background:#FB8C09;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 25px}
.card_icon_area svg{width:36px;height:36px;fill:#fff}
.program_card h3{color:#15293F;font-size:24px;line-height:1.3;margin:0 0 18px;font-weight:700}
.program_card p{color:#15293F;font-size:16px;line-height:1.7;margin:0 0 22px}
.card_detail_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.card_detail_list li{color:#15293F;font-size:15px;line-height:1.5;padding-left:24px;position:relative}
.card_detail_list li::before{content:'';position:absolute;left:0;top:6px;width:12px;height:12px;background:#FB8C09;border-radius:3px;transform:rotate(45deg)}
.program_img_showcase{margin:60px 0 0}
.program_img_showcase img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 40px #15293f1f;filter:saturate(0.7)}
@media (max-width: 992px) {
.prog_txt_area h1{font-size:38px}
.program_grid{grid-template-columns:repeat(2,1fr);gap:30px}
.Domain-prog-title{padding:60px 20px}
.content_program_block{padding:70px 20px}
}
@media (max-width: 768px) {
.prog_txt_area h1{font-size:32px}
.prog_feature_list li{font-size:16px}
.prog_cta_btn{padding:14px 32px;font-size:16px}
.program_grid{grid-template-columns:1fr;gap:24px}
.program_card{padding:35px 28px}
.Domain-prog-title{padding:50px 20px}
.content_program_block{padding:60px 20px}
.program_img_showcase{margin:40px 0 0}
}
@media (max-width: 480px) {
.prog_txt_area h1{font-size:28px}
.prog_feature_list li{font-size:15px}
.program_card h3{font-size:22px}
.card_icon_area{width:60px;height:60px}
.card_icon_area svg{width:30px;height:30px}
}
.abt_top{position:relative;overflow:hidden;padding:80px 20px 100px;background:linear-gradient(145deg,#FB8C09 0%,#15293feb 48%,#E3E3E3 100%);animation:gradshift 12s ease-in-out infinite}
@keyframes gradshift {
0%,100%{background-position:0 50%}
50%{background-position:100% 50%}
}
.abt_top::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,#fb8c0926 0%,transparent 60%);pointer-events:none}
.abt_wrap1{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.abt_grid_main{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.txt_col{padding-right:20px}
.abt_title_main{font-size:52px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.15;text-shadow:2px 4px 8px #0000004d}
.theses_box{display:flex;flex-direction:column;gap:16px}
.thesis_item{background:#ffffff24;backdrop-filter:blur(8px);padding:18px 24px;border-radius:8px;border-left:4px solid #FB8C09;color:#fff;font-size:17px;line-height:1.6;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.thesis_item:hover{background:#ffffff38;transform:translateX(6px);box-shadow:0 6px 16px #0003}
.img_col{position:relative}
.film_img_wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #0006}
.film_img_wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,#00000014 0px,transparent 2px,transparent 4px,#00000014 6px);pointer-events:none;z-index:2;mix-blend-mode:overlay}
.film_img_wrap::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 30%,#fb8c0933 0%,transparent 50%);pointer-events:none;z-index:1}
.film_img_wrap img{display:block;width:100%;height:460px;object-fit:cover;filter:contrast(1.08) brightness(0.96)}
.story_section{padding:90px 20px;background:#fff}
.story_container{max-width:1140px;margin:0 auto}
.story_layout{display:flex;gap:70px;align-items:flex-start}
.story_left{flex:1;position:relative}
.story_badge{display:inline-block;background:linear-gradient(135deg,#FB8C09 0%,#ff9d2e 100%);color:#fff;font-size:13px;font-weight:600;padding:8px 18px;border-radius:20px;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #fb8c094d}
.story_h2{font-size:42px;font-weight:700;color:#15293F;margin:0 0 28px;line-height:1.2}
.story_h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FB8C09 0%,transparent 100%);margin-top:16px;border-radius:2px}
.story_text_box{display:flex;flex-direction:column;gap:20px}
.story_para{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0}
.story_right{flex:1}
.approach_grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.approach_card{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);border:2px solid #E3E3E3;border-radius:12px;padding:28px 24px;transition:all .4s cubic-bezier(0.34,1.56,0.64,1);position:relative;overflow:hidden}
.approach_card::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fb8c0914 0%,transparent 60%);transform:scale(0);transition:transform .5s ease}
.approach_card:hover::before{transform:scale(1)}
.approach_card:hover{transform:translateY(-6px);border-color:#FB8C09;box-shadow:0 12px 28px #fb8c092e}
.approach_icon_box{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#FB8C09 0%,#ff9d2e 100%);border-radius:10px;margin-bottom:16px;position:relative;z-index:1}
.approach_icon_box .material-icons{font-size:28px;color:#fff}
.approach_card_title{font-size:19px;font-weight:600;color:#15293F;margin:0 0 10px;position:relative;z-index:1}
.approach_card_text{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0;position:relative;z-index:1}
.timeline_visual{margin-top:50px;padding:40px;background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%);border-radius:16px;border:1px solid #E3E3E3}
.timeline_h3{font-size:28px;font-weight:700;color:#15293F;margin:0 0 36px;text-align:center}
.timeline_track{position:relative;padding-left:40px}
.timeline_track::before{content:'';position:absolute;left:11px;top:8px;bottom:8px;width:3px;background:linear-gradient(180deg,#FB8C09 0%,#15293F 100%);border-radius:2px}
.timeline_step{position:relative;padding-bottom:32px}
.timeline_step:last-child{padding-bottom:0}
.timeline_dot{position:absolute;left:-34px;top:4px;width:24px;height:24px;background:#fff;border:4px solid #FB8C09;border-radius:50%;box-shadow:0 0 0 4px #fb8c0933;z-index:2}
.timeline_year{display:inline-block;background:#15293F;color:#fff;font-size:13px;font-weight:600;padding:4px 12px;border-radius:4px;margin-bottom:8px}
.timeline_label{font-size:18px;font-weight:600;color:#15293F;margin:0 0 6px}
.timeline_desc{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.abt_grid_main{grid-template-columns:1fr;gap:50px}
.txt_col{padding-right:0}
.abt_title_main{font-size:44px}
.story_layout{flex-direction:column;gap:50px}
.approach_grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.abt_top{padding:60px 20px 70px}
.abt_title_main{font-size:36px}
.film_img_wrap img{height:340px}
.story_section{padding:70px 20px}
.story_h2{font-size:32px}
.timeline_visual{padding:30px 20px}
.timeline_h3{font-size:24px}
}
@media (max-width: 480px) {
.abt_title_main{font-size:28px}
.thesis_item{font-size:15px;padding:14px 18px}
.film_img_wrap img{height:280px}
.story_h2{font-size:26px}
.story_para{font-size:15px}
.approach_card{padding:22px 18px}
.timeline_track{padding-left:30px}
.timeline_dot{left:-28px;width:20px;height:20px}
}
.success_pg .scs_cnt{max-width:1140px;margin:0 auto;padding:0 20px}
.success_pg .hero_complete{min-height:82vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:80px 20px}
.success_pg .hero_complete::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#E3E3E3 0%,#FB8C09 45%,#15293F 100%);animation:gradient_shift 8s ease infinite;background-size:200% 200%;opacity:.92;z-index:1}
@keyframes gradient_shift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.success_pg .cmplt_wrapper{position:relative;z-index:2;text-align:center;max-width:680px}
.success_pg .icon_check_bx{width:120px;height:120px;margin:0 auto 42px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #15293f2e;animation:scale_bounce .6s ease-out}
@keyframes scale_bounce {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success_pg .icon_check_bx .material-icons{font-size:72px;color:#FB8C09}
.success_pg .hd_complete{font-size:44px;font-weight:700;color:#15293F;margin:0 0 28px;line-height:1.2;animation:fade_slide_up .8s ease-out .2s both}
@keyframes fade_slide_up {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.success_pg .txt_desc_success{font-size:19px;color:#15293F;line-height:1.7;margin:0 0 48px;animation:fade_slide_up .8s ease-out .4s both}
.success_pg .action_grp{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;animation:fade_slide_up .8s ease-out .6s both}
.success_pg .bt_primary_scs{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#FB8C09;color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 12px #fb8c094d}
.success_pg .bt_primary_scs:hover{background:#15293F;box-shadow:0 6px 20px #15293f66;transform:translateY(-2px)}
.success_pg .bt_primary_scs .material-icons{font-size:20px}
.success_pg .bt_secondary_scs{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fffffff2;color:#15293F;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1);border:2px solid #15293F}
.success_pg .bt_secondary_scs:hover{background:#15293F;color:#fff;transform:translateY(-2px)}
.success_pg .bt_secondary_scs .material-icons{font-size:20px}
.success_pg .info_addtnl{margin-top:64px;padding:32px;background:#ffffffe0;border-radius:16px;box-shadow:0 4px 16px #15293f1f;animation:fade_slide_up .8s ease-out .8s both}
.success_pg .info_addtnl .hd_next{font-size:22px;font-weight:700;color:#15293F;margin:0 0 20px}
.success_pg .list_steps{list-style:none;padding:0;margin:0;text-align:left}
.success_pg .list_steps li{display:flex;gap:14px;margin-bottom:16px;font-size:16px;color:#15293F;line-height:1.6}
.success_pg .list_steps li:last-child{margin-bottom:0}
.success_pg .list_steps .material-icons{color:#FB8C09;font-size:24px;flex-shrink:0}
@media (max-width: 768px) {
.success_pg .hero_complete{min-height:100vh;padding:60px 20px}
.success_pg .icon_check_bx{width:96px;height:96px;margin-bottom:32px}
.success_pg .icon_check_bx .material-icons{font-size:56px}
.success_pg .hd_complete{font-size:32px;margin-bottom:20px}
.success_pg .txt_desc_success{font-size:17px;margin-bottom:36px}
.success_pg .action_grp{flex-direction:column;gap:14px}
.success_pg .bt_primary_scs,.success_pg .bt_secondary_scs{width:100%;justify-content:center}
.success_pg .info_addtnl{margin-top:48px;padding:24px}
.success_pg .info_addtnl .hd_next{font-size:19px}
.success_pg .list_steps li{font-size:15px}
}
@media (max-width: 480px) {
.success_pg .hd_complete{font-size:28px}
.success_pg .txt_desc_success{font-size:16px}
.success_pg .bt_primary_scs,.success_pg .bt_secondary_scs{padding:14px 28px;font-size:16px}
}