html,body,h1,h2,h3,h4,h5,h6,p,ul,li,a,button,input,textarea,select{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Serif',serif;font-size:16px;line-height:1.6;color:#26152D;background:#FEFDFD;scroll-behavior:smooth}
.site-header{background:linear-gradient(127deg,#26152D 0%,#3a2540 100%);padding:30px 0;box-shadow:0 4px 12px #26152d26}
.site-header .header-outer{max-width:1600px;margin:0 auto;padding:0 20px}
.site-header .header-inner{display:flex;flex-direction:column;gap:40px}
.site-header .brand-zone{display:flex;justify-content:space-between;align-items:center;gap:30px}
.site-header .logo-container{flex-shrink:0}
.site-header .site-logo{height:110px;width:110px;display:block;background:#fdffaf1a;padding:12px;border-radius:8px;box-shadow:0 2px 8px #0003}
.site-header .brand-descriptor{flex:1;text-align:right}
.site-header .tagline-txt{color:#FDFFAF;font-size:18px;font-weight:500;line-height:1.4}
.site-header .nav-zone{display:flex;justify-content:space-between;align-items:center;gap:30px}
.site-header .main-nav{flex:1}
.site-header .nav-list{list-style:none;display:flex;gap:35px;align-items:center}
.site-header .nav-item{position:relative}
.site-header .nav-link{color:#FEFDFD;text-decoration:none;font-size:16px;font-weight:500;padding:8px 12px;display:block;transition:color .3s ease}
.site-header .nav-link:hover{color:#FDFFAF}
.site-header .nav-item.has-dropdown .dropdown-panel{position:absolute;top:100%;left:0;background:#26152D;padding:12px 0;min-width:200px;box-shadow:0 6px 16px #00000040;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:100;margin-top:8px;border-radius:6px}
.site-header .nav-item.has-dropdown:hover .dropdown-panel{opacity:1;visibility:visible}
.site-header .sub-list{list-style:none}
.site-header .sub-link{color:#FEFDFD;text-decoration:none;padding:10px 20px;display:block;font-size:15px;transition:background .3s ease}
.site-header .sub-link:hover{background:#fdffaf1a;color:#FDFFAF}
.site-header .cta-zone{flex-shrink:0}
.site-header .cta-btn{background:linear-gradient(145deg,#FDFFAF 0%,#f5f7a0 100%);color:#26152D;padding:12px 28px;text-decoration:none;font-weight:700;font-size:16px;border-radius:8px;display:inline-block;box-shadow:0 4px 10px #fdffaf4d;transition:transform .2s ease,box-shadow .2s ease}
.site-header .cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px #fdffaf66}
.site-footer{background:#26152D;color:#FEFDFD;padding:50px 0 30px;margin-top:80px}
.site-footer .footer-wrapper{max-width:1600px;margin:0 auto;padding:0 20px}
.site-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.site-footer .footer-heading{color:#FDFFAF;font-size:18px;font-weight:700;margin-bottom:16px}
.site-footer .footer-address{font-style:normal;line-height:1.8;color:#FEFDFD}
.site-footer .contact-detail{margin-bottom:12px;display:flex;align-items:center;gap:10px}
.site-footer .contact-detail .typcn{font-size:20px;color:#FDFFAF}
.site-footer .footer-link{color:#FEFDFD;text-decoration:none;transition:color .3s ease}
.site-footer .footer-link:hover{color:#FDFFAF}
.site-footer .footer-list{list-style:none}
.site-footer .footer-item{margin-bottom:10px}
.site-footer .footer-base{border-top:1px solid #fefdfd33;padding-top:25px;text-align:center}
.site-footer .copyright-txt{color:#fefdfdb3;font-size:14px}
.consent-popup{position:fixed;left:20px;top:50%;transform:translateY(-50%) translateX(-400px);width:340px;background:#FEFDFD;border-radius:10px;box-shadow:0 8px 24px #26152d4d;z-index:9999;transition:transform .4s ease}
.consent-popup.is-visible{transform:translateY(-50%) translateX(0)}
.consent-popup .consent-inner{padding:28px}
.consent-popup .consent-heading{color:#26152D;font-size:20px;font-weight:700;margin-bottom:12px}
.consent-popup .consent-description{color:#26152D;font-size:14px;line-height:1.6;margin-bottom:20px}
.consent-popup .consent-categories{margin-bottom:24px}
.consent-popup .category-block{margin-bottom:16px;padding:12px;background:#26152d0a;border-radius:6px}
.consent-popup .category-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500}
.consent-popup .category-radio{width:18px;height:18px;cursor:pointer}
.consent-popup .category-name{color:#26152D;font-size:15px}
.consent-popup .category-info{color:#26152db3;font-size:13px;margin-top:6px;margin-left:28px}
.consent-popup .consent-actions{display:flex;gap:12px}
.consent-popup .consent-btn{flex:1;padding:12px 20px;border:2px solid #26152D;background:transparent;color:#26152D;font-family:'Noto Serif',serif;font-size:15px;font-weight:700;border-radius:8px;cursor:pointer;transition:background .3s ease,color .3s ease}
.consent-popup .consent-btn:hover{background:#26152D;color:#FEFDFD}
.consent-popup .accept-btn{border-color:#FDFFAF;color:#26152D}
.consent-popup .accept-btn:hover{background:#FDFFAF;color:#26152D}
@media (max-width: 1024px) {
.site-header .brand-zone{flex-direction:column;align-items:flex-start}
.site-header .brand-descriptor{text-align:left}
.site-header .nav-zone{flex-direction:column;align-items:stretch}
.site-header .nav-list{flex-wrap:wrap;gap:20px}
.site-header .cta-btn{width:100%;text-align:center}
}
@media (max-width: 768px) {
.site-header{padding:20px 0}
.site-header .header-inner{gap:25px}
.site-header .site-logo{height:80px;width:80px}
.site-header .tagline-txt{font-size:16px}
.site-header .nav-list{flex-direction:column;gap:12px;align-items:stretch}
.site-header .nav-link{padding:10px 16px;background:#fefdfd1a;border-radius:6px}
.site-footer .footer-content{grid-template-columns:1fr;gap:30px}
.consent-popup{left:10px;right:10px;width:auto;transform:translateY(-50%) translateX(0) scale(0.8);opacity:0}
.consent-popup.is-visible{transform:translateY(-50%) translateX(0) scale(1);opacity:1}
}
@media (max-width: 480px) {
.site-header .site-logo{height:70px;width:70px}
.consent-popup .consent-inner{padding:20px}
.consent-popup .consent-actions{flex-direction:column}
}
.info-pu-doc{max-width:1600px;margin:0 auto;padding:80px 40px;background:linear-gradient(158deg,#FEFDFD 0%,#FDFFAF 100%)}
.info-pu-doc h1{font-size:48px;line-height:1.2;color:#26152D;margin:0 0 40px;font-weight:700;letter-spacing:-.5px}
.info-pu-doc h2{font-size:36px;line-height:1.3;color:#26152D;margin:60px 0 24px;font-weight:600;letter-spacing:-.3px}
.info-pu-doc h3{font-size:28px;line-height:1.4;color:#26152D;margin:48px 0 20px;font-weight:600}
.info-pu-doc h4{font-size:22px;line-height:1.4;color:#26152D;margin:36px 0 16px;font-weight:600}
.info-pu-doc h5{font-size:18px;line-height:1.5;color:#26152D;margin:28px 0 14px;font-weight:600}
.info-pu-doc h6{font-size:16px;line-height:1.5;color:#26152D;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.info-pu-doc p{font-size:17px;line-height:1.8;color:#26152D;margin:0 0 20px;max-width:820px}
.info-pu-doc ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.info-pu-doc ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.info-pu-doc ul li{font-size:17px;line-height:1.8;color:#26152D;margin:0 0 12px;padding-left:8px}
.info-pu-doc ol li{font-size:17px;line-height:1.8;color:#26152D;margin:0 0 12px;padding-left:8px}
.info-pu-doc ul ul{margin:12px 0;padding-left:28px;list-style-type:circle}
.info-pu-doc ol ol{margin:12px 0;padding-left:28px;list-style-type:lower-alpha}
.info-pu-doc em{font-style:italic;color:#26152D}
.info-pu-doc i{font-style:italic;color:#26152D}
.info-pu-doc table{width:100%;max-width:1200px;margin:40px 0;border-collapse:collapse;background:#FEFDFD;box-shadow:0 4px 12px #26152d14}
.info-pu-doc thead{background:#26152D}
.info-pu-doc thead tr{border-bottom:2px solid #26152D}
.info-pu-doc thead th{font-size:16px;font-weight:600;color:#FDFFAF;text-align:left;padding:18px 20px;letter-spacing:.3px}
.info-pu-doc tbody{background:#FEFDFD}
.info-pu-doc tbody tr{border-bottom:1px solid #26152d1a}
.info-pu-doc tbody tr:last-child{border-bottom:none}
.info-pu-doc tbody tr:nth-child(even){background:#fdffaf14}
.info-pu-doc tbody td{font-size:16px;line-height:1.6;color:#26152D;padding:16px 20px}
.info-pu-doc th{font-weight:600}
.info-pu-doc td{font-weight:400}
.info-pu-doc hr{border:none;height:2px;background:linear-gradient(90deg,#26152D 0%,#FDFFAF 50%,#26152D 100%);margin:60px 0;opacity:.3}
.info-pu-doc div{margin:0}
@media (max-width: 1200px) {
.info-pu-doc{padding:60px 32px}
.info-pu-doc h1{font-size:40px}
.info-pu-doc h2{font-size:32px}
.info-pu-doc h3{font-size:24px}
}
@media (max-width: 768px) {
.info-pu-doc{padding:48px 24px}
.info-pu-doc h1{font-size:34px;margin-bottom:32px}
.info-pu-doc h2{font-size:28px;margin-top:48px;margin-bottom:20px}
.info-pu-doc h3{font-size:22px;margin-top:36px}
.info-pu-doc h4{font-size:20px}
.info-pu-doc p{font-size:16px}
.info-pu-doc ul li{font-size:16px}
.info-pu-doc ol li{font-size:16px}
.info-pu-doc table{display:block;overflow-x:auto;margin:32px 0}
.info-pu-doc thead th{font-size:15px;padding:14px 16px}
.info-pu-doc tbody td{font-size:15px;padding:12px 16px}
}
@media (max-width: 480px) {
.info-pu-doc{padding:40px 20px}
.info-pu-doc h1{font-size:28px}
.info-pu-doc h2{font-size:24px}
.info-pu-doc h3{font-size:20px}
.info-pu-doc ul{padding-left:24px}
.info-pu-doc ol{padding-left:24px}
.info-pu-doc thead th{padding:12px 14px;font-size:14px}
.info-pu-doc tbody td{padding:10px 14px;font-size:14px}
}
.title-header-division{position:relative;background:linear-gradient(127deg,#26152D 0%,#4a3250 100%);padding:140px 20px 120px;overflow:hidden}
.title-header-division::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:linear-gradient(217deg,#FDFFAF 0%,#fdffaf4d 100%);border-radius:45% 55% 60% 40%;opacity:.15;animation:float-shape 20s ease-in-out infinite}
.title-header-division::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#fdffaf33 0%,transparent 70%);opacity:.2}
@keyframes float-shape {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-30px,40px) rotate(15deg)}
}
.title-header-division .header-container{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.title-header-division .header-text-content h1{font-size:56px;line-height:1.15;color:#FEFDFD;margin:0 0 32px;font-weight:700}
.title-header-division .header-text-content .intro-theses{font-size:19px;line-height:1.7;color:#fefdfde6;margin:0}
.title-header-division .header-visual-element{position:relative}
.title-header-division .header-visual-element img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 16px 48px #00000059;position:relative;z-index:1}
.title-header-division .header-visual-element::before{content:'';position:absolute;inset:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/></filter><rect width="400" height="400" filter="url(%23noise)" opacity="0.08"/></svg>');pointer-events:none;z-index:2;border-radius:8px}
.program-structure-outer{background:#FEFDFD;padding:110px 20px}
.program-structure-outer .structure-container{max-width:1400px;margin:0 auto}
.program-structure-outer .structure-intro{text-align:center;max-width:820px;margin:0 auto 70px}
.program-structure-outer .structure-intro h2{font-size:42px;line-height:1.25;color:#26152D;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.program-structure-outer .structure-intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#FDFFAF 0%,#26152D 100%)}
.program-structure-outer .structure-intro p{font-size:18px;line-height:1.65;color:#26152dcc;margin:28px 0 0}
.program-structure-outer .modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px}
.program-structure-outer .module-card{background:linear-gradient(135deg,#FEFDFD 0%,#f8f7f8 100%);border:2px solid #26152d1a;border-radius:8px;padding:36px 32px;position:relative;transition:all .3s ease}
.program-structure-outer .module-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #26152d26;border-color:#fdffaf99}
.program-structure-outer .module-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#FDFFAF 0%,#26152D 100%);border-radius:8px 0 0 8px}
.program-structure-outer .module-card h3{font-size:24px;line-height:1.3;color:#26152D;margin:0 0 16px;font-weight:600}
.program-structure-outer .module-card .module-duration{font-size:14px;color:#26152d99;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}
.program-structure-outer .module-card p{font-size:16px;line-height:1.7;color:#26152dbf;margin:0}
.learning-approach-section{background:linear-gradient(223deg,#26152D 0%,#3d2745 50%,#26152D 100%);padding:95px 20px;position:relative;overflow:hidden}
.learning-approach-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="2" cy="2" r="1" fill="#fdffaf26"/></svg>');opacity:.4}
.learning-approach-section .approach-wrapper{max-width:1600px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:row;gap:100px;align-items:center}
.learning-approach-section .approach-text-block{flex:1}
.learning-approach-section .approach-text-block h2{font-size:44px;line-height:1.2;color:#FEFDFD;margin:0 0 28px;font-weight:700}
.learning-approach-section .approach-text-block p{font-size:17px;line-height:1.75;color:#fefdfdd9;margin:0 0 22px}
.learning-approach-section .approach-text-block p:last-child{margin-bottom:0}
.learning-approach-section .approach-features{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.learning-approach-section .feature-item{background:#fefdfd14;border:1px solid #fdffaf33;border-radius:6px;padding:28px 24px;transition:all .3s ease}
.learning-approach-section .feature-item:hover{background:#fefdfd1f;border-color:#fdffaf66}
.learning-approach-section .feature-item h4{font-size:19px;line-height:1.3;color:#FDFFAF;margin:0 0 12px;font-weight:600}
.learning-approach-section .feature-item p{font-size:15px;line-height:1.65;color:#fefdfdbf;margin:0}
.timeline-progression-division{background:#FEFDFD;padding:100px 20px}
.timeline-progression-division .timeline-inner{max-width:1200px;margin:0 auto}
.timeline-progression-division .timeline-header{margin-bottom:60px}
.timeline-progression-division .timeline-header h2{font-size:40px;line-height:1.25;color:#26152D;margin:0 0 18px;font-weight:700}
.timeline-progression-division .timeline-header p{font-size:18px;line-height:1.65;color:#26152dbf;margin:0;max-width:700px}
.timeline-progression-division .timeline-track{position:relative;padding-left:60px}
.timeline-progression-division .timeline-track::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FDFFAF 0%,#26152D 100%)}
.timeline-progression-division .timeline-step{position:relative;margin-bottom:48px;padding-bottom:32px}
.timeline-progression-division .timeline-step::before{content:'';position:absolute;left:-51px;top:6px;width:22px;height:22px;background:#FDFFAF;border:4px solid #26152D;border-radius:50%;box-shadow:0 4px 12px #26152d33}
.timeline-progression-division .timeline-step h3{font-size:22px;line-height:1.3;color:#26152D;margin:0 0 8px;font-weight:600}
.timeline-progression-division .timeline-step .step-week{font-size:14px;color:#26152d80;margin:0 0 14px;text-transform:uppercase;letter-spacing:.8px}
.timeline-progression-division .timeline-step p{font-size:16px;line-height:1.7;color:#26152dbf;margin:0}
.enrollment-action-outer{background:linear-gradient(135deg,#FEFDFD 0%,#f4f3f4 100%);padding:90px 20px;border-top:3px solid #26152d1a}
.enrollment-action-outer .enrollment-container{max-width:1000px;margin:0 auto;text-align:center}
.enrollment-action-outer h2{font-size:38px;line-height:1.3;color:#26152D;margin:0 0 20px;font-weight:700}
.enrollment-action-outer .enrollment-details{font-size:17px;line-height:1.7;color:#26152dbf;margin:0 0 42px;max-width:750px;margin-left:auto;margin-right:auto}
.enrollment-action-outer .enrollment-stats{display:flex;flex-direction:row;justify-content:center;gap:50px;margin-bottom:44px}
.enrollment-action-outer .stat-box{text-align:center}
.enrollment-action-outer .stat-box .stat-value{font-size:48px;line-height:1;color:#26152D;font-weight:700;margin:0 0 8px}
.enrollment-action-outer .stat-box .stat-label{font-size:15px;line-height:1.4;color:#26152da6;margin:0}
.enrollment-action-outer .cta-button-primary{display:inline-block;background:linear-gradient(135deg,#26152D 0%,#3d2745 100%);color:#FEFDFD;font-size:18px;font-weight:600;padding:18px 56px;border-radius:6px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #26152d40;position:relative;z-index:10}
.enrollment-action-outer .cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #26152d59;background:linear-gradient(135deg,#3d2745 0%,#26152D 100%)}
@media (max-width: 1024px) {
.title-header-division .header-container{grid-template-columns:1fr;gap:50px}
.title-header-division .header-text-content h1{font-size:44px}
.learning-approach-section .approach-wrapper{flex-direction:column;gap:60px}
.learning-approach-section .approach-features{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.title-header-division{padding:100px 20px 80px}
.title-header-division .header-text-content h1{font-size:36px}
.title-header-division .header-text-content .intro-theses{font-size:17px}
.program-structure-outer .modules-grid{grid-template-columns:1fr}
.program-structure-outer .structure-intro h2{font-size:34px}
.learning-approach-section .approach-text-block h2{font-size:34px}
.timeline-progression-division .timeline-header h2{font-size:32px}
.enrollment-action-outer .enrollment-stats{flex-direction:column;gap:30px}
.enrollment-action-outer h2{font-size:32px}
}
@media (max-width: 480px) {
.title-header-division .header-text-content h1{font-size:30px}
.program-structure-outer{padding:80px 20px}
.learning-approach-section{padding:70px 20px}
.timeline-progression-division{padding:70px 20px}
.enrollment-action-outer{padding:70px 20px}
.enrollment-action-outer .cta-button-primary{padding:16px 40px;font-size:16px}
}
.title-outer{position:relative;width:100%;height:86vh;overflow:hidden;background:linear-gradient(142deg,#26152D 0%,#3a2845 100%)}
.title-outer .backdrop-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.28;filter:sepia(0.15) hue-rotate(8deg)}
.title-outer .content-layer{position:relative;z-index:2;max-width:1600px;margin:0 auto;padding:0 40px;height:100%;display:flex;flex-direction:column;justify-content:center}
.title-outer .primary-headline{font-size:4.2rem;font-weight:700;color:#FEFDFD;line-height:1.15;margin:0 0 48px;max-width:820px;text-shadow:0 4px 18px #26152d99}
.title-outer .action-btn{display:inline-flex;align-items:center;padding:18px 42px;background:linear-gradient(128deg,#FDFFAF 0%,#f4f59a 100%);color:#26152D;font-size:1.15rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .28s ease;box-shadow:0 6px 22px #fdffaf59;text-decoration:none}
.title-outer .action-btn:hover{transform:translateY(-3px);box-shadow:0 10px 32px #fdffaf80;background:linear-gradient(128deg,#f4f59a 0%,#FDFFAF 100%)}
.title-outer .graphic-accent{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#fdffaf2e 0%,transparent 70%);top:15%;right:12%;pointer-events:none;animation:float-motion 6s ease-in-out infinite}
@keyframes float-motion {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-22px)}
}
.title-outer .accent-shape{position:absolute;bottom:18%;left:8%;width:140px;height:140px;background:linear-gradient(225deg,#FDFFAF 0%,#fdffaf1a 100%);transform:rotate(45deg);opacity:.22;pointer-events:none}
.help-section-wrapper{padding:92px 40px;background:#FEFDFD}
.help-section-wrapper .division-inner{max-width:1600px;margin:0 auto}
.help-section-wrapper .section-label{font-size:2.8rem;font-weight:700;color:#26152D;margin:0 0 56px;text-align:center;position:relative}
.help-section-wrapper .section-label::after{content:'';display:block;width:88px;height:5px;background:linear-gradient(90deg,#FDFFAF 0%,#26152D 100%);margin:18px auto 0;border-radius:10px}
.help-section-wrapper .channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.help-section-wrapper .channel-box{background:#fff;border:2px solid #e8e4eb;border-radius:10px;padding:38px 32px;transition:all .32s ease;position:relative;overflow:hidden}
.help-section-wrapper .channel-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#26152D 0%,#FDFFAF 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.help-section-wrapper .channel-box:hover::before{transform:scaleX(1)}
.help-section-wrapper .channel-box:hover{transform:translateY(-6px);box-shadow:0 12px 28px #26152d24;border-color:#FDFFAF}
.help-section-wrapper .channel-box .icon-holder{font-size:2.4rem;color:#26152D;margin-bottom:22px}
.help-section-wrapper .channel-box .channel-title{font-size:1.4rem;font-weight:700;color:#26152D;margin:0 0 14px}
.help-section-wrapper .channel-box .channel-desc{font-size:1.02rem;color:#5a4f63;line-height:1.7;margin:0}
.platform-foundation{padding:88px 40px;background:linear-gradient(175deg,#f9f7fa 0%,#FEFDFD 100%);position:relative}
.platform-foundation .corporate-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}
.platform-foundation .text-division{padding-right:28px}
.platform-foundation .foundation-heading{font-size:2.6rem;font-weight:700;color:#26152D;margin:0 0 32px;line-height:1.3}
.platform-foundation .foundation-heading::before{content:'';display:inline-block;width:6px;height:42px;background:linear-gradient(180deg,#FDFFAF 0%,#26152D 100%);margin-right:16px;border-radius:6px;vertical-align:middle}
.platform-foundation .description-text{font-size:1.08rem;color:#4a3f52;line-height:1.85;margin:0 0 26px}
.platform-foundation .principles-list{list-style:none;padding:0;margin:32px 0 0}
.platform-foundation .principles-list li{padding:16px 0 16px 42px;position:relative;font-size:1.06rem;color:#3d3343;line-height:1.6;border-bottom:1px solid #e8e4eb}
.platform-foundation .principles-list li:last-child{border-bottom:none}
.platform-foundation .principles-list li::before{content:'✓';position:absolute;left:0;top:16px;width:28px;height:28px;background:linear-gradient(135deg,#FDFFAF 0%,#e8e99a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#26152D;font-size:.9rem}
.platform-foundation .visual-division img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 14px 38px #26152d29}
.challenges-resolution{padding:96px 40px;background:#26152D;position:relative;overflow:hidden}
.challenges-resolution::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fdffaf14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.challenges-resolution .division-container{max-width:1600px;margin:0 auto;position:relative;z-index:2}
.challenges-resolution .top-header{font-size:2.7rem;font-weight:700;color:#FEFDFD;margin:0 0 64px;text-align:center}
.challenges-resolution .comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.challenges-resolution .problem-column{background:#fefdfd0d;border:2px solid #fdffaf33;border-radius:10px;padding:42px 36px}
.challenges-resolution .column-tag{display:inline-block;padding:8px 18px;background:#fdffaf26;color:#FDFFAF;font-size:.92rem;font-weight:600;border-radius:6px;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px}
.challenges-resolution .column-heading{font-size:1.7rem;font-weight:700;color:#FEFDFD;margin:0 0 28px}
.challenges-resolution .issue-list{list-style:none;padding:0;margin:0}
.challenges-resolution .issue-list li{padding:18px 0 18px 38px;position:relative;color:#d4d2d6;line-height:1.7;font-size:1.04rem;border-bottom:1px solid #fdffaf1a}
.challenges-resolution .issue-list li:last-child{border-bottom:none}
.challenges-resolution .problem-column:first-child .issue-list li::before{content:'✗';position:absolute;left:0;top:18px;width:24px;height:24px;background:#ff646433;color:#ff6464;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}
.challenges-resolution .problem-column:last-child{background:#fdffaf14;border-color:#fdffaf59}
.challenges-resolution .problem-column:last-child .column-tag{background:#FDFFAF;color:#26152D}
.challenges-resolution .problem-column:last-child .issue-list li::before{content:'✓';position:absolute;left:0;top:18px;width:24px;height:24px;background:#fdffaf40;color:#FDFFAF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}
.contact-strip{background:linear-gradient(95deg,#FDFFAF 0%,#e8e99a 100%);padding:68px 40px}
.contact-strip .strip-inner{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:48px}
.contact-strip .call-to-text{flex:1}
.contact-strip .call-to-text h2{font-size:2.3rem;font-weight:700;color:#26152D;margin:0 0 16px}
.contact-strip .call-to-text p{font-size:1.1rem;color:#3d3343;margin:0;line-height:1.6}
.contact-strip .cta-button{display:inline-flex;align-items:center;padding:18px 42px;background:#26152D;color:#FEFDFD;font-size:1.12rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 6px 20px #26152d4d}
.contact-strip .cta-button:hover{transform:translateY(-4px);box-shadow:0 10px 30px #26152d73;background:#1f1024}
@media (max-width: 1200px) {
.title-outer .primary-headline{font-size:3.4rem}
.help-section-wrapper .channels-grid{grid-template-columns:repeat(2,1fr)}
.platform-foundation .corporate-inner{grid-template-columns:1fr;gap:48px}
.platform-foundation .text-division{padding-right:0}
}
@media (max-width: 768px) {
.title-outer{height:72vh}
.title-outer .primary-headline{font-size:2.6rem;margin-bottom:32px}
.title-outer .action-btn{padding:16px 36px;font-size:1.05rem}
.title-outer .graphic-accent{width:180px;height:180px;right:5%}
.title-outer .accent-shape{width:100px;height:100px}
.help-section-wrapper{padding:68px 24px}
.help-section-wrapper .section-label{font-size:2.2rem;margin-bottom:42px}
.help-section-wrapper .channels-grid{grid-template-columns:1fr;gap:28px}
.platform-foundation{padding:68px 24px}
.platform-foundation .foundation-heading{font-size:2rem}
.platform-foundation .visual-division img{height:380px}
.challenges-resolution{padding:68px 24px}
.challenges-resolution .top-header{font-size:2.1rem;margin-bottom:48px}
.challenges-resolution .comparison-grid{grid-template-columns:1fr;gap:32px}
.contact-strip{padding:52px 24px}
.contact-strip .strip-inner{flex-direction:column;text-align:center;gap:32px}
.contact-strip .call-to-text h2{font-size:1.9rem}
}
@media (max-width: 480px) {
.title-outer .primary-headline{font-size:2rem}
.help-section-wrapper .channel-box{padding:28px 24px}
.platform-foundation .foundation-heading{font-size:1.7rem}
.challenges-resolution .column-heading{font-size:1.4rem}
.contact-strip .call-to-text h2{font-size:1.6rem}
}
.contact-outer-v2{background:linear-gradient(157deg,#26152D 0%,#3a2642 40%,#26152D 100%);position:relative;overflow:hidden;padding:0}
.contact-outer-v2::before{content:'';position:absolute;width:420px;height:420px;background:#FDFFAF;opacity:.08;border-radius:50%;top:-180px;right:-120px}
.contact-outer-v2::after{content:'';position:absolute;width:280px;height:280px;background:#FDFFAF;opacity:.06;border-radius:50%;bottom:-100px;left:-80px}
.hero-contact-inner{max-width:1600px;margin:0 auto;padding:90px 24px 100px;position:relative;z-index:2}
.hero-contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.hero-contact-text h1{font-size:3.2rem;color:#FEFDFD;margin:0 0 26px;line-height:1.15;font-weight:700}
.hero-contact-text .intro-description{font-size:1.15rem;color:#FEFDFD;line-height:1.7;opacity:.92;margin:0}
.hero-image-container{position:relative;aspect-ratio:1.4/1;overflow:hidden;border-radius:8px}
.hero-image-container::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#FDFFAF 0%,transparent 70%);opacity:.3;z-index:1;mix-blend-mode:overlay}
.hero-image-container img{width:100%;height:100%;object-fit:cover;display:block}
.contact-methods-outer{background:#FEFDFD;padding:80px 24px}
.contact-methods-inner{max-width:1600px;margin:0 auto}
.contact-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.contact-method-card{background:linear-gradient(160deg,#26152D 0%,#3a2642 100%);padding:44px 32px;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}
.contact-method-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #26152d2e}
.contact-method-card .typcn{font-size:3rem;color:#FDFFAF;display:block;margin:0 0 20px}
.contact-method-card h3{font-size:1.4rem;color:#FEFDFD;margin:0 0 14px;font-weight:600}
.contact-method-card p{font-size:1rem;color:#FEFDFD;margin:0 0 8px;opacity:.88;line-height:1.6}
.contact-method-card a{color:#FDFFAF;text-decoration:none;font-weight:500;transition:opacity .2s ease}
.contact-method-card a:hover{opacity:.8}
.form-section-outer{background:linear-gradient(180deg,#FEFDFD 0%,#f5f5f5 100%);padding:90px 24px}
.form-section-inner{max-width:1100px;margin:0 auto}
.form-section-inner h2{font-size:2.4rem;color:#26152D;margin:0 0 16px;text-align:center;font-weight:700}
.form-section-inner .form-subtitle{font-size:1.1rem;color:#26152D;opacity:.75;text-align:center;margin:0 0 50px;line-height:1.6}
.tech-form-wrapper{background:#FEFDFD;padding:50px 46px;border-radius:8px;box-shadow:0 8px 24px #26152d1a}
.tech-form-wrapper form{display:flex;flex-direction:column;gap:28px}
.form-group-tech{display:flex;flex-direction:column}
.form-group-tech label{font-size:.95rem;color:#26152D;font-weight:600;margin-bottom:10px;display:block}
.form-group-tech input,.form-group-tech select{padding:16px 18px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;color:#26152D;background:#FEFDFD;transition:border-color .3s ease,box-shadow .3s ease}
.form-group-tech input:focus,.form-group-tech select:focus{outline:none;border-color:#FDFFAF;box-shadow:0 0 0 4px #fdffaf33}
.form-group-tech select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%2326152D' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px}
.privacy-checkbox-tech{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacy-checkbox-tech input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#FDFFAF}
.privacy-checkbox-tech label{font-size:.9rem;color:#26152D;opacity:.8;line-height:1.6;margin:0;font-weight:400}
.privacy-checkbox-tech a{color:#26152D;text-decoration:underline;font-weight:600}
.submit-btn-tech{background:linear-gradient(135deg,#26152D 0%,#3a2642 100%);color:#FDFFAF;padding:18px 36px;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;align-self:flex-start;z-index:10;position:relative}
.submit-btn-tech:hover{transform:scale(1.03);box-shadow:0 8px 20px #26152d40}
.submit-btn-tech:active{transform:scale(0.98)}
.location-info-outer{background:#26152D;padding:70px 24px}
.location-info-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.location-text-content h2{font-size:2.2rem;color:#FEFDFD;margin:0 0 20px;font-weight:700}
.location-text-content p{font-size:1.05rem;color:#FEFDFD;opacity:.9;line-height:1.7;margin:0 0 16px}
.location-text-content .address-block{background:#fdffaf1a;padding:24px;border-radius:6px;border-left:4px solid #FDFFAF;margin-top:28px}
.location-text-content .address-block p{margin:0;font-size:1rem;opacity:1}
.location-visual-container{position:relative}
.location-visual-container::before{content:'';position:absolute;inset:0;background:linear-gradient(45deg,#FDFFAF 0%,transparent 100%);opacity:.15;border-radius:8px;z-index:1}
.location-visual-placeholder{background:linear-gradient(135deg,#3a2642 0%,#26152D 100%);aspect-ratio:1.5/1;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative}
.location-visual-placeholder .typcn{font-size:5rem;color:#FDFFAF;opacity:.5}
.cta-bottom-outer{background:linear-gradient(135deg,#FDFFAF 0%,#f0f2b5 100%);padding:80px 24px}
.cta-bottom-inner{max-width:1200px;margin:0 auto;text-align:center}
.cta-bottom-inner h2{font-size:2.4rem;color:#26152D;margin:0 0 20px;font-weight:700}
.cta-bottom-inner p{font-size:1.1rem;color:#26152D;opacity:.85;margin:0 0 36px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}
.cta-btn-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-btn-primary{background:#26152D;color:#FDFFAF;padding:16px 34px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-block;transition:transform .2s ease,box-shadow .3s ease;z-index:10;position:relative}
.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 24px #26152d33}
.cta-btn-secondary{background:transparent;color:#26152D;padding:16px 34px;border:2px solid #26152D;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-block;transition:background .2s ease,color .2s ease;z-index:10;position:relative}
.cta-btn-secondary:hover{background:#26152D;color:#FDFFAF}
@media (max-width: 1024px) {
.hero-contact-layout{grid-template-columns:1fr;gap:40px}
.contact-grid-v2{grid-template-columns:1fr;gap:24px}
.location-info-inner{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.hero-contact-inner{padding:60px 20px 70px}
.hero-contact-text h1{font-size:2.2rem;margin-bottom:20px}
.hero-contact-text .intro-description{font-size:1rem}
.contact-methods-outer{padding:60px 20px}
.form-section-outer{padding:60px 20px}
.form-section-inner h2{font-size:2rem}
.tech-form-wrapper{padding:36px 24px}
.location-info-outer{padding:60px 20px}
.location-text-content h2{font-size:1.9rem}
.cta-bottom-outer{padding:60px 20px}
.cta-bottom-inner h2{font-size:2rem}
.cta-btn-container{flex-direction:column;align-items:stretch}
.cta-btn-primary,.cta-btn-secondary{text-align:center}
}
.prime-title-outer{position:relative;overflow:hidden;background:linear-gradient(128deg,#26152D 0%,#3a2540 45%,#26152D 100%);padding:92px 0 88px}
.prime-title-outer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 15% 25%,#fdffaf14 0%,transparent 50%),radial-gradient(circle at 85% 70%,#fdffaf0f 0%,transparent 45%);animation:particle-drift 18s ease-in-out infinite;pointer-events:none}
@keyframes particle-drift {
0%,100%{transform:translate(0,0);opacity:.6}
50%{transform:translate(15px,-12px);opacity:.9}
}
.prime-title-inner{max-width:1600px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:68px}
.prime-content-segment{flex:1;min-width:0}
.prime-content-segment h1{font-size:3.2rem;font-weight:700;color:#FEFDFD;margin:0 0 18px;line-height:1.15}
.prime-tagline-text{font-size:1.15rem;color:#fefdfdd1;margin:0 0 32px;line-height:1.6}
.prime-action-row{display:flex;gap:16px;flex-wrap:wrap}
.prime-action-btn{padding:14px 32px;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;position:relative;z-index:10}
.prime-action-btn.is-primary{background:linear-gradient(135deg,#FDFFAF 0%,#f5f78a 100%);color:#26152D;box-shadow:0 4px 12px #fdffaf40}
.prime-action-btn.is-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fdffaf59}
.prime-action-btn.is-secondary{background:transparent;color:#FDFFAF;border:2px solid #FDFFAF}
.prime-action-btn.is-secondary:hover{background:#fdffaf1f;transform:translateY(-2px)}
.prime-visual-segment{flex:0 0 420px;position:relative}
.prime-visual-frame{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 12px 32px #00000059}
.prime-visual-frame img{width:100%;height:380px;object-fit:cover;display:block}
.prime-visual-frame::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 48px #00000026;pointer-events:none}
.story-division-outer{background:linear-gradient(175deg,#FEFDFD 0%,#f8f8f8 100%);padding:86px 0}
.story-division-inner{max-width:1600px;margin:0 auto;padding:0 24px}
.story-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.story-text-column h2{font-size:2.4rem;font-weight:700;color:#26152D;margin:0 0 24px;line-height:1.25;position:relative;padding-left:22px}
.story-text-column h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:42px;background:linear-gradient(180deg,#FDFFAF 0%,#e8ea85 100%);border-radius:3px}
.story-narrative-block{font-size:1.05rem;line-height:1.75;color:#3d3d3d;margin:0 0 22px}
.story-narrative-block:last-child{margin-bottom:0}
.story-visual-column{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.story-image-card{border-radius:8px;overflow:hidden;box-shadow:0 6px 18px #26152d1f;transition:transform .3s ease,box-shadow .3s ease}
.story-image-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #26152d2e}
.story-image-card img{width:100%;height:240px;object-fit:cover;display:block}
.story-image-card.is-tall{grid-row:span 2}
.story-image-card.is-tall img{height:504px}
.principles-division-outer{background:#26152D;padding:94px 0;position:relative;overflow:hidden}
.principles-division-outer::before{content:'';position:absolute;top:0;right:0;width:580px;height:580px;background:radial-gradient(circle,#fdffaf17 0%,transparent 70%);pointer-events:none}
.principles-division-inner{max-width:1600px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.principles-header-segment{text-align:center;margin-bottom:62px}
.principles-header-segment h2{font-size:2.6rem;font-weight:700;color:#FEFDFD;margin:0 0 16px;line-height:1.2}
.principles-subtitle{font-size:1.12rem;color:#fefdfdbf;margin:0;line-height:1.6}
.principles-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.principle-card-item{background:linear-gradient(145deg,#fefdfd14 0%,#fefdfd0a 100%);padding:38px 28px;border-radius:10px;border:1px solid #fefdfd1f;transition:all .35s ease;position:relative}
.principle-card-item:hover{background:linear-gradient(145deg,#fefdfd1f 0%,#fefdfd0f 100%);border-color:#fdffaf4d;transform:translateY(-6px);box-shadow:0 12px 32px #00000040}
.principle-icon-holder{width:62px;height:62px;background:linear-gradient(135deg,#FDFFAF 0%,#f0f28c 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.principle-icon-holder .typcn{font-size:32px;color:#26152D}
.principle-card-item h3{font-size:1.35rem;font-weight:700;color:#FEFDFD;margin:0 0 14px;line-height:1.3}
.principle-description{font-size:.98rem;line-height:1.7;color:#fefdfdc7;margin:0}
@media (max-width: 1024px) {
.prime-title-inner{flex-direction:column;gap:48px}
.prime-visual-segment{flex:0 0 auto;width:100%;max-width:520px}
.story-grid-layout{grid-template-columns:1fr;gap:52px}
.principles-cards-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.prime-title-outer{padding:68px 0 64px}
.prime-content-segment h1{font-size:2.4rem}
.prime-tagline-text{font-size:1.05rem}
.prime-visual-frame img{height:320px}
.story-division-outer{padding:64px 0}
.story-text-column h2{font-size:2rem}
.story-visual-column{grid-template-columns:1fr}
.story-image-card.is-tall{grid-row:span 1}
.story-image-card.is-tall img{height:240px}
.principles-division-outer{padding:72px 0}
.principles-header-segment h2{font-size:2.1rem}
.principles-cards-grid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.prime-content-segment h1{font-size:2rem}
.prime-action-row{flex-direction:column;width:100%}
.prime-action-btn{width:100%;text-align:center}
.story-text-column h2{font-size:1.75rem}
.principles-header-segment h2{font-size:1.85rem}
}
.tech-req-hero{background:linear-gradient(158deg,#26152D 0%,#3a2240 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.tech-req-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fdffaf14 0%,transparent 70%);border-radius:50%}
.tech-req-hero .hero-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.tech-req-hero .headline-area h1{font-size:58px;line-height:1.15;color:#FEFDFD;margin:0 0 24px;font-weight:700}
.tech-req-hero .headline-area p{font-size:19px;line-height:1.65;color:#fefdfdd9;margin:0}
.tech-req-hero .visual-area{position:relative}
.tech-req-hero .visual-area img{width:100%;height:460px;object-fit:cover;border-radius:8px;box-shadow:0 16px 48px #00000059;transform:translateY(0);transition:transform .6s ease-out}
.tech-req-hero .visual-area::after{content:'';position:absolute;bottom:-20px;left:40px;right:-40px;height:180px;background:linear-gradient(125deg,#FDFFAF 0%,transparent 60%);opacity:.12;border-radius:8px;z-index:-1}
.tech-setup-overview{padding:90px 20px;background:#FEFDFD}
.tech-setup-overview .content-wrap{max-width:1600px;margin:0 auto}
.tech-setup-overview .section-intro{max-width:740px;margin:0 0 70px}
.tech-setup-overview .section-intro h2{font-size:42px;line-height:1.25;color:#26152D;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.tech-setup-overview .section-intro h2::after{content:'';position:absolute;bottom:-8px;left:0;width:85px;height:4px;background:linear-gradient(90deg,#FDFFAF 0%,transparent 100%)}
.tech-setup-overview .section-intro p{font-size:17px;line-height:1.7;color:#26152D;margin:28px 0 0}
.tech-setup-overview .requirements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.tech-setup-overview .requirement-card{background:#FEFDFD;border:2px solid #26152d1a;border-radius:8px;padding:36px 30px;transition:all .3s ease;position:relative}
.tech-setup-overview .requirement-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#26152D 0%,#FDFFAF 100%);opacity:0;transition:opacity .3s ease;border-radius:6px 6px 0 0}
.tech-setup-overview .requirement-card:hover{border-color:#26152d40;box-shadow:0 8px 24px #26152d1f;transform:translateY(-4px)}
.tech-setup-overview .requirement-card:hover::before{opacity:1}
.tech-setup-overview .requirement-card h3{font-size:24px;line-height:1.3;color:#26152D;margin:0 0 18px;font-weight:600}
.tech-setup-overview .requirement-card .spec-list{list-style:none;padding:0;margin:0}
.tech-setup-overview .requirement-card .spec-list li{font-size:16px;line-height:1.6;color:#26152D;margin:0 0 12px;padding-left:26px;position:relative}
.tech-setup-overview .requirement-card .spec-list li::before{content:'';position:absolute;left:0;top:8px;width:14px;height:2px;background:#FDFFAF}
.tech-setup-overview .requirement-card .spec-list li:last-child{margin-bottom:0}
.compatibility-section{padding:100px 20px;background:linear-gradient(215deg,#26152D 0%,#1a0f1f 100%);position:relative}
.compatibility-section::before{content:'';position:absolute;top:20%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#fdffaf0f 0%,transparent 65%);border-radius:50%}
.compatibility-section .compat-container{max-width:1600px;margin:0 auto;position:relative;z-index:2}
.compatibility-section .dual-layout{display:flex;gap:80px;align-items:flex-start}
.compatibility-section .image-column{flex:0 0 45%}
.compatibility-section .image-column img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 20px 60px #0006}
.compatibility-section .content-column{flex:1}
.compatibility-section .content-column h2{font-size:46px;line-height:1.2;color:#FEFDFD;margin:0 0 32px;font-weight:700}
.compatibility-section .compat-tabs{display:flex;gap:0;margin:0 0 36px;border-bottom:2px solid #fefdfd26}
.compatibility-section .compat-tabs input[type="radio"]{display:none}
.compatibility-section .compat-tabs label{padding:14px 32px;font-size:17px;color:#fefdfd99;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;margin-bottom:-2px;font-weight:500}
.compatibility-section .compat-tabs input[type="radio"]:checked + label{color:#FDFFAF;border-bottom-color:#FDFFAF}
.compatibility-section .tab-content-area{position:relative}
.compatibility-section .tab-panel{display:none}
.compatibility-section #tab-browsers:checked ~ .tab-content-area .panel-browsers,.compatibility-section #tab-devices:checked ~ .tab-content-area .panel-devices,.compatibility-section #tab-connectivity:checked ~ .tab-content-area .panel-connectivity{display:block}
.compatibility-section .feature-group{margin:0 0 28px}
.compatibility-section .feature-group h4{font-size:20px;color:#FDFFAF;margin:0 0 16px;font-weight:600}
.compatibility-section .feature-group ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.compatibility-section .feature-group ul li{font-size:16px;line-height:1.5;color:#fefdfdd9;padding-left:28px;position:relative}
.compatibility-section .feature-group ul li::before{content:'';position:absolute;left:0;top:6px;width:16px;height:16px;border:2px solid #FDFFAF;border-radius:50%;background:transparent}
.compatibility-section .feature-group ul li::after{content:'';position:absolute;left:5px;top:11px;width:6px;height:6px;background:#FDFFAF;border-radius:50%}
.compatibility-section .notice-box{background:#fdffaf14;border-left:4px solid #FDFFAF;padding:20px 24px;margin:32px 0 0;border-radius:0 6px 6px 0}
.compatibility-section .notice-box p{font-size:15px;line-height:1.65;color:#fefdfde6;margin:0}
@media (max-width: 1200px) {
.tech-req-hero .hero-inner{gap:50px}
.tech-req-hero .headline-area h1{font-size:48px}
.tech-setup-overview .requirements-grid{grid-template-columns:repeat(2,1fr)}
.compatibility-section .dual-layout{gap:60px}
}
@media (max-width: 960px) {
.tech-req-hero{padding:80px 20px 60px}
.tech-req-hero .hero-inner{grid-template-columns:1fr;gap:40px}
.tech-req-hero .visual-area img{height:380px}
.tech-setup-overview{padding:70px 20px}
.tech-setup-overview .section-intro h2{font-size:36px}
.compatibility-section{padding:80px 20px}
.compatibility-section .dual-layout{flex-direction:column;gap:50px}
.compatibility-section .image-column{flex:0 0 100%}
.compatibility-section .content-column h2{font-size:38px}
.compatibility-section .feature-group ul{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.tech-req-hero .headline-area h1{font-size:36px}
.tech-req-hero .headline-area p{font-size:17px}
.tech-req-hero .visual-area img{height:300px}
.tech-setup-overview .section-intro h2{font-size:30px}
.tech-setup-overview .requirements-grid{grid-template-columns:1fr;gap:30px}
.compatibility-section .content-column h2{font-size:32px}
.compatibility-section .compat-tabs{flex-direction:column;gap:0}
.compatibility-section .compat-tabs label{padding:12px 20px;border-bottom:1px solid #fefdfd1a;border-left:3px solid transparent}
.compatibility-section .compat-tabs input[type="radio"]:checked + label{border-bottom-color:#fefdfd1a;border-left-color:#FDFFAF}
.compatibility-section .image-column img{height:400px}
}
.success-outer{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(142deg,#26152D 0%,#3a2548 45%,#26152D 100%);position:relative;padding:80px 20px;overflow:hidden}
.success-outer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#fdffaf08 1px,transparent 1px),linear-gradient(90deg,#fdffaf08 1px,transparent 1px);background-size:60px 60px;opacity:.4}
.confirmation-wrapper{max-width:680px;margin:0 auto;position:relative;z-index:2}
.success-icon-holder{width:120px;height:120px;margin:0 auto 32px;position:relative}
.success-icon-holder svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px #fdffaf4d)}
.success-icon-holder .outer-circle{fill:none;stroke:#FDFFAF;stroke-width:3;stroke-dasharray:340;stroke-dashoffset:340;animation:drawCircle .8s ease-out forwards}
.success-icon-holder .check-mark{fill:none;stroke:#FDFFAF;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:80;stroke-dashoffset:80;animation:drawCheck .6s .4s ease-out forwards}
@keyframes drawCircle {
to{stroke-dashoffset:0}
}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.confirmation-heading{text-align:center;margin-bottom:18px}
.confirmation-heading .title-primary{font-size:42px;line-height:1.2;color:#FDFFAF;font-weight:700;margin:0 0 8px;letter-spacing:-.5px}
.confirmation-heading .title-accent{font-size:26px;line-height:1.4;color:#FEFDFD;font-weight:400;margin:0}
.message-content{background:#fefdfdf2;border-radius:8px;padding:42px 48px;margin:32px 0 0;box-shadow:0 12px 48px #0000004d}
.message-content .intro-text{font-size:18px;line-height:1.7;color:#26152D;margin:0 0 28px}
.message-content .intro-text strong{color:#26152D;font-weight:600}
.next-steps-division{border-top:2px solid #26152d1a;padding-top:28px;margin-top:28px}
.next-steps-division .steps-title{font-size:20px;font-weight:600;color:#26152D;margin:0 0 20px}
.step-list-wrapper{display:flex;flex-direction:column;gap:16px}
.step-item-row{display:flex;align-items:flex-start;gap:16px}
.step-number-badge{width:32px;height:32px;background:linear-gradient(135deg,#26152D 0%,#3a2548 100%);color:#FDFFAF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}
.step-text-block{flex:1;padding-top:4px}
.step-text-block p{font-size:16px;line-height:1.6;color:#26152D;margin:0}
.action-area-block{margin-top:36px;text-align:center;padding-top:32px;border-top:2px solid #26152d1a}
.home-link-btn{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#26152D 0%,#3a2548 100%);color:#FDFFAF;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #26152d4d;position:relative;z-index:10}
.home-link-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #26152d66;background:linear-gradient(135deg,#3a2548 0%,#26152D 100%)}
.contact-info-notice{margin-top:24px;font-size:15px;line-height:1.6;color:#26152db3}
@media (max-width: 768px) {
.success-outer{padding:60px 16px;min-height:70vh}
.confirmation-heading .title-primary{font-size:32px}
.confirmation-heading .title-accent{font-size:20px}
.message-content{padding:32px 24px}
.success-icon-holder{width:100px;height:100px;margin-bottom:24px}
.message-content .intro-text{font-size:16px}
.next-steps-division .steps-title{font-size:18px}
.step-text-block p{font-size:15px}
.home-link-btn{padding:14px 36px;font-size:16px}
}
@media (max-width: 480px) {
.confirmation-heading .title-primary{font-size:28px}
.confirmation-heading .title-accent{font-size:18px}
.message-content{padding:28px 20px}
.success-icon-holder{width:80px;height:80px}
.step-item-row{gap:12px}
.step-number-badge{width:28px;height:28px;font-size:14px}
.home-link-btn{width:100%;padding:14px 24px}
}