*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:400;line-height:1.6;color:#2F4758;background:#F8F7F7}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0}
a{text-decoration:none;color:inherit;cursor:pointer}
img{max-width:100%;height:auto;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none}
.canvas{max-width:1280px;margin:0 auto;padding:0 24px}
header{background:linear-gradient(135deg,#2F4758 0%,#4190AA 100%);box-shadow:0 4px 12px #2f475826}
header .brand-row{padding:32px 0 24px;border-bottom:1px solid #f8f7f733}
header .brand-row .brand-content{text-align:center}
header .brand-row .company-title{font-size:56px;font-weight:700;color:#F8F7F7;letter-spacing:-.5px;margin-bottom:8px}
header .brand-row .tagline-text{font-size:18px;color:#f8f7f7d9;font-weight:400}
header .nav-row{padding:20px 0}
header .nav-row .foundation-bar{display:flex;align-items:center;justify-content:space-between;gap:48px}
header .nav-row .logo-holder{flex-shrink:0}
header .nav-row .logo-link{display:block;width:100px;height:100px;background:#f8f7f7f2;border-radius:50px;padding:16px;box-shadow:0 6px 18px #0000001f;transition:box-shadow .3s ease,background .3s ease}
header .nav-row .logo-link:hover{box-shadow:0 8px 24px #0000002e;background:#F8F7F7}
header .nav-row .site-logo{width:100%;height:100%;object-fit:contain}
header .nav-row .main-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
header .nav-row .nav-link{padding:14px 28px;background:#f8f7f71f;border:2px solid #f8f7f74d;border-radius:30px;color:#F8F7F7;font-size:16px;font-weight:400;transition:background .2s ease,border-color .2s ease}
header .nav-row .nav-link:hover{background:#f8f7f733;border-color:#f8f7f780}
footer{background:linear-gradient(180deg,#2F4758 0%,#254156 100%);color:#F8F7F7;padding:64px 0 24px;margin-top:80px}
footer .footer-layout{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}
footer .footer-col .footer-heading{font-size:24px;margin-bottom:16px;color:#F8F7F7}
footer .footer-col .footer-desc{font-size:15px;line-height:1.7;color:#f8f7f7cc}
footer .footer-col .footer-heading2{font-size:18px;margin-bottom:20px;color:#F8F7F7}
footer .footer-col .contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:15px;color:#f8f7f7d9}
footer .footer-col .contact-item i{font-size:18px;color:#4190AA;margin-top:2px}
footer .footer-col .footer-nav{display:flex;flex-direction:column;gap:12px}
footer .footer-col .footer-link{font-size:15px;color:#f8f7f7d9;transition:color .2s ease}
footer .footer-col .footer-link:hover{color:#4190AA}
footer .footer-bottom{padding-top:32px;border-top:1px solid #f8f7f726;text-align:center}
footer .footer-bottom .copyright-text{font-size:14px;color:#f8f7f7b3}
.consent-popup{position:fixed;top:24px;right:24px;width:420px;max-width:calc(100vw - 48px);background:#F8F7F7;border-radius:8px;box-shadow:0 12px 32px #2f475840;z-index:9999;transform:translateY(-120%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.consent-popup.show{transform:translateY(0)}
.consent-popup.hide{transform:translateY(-120%)}
.consent-popup .consent-inner{padding:28px}
.consent-popup .consent-title{font-size:20px;color:#2F4758;margin-bottom:12px}
.consent-popup .consent-desc{font-size:14px;color:#2F4758;line-height:1.6;margin-bottom:20px;opacity:.85}
.consent-popup .consent-options{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.consent-popup .consent-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#2F4758}
.consent-popup .consent-check{width:18px;height:18px;cursor:pointer;accent-color:#4190AA}
.consent-popup .consent-actions{display:flex;gap:12px}
.consent-popup .consent-btn{flex:1;padding:12px 20px;border-radius:6px;font-size:14px;font-weight:700;transition:all .2s ease}
.consent-popup .accept-btn{background:transparent;border:2px solid #4190AA;color:#4190AA}
.consent-popup .accept-btn:hover{background:#4190AA;color:#F8F7F7}
.consent-popup .decline-btn{background:transparent;border:2px solid #2F4758;color:#2F4758}
.consent-popup .decline-btn:hover{background:#2F4758;color:#F8F7F7}
@media (max-width: 1024px) {
header .brand-row .company-title{font-size:44px}
header .brand-row .tagline-text{font-size:16px}
header .nav-row .foundation-bar{flex-direction:column;gap:24px}
header .nav-row .main-nav{justify-content:center}
footer .footer-layout{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 640px) {
header .brand-row .company-title{font-size:36px}
header .brand-row .tagline-text{font-size:14px}
header .nav-row .logo-link{width:80px;height:80px;padding:12px}
header .nav-row .main-nav{flex-direction:column;width:100%}
header .nav-row .nav-link{width:100%;text-align:center}
.consent-popup{width:360px;top:16px;right:16px}
.consent-popup .consent-actions{flex-direction:column}
}
.policy-text{max-width:1280px;margin:0 auto;padding:80px 24px;background:#F8F7F7}
.policy-text h1{font-size:48px;font-weight:700;color:#2F4758;line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}
.policy-text h2{font-size:36px;font-weight:600;color:#2F4758;line-height:1.3;margin:56px 0 24px;letter-spacing:-.01em}
.policy-text h3{font-size:28px;font-weight:600;color:#4190AA;line-height:1.4;margin:40px 0 20px}
.policy-text h4{font-size:22px;font-weight:600;color:#4190AA;line-height:1.4;margin:32px 0 16px}
.policy-text h5{font-size:18px;font-weight:600;color:#2F4758;line-height:1.5;margin:24px 0 12px}
.policy-text h6{font-size:16px;font-weight:600;color:#2F4758;line-height:1.5;margin:20px 0 12px;text-transform:uppercase;letter-spacing:.05em}
.policy-text p{font-size:17px;line-height:1.75;color:#2F4758;margin:0 0 20px}
.policy-text ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.policy-text ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.policy-text li{font-size:17px;line-height:1.75;color:#2F4758;margin:0 0 12px;padding-left:8px}
.policy-text ul ul{margin:12px 0;list-style-type:circle}
.policy-text ol ol{margin:12px 0;list-style-type:lower-alpha}
.policy-text ul ol{margin:12px 0}
.policy-text ol ul{margin:12px 0}
.policy-text li li{margin:8px 0}
.policy-text strong{font-weight:700;color:#2F4758}
.policy-text b{font-weight:700;color:#2F4758}
.policy-text em{font-style:italic;color:#4190AA}
.policy-text i{font-style:italic;color:#4190AA}
.policy-text a{color:#4190AA;text-decoration:underline;transition:all .2s ease}
.policy-text a:hover{color:#2F4758;text-decoration:none}
.policy-text a:focus{outline:2px solid #4190AA;outline-offset:2px}
.policy-text div{margin:0 0 20px}
.policy-text div h1,.policy-text div h2,.policy-text div h3,.policy-text div h4,.policy-text div h5,.policy-text div h6{margin-top:0}
.policy-text h1 + p,.policy-text h2 + p,.policy-text h3 + p,.policy-text h4 + p,.policy-text h5 + p,.policy-text h6 + p{margin-top:0}
@media (max-width: 1024px) {
.policy-text{padding:60px 20px}
.policy-text h1{font-size:40px}
.policy-text h2{font-size:32px;margin:48px 0 20px}
.policy-text h3{font-size:24px;margin:36px 0 16px}
.policy-text h4{font-size:20px;margin:28px 0 14px}
.policy-text p,.policy-text li{font-size:16px}
}
@media (max-width: 640px) {
.policy-text{padding:40px 16px}
.policy-text h1{font-size:32px;margin:0 0 12px}
.policy-text h2{font-size:26px;margin:40px 0 16px}
.policy-text h3{font-size:22px;margin:32px 0 14px}
.policy-text h4{font-size:19px;margin:24px 0 12px}
.policy-text h5{font-size:17px}
.policy-text h6{font-size:15px}
.policy-text p,.policy-text li{font-size:15px;line-height:1.7}
.policy-text ul,.policy-text ol{padding-left:24px}
.policy-text li{padding-left:4px}
}
.hero-program{position:relative;background:linear-gradient(271deg,#2F4758 0%,#4190AA 50%,#F8F7F7 100%);padding:80px 20px;overflow:hidden}
.hero-program::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2f47584d 0%,#4190aa1a 100%);z-index:1}
.hero-program .prog-container{max-width:1280px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-program .prog-text-side h1{font-size:48px;line-height:1.2;color:#F8F7F7;margin:0 0 20px;font-weight:700}
.hero-program .prog-text-side p{font-size:18px;line-height:1.6;color:#F8F7F7;margin:0 0 30px}
.hero-program .visual-layer{position:relative;height:420px}
.hero-program .visual-layer img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 12px 24px #0000004d}
.hero-program .visual-layer::after{content:'';position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;background:linear-gradient(135deg,#4190AA 0%,#2F4758 100%);border-radius:8px;z-index:-1}
.hero-program .cta-primary{display:inline-block;padding:16px 40px;background:#4190AA;color:#F8F7F7;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #4190aa66;z-index:10;position:relative}
.hero-program .cta-primary:hover{background:#2F4758;transform:translateY(-2px);box-shadow:0 6px 16px #2f475880}
.structure-section{padding:100px 20px;background:#F8F7F7}
.structure-section .content-wrap{max-width:1280px;margin:0 auto}
.structure-section .header-intro{text-align:center;margin-bottom:60px}
.structure-section .header-intro h2{font-size:38px;color:#2F4758;margin:0 0 16px;font-weight:700}
.structure-section .header-intro p{font-size:18px;color:#2F4758;max-width:720px;margin:0 auto;line-height:1.6}
.structure-section .modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.structure-section .mod-card{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 12px #2f47581a;transition:all .3s ease;border-top:4px solid #4190AA}
.structure-section .mod-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2f475826}
.structure-section .mod-card h3{font-size:22px;color:#2F4758;margin:0 0 12px;font-weight:600}
.structure-section .mod-card .mod-duration{font-size:14px;color:#4190AA;margin-bottom:16px;font-weight:600}
.structure-section .mod-card p{font-size:16px;line-height:1.6;color:#2F4758;margin:0}
.flow-section{padding:90px 20px;background:linear-gradient(180deg,#2F4758 0%,#4190AA 100%);position:relative}
.flow-section .flow-container{max-width:1280px;margin:0 auto}
.flow-section .flow-title{text-align:center;margin-bottom:70px}
.flow-section .flow-title h2{font-size:38px;color:#F8F7F7;margin:0 0 16px;font-weight:700}
.flow-section .flow-title p{font-size:18px;color:#F8F7F7;margin:0}
.flow-section .timeline-wrap{position:relative;padding-left:80px}
.flow-section .timeline-wrap::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:#f8f7f74d}
.flow-section .phase-item{position:relative;margin-bottom:50px;padding-left:40px}
.flow-section .phase-item::before{content:'';position:absolute;left:-50px;top:8px;width:16px;height:16px;background:#4190AA;border:4px solid #F8F7F7;border-radius:50%;z-index:2}
.flow-section .phase-item h4{font-size:24px;color:#F8F7F7;margin:0 0 10px;font-weight:600}
.flow-section .phase-item .phase-meta{font-size:14px;color:#f8f7f7cc;margin-bottom:12px;font-weight:600}
.flow-section .phase-item p{font-size:16px;color:#F8F7F7;line-height:1.6;margin:0}
.enrichment-section{padding:90px 20px;background:#fff}
.enrichment-section .enrich-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}
.enrichment-section .info-column h2{font-size:38px;color:#2F4758;margin:0 0 30px;font-weight:700}
.enrichment-section .info-column p{font-size:17px;line-height:1.7;color:#2F4758;margin:0 0 24px}
.enrichment-section .bonus-list{list-style:none;padding:0;margin:40px 0 0}
.enrichment-section .bonus-list li{padding:18px 0 18px 40px;position:relative;font-size:17px;color:#2F4758;border-bottom:1px solid #2f47581a}
.enrichment-section .bonus-list li::before{content:'';position:absolute;left:0;top:24px;width:24px;height:24px;background:linear-gradient(135deg,#4190AA 0%,#2F4758 100%);border-radius:50%}
.enrichment-section .bonus-list li::after{content:'✓';position:absolute;left:6px;top:21px;color:#F8F7F7;font-size:14px;font-weight:700}
.enrichment-section .visual-column{position:relative}
.enrichment-section .visual-column img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #2f475833}
.enrichment-section .visual-column::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:3px solid #4190AA;border-radius:8px;z-index:-1}
@media (max-width: 1024px) {
.hero-program .prog-container{grid-template-columns:1fr;gap:40px}
.hero-program .prog-text-side h1{font-size:36px}
.hero-program .visual-layer{height:350px}
.structure-section .modules-grid{grid-template-columns:repeat(2,1fr)}
.enrichment-section .enrich-container{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 640px) {
.hero-program{padding:50px 20px}
.hero-program .prog-text-side h1{font-size:28px}
.hero-program .prog-text-side p{font-size:16px}
.hero-program .visual-layer{height:280px}
.structure-section{padding:60px 20px}
.structure-section .header-intro h2{font-size:28px}
.structure-section .modules-grid{grid-template-columns:1fr}
.flow-section{padding:60px 20px}
.flow-section .flow-title h2{font-size:28px}
.flow-section .timeline-wrap{padding-left:40px}
.flow-section .phase-item{padding-left:20px}
.enrichment-section{padding:60px 20px}
.enrichment-section .info-column h2{font-size:28px}
.enrichment-section .visual-column img{height:320px}
}
.hero-angled{position:relative;background:linear-gradient(135deg,#2F4758 0%,#4190AA 65%,#F8F7F7 100%);padding:110px 20px 90px;overflow:hidden}
.hero-angled::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:url(./graphics_directory/old_sidebar_1_5.jpg) center/cover no-repeat;clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);opacity:.85}
.hero-content-wrap{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.hero-angled h1{font-size:52px;color:#F8F7F7;font-weight:700;margin:0 0 18px;max-width:620px;line-height:1.2}
.hero-angled h1 span{color:#4190AA;position:relative}
.hero-angled h1 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#F8F7F7}
.hero-angled p{font-size:18px;color:#F8F7F7;max-width:560px;line-height:1.6;margin:0}
.article-grid{max-width:1280px;margin:0 auto;padding:85px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.news-item{background:#F8F7F7;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #2f475814;transition:transform 0.3s,box-shadow .3s}
.news-item:hover{transform:translateY(-6px);box-shadow:0 12px 24px #2f475826}
.news-item img{width:100%;height:220px;object-fit:cover}
.news-content{padding:28px}
.news-meta{display:flex;align-items:center;gap:15px;margin-bottom:16px}
.news-date{font-size:13px;color:#4190AA;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.news-category{font-size:12px;color:#2F4758;background:#4190aa1f;padding:4px 10px;border-radius:4px}
.news-content h3{font-size:22px;color:#2F4758;margin:0 0 12px;line-height:1.3}
.news-content p{font-size:15px;color:#2F4758;line-height:1.6;margin:0 0 20px}
.read-link{display:inline-flex;align-items:center;gap:8px;color:#4190AA;font-size:14px;font-weight:600;text-decoration:none;transition:gap .3s}
.read-link:hover{gap:12px}
.read-link i{font-size:16px}
.feature-dual{background:linear-gradient(180deg,#F8F7F7 0%,#4190aa14 100%);padding:90px 20px}
.feature-dual-container{max-width:1280px;margin:0 auto;display:flex;gap:60px;align-items:center}
.feature-visual{flex:1;position:relative}
.feature-visual img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #2f47581f}
.feature-visual::before{content:'';position:absolute;top:-15px;left:-15px;width:100%;height:100%;border:3px solid #4190AA;border-radius:10px;z-index:-1}
.feature-text-area{flex:1}
.feature-text-area h2{font-size:38px;color:#2F4758;margin:0 0 22px;line-height:1.25}
.feature-text-area h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#4190AA 0%,#2F4758 100%);margin-bottom:18px}
.feature-text-area p{font-size:16px;color:#2F4758;line-height:1.7;margin:0 0 16px}
.feature-points{list-style:none;padding:0;margin:30px 0 0}
.feature-points li{font-size:15px;color:#2F4758;padding:12px 0 12px 35px;position:relative;line-height:1.6}
.feature-points li::before{content:'\eb7a';font-family:'remixicon';position:absolute;left:0;top:12px;color:#4190AA;font-size:20px}
.timeline-wrap{max-width:1280px;margin:0 auto;padding:85px 20px}
.timeline-header{text-align:center;margin-bottom:65px}
.timeline-header h2{font-size:42px;color:#2F4758;margin:0 0 16px}
.timeline-header h2 span{background:linear-gradient(90deg,#4190AA 0%,#2F4758 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.timeline-header p{font-size:17px;color:#2F4758;max-width:680px;margin:0 auto;line-height:1.6}
.timeline-structure{position:relative;padding-left:50px}
.timeline-structure::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#4190AA 0%,#2F4758 100%)}
.timeline-entry{position:relative;padding-bottom:50px}
.timeline-entry::before{content:'';position:absolute;left:-40px;top:8px;width:20px;height:20px;background:#4190AA;border:4px solid #F8F7F7;border-radius:50%;box-shadow:0 0 0 3px #4190aa33}
.timeline-entry:hover::before{background:#2F4758;box-shadow:0 0 0 6px #2f475826}
.timeline-date{font-size:14px;color:#4190AA;font-weight:700;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}
.timeline-entry h4{font-size:24px;color:#2F4758;margin:0 0 12px}
.timeline-entry p{font-size:15px;color:#2F4758;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.hero-angled h1{font-size:42px}
.hero-angled::before{width:40%}
.article-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.feature-dual-container{flex-direction:column;gap:40px}
.feature-text-area h2{font-size:32px}
.timeline-header h2{font-size:36px}
}
@media (max-width: 640px) {
.hero-angled{padding:80px 20px 70px}
.hero-angled::before{width:100%;height:50%;clip-path:polygon(0 0,100% 0,100% 100%,0 85%);opacity:.3}
.hero-angled h1{font-size:32px;max-width:100%}
.hero-angled p{font-size:16px}
.article-grid{grid-template-columns:1fr;padding:60px 20px}
.news-item img{height:200px}
.feature-visual img{height:320px}
.feature-visual::before{top:-10px;left:-10px}
.feature-text-area h2{font-size:28px}
.timeline-header h2{font-size:30px}
.timeline-structure{padding-left:35px}
.timeline-entry h4{font-size:20px}
}
.intro-frame{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;max-width:1280px;margin:0 auto;padding:84px 24px 72px;align-items:center}
.intro-frame .text-stage{display:flex;flex-direction:column;gap:22px}
.intro-frame .text-stage h1{font-size:2.8rem;line-height:1.15;color:#2F4758;margin:0;font-weight:700}
.intro-frame .text-stage .desc-layer{font-size:1.1rem;line-height:1.65;color:#4190AA;margin:0}
.intro-frame .img-canvas{position:relative}
.intro-frame .img-canvas img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #2f475826}
.intro-frame .img-canvas::before{content:'';position:absolute;top:-18px;right:-18px;width:100%;height:100%;background:linear-gradient(135deg,#4190AA 0%,#2F4758 100%);border-radius:8px;z-index:-1;opacity:.2}
.feedback-surface{background:linear-gradient(271deg,#2F4758 0%,#4190AA 50%,#F8F7F7 100%);padding:92px 24px;margin:64px 0}
.feedback-surface .inner-box{max-width:1280px;margin:0 auto}
.feedback-surface .title-bar h2{font-size:2.4rem;color:#F8F7F7;text-align:center;margin:0 0 18px;font-weight:700}
.feedback-surface .title-bar .subtitle83{font-size:1.05rem;color:#F8F7F7;text-align:center;opacity:.92;max-width:720px;margin:0 auto 58px;line-height:1.6}
.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.channel-grid .option-card{background:#F8F7F7;padding:38px 28px;border-radius:9px;box-shadow:0 4px 16px #0000001a;transition:transform 0.28s,box-shadow .28s;position:relative}
.channel-grid .option-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000002e}
.channel-grid .option-card .icon-holder{width:56px;height:56px;background:linear-gradient(135deg,#4190AA 0%,#2F4758 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.channel-grid .option-card .icon-holder i{font-size:1.8rem;color:#F8F7F7}
.channel-grid .option-card h3{font-size:1.4rem;color:#2F4758;margin:0 0 12px;font-weight:600}
.channel-grid .option-card .info-text{font-size:.95rem;color:#2F4758;line-height:1.6;margin:0;opacity:.85}
.mechanics-panel{max-width:1280px;margin:0 auto;padding:78px 24px}
.mechanics-panel .head-section{text-align:left;margin-bottom:52px}
.mechanics-panel .head-section h2{font-size:2.35rem;color:#2F4758;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.mechanics-panel .head-section h2::after{content:'';position:absolute;bottom:-8px;left:0;width:84px;height:4px;background:#4190AA}
.mechanics-panel .head-section .lead-text{font-size:1.05rem;color:#2F4758;opacity:.8;max-width:680px;line-height:1.65;margin:22px 0 0}
.methodology-stack{display:flex;flex-direction:column;gap:0}
.methodology-stack .method-row{display:grid;grid-template-columns:380px 1fr;gap:48px;padding:44px 0;border-bottom:2px solid #4190aa26;align-items:center}
.methodology-stack .method-row:last-child{border-bottom:none}
.methodology-stack .method-row .image-side img{width:100%;height:280px;object-fit:cover;border-radius:7px;box-shadow:0 6px 18px #2f47581f}
.methodology-stack .method-row .content-side h3{font-size:1.65rem;color:#2F4758;margin:0 0 18px;font-weight:600}
.methodology-stack .method-row .content-side .detail-box{font-size:1rem;color:#2F4758;line-height:1.7;margin:0 0 24px;opacity:.82}
.methodology-stack .method-row .content-side .feature-tags{display:flex;flex-wrap:wrap;gap:10px}
.methodology-stack .method-row .content-side .feature-tags .tag-item{padding:8px 18px;background:linear-gradient(90deg,#4190AA 0%,#2F4758 100%);color:#F8F7F7;border-radius:24px;font-size:.88rem;font-weight:500}
input[type="radio"].method-selector{display:none}
input[type="radio"].method-selector:checked + .method-row{background:#f8f7f799;padding-left:24px;padding-right:24px;border-radius:8px}
input[type="radio"].method-selector:checked + .method-row .image-side img{box-shadow:0 10px 32px #4190aa40}
.explore-link{display:inline-flex;align-items:center;gap:8px;margin-top:48px;padding:14px 32px;background:#4190AA;color:#F8F7F7;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:background 0.3s,transform .2s}
.explore-link:hover{background:#2F4758;transform:scale(1.04)}
.explore-link i{font-size:1.2rem}
@media (max-width: 1024px) {
.intro-frame{grid-template-columns:1fr;gap:38px;padding:64px 20px 58px}
.intro-frame .text-stage h1{font-size:2.3rem}
.intro-frame .img-canvas img{height:360px}
.channel-grid{grid-template-columns:1fr;gap:24px}
.methodology-stack .method-row{grid-template-columns:1fr;gap:28px}
.methodology-stack .method-row .image-side img{height:240px}
}
@media (max-width: 640px) {
.intro-frame .text-stage h1{font-size:1.95rem}
.intro-frame .text-stage .desc-layer{font-size:1rem}
.intro-frame .img-canvas img{height:280px}
.feedback-surface{padding:68px 20px}
.feedback-surface .title-bar h2{font-size:1.9rem}
.mechanics-panel{padding:58px 20px}
.mechanics-panel .head-section h2{font-size:1.85rem}
.methodology-stack .method-row{padding:32px 0}
.methodology-stack .method-row .image-side img{height:220px}
.methodology-stack .method-row .content-side h3{font-size:1.4rem}
.explore-link{width:100%;justify-content:center}
}
.title-hero{position:relative;width:100%;max-width:1280px;margin:0 auto 80px;overflow:hidden;border-radius:8px}
.title-hero .hero-img-wrap{position:relative;width:100%;height:420px;overflow:hidden}
.title-hero .hero-img-wrap img{width:100%;height:100%;object-fit:cover;opacity:.28;filter:grayscale(20%) contrast(1.1)}
.title-hero .hero-txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:90%;max-width:800px;z-index:3}
.title-hero .hero-txt h1{font-size:3.2rem;line-height:1.2;color:#2F4758;margin-bottom:16px;font-weight:700}
.title-hero .hero-txt .subtitle-line{font-size:1.3rem;line-height:1.5;color:#4190AA;margin:0}
.title-hero .corner-dot{position:absolute;width:12px;height:12px;border:3px dotted #4190AA;border-radius:50%;z-index:4}
.title-hero .corner-dot.dot1{top:24px;left:24px}
.title-hero .corner-dot.dot2{top:24px;right:24px}
.title-hero .corner-dot.dot3{bottom:24px;left:24px}
.title-hero .corner-dot.dot4{bottom:24px;right:24px}
.reach-out-section{width:100%;max-width:1280px;margin:0 auto 100px;padding:0 20px}
.reach-out-section .intro-statement{max-width:700px;margin:0 auto 60px;text-align:center}
.reach-out-section .intro-statement h2{font-size:2.4rem;line-height:1.3;color:#2F4758;margin-bottom:18px}
.reach-out-section .intro-statement p{font-size:1.1rem;line-height:1.7;color:#2F4758;opacity:.82}
.reach-out-section .dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.reach-out-section .info-side h3{font-size:1.8rem;line-height:1.4;color:#2F4758;margin-bottom:28px}
.reach-out-section .info-side .detail-row{display:flex;align-items:start;margin-bottom:24px}
.reach-out-section .info-side .detail-row i{font-size:1.5rem;color:#4190AA;margin-right:16px;margin-top:4px}
.reach-out-section .info-side .detail-row .text-part{flex:1}
.reach-out-section .info-side .detail-row .text-part .label{font-size:.9rem;color:#2F4758;opacity:.7;margin-bottom:4px;display:block}
.reach-out-section .info-side .detail-row .text-part .value{font-size:1.1rem;color:#2F4758;font-weight:500}
.reach-out-section .info-side .detail-row .text-part a{color:#4190AA;text-decoration:none;transition:color .3s ease}
.reach-out-section .info-side .detail-row .text-part a:hover{color:#2F4758}
.reach-out-section .form-side{background:linear-gradient(135deg,#F8F7F7 0%,#fff 100%);padding:40px;border-radius:8px;box-shadow:0 4px 18px #2f475814}
.reach-out-section .form-side h3{font-size:1.8rem;line-height:1.4;color:#2F4758;margin-bottom:32px}
.reach-out-section .form-side .input-group{margin-bottom:24px}
.reach-out-section .form-side .input-group label{display:block;font-size:.95rem;color:#2F4758;margin-bottom:8px;font-weight:500}
.reach-out-section .form-side .input-group input,.reach-out-section .form-side .input-group select{width:100%;padding:14px 16px;border:2px solid #F8F7F7;border-radius:6px;font-size:1rem;color:#2F4758;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}
.reach-out-section .form-side .input-group input:focus,.reach-out-section .form-side .input-group select:focus{outline:none;border-color:#4190AA;box-shadow:0 0 0 3px #4190aa1a}
.reach-out-section .form-side .input-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234190AA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.reach-out-section .form-side .privacy-wrap{margin-bottom:28px}
.reach-out-section .form-side .privacy-wrap input[type="checkbox"]{width:auto;margin-right:8px;vertical-align:middle}
.reach-out-section .form-side .privacy-wrap label{display:inline;font-size:.9rem;color:#2F4758;opacity:.8;font-weight:400}
.reach-out-section .form-side .privacy-wrap a{color:#4190AA;text-decoration:none}
.reach-out-section .form-side .privacy-wrap a:hover{text-decoration:underline}
.reach-out-section .form-side .submit-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#4190AA 0%,#2F4758 100%);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;z-index:10;position:relative}
.reach-out-section .form-side .submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4190aa4d}
.reach-out-section .form-side .submit-btn:active{transform:translateY(0)}
.extra-info-section{width:100%;background:linear-gradient(180deg,#F8F7F7 0%,#fff 100%);padding:80px 20px}
.extra-info-section .container-wrap{max-width:1280px;margin:0 auto}
.extra-info-section .grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.extra-info-section .info-card{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 12px #2f47580f;position:relative;overflow:hidden}
.extra-info-section .info-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#4190AA 0%,#2F4758 100%)}
.extra-info-section .info-card .card-icon{font-size:2.2rem;color:#4190AA;margin-bottom:20px}
.extra-info-section .info-card h4{font-size:1.4rem;line-height:1.3;color:#2F4758;margin-bottom:14px}
.extra-info-section .info-card p{font-size:1rem;line-height:1.6;color:#2F4758;opacity:.78}
@media (max-width: 1024px) {
.title-hero .hero-txt h1{font-size:2.6rem}
.title-hero .hero-txt .subtitle-line{font-size:1.15rem}
.reach-out-section .dual-layout{grid-template-columns:1fr;gap:50px}
.extra-info-section .grid-layout{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 640px) {
.title-hero .hero-img-wrap{height:320px}
.title-hero .hero-txt h1{font-size:2rem}
.title-hero .hero-txt .subtitle-line{font-size:1rem}
.title-hero .corner-dot{width:10px;height:10px;border-width:2px}
.title-hero .corner-dot.dot1,.title-hero .corner-dot.dot2{top:16px}
.title-hero .corner-dot.dot3,.title-hero .corner-dot.dot4{bottom:16px}
.title-hero .corner-dot.dot1,.title-hero .corner-dot.dot3{left:16px}
.title-hero .corner-dot.dot2,.title-hero .corner-dot.dot4{right:16px}
.reach-out-section .intro-statement h2{font-size:1.9rem}
.reach-out-section .form-side{padding:28px 20px}
.reach-out-section .form-side h3,.reach-out-section .info-side h3{font-size:1.5rem}
.extra-info-section{padding:60px 20px}
}
.confirm-stage{background:linear-gradient(135deg,#F8F7F7 0%,#4190AA 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.confirm-stage::before{content:'';position:absolute;top:-15%;right:-8%;width:420px;height:420px;background:linear-gradient(271deg,#2F4758 0%,#4190AA 100%);border-radius:50%;opacity:.09}
.confirm-stage::after{content:'';position:absolute;bottom:-20%;left:-12%;width:380px;height:380px;background:#2F4758;border-radius:6px;transform:rotate(45deg);opacity:.06}
.msg-wrapper{max-width:720px;width:100%;margin:0 auto;position:relative;z-index:2}
.icon-area{text-align:center;margin-bottom:32px}
.check-badge{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;background:linear-gradient(271deg,#4190AA 0%,#2F4758 100%);border-radius:50%;box-shadow:0 8px 24px #2f475833;animation:badge-pulse 2s ease-in-out infinite}
.check-badge i{color:#F8F7F7;font-size:48px}
@keyframes badge-pulse {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #2f475833}
50%{transform:scale(1.05);box-shadow:0 12px 32px #2f47584d}
}
.text-space{text-align:center;background:#f8f7f7f0;padding:48px 36px;border-radius:8px;box-shadow:0 4px 16px #2f47581f}
.text-space .primary-msg{font-size:36px;font-weight:700;color:#2F4758;margin:0 0 18px;line-height:1.3}
.text-space .secondary-msg{font-size:18px;color:#2F4758;margin:0 0 28px;line-height:1.6;opacity:.82}
.text-space .details-chunk{font-size:16px;color:#2F4758;margin:0 0 36px;line-height:1.7;opacity:.75;max-width:540px;margin-left:auto;margin-right:auto}
.actions-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.actions-row .solid-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(271deg,#2F4758 0%,#4190AA 100%);color:#F8F7F7;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 3px 12px #2f47582e}
.actions-row .solid-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2f475847}
.actions-row .outline-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:transparent;color:#2F4758;text-decoration:none;border:2px solid #4190AA;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease}
.actions-row .outline-btn:hover{background:#4190AA;color:#F8F7F7;transform:translateY(-2px)}
.extra-section{padding:80px 20px;background:#F8F7F7}
.extra-section .limited-box{max-width:1280px;margin:0 auto}
.grid-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.feature-tile{background:#ffffffb3;border:2px solid transparent;padding:32px 24px;border-radius:8px;transition:all .35s ease;position:relative;overflow:hidden}
.feature-tile::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2F4758 0%,#4190AA 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.feature-tile:hover::before{transform:scaleX(1)}
.feature-tile:hover{border-color:#4190AA;transform:translateY(-4px);box-shadow:0 8px 24px #4190aa29}
.feature-tile .tile-icon{font-size:42px;color:#4190AA;margin-bottom:18px;display:block}
.feature-tile .tile-heading{font-size:20px;font-weight:700;color:#2F4758;margin:0 0 12px}
.feature-tile .tile-text{font-size:15px;color:#2F4758;margin:0;line-height:1.6;opacity:.78}
@media (max-width: 640px) {
.confirm-stage{min-height:auto;padding:60px 20px}
.check-badge{width:80px;height:80px}
.check-badge i{font-size:40px}
.text-space{padding:36px 24px}
.text-space .primary-msg{font-size:28px}
.text-space .secondary-msg{font-size:16px}
.actions-row{flex-direction:column;align-items:stretch}
.actions-row .solid-btn,.actions-row .outline-btn{width:100%;justify-content:center}
.extra-section{padding:60px 20px}
.grid-display{grid-template-columns:1fr}
}
@media (min-width: 641px) and (max-width: 1024px) {
.confirm-stage{padding:60px 30px}
.text-space{padding:42px 32px}
.grid-display{grid-template-columns:repeat(2,1fr)}
}