html,body,h1,h2,h3,h4,p,ul,li,a,button,input{margin:0;padding:0}
body{font-family:'Manrope',sans-serif;line-height:1.6;color:#2c2c2c;background:linear-gradient(135deg,#FFF 0%,#FFF8E1 100%);box-sizing:border-box}
*,::before,::after{box-sizing:inherit}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{border:none;cursor:pointer;font-family:inherit}
img{max-width:100%;height:auto;display:block}
.headerTop{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);padding:18px 0;box-shadow:0 3px 8px #b4291626}
.topWrapper{max-width:960px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.brandSection{display:flex;align-items:center;gap:16px}
.headerLogo{width:85px;height:85px;background:#FFF;border-radius:8px;padding:8px;box-shadow:0 2px 6px #0000001f}
.companyTitle{font-size:26px;font-weight:700;color:#2c2c2c;text-shadow:1px 1px 2px #fffc}
.trustBadges{display:flex;gap:14px;flex-wrap:wrap}
.badge1,.badge2,.badge3{background:#ffffffeb;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;color:#B42916;box-shadow:0 2px 4px #00000014}
.mainNav{background:#FFF;border-bottom:2px solid #FFE911;box-shadow:0 2px 6px #0000000f}
.navWrapper{max-width:960px;margin:0 auto;padding:0 20px;display:flex;gap:32px;justify-content:center}
.navLink{padding:16px 8px;font-size:16px;font-weight:500;color:#2c2c2c;transition:color .2s ease}
.navLink:hover{color:#B42916}
.footerCore{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 40px;position:relative}
.innerBox1{max-width:960px;margin:0 auto 50px;display:flex;justify-content:center}
.centerCircle{background:radial-gradient(circle,#FFF 0%,#f5f5f5 100%);border-radius:50%;width:180px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 8px 24px #b4291640}
.footerLogo{width:70px;height:70px}
.companyNameFooter{font-size:14px;font-weight:700;color:#2c2c2c;text-align:center}
.innerBox2{max-width:960px;margin:0 auto 40px;display:flex;justify-content:center}
.linkCluster{display:flex;gap:28px;flex-wrap:wrap;justify-content:center}
.serviceLink{color:#FFE911;font-size:15px;font-weight:500;padding:8px 12px;border-radius:4px;background:#ffe91114;transition:background .2s ease}
.serviceLink:hover{background:#ffe91126}
.innerBox3{max-width:960px;margin:0 auto;border-top:1px solid #ffe9114d;padding-top:30px}
.copyrightZone{text-align:center}
.copyrightText{font-size:14px;color:#c4c4c4;font-weight:400}
#consentOverlay{position:fixed;bottom:30px;right:30px;z-index:10000;max-width:450px;width:90%;transition:opacity .3s ease,transform .3s ease}
#consentOverlay.consentHidden{opacity:0;transform:translateY(20px);pointer-events:none}
.consentBox{background:#FFF;border-radius:10px;padding:28px;box-shadow:0 12px 32px #0000002e;border:2px solid #FFE911}
.consentHeading{font-size:20px;font-weight:700;color:#B42916;margin-bottom:12px}
.consentDescription{font-size:14px;color:#555;margin-bottom:20px;line-height:1.5}
.permissionBlock{margin-bottom:24px}
.permissionRow{margin-bottom:16px}
.permissionLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;font-weight:600;color:#2c2c2c}
.permissionCheck{width:18px;height:18px;cursor:pointer}
.permissionCheck:disabled{cursor:not-allowed}
.labelText{user-select:none}
.permissionDesc{font-size:13px;color:#777;margin-left:28px;margin-top:4px;line-height:1.4}
.consentActions{display:flex;gap:10px;flex-wrap:wrap}
.btnConfirm{background:#B42916;color:#FFF;padding:11px 20px;border-radius:6px;font-size:14px;font-weight:600;transition:background .2s ease}
.btnConfirm:hover{background:#8e1f11}
.btnAcceptAll{background:#FFE911;color:#2c2c2c;padding:11px 20px;border-radius:6px;font-size:14px;font-weight:600;transition:background .2s ease}
.btnAcceptAll:hover{background:#e6d10f}
.btnMinimal{background:transparent;color:#555;padding:11px 20px;border:1px solid #ccc;border-radius:6px;font-size:14px;font-weight:500;transition:border-color .2s ease}
.btnMinimal:hover{border-color:#999}
@media (max-width: 768px) {
.topWrapper{flex-direction:column;align-items:flex-start}
.trustBadges{width:100%;justify-content:flex-start}
.navWrapper{flex-direction:column;gap:0;align-items:stretch}
.navLink{padding:14px 8px;border-bottom:1px solid #f0f0f0}
.navLink:last-child{border-bottom:none}
#consentOverlay{bottom:20px;right:20px;left:20px;max-width:none;width:auto}
.consentActions{flex-direction:column}
.btnConfirm,.btnAcceptAll,.btnMinimal{width:100%}
.centerCircle{width:150px;height:150px}
.footerLogo{width:60px;height:60px}
.linkCluster{flex-direction:column;gap:14px}
}
@media (max-width: 480px) {
.companyTitle{font-size:22px}
.headerLogo{width:70px;height:70px}
.consentHeading{font-size:18px}
.consentBox{padding:22px}
}
.corporateDiv-hero{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);padding:80px 20px;position:relative;overflow:hidden}
.corporateDiv-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;transform:rotate(45deg)}
.heroContent-wrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.heroContent-wrap h1{font-size:42px;line-height:1.2;color:#FFF;margin:0 0 24px;font-weight:700}
.heroContent-wrap .leadText-62{font-size:19px;line-height:1.6;color:#fffffff2;max-width:680px;margin:0}
.serviceGrid-section{padding:90px 20px;background:#FAFAFA}
.serviceGrid-section .centerBox{max-width:960px;margin:0 auto}
.serviceGrid-section h2{font-size:36px;line-height:1.3;color:#2C2C2C;margin:0 0 16px;font-weight:700}
.serviceGrid-section .subText-intro{font-size:18px;line-height:1.6;color:#5A5A5A;margin:0 0 56px;max-width:720px}
.gridLayout-4col{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;margin:0}
.serviceCard-item{background:#FFF;padding:32px 24px;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative}
.serviceCard-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#B42916 0%,#FFE911 100%);border-radius:8px 0 0 8px;opacity:0;transition:opacity .3s ease}
.serviceCard-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #b4291626}
.serviceCard-item:hover::before{opacity:1}
.serviceCard-item h5{font-size:20px;line-height:1.4;color:#B42916;margin:0 0 12px;font-weight:600}
.serviceCard-item p{font-size:15px;line-height:1.6;color:#6B6B6B;margin:0}
.approachSplit-section{padding:80px 20px;background:#FFF}
.approachSplit-section .contentWrapper{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.approachSplit-section .textColumn h3{font-size:32px;line-height:1.3;color:#2C2C2C;margin:0 0 20px;font-weight:700}
.approachSplit-section .textColumn h3::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%);margin-bottom:16px;border-radius:2px}
.approachSplit-section .textColumn p{font-size:16px;line-height:1.7;color:#5A5A5A;margin:0 0 16px}
.approachSplit-section .textColumn p:last-child{margin-bottom:0}
.approachSplit-section .imgColumn img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px #0000001f}
.benefitsPattern-section{padding:90px 20px;background:linear-gradient(135deg,#F5F5F5 0%,#FFF 100%);position:relative}
.benefitsPattern-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#FFE911 50%,transparent 100%)}
.benefitsPattern-section .centerBox{max-width:960px;margin:0 auto}
.benefitsPattern-section h4{font-size:34px;line-height:1.3;color:#2C2C2C;margin:0 0 48px;font-weight:700;text-align:center}
.benefitsMasonry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.benefitCard-box{background:#FFF;padding:28px 24px;border-radius:8px;box-shadow:0 2px 10px #0000000f;border:1px solid #E8E8E8;transition:border-color .3s ease,box-shadow .3s ease}
.benefitCard-box:hover{border-color:#FFE911;box-shadow:0 4px 16px #b429161a}
.benefitCard-box h6{font-size:18px;line-height:1.4;color:#B42916;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:8px}
.benefitCard-box h6::before{content:'';display:inline-block;width:8px;height:8px;background:#FFE911;border-radius:50%;flex-shrink:0}
.benefitCard-box p{font-size:15px;line-height:1.6;color:#6B6B6B;margin:0}
.processTimeline-section{padding:90px 20px;background:#FFF}
.processTimeline-section .centerBox{max-width:960px;margin:0 auto}
.processTimeline-section h3{font-size:34px;line-height:1.3;color:#2C2C2C;margin:0 0 56px;font-weight:700;text-align:center}
.timelineFlow-wrap{position:relative}
.timelineFlow-wrap::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#B42916 0%,#FFE911 100%);transform:translateX(-50%)}
.timelineStep-box{display:grid;grid-template-columns:1fr 80px 1fr;gap:24px;margin-bottom:48px;position:relative}
.timelineStep-box:nth-child(odd) .stepContent-left{grid-column:1;text-align:right}
.timelineStep-box:nth-child(odd) .stepContent-right{grid-column:3}
.timelineStep-box:nth-child(even) .stepContent-left{grid-column:3}
.timelineStep-box:nth-child(even) .stepContent-right{grid-column:1;text-align:right}
.stepContent-left,.stepContent-right{padding:24px;background:#FAFAFA;border-radius:8px;border:1px solid #E8E8E8}
.stepNumber-circle{grid-column:2;width:48px;height:48px;background:linear-gradient(135deg,#B42916 0%,#FFE911 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF;font-size:20px;font-weight:700;align-self:start;margin:0 auto;box-shadow:0 4px 12px #b429164d;position:relative;z-index:2}
.stepContent-left h5,.stepContent-right h5{font-size:19px;line-height:1.4;color:#2C2C2C;margin:0 0 10px;font-weight:600}
.stepContent-left p,.stepContent-right p{font-size:15px;line-height:1.6;color:#6B6B6B;margin:0}
.caseStudy-section{padding:80px 20px;background:linear-gradient(228deg,#FFF 0%,#FAFAFA 100%)}
.caseStudy-section .centerBox{max-width:960px;margin:0 auto}
.caseStudy-section h4{font-size:32px;line-height:1.3;color:#2C2C2C;margin:0 0 40px;font-weight:700}
.caseGrid-asymmetric{display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px;margin-bottom:40px}
.caseGrid-asymmetric .imgBox-case img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #0000001f}
.caseGrid-asymmetric .detailBox-case{display:flex;flex-direction:column;justify-content:center;padding:24px;background:#FFF;border-radius:8px;box-shadow:0 2px 10px #0000000f}
.detailBox-case h5{font-size:22px;line-height:1.4;color:#B42916;margin:0 0 16px;font-weight:600}
.detailBox-case p{font-size:15px;line-height:1.6;color:#5A5A5A;margin:0 0 12px}
.detailBox-case p:last-child{margin-bottom:0}
.metricBar-display{display:flex;flex-direction:column;gap:20px;margin-top:24px}
.metricItem-row{display:flex;flex-direction:column;gap:8px}
.metricLabel-text{font-size:14px;color:#6B6B6B;font-weight:500}
.progressBar-outer{width:100%;height:8px;background:#E8E8E8;border-radius:4px;overflow:hidden;position:relative}
.progressBar-inner{height:100%;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%);border-radius:4px;transition:width .6s ease}
.ctaFinal-section{padding:80px 20px;background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);text-align:center;position:relative;overflow:hidden}
.ctaFinal-section::before{content:'';position:absolute;top:-30%;left:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.ctaFinal-section::after{content:'';position:absolute;bottom:-30%;right:-10%;width:500px;height:500px;background:#ffffff14;border-radius:50%}
.ctaFinal-section .centerBox{max-width:760px;margin:0 auto;position:relative;z-index:2}
.ctaFinal-section h3{font-size:36px;line-height:1.3;color:#FFF;margin:0 0 20px;font-weight:700}
.ctaFinal-section p{font-size:18px;line-height:1.6;color:#fffffff2;margin:0 0 32px}
.ctaButton-primary{display:inline-block;padding:16px 48px;background:#FFF;color:#B42916;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:0 4px 16px #00000026;transition:all .3s ease;position:relative;z-index:10}
.ctaButton-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:#FFE911;color:#2C2C2C}
@media (max-width: 768px) {
.corporateDiv-hero{padding:60px 20px}
.heroContent-wrap h1{font-size:32px}
.heroContent-wrap .leadText-62{font-size:17px}
.serviceGrid-section{padding:60px 20px}
.serviceGrid-section h2{font-size:28px}
.gridLayout-4col{grid-template-columns:1fr;gap:24px}
.approachSplit-section{padding:60px 20px}
.approachSplit-section .contentWrapper{grid-template-columns:1fr;gap:40px}
.benefitsPattern-section{padding:60px 20px}
.benefitsPattern-section h4{font-size:28px;margin-bottom:32px}
.benefitsMasonry-grid{grid-template-columns:1fr;gap:20px}
.processTimeline-section{padding:60px 20px}
.processTimeline-section h3{font-size:28px;margin-bottom:40px}
.timelineFlow-wrap::before{left:24px}
.timelineStep-box{grid-template-columns:48px 1fr;gap:16px;margin-bottom:32px}
.timelineStep-box:nth-child(odd) .stepContent-left,.timelineStep-box:nth-child(even) .stepContent-right{grid-column:2;text-align:left}
.timelineStep-box:nth-child(odd) .stepContent-right,.timelineStep-box:nth-child(even) .stepContent-left{display:none}
.stepNumber-circle{grid-column:1;margin:0}
.caseStudy-section{padding:60px 20px}
.caseStudy-section h4{font-size:26px}
.caseGrid-asymmetric{grid-template-columns:1fr;gap:24px}
.ctaFinal-section{padding:60px 20px}
.ctaFinal-section h3{font-size:28px}
.ctaFinal-section p{font-size:16px}
.ctaButton-primary{padding:14px 36px;font-size:16px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.corporateDiv-hero{padding:70px 20px}
.heroContent-wrap h1{font-size:38px}
.gridLayout-4col{grid-template-columns:repeat(2,1fr)}
.approachSplit-section .contentWrapper{gap:48px}
.benefitsMasonry-grid{grid-template-columns:repeat(2,1fr)}
.caseGrid-asymmetric{grid-template-columns:1fr;gap:32px}
}
.title-screen{position:relative;height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%)}
.title-screen .bg-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title-screen .bg-image-wrapper img{width:100%;height:100%;object-fit:cover;opacity:.85;filter:contrast(1.1)}
.title-screen .bg-image-wrapper::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#b4291633 0%,#0009 100%);mix-blend-mode:multiply}
.title-screen .abstract-circles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}
.title-screen .abstract-circles svg{position:absolute;opacity:.15}
.title-screen .abstract-circles svg:nth-child(1){top:10%;right:15%;width:180px;height:180px}
.title-screen .abstract-circles svg:nth-child(2){bottom:25%;left:8%;width:240px;height:240px}
.title-screen .abstract-circles svg:nth-child(3){top:40%;left:50%;width:140px;height:140px;transform:translateX(-50%)}
.title-screen .text-content-box{position:relative;z-index:3;width:100%;max-width:960px;margin:0 auto;padding:0 24px 80px}
.title-screen .main-heading{font-size:56px;font-weight:700;color:#FFF;line-height:1.1;margin:0 0 16px;text-shadow:0 4px 12px #0006}
.title-screen .secondary-heading{font-size:32px;font-weight:400;color:#FFE911;line-height:1.3;margin:0 0 24px;text-shadow:0 2px 8px #0000004d}
.title-screen .description-text{font-size:18px;line-height:1.6;color:#FFF;max-width:640px;margin:0;text-shadow:0 2px 6px #0000004d}
.outcomes-division{background:#FFF;padding:96px 24px}
.outcomes-division .content-wrapper-main{max-width:960px;margin:0 auto}
.outcomes-division .section-header-box{text-align:center;margin-bottom:64px}
.outcomes-division .section-header-box h3{font-size:42px;font-weight:700;color:#B42916;margin:0 0 20px;position:relative;display:inline-block}
.outcomes-division .section-header-box h3::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%);border-radius:2px}
.outcomes-division .section-header-box .intro-paragraph{font-size:18px;line-height:1.7;color:#333;max-width:680px;margin:0 auto}
.outcomes-division .grid-outcomes{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.outcomes-division .outcome-card{background:#F8F8F8;border-radius:8px;padding:32px 24px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:2px solid transparent}
.outcomes-division .outcome-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #b4291626;border-color:#FFE911}
.outcomes-division .outcome-card .icon-wrapper{width:64px;height:64px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#B42916 0%,#FFE911 100%);border-radius:50%}
.outcomes-division .outcome-card h5{font-size:20px;font-weight:600;color:#B42916;margin:0 0 12px;line-height:1.3}
.outcomes-division .outcome-card .description-text{font-size:15px;line-height:1.6;color:#555;margin:0}
.outcomes-division .metric-display{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #E0E0E0}
.outcomes-division .metric-display .metric-number{font-size:28px;font-weight:700;color:#B42916;line-height:1}
.outcomes-division .metric-display .metric-label{font-size:13px;color:#777;line-height:1.3}
.people-section{background:linear-gradient(180deg,#F5F5F5 0%,#FFF 100%);padding:96px 24px;position:relative}
.people-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#B42916 0%,#FFE911 50%,#FFF 100%)}
.people-section .content-wrapper-main{max-width:960px;margin:0 auto}
.people-section .header-area{margin-bottom:56px}
.people-section .header-area h4{font-size:38px;font-weight:700;color:#333;margin:0 0 16px}
.people-section .header-area .subtitle-text{font-size:17px;line-height:1.7;color:#555;max-width:720px}
.people-section .grid-layout-people{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:48px}
.people-section .role-block{background:#FFF;border-radius:12px;padding:36px 28px;box-shadow:0 4px 12px #0000000f;border-left:4px solid #B42916}
.people-section .role-block h6{font-size:22px;font-weight:600;color:#B42916;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.people-section .role-block h6::before{content:'';width:8px;height:8px;background:#FFE911;border-radius:50%;display:block}
.people-section .role-block .role-description{font-size:15px;line-height:1.7;color:#444;margin-bottom:20px}
.people-section .role-block .responsibility-list{list-style:none;padding:0;margin:0}
.people-section .role-block .responsibility-list li{font-size:14px;line-height:1.5;color:#666;padding-left:24px;margin-bottom:10px;position:relative}
.people-section .role-block .responsibility-list li::before{content:'→';position:absolute;left:0;color:#B42916;font-weight:700}
.people-section .visual-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}
.people-section .visual-showcase .showcase-item{border-radius:8px;overflow:hidden;box-shadow:0 6px 16px #0000001a;transition:transform .3s ease}
.people-section .visual-showcase .showcase-item:hover{transform:scale(1.03)}
.people-section .visual-showcase .showcase-item img{width:100%;height:280px;object-fit:cover;display:block}
.people-section .support-info-box{background:linear-gradient(135deg,#B42916 0%,#FFE911 100%);border-radius:12px;padding:40px 36px;margin-top:56px;text-align:center;box-shadow:0 8px 24px #b4291633}
.people-section .support-info-box h5{font-size:26px;font-weight:700;color:#FFF;margin:0 0 16px}
.people-section .support-info-box .support-description{font-size:16px;line-height:1.6;color:#FFF;max-width:640px;margin:0 auto 28px}
.people-section .support-info-box .btn-contact{display:inline-block;padding:14px 32px;background:#FFF;color:#B42916;font-size:16px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:10;position:relative}
.people-section .support-info-box .btn-contact:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000040;background:#FFE911;color:#333}
@media (max-width: 768px) {
.title-screen{height:80vh}
.title-screen .text-content-box{padding:0 20px 60px}
.title-screen .main-heading{font-size:36px}
.title-screen .secondary-heading{font-size:22px}
.title-screen .description-text{font-size:16px}
.title-screen .abstract-circles svg:nth-child(1){width:120px;height:120px}
.title-screen .abstract-circles svg:nth-child(2){width:160px;height:160px}
.title-screen .abstract-circles svg:nth-child(3){width:100px;height:100px}
.outcomes-division{padding:64px 20px}
.outcomes-division .section-header-box{margin-bottom:48px}
.outcomes-division .section-header-box h3{font-size:32px}
.outcomes-division .section-header-box .intro-paragraph{font-size:16px}
.outcomes-division .grid-outcomes{grid-template-columns:1fr;gap:24px}
.people-section{padding:64px 20px}
.people-section .header-area h4{font-size:28px}
.people-section .grid-layout-people{grid-template-columns:1fr;gap:24px}
.people-section .visual-showcase{grid-template-columns:1fr}
.people-section .visual-showcase .showcase-item img{height:220px}
.people-section .support-info-box{padding:32px 24px}
.people-section .support-info-box h5{font-size:22px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.title-screen .main-heading{font-size:48px}
.title-screen .secondary-heading{font-size:28px}
.outcomes-division .grid-outcomes{grid-template-columns:repeat(2,1fr)}
.people-section .visual-showcase .showcase-item img{height:240px}
}
.contactSection{max-width:960px;margin:0 auto;padding:60px 20px}
.topHeader-box{text-align:center;margin-bottom:80px}
.topHeader-box h1{font-size:2.8em;color:#B42916;margin-bottom:20px;font-weight:700}
.topHeader-box .subtitle-txt{font-size:1.1em;color:#5a5a5a;line-height:1.6;max-width:720px;margin:0 auto}
.infoGrid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:90px}
.infoCard-wrapper{background:linear-gradient(145deg,#fff 0%,#fff8f0 100%);padding:32px;border-radius:8px;box-shadow:0 4px 16px #b4291614;transition:all .3s ease}
.infoCard-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 24px #b429161f}
.infoCard-wrapper h3{font-size:1.4em;color:#2c2c2c;margin-bottom:16px;font-weight:600}
.infoCard-wrapper .detail-text{font-size:1em;color:#4a4a4a;line-height:1.7;word-break:break-word}
.infoCard-wrapper .detail-text a{color:#B42916;text-decoration:none;transition:color .3s ease}
.infoCard-wrapper .detail-text a:hover{color:#8a1f11;text-decoration:underline}
.formSection-box{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);padding:4px;border-radius:12px;margin-bottom:80px}
.formInner-container{background:#fff;padding:50px 40px;border-radius:10px}
.formInner-container h2{font-size:2.2em;color:#2c2c2c;margin-bottom:12px;font-weight:700}
.formInner-container .intro-txt{font-size:1em;color:#666;margin-bottom:40px;line-height:1.6}
.fieldGroup-wrap{margin-bottom:28px}
.fieldGroup-wrap label{display:block;font-size:.95em;color:#333;margin-bottom:8px;font-weight:500}
.fieldGroup-wrap input[type="text"],.fieldGroup-wrap input[type="email"],.fieldGroup-wrap input[type="tel"]{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:1em;transition:all .3s ease;box-sizing:border-box}
.fieldGroup-wrap input:focus{outline:none;border-color:#B42916;box-shadow:0 0 0 3px #b429161a}
.ratingSection-box{margin-bottom:32px}
.ratingSection-box h4{font-size:1.1em;color:#333;margin-bottom:20px;font-weight:600}
.ratingOptions-grid{display:flex;flex-direction:column;gap:12px}
.ratingChoice-item{display:flex;align-items:center;padding:12px;border:2px solid #e8e8e8;border-radius:6px;cursor:pointer;transition:all .3s ease}
.ratingChoice-item:hover{border-color:#FFE911;background:#fffef5}
.ratingChoice-item input[type="radio"]{margin-right:12px;width:20px;height:20px;cursor:pointer;accent-color:#B42916}
.ratingChoice-item input[type="radio"]:checked + label{color:#B42916;font-weight:600}
.ratingChoice-item label{font-size:1em;color:#444;cursor:pointer;flex:1}
.privacyCheck-wrap{margin-bottom:32px;display:flex;align-items:flex-start;gap:12px}
.privacyCheck-wrap input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#B42916;flex-shrink:0}
.privacyCheck-wrap label{font-size:.9em;color:#555;line-height:1.6;cursor:pointer}
.privacyCheck-wrap label a{color:#B42916;text-decoration:none;font-weight:500}
.privacyCheck-wrap label a:hover{text-decoration:underline}
.submitBtn-wrapper{text-align:center}
.submitBtn-wrapper button{background:linear-gradient(135deg,#B42916 0%,#8a1f11 100%);color:#fff;padding:16px 48px;border:none;border-radius:8px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b429164d;z-index:10;position:relative}
.submitBtn-wrapper button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b4291666}
.submitBtn-wrapper button:active{transform:translateY(0)}
.hoursSection-block{background:linear-gradient(180deg,#fff8f0 0%,#fff 100%);padding:50px 40px;border-radius:8px;margin-bottom:70px;box-shadow:0 2px 12px #0000000a}
.hoursSection-block h3{font-size:1.8em;color:#2c2c2c;margin-bottom:24px;font-weight:700;text-align:center}
.hoursSection-block .schedule-txt{font-size:1em;color:#555;line-height:1.8;text-align:center;max-width:600px;margin:0 auto}
.faqArea-container{margin-bottom:80px}
.faqArea-container h2{font-size:2em;color:#2c2c2c;margin-bottom:40px;text-align:center;font-weight:700}
.faqItem-box{background:#fff;padding:28px 32px;border-left:4px solid #FFE911;margin-bottom:24px;border-radius:6px;box-shadow:0 2px 8px #0000000d}
.faqItem-box h5{font-size:1.2em;color:#B42916;margin-bottom:12px;font-weight:600}
.faqItem-box .answer-content{font-size:1em;color:#4a4a4a;line-height:1.7}
.mapAlternative-section{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:50px 40px;border-radius:10px;text-align:center;box-shadow:inset 0 2px 8px #00000008}
.mapAlternative-section h3{font-size:1.6em;color:#2c2c2c;margin-bottom:20px;font-weight:700}
.mapAlternative-section .location-description{font-size:1em;color:#555;line-height:1.7;max-width:680px;margin:0 auto 24px}
.mapAlternative-section .address-highlight{display:inline-block;background:linear-gradient(90deg,#FFE911 0%,#ffd700 100%);padding:12px 24px;border-radius:6px;font-size:1.1em;color:#2c2c2c;font-weight:600;box-shadow:0 2px 8px #ffe9114d}
.visualDivider-element1{height:3px;background:linear-gradient(90deg,transparent 0%,#B42916 50%,transparent 100%);margin:60px auto;max-width:400px;border-radius:2px}
.visualDivider-element2{height:2px;background:linear-gradient(90deg,#FFE911 0%,#B42916 50%,#FFE911 100%);margin:70px auto;max-width:500px}
.ctaFinal-box{background:linear-gradient(135deg,#B42916 0%,#8a1f11 100%);padding:50px 40px;border-radius:10px;text-align:center;box-shadow:0 6px 20px #b4291640}
.ctaFinal-box h4{font-size:1.8em;color:#fff;margin-bottom:16px;font-weight:700}
.ctaFinal-box .cta-description{font-size:1em;color:#ffe8e4;line-height:1.7;max-width:600px;margin:0 auto 28px}
.ctaFinal-box .cta-button{display:inline-block;background:#FFE911;color:#2c2c2c;padding:14px 40px;border-radius:6px;text-decoration:none;font-size:1.1em;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #ffe91166}
.ctaFinal-box .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ffe91180;background:#fff44d}
@media (max-width: 768px) {
.contactSection{padding:40px 16px}
.topHeader-box{margin-bottom:50px}
.topHeader-box h1{font-size:2em}
.topHeader-box .subtitle-txt{font-size:1em}
.infoGrid-container{grid-template-columns:1fr;gap:24px;margin-bottom:60px}
.infoCard-wrapper{padding:24px}
.formInner-container{padding:32px 24px}
.formInner-container h2{font-size:1.8em}
.hoursSection-block,.mapAlternative-section,.ctaFinal-box{padding:32px 24px}
.submitBtn-wrapper button{width:100%}
}
@media (max-width: 480px) {
.topHeader-box h1{font-size:1.7em}
.formInner-container h2{font-size:1.5em}
.submitBtn-wrapper button{padding:14px 32px;font-size:1em}
}
.aboutIntroWrap{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);padding:80px 20px;position:relative;overflow:hidden}
.aboutIntroWrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.aboutIntro-container{max-width:960px;margin:0 auto;position:relative;z-index:2}
.aboutIntro-container .mainHeadline{font-size:48px;font-weight:700;color:#FFF;margin:0 0 24px;text-shadow:2px 2px 8px #0003;line-height:1.2}
.aboutIntro-container .leadDescription{font-size:20px;color:#FFF;line-height:1.6;max-width:680px;text-shadow:1px 1px 4px #00000026}
.storyGrid{padding:90px 20px;background:#FFF}
.storyGrid-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.storyGrid .contentBlock67 h2{font-size:36px;color:#B42916;margin:0 0 20px;font-weight:600;position:relative;padding-bottom:16px}
.storyGrid .contentBlock67 h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:#FFE911;border-radius:2px}
.storyGrid .contentBlock67 p{font-size:17px;line-height:1.7;color:#2c2c2c;margin:0 0 16px}
.storyGrid .visualBlock67{position:relative;height:100%;min-height:400px}
.storyGrid .visualBlock67 img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #b4291626}
.valuesSection{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);padding:85px 20px;position:relative}
.valuesSection::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%)}
.valuesBox-wrapper{max-width:960px;margin:0 auto}
.valuesBox-wrapper h3{font-size:38px;color:#2c2c2c;text-align:center;margin:0 0 60px;font-weight:600}
.valuesBox-wrapper h3::before{content:'◆';color:#FFE911;margin-right:12px}
.valuesList12{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valuesList12 .valueCard-item{background:#FFF;padding:36px 28px;border-radius:10px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border-top:4px solid #FFE911;position:relative}
.valuesList12 .valueCard-item:hover{transform:translateY(-6px);box-shadow:0 12px 28px #b429162e;border-top-color:#B42916}
.valuesList12 .valueCard-item h5{font-size:22px;color:#B42916;margin:0 0 14px;font-weight:600}
.valuesList12 .valueCard-item p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.approachDivided{padding:90px 20px;background:#FFF}
.approachDivided-container{max-width:960px;margin:0 auto}
.approachDivided-container h4{font-size:40px;color:#2c2c2c;margin:0 0 50px;font-weight:600;text-align:center;position:relative}
.approachDivided-container h4::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:5px;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%);border-radius:3px}
.splitLayout89{display:flex;gap:70px;align-items:center}
.splitLayout89 .imageColumn89{flex:1}
.splitLayout89 .imageColumn89 img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001f}
.splitLayout89 .textColumn89{flex:1}
.splitLayout89 .textColumn89 .methodStep23{margin-bottom:32px;padding-left:24px;border-left:3px solid #FFE911;transition:border-color .3s ease}
.splitLayout89 .textColumn89 .methodStep23:hover{border-left-color:#B42916}
.splitLayout89 .textColumn89 .methodStep23 h6{font-size:20px;color:#B42916;margin:0 0 10px;font-weight:600}
.splitLayout89 .textColumn89 .methodStep23 p{font-size:16px;line-height:1.65;color:#3a3a3a;margin:0}
.impactStats{background:linear-gradient(228deg,#FFF 0%,#FFE911 50%,#B42916 100%);padding:100px 20px;position:relative}
.impactStats-box{max-width:960px;margin:0 auto;text-align:center}
.impactStats-box .sectionLabel45{font-size:42px;color:#FFF;margin:0 0 70px;font-weight:700;text-shadow:2px 2px 6px #0003}
.statsGrid34{display:grid;grid-template-columns:repeat(4,1fr);gap:50px}
.statsGrid34 .statBox34{background:#fffffff2;padding:40px 24px;border-radius:10px;box-shadow:0 6px 20px #00000026;transition:transform .3s ease}
.statsGrid34 .statBox34:hover{transform:scale(1.08)}
.statsGrid34 .statBox34 .numberDisplay78{font-size:48px;color:#B42916;font-weight:700;margin:0 0 12px;line-height:1}
.statsGrid34 .statBox34 .labelDisplay78{font-size:16px;color:#2c2c2c;font-weight:500;margin:0}
.teamHighlight{padding:95px 20px;background:#f4f4f4}
.teamHighlight-wrap{max-width:960px;margin:0 auto}
.teamHighlight-wrap .titleBar56{font-size:40px;color:#2c2c2c;margin:0 0 28px;font-weight:600}
.teamHighlight-wrap .titleBar56::before{content:'';display:inline-block;width:50px;height:5px;background:#B42916;margin-right:16px;vertical-align:middle;border-radius:2px}
.teamContent92{display:flex;gap:60px;align-items:start}
.teamContent92 .photoArea92{flex:0 0 420px}
.teamContent92 .photoArea92 img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001a}
.teamContent92 .descArea92{flex:1}
.teamContent92 .descArea92 p{font-size:17px;line-height:1.75;color:#3a3a3a;margin:0 0 20px}
.teamContent92 .descArea92 .expertiseList45{margin-top:32px}
.teamContent92 .descArea92 .expertiseList45 h6{font-size:20px;color:#B42916;margin:0 0 16px;font-weight:600}
.teamContent92 .descArea92 .expertiseList45 ul{list-style:none;padding:0;margin:0}
.teamContent92 .descArea92 .expertiseList45 ul li{font-size:16px;color:#4a4a4a;margin-bottom:10px;padding-left:28px;position:relative}
.teamContent92 .descArea92 .expertiseList45 ul li::before{content:'▸';position:absolute;left:0;color:#FFE911;font-size:20px}
.ctaClosing{background:linear-gradient(135deg,#B42916 0%,#8a1f10 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.ctaClosing::after{content:'';position:absolute;bottom:-40%;left:-10%;width:500px;height:500px;background:#ffe9111a;border-radius:50%}
.ctaClosing-inner{max-width:960px;margin:0 auto;position:relative;z-index:2}
.ctaClosing-inner h3{font-size:38px;color:#FFF;margin:0 0 24px;font-weight:700}
.ctaClosing-inner .supportText67{font-size:19px;color:#FFF;margin:0 0 40px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}
.ctaButtons-row{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}
.ctaButtons-row .btn-primary89{background:#FFE911;color:#2c2c2c;padding:16px 40px;font-size:18px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ffe9114d;text-decoration:none;display:inline-block;z-index:10;position:relative}
.ctaButtons-row .btn-primary89:hover{background:#e6d20f;transform:translateY(-3px);box-shadow:0 8px 20px #ffe91166}
.ctaButtons-row .btn-secondary89{background:transparent;color:#FFF;padding:16px 40px;font-size:18px;font-weight:600;border:2px solid #FFF;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.ctaButtons-row .btn-secondary89:hover{background:#FFF;color:#B42916;transform:translateY(-3px)}
@media (max-width: 768px) {
.aboutIntro-container .mainHeadline{font-size:36px}
.aboutIntro-container .leadDescription{font-size:18px}
.storyGrid-inner{grid-template-columns:1fr;gap:40px}
.storyGrid .contentBlock67 h2{font-size:30px}
.valuesList12{grid-template-columns:1fr;gap:30px}
.splitLayout89{flex-direction:column;gap:40px}
.splitLayout89 .imageColumn89 img{height:320px}
.statsGrid34{grid-template-columns:1fr 1fr;gap:30px}
.teamContent92{flex-direction:column;gap:30px}
.teamContent92 .photoArea92{flex:0 0 auto}
.teamContent92 .photoArea92 img{height:400px}
.ctaButtons-row{flex-direction:column;align-items:center}
.ctaButtons-row .btn-primary89,.ctaButtons-row .btn-secondary89{width:100%;max-width:320px}
}
@media (max-width: 480px) {
.aboutIntroWrap{padding:60px 20px}
.aboutIntro-container .mainHeadline{font-size:28px}
.storyGrid .contentBlock67 h2{font-size:26px}
.valuesBox-wrapper h3{font-size:30px}
.approachDivided-container h4{font-size:32px}
.impactStats-box .sectionLabel45{font-size:32px}
.statsGrid34{grid-template-columns:1fr}
.statsGrid34 .statBox34 .numberDisplay78{font-size:40px}
.teamHighlight-wrap .titleBar56{font-size:32px}
}
.program-hero-box{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);padding:80px 20px;text-align:center;margin-bottom:60px}
.program-hero-box .heroContent-wrap{max-width:960px;margin:0 auto}
.program-hero-box h1{font-size:48px;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.program-hero-box .leadTxt{font-size:20px;color:#2d2d2d;max-width:720px;margin:0 auto 32px;line-height:1.6}
.program-overview-division{max-width:960px;margin:0 auto 80px;padding:0 20px}
.program-overview-division .gridLayout-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.program-overview-division .textContent-area h2{font-size:36px;color:#1a1a1a;margin-bottom:20px;font-weight:600}
.program-overview-division .textContent-area p{font-size:17px;color:#3d3d3d;line-height:1.7;margin-bottom:16px}
.program-overview-division .imageHolder{border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #b4291626}
.program-overview-division .imageHolder img{width:100%;height:auto;display:block;object-fit:cover}
.curriculum-section-box{background:#f9f9f9;padding:72px 20px;margin-bottom:80px}
.curriculum-section-box .contentWrapper{max-width:960px;margin:0 auto}
.curriculum-section-box h2{font-size:38px;color:#1a1a1a;text-align:center;margin-bottom:48px;font-weight:600}
.curriculum-section-box .moduleGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.curriculum-section-box .moduleCard{background:#fff;border-radius:10px;padding:32px 24px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border-left:4px solid #B42916}
.curriculum-section-box .moduleCard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #b4291633}
.curriculum-section-box .moduleCard h3{font-size:22px;color:#B42916;margin-bottom:16px;font-weight:600}
.curriculum-section-box .moduleCard .duration-tag{display:inline-block;background:#FFE911;color:#1a1a1a;padding:4px 12px;border-radius:4px;font-size:13px;font-weight:600;margin-bottom:14px}
.curriculum-section-box .moduleCard p{font-size:15px;color:#4a4a4a;line-height:1.6;margin-bottom:16px}
.curriculum-section-box .moduleCard .topicList{list-style:none;padding:0;margin:0}
.curriculum-section-box .moduleCard .topicList li{font-size:14px;color:#5a5a5a;padding:6px 0 6px 20px;position:relative}
.curriculum-section-box .moduleCard .topicList li::before{content:'';position:absolute;left:0;top:13px;width:8px;height:8px;background:#B42916;border-radius:50%}
.enrollment-corporate-section{max-width:960px;margin:0 auto 60px;padding:0 20px}
.enrollment-corporate-section .asymmetric-layout{display:grid;grid-template-columns:2fr 1fr;gap:56px;align-items:start}
.enrollment-corporate-section h2{font-size:34px;color:#1a1a1a;margin-bottom:24px;font-weight:600}
.enrollment-corporate-section h4{font-size:20px;color:#B42916;margin-bottom:12px;font-weight:600}
.enrollment-corporate-section h5{font-size:18px;color:#2d2d2d;margin:20px 0 10px;font-weight:600}
.enrollment-corporate-section h6{font-size:16px;color:#3d3d3d;margin:16px 0 8px;font-weight:600}
.enrollment-corporate-section p{font-size:16px;color:#3d3d3d;line-height:1.7;margin-bottom:16px}
.enrollment-corporate-section .details-list{list-style:none;padding:0;margin:20px 0}
.enrollment-corporate-section .details-list li{font-size:15px;color:#4a4a4a;padding:10px 0 10px 28px;position:relative;line-height:1.6}
.enrollment-corporate-section .details-list li::before{content:'→';position:absolute;left:0;color:#B42916;font-weight:700;font-size:18px}
.enrollment-corporate-section .sidebar-info-box{background:linear-gradient(135deg,#f5f5f5 0%,#fff 100%);border-radius:10px;padding:32px 24px;box-shadow:0 6px 20px #0000001a;position:sticky;top:20px}
.enrollment-corporate-section .info-item{margin-bottom:24px;padding-bottom:24px;border-bottom:2px solid #e5e5e5}
.enrollment-corporate-section .info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.enrollment-corporate-section .info-label{font-size:13px;color:#7a7a7a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-weight:600}
.enrollment-corporate-section .info-value{font-size:18px;color:#1a1a1a;font-weight:700}
.enrollment-corporate-section .enroll-btn{display:block;width:100%;background:#B42916;color:#fff;text-align:center;padding:16px 24px;border-radius:6px;text-decoration:none;font-size:17px;font-weight:600;margin-top:28px;transition:all .3s ease;box-shadow:0 4px 12px #b429164d}
.enrollment-corporate-section .enroll-btn:hover{background:#8f2012;transform:translateY(-2px);box-shadow:0 8px 20px #b4291666}
.enrollment-corporate-section .note-text{font-size:13px;color:#6a6a6a;font-style:italic;margin-top:16px;text-align:center}
@media (max-width: 768px) {
.program-hero-box{padding:60px 20px}
.program-hero-box h1{font-size:32px}
.program-hero-box .leadTxt{font-size:17px}
.program-overview-division .gridLayout-container{grid-template-columns:1fr;gap:32px}
.program-overview-division .imageHolder{order:-1}
.curriculum-section-box .moduleGrid{grid-template-columns:1fr;gap:24px}
.curriculum-section-box{padding:48px 20px}
.enrollment-corporate-section .asymmetric-layout{grid-template-columns:1fr;gap:32px}
.enrollment-corporate-section .sidebar-info-box{position:static}
}
@media (min-width: 769px) and (max-width: 1024px) {
.curriculum-section-box .moduleGrid{grid-template-columns:repeat(2,1fr)}
.enrollment-corporate-section .asymmetric-layout{grid-template-columns:1fr}
}
.corporatePolicy-wrapper{max-width:960px;margin:0 auto;padding:60px 20px}
.policy-titleBox{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:3px solid #B42916;position:relative}
.policy-titleBox::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%)}
.policy-titleBox h1{font-size:2.8rem;color:#1a1a1a;margin-bottom:16px;font-weight:700;line-height:1.2}
.policy-updateDate{font-size:.95rem;color:#666;font-style:italic}
.introBlock-section{background:linear-gradient(135deg,#fff9e6 0%,#fff 100%);padding:32px;border-radius:8px;margin-bottom:40px;border-left:5px solid #B42916;box-shadow:0 3px 12px #b4291614}
.introBlock-section p{font-size:1.05rem;line-height:1.7;color:#2c2c2c;margin-bottom:14px}
.introBlock-section p:last-child{margin-bottom:0}
.defintionGroup-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:48px}
.defCard-item{background:#fff;padding:28px;border-radius:10px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}
.defCard-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#B42916 0%,#FFE911 100%);transition:height .3s ease}
.defCard-item:hover{border-color:#B42916;box-shadow:0 6px 20px #b429161f;transform:translateY(-4px)}
.defCard-item:hover::before{height:100%}
.defCard-item h4{font-size:1.25rem;color:#B42916;margin-bottom:12px;font-weight:600}
.defCard-item p{font-size:.98rem;line-height:1.6;color:#444}
.divisionContent-main{margin-bottom:52px}
.divisionContent-main h2{font-size:2.1rem;color:#1a1a1a;margin-bottom:28px;padding-bottom:16px;border-bottom:2px dashed #e0e0e0;position:relative;font-weight:600}
.divisionContent-main h2::before{content:'';position:absolute;left:0;bottom:-2px;width:80px;height:2px;background:#B42916}
.divisionContent-main h3{font-size:1.5rem;color:#2c2c2c;margin:32px 0 18px;font-weight:600}
.divisionContent-main h5{font-size:1.15rem;color:#B42916;margin:24px 0 12px;font-weight:600}
.divisionContent-main p{font-size:1rem;line-height:1.75;color:#3a3a3a;margin-bottom:18px}
.divisionContent-main ul{margin:20px 0 24px 20px;list-style:none}
.divisionContent-main ul li{position:relative;padding-left:28px;margin-bottom:14px;font-size:1rem;line-height:1.7;color:#3a3a3a}
.divisionContent-main ul li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:linear-gradient(135deg,#B42916 0%,#FFE911 100%);border-radius:3px;transform:rotate(45deg)}
.tableWrapper-box{overflow-x:auto;margin:32px 0;border-radius:8px;box-shadow:0 4px 16px #0000000f}
.cookieTable-element{width:100%;border-collapse:collapse;background:#fff}
.cookieTable-element thead{background:linear-gradient(135deg,#B42916 0%,#a02414 100%)}
.cookieTable-element thead th{padding:18px 16px;text-align:left;color:#fff;font-weight:600;font-size:1.05rem;border-bottom:3px solid #FFE911}
.cookieTable-element tbody tr{border-bottom:1px solid #e8e8e8;transition:background-color .2s ease}
.cookieTable-element tbody tr:hover{background-color:#fffdf5}
.cookieTable-element tbody td{padding:16px;font-size:.95rem;color:#3a3a3a;line-height:1.6}
.cookieTable-element tbody td:first-child{font-weight:600;color:#B42916}
.highlighted-notice{background:linear-gradient(120deg,#fff5f3 0%,#fffef0 100%);border-left:6px solid #FFE911;padding:28px;margin:36px 0;border-radius:6px;box-shadow:0 2px 10px #b429161a}
.highlighted-notice h6{font-size:1.2rem;color:#B42916;margin-bottom:14px;font-weight:700}
.highlighted-notice p{font-size:1rem;line-height:1.7;color:#2c2c2c;margin-bottom:12px}
.controlsDisplay-area{display:flex;flex-wrap:wrap;gap:16px;margin:32px 0;padding:32px;background:#f9f9f9;border-radius:10px;border:2px solid #e5e5e5}
.controlOption-card{flex:1 1 calc(50% - 16px);min-width:260px;background:#fff;padding:24px;border-radius:8px;border:1px solid #ddd;box-shadow:0 2px 8px #0000000a}
.controlOption-card h6{font-size:1.1rem;color:#1a1a1a;margin-bottom:10px;font-weight:600}
.controlOption-card p{font-size:.95rem;line-height:1.6;color:#555;margin-bottom:8px}
.contactInfo-footer{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);padding:48px;border-radius:12px;text-align:center;margin-top:56px;box-shadow:0 8px 24px #b4291626}
.contactInfo-footer h3{font-size:1.9rem;color:#1a1a1a;margin-bottom:20px;font-weight:700}
.contactInfo-footer p{font-size:1.05rem;line-height:1.7;color:#2c2c2c;margin-bottom:14px}
.contactInfo-footer a{color:#B42916;font-weight:600;text-decoration:none;transition:all .3s ease;border-bottom:2px solid transparent}
.contactInfo-footer a:hover{border-bottom-color:#B42916}
.divider-wave{width:100%;height:60px;margin:48px 0;position:relative;overflow:hidden}
.divider-wave svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
@media (max-width: 768px) {
.corporatePolicy-wrapper{padding:40px 16px}
.policy-titleBox h1{font-size:2rem}
.divisionContent-main h2{font-size:1.7rem}
.divisionContent-main h3{font-size:1.3rem}
.defintionGroup-container{grid-template-columns:1fr}
.controlOption-card{flex:1 1 100%}
.tableWrapper-box{font-size:.85rem}
.cookieTable-element thead th,.cookieTable-element tbody td{padding:12px 10px}
.contactInfo-footer{padding:32px 20px}
.contactInfo-footer h3{font-size:1.5rem}
}
@media (max-width: 480px) {
.policy-titleBox h1{font-size:1.6rem}
.divisionContent-main h2{font-size:1.5rem}
.introBlock-section{padding:20px}
.defCard-item{padding:20px}
}
.privacyHero-wrapper{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.privacyHero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.heroContent-container{max-width:960px;margin:0 auto;position:relative;z-index:2}
.heroContent-container h1{font-size:48px;color:#FFF;margin:0 0 16px;font-weight:700;text-shadow:2px 2px 8px #00000026}
.heroContent-container .subTitle-text{font-size:18px;color:#fffffff2;margin:0;line-height:1.6}
.policyIntro-section{padding:60px 20px;background:#FFF}
.introContent-box{max-width:960px;margin:0 auto}
.introContent-box h2{font-size:32px;color:#B42916;margin:0 0 24px;font-weight:600}
.introContent-box .dateUpdate-info{background:#FFE911;display:inline-block;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;color:#333;margin-bottom:24px}
.introContent-box p{font-size:16px;line-height:1.7;color:#333;margin:0 0 16px}
.dataCollection-wrapper{padding:70px 20px;background:linear-gradient(180deg,#FFF 0%,#ffe91114 100%);position:relative}
.dataCollection-wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%)}
.dataGrid-layout{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px}
.dataGrid-layout h3{font-size:28px;color:#B42916;margin:0 0 20px;font-weight:600;grid-column:1 / -1}
.dataCard-item{background:#FFF;padding:28px;border-radius:8px;box-shadow:0 4px 12px #b4291614;border-left:4px solid #B42916;transition:transform .3s ease,box-shadow .3s ease}
.dataCard-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #b4291626}
.dataCard-item h4{font-size:20px;color:#333;margin:0 0 12px;font-weight:600}
.dataCard-item h4::before{content:'→';color:#FFE911;margin-right:8px;font-weight:700}
.dataCard-item p{font-size:15px;line-height:1.6;color:#555;margin:0}
.dataCard-item ul{margin:12px 0 0;padding-left:20px}
.dataCard-item li{font-size:14px;color:#666;line-height:1.7;margin-bottom:6px}
.rightsProtection-section{padding:60px 20px;background:#FFF}
.rightsAsym-layout{max-width:960px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.rightsSidebar-column{flex:0 0 280px;position:sticky;top:20px}
.rightsSidebar-column h3{font-size:26px;color:#B42916;margin:0 0 20px;font-weight:600;line-height:1.3}
.rightsNav-list{list-style:none;margin:0;padding:0}
.rightsNav-list li{margin-bottom:12px}
.rightsNav-list a{display:block;padding:10px 16px;background:#ffe91126;color:#333;text-decoration:none;border-radius:6px;font-size:14px;font-weight:500;transition:background .3s ease,padding-left .3s ease;border-left:3px solid transparent}
.rightsNav-list a:hover{background:#FFE911;padding-left:22px;border-left-color:#B42916}
.rightsMain-column{flex:1}
.rightsContent-block{margin-bottom:40px}
.rightsContent-block h4{font-size:22px;color:#B42916;margin:0 0 16px;font-weight:600}
.rightsContent-block h5{font-size:18px;color:#333;margin:20px 0 12px;font-weight:600}
.rightsContent-block p{font-size:15px;line-height:1.7;color:#444;margin:0 0 14px}
.rightsContent-block ul{margin:12px 0;padding-left:24px}
.rightsContent-block li{font-size:15px;color:#555;line-height:1.7;margin-bottom:8px}
.contactPolicy-wrapper{padding:70px 20px;background:linear-gradient(228deg,#b429160d 0%,#ffe9111a 50%,#FFF 100%);position:relative}
.contactPolicy-wrapper::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,transparent 0%,#B42916 50%,transparent 100%)}
.contactSplit-layout{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center}
.contactInfo-area h3{font-size:32px;color:#B42916;margin:0 0 20px;font-weight:600}
.contactInfo-area h6{font-size:16px;color:#333;margin:0 0 24px;font-weight:500;line-height:1.6}
.contactInfo-area p{font-size:15px;line-height:1.7;color:#444;margin:0 0 16px}
.contactDetails-box{background:#FFF;padding:32px;border-radius:10px;box-shadow:0 6px 16px #00000014;border-top:4px solid #FFE911}
.contactItem-row{display:flex;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px dashed #b4291626}
.contactItem-row:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.contactIcon-circle{width:48px;height:48px;background:linear-gradient(135deg,#B42916 0%,#FFE911 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0}
.contactIcon-circle svg{width:24px;height:24px;fill:#FFF}
.contactText-data h6{font-size:13px;color:#888;margin:0 0 4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.contactText-data a,.contactText-data span{font-size:16px;color:#333;text-decoration:none;font-weight:600;transition:color .3s ease}
.contactText-data a:hover{color:#B42916}
@media (max-width: 768px) {
.heroContent-container h1{font-size:36px}
.heroContent-container .subTitle-text{font-size:16px}
.privacyHero-wrapper{padding:60px 20px 50px}
.dataGrid-layout{grid-template-columns:1fr;gap:24px}
.rightsAsym-layout{flex-direction:column;gap:30px}
.rightsSidebar-column{flex:none;position:static;width:100%}
.contactSplit-layout{grid-template-columns:1fr;gap:40px}
.contactDetails-box{padding:24px}
}
@media (max-width: 480px) {
.heroContent-container h1{font-size:28px}
.introContent-box h2{font-size:26px}
.dataGrid-layout h3{font-size:24px}
.dataCard-item{padding:20px}
.contactInfo-area h3{font-size:26px}
}
.successWrap-01{max-width:960px;margin:0 auto;padding:60px 20px}
.confirmSection{background:linear-gradient(135deg,#FFF 0%,#FFE911 100%);border-radius:8px;padding:50px 40px;text-align:center;box-shadow:0 8px 24px #b429161f;margin-bottom:50px;position:relative;overflow:hidden}
.confirmSection::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#b4291614 0%,transparent 70%);pointer-events:none}
.confirmSection .iconGraphic{width:120px;height:120px;margin:0 auto 30px;position:relative;z-index:2}
.confirmSection h1{font-size:42px;color:#B42916;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.confirmSection .mainTxt{font-size:18px;color:#2c2c2c;line-height:1.6;margin:0 0 25px;position:relative;z-index:2}
.confirmSection .detailInfo{background:#ffffffb3;border-radius:6px;padding:25px;margin:30px 0 0;border-left:4px solid #B42916;text-align:left;position:relative;z-index:2}
.confirmSection .detailInfo h4{font-size:20px;color:#B42916;margin:0 0 15px;font-weight:600}
.confirmSection .detailInfo p{font-size:16px;color:#3c3c3c;line-height:1.7;margin:0 0 10px}
.confirmSection .detailInfo p:last-child{margin-bottom:0}
.nextBlock{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}
.actionCard{background:#FFF;border-radius:8px;padding:35px 30px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:3px solid #FFE911;position:relative}
.actionCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #b4291626}
.actionCard::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#B42916 0%,#FFE911 100%);transform:scaleX(0);transition:transform .3s ease}
.actionCard:hover::after{transform:scaleX(1)}
.actionCard h3{font-size:24px;color:#B42916;margin:0 0 15px;font-weight:600}
.actionCard .cardTxt{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 25px}
.actionCard .linkBtn{display:inline-block;background:linear-gradient(135deg,#B42916 0%,#d43820 100%);color:#FFF;padding:12px 30px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 10px #b4291640;z-index:10;position:relative}
.actionCard .linkBtn:hover{background:linear-gradient(135deg,#d43820 0%,#B42916 100%);box-shadow:0 6px 16px #b4291659;transform:translateY(-2px)}
.actionCard .linkBtn:active{transform:translateY(0)}
.supportInfo{background:linear-gradient(228deg,#B42916 0%,#FFE911 50%,#FFF 100%);border-radius:8px;padding:40px;text-align:center;margin-top:45px}
.supportInfo h5{font-size:22px;color:#1a1a1a;margin:0 0 20px;font-weight:600}
.supportInfo .contactRow{display:flex;flex-direction:row;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:25px}
.supportInfo .contactItem{display:flex;flex-direction:column;align-items:center;gap:8px}
.supportInfo .contactLabel{font-size:14px;color:#5a5a5a;font-weight:500}
.supportInfo .contactValue{font-size:18px;color:#1a1a1a;font-weight:600;text-decoration:none;transition:color .3s ease}
.supportInfo .contactValue:hover{color:#B42916}
@media (max-width: 768px) {
.successWrap-01{padding:40px 15px}
.confirmSection{padding:35px 25px}
.confirmSection .iconGraphic{width:90px;height:90px}
.confirmSection h1{font-size:32px}
.confirmSection .mainTxt{font-size:16px}
.confirmSection .detailInfo{padding:20px}
.nextBlock{grid-template-columns:1fr;gap:20px}
.actionCard{padding:28px 22px}
.actionCard h3{font-size:21px}
.supportInfo{padding:30px 20px}
.supportInfo .contactRow{flex-direction:column;gap:20px}
}
@media (max-width: 480px) {
.confirmSection h1{font-size:28px}
.confirmSection .mainTxt{font-size:15px}
.actionCard h3{font-size:19px}
.actionCard .cardTxt{font-size:15px}
.actionCard .linkBtn{padding:10px 24px;font-size:15px}
}