*{margin:0;padding:0}
.header-container,.footer-layout{box-sizing:border-box}
body{font-family:'Noto Serif',serif;line-height:1.6;color:#1a1a1a;background:#fafafa}
.header-upper{background:linear-gradient(135deg,#CC1938 0%,#03893E 100%);padding:24px 0;box-shadow:0 4px 8px #00000026}
.header-container{max-width:1024px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:200px 1fr 300px;gap:30px;align-items:center}
.header-logo-zone{display:flex;align-items:center}
.logo-wrapper{display:inline-block;background:#fff;padding:8px;border-radius:8px;box-shadow:0 3px 6px #0003}
.site-logo{width:90px;height:90px;display:block}
.header-center-zone{text-align:center}
.company-title{font-size:42px;font-weight:700;color:#fff;text-shadow:2px 2px 4px #0000004d;letter-spacing:1px}
.header-nav-zone{display:flex;justify-content:flex-end}
.main-navigation{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.main-navigation .nav-link{color:#fff;text-decoration:none;font-size:16px;font-weight:400;padding:10px 16px;border-radius:6px;transition:background .2s ease-out,border .2s ease-out;border:2px solid transparent}
.main-navigation .nav-link:hover{background:#ffffff26;border:2px solid #fff}
.header-lower{background:#f5f5f5;border-top:3px solid #D3820D;padding:12px 0}
.header-decorative-grid{max-width:1024px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.deco-cell{height:6px;border-radius:3px}
.deco-cell.cell-1{background:#CC1938}
.deco-cell.cell-2{background:#03893E}
.deco-cell.cell-3{background:#D3820D}
.deco-cell.cell-4{background:linear-gradient(90deg,#CC1938,#03893E)}
.deco-cell.cell-5{background:linear-gradient(90deg,#03893E,#D3820D)}
.deco-cell.cell-6{background:linear-gradient(90deg,#D3820D,#CC1938)}
footer{background:#2a2a2a;color:#e0e0e0;padding:48px 0 24px;margin-top:60px;border-top:4px solid #CC1938}
.footer-layout{max-width:1024px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px}
.footer-left-zone{border-right:2px solid #444;padding-right:40px}
.footer-brand .footer-company-name{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}
.footer-brand .footer-tagline{font-size:15px;color:#b0b0b0;margin-bottom:24px}
.footer-contact-block{display:flex;flex-direction:column;gap:12px}
.footer-contact-block .contact-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#d0d0d0}
.footer-contact-block .contact-item i{color:#03893E;font-size:18px}
.footer-right-zone{display:flex;flex-direction:column;justify-content:space-between}
.footer-nav{display:flex;flex-direction:column;gap:10px}
.footer-nav .footer-link{color:#d0d0d0;text-decoration:none;font-size:15px;padding:8px 0;transition:color .2s ease-out;border-bottom:1px solid transparent}
.footer-nav .footer-link:hover{color:#fff;border-bottom:1px solid #03893E}
.footer-copyright{margin-top:20px;padding-top:20px;border-top:1px solid #444}
.footer-copyright p{font-size:13px;color:#999}
.cookie-popup{display:none;position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#fff;border:2px solid #CC1938;border-radius:8px;padding:24px 32px;box-shadow:0 6px 12px #00000040;z-index:9999;max-width:480px}
.cookie-popup.showing{display:block}
.cookie-content{display:flex;flex-direction:column;gap:16px}
.cookie-text{font-size:15px;color:#333;line-height:1.5}
.cookie-actions{display:flex;gap:12px;justify-content:flex-end}
.cookie-btn{padding:10px 24px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:background .2s ease-out,border .2s ease-out;font-family:'Noto Serif',serif}
.cookie-btn.accept-btn{background:#03893E;color:#fff;border:2px solid #03893E}
.cookie-btn.accept-btn:hover{background:#026d31;border:2px solid #026d31}
.cookie-btn.decline-btn{background:#fff;color:#CC1938;border:2px solid #CC1938}
.cookie-btn.decline-btn:hover{background:#f5f5f5;border:2px solid #a0142d}
@media (max-width: 1024px) {
.header-container{grid-template-columns:160px 1fr 260px;gap:20px}
.site-logo{width:75px;height:75px}
.company-title{font-size:34px}
.main-navigation{gap:12px}
.main-navigation .nav-link{font-size:15px;padding:8px 12px}
}
@media (max-width: 640px) {
.header-container{grid-template-columns:1fr;gap:16px;text-align:center}
.header-logo-zone{justify-content:center}
.site-logo{width:70px;height:70px}
.company-title{font-size:28px}
.header-nav-zone{justify-content:center}
.main-navigation{justify-content:center;gap:10px}
.main-navigation .nav-link{font-size:14px;padding:8px 12px}
.header-decorative-grid{grid-template-columns:repeat(3,1fr)}
.footer-layout{grid-template-columns:1fr;gap:40px}
.footer-left-zone{border-right:none;padding-right:0;border-bottom:2px solid #444;padding-bottom:30px}
.cookie-popup{left:20px;right:20px;transform:none;max-width:none}
.cookie-actions{flex-direction:column}
.cookie-btn{width:100%}
}
.terms-body{max-width:1024px;margin:0 auto;padding:48px 24px 64px;background:linear-gradient(to bottom,#fff 0%,#fafafa 100%)}
.terms-body h1{font-size:36px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px;padding-bottom:16px;border-bottom:3px solid #CC1938}
.terms-body h2{font-size:28px;line-height:1.3;font-weight:700;color:#2a2a2a;margin:48px 0 20px;padding-left:12px;border-left:4px solid #03893E}
.terms-body h3{font-size:22px;line-height:1.4;font-weight:600;color:#333;margin:36px 0 16px}
.terms-body h4{font-size:18px;line-height:1.4;font-weight:600;color:#444;margin:28px 0 12px}
.terms-body h5{font-size:16px;line-height:1.5;font-weight:600;color:#555;margin:24px 0 10px}
.terms-body h6{font-size:14px;line-height:1.5;font-weight:600;color:#666;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.5px}
.terms-body p{font-size:16px;line-height:1.75;color:#333;margin:0 0 20px}
.terms-body ul{margin:0 0 24px;padding:0 0 0 24px;list-style-type:none}
.terms-body ul li{font-size:16px;line-height:1.75;color:#333;margin:0 0 12px;padding-left:28px;position:relative}
.terms-body ul li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#CC1938;border-radius:50%}
.terms-body ol{margin:0 0 24px;padding:0 0 0 24px;counter-reset:policy-counter;list-style:none}
.terms-body ol li{font-size:16px;line-height:1.75;color:#333;margin:0 0 12px;padding-left:32px;position:relative;counter-increment:policy-counter}
.terms-body ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:#03893E}
.terms-body table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 4px #00000014;border-radius:8px;overflow:hidden}
.terms-body thead{background:linear-gradient(135deg,#CC1938 0%,#a01530 100%)}
.terms-body thead tr{border:none}
.terms-body thead th{font-size:15px;font-weight:600;color:#fff;text-align:left;padding:16px 20px;border:none}
.terms-body tbody tr{border-bottom:1px solid #e5e5e5;transition:background .2s ease-out}
.terms-body tbody tr:last-child{border-bottom:none}
.terms-body tbody tr:hover{background:#f9f9f9}
.terms-body tbody td{font-size:15px;line-height:1.6;color:#444;padding:14px 20px;border:none}
.terms-body th{font-weight:600}
.terms-body hr{height:2px;background:linear-gradient(to right,#CC1938 0%,#03893E 50%,#D3820D 100%);border:none;margin:48px 0;opacity:.3}
.terms-body div{margin:0 0 24px}
@media (max-width: 640px) {
.terms-body{padding:32px 16px 48px}
.terms-body h1{font-size:28px;margin:0 0 12px;padding-bottom:12px}
.terms-body h2{font-size:22px;margin:36px 0 16px;padding-left:10px}
.terms-body h3{font-size:18px;margin:28px 0 12px}
.terms-body h4{font-size:16px;margin:24px 0 10px}
.terms-body p{font-size:15px;line-height:1.7}
.terms-body ul{padding:0 0 0 16px}
.terms-body ul li{font-size:15px;padding-left:24px}
.terms-body ol{padding:0 0 0 16px}
.terms-body ol li{font-size:15px;padding-left:28px}
.terms-body table{font-size:14px;margin:24px 0}
.terms-body thead th{font-size:13px;padding:12px}
.terms-body tbody td{font-size:14px;padding:10px 12px}
.terms-body hr{margin:36px 0}
}
@media (min-width: 641px) and (max-width: 1023px) {
.terms-body{padding:40px 32px 56px}
.terms-body h1{font-size:32px}
.terms-body h2{font-size:26px}
.terms-body table{margin:28px 0}
}
.heroContainer{max-width:1024px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.heroContent h1{font-size:2.8rem;line-height:1.2;color:#CC1938;margin-bottom:24px}
.keyPoints{list-style:none;padding:0;margin:28px 0}
.keyPoints li{padding-left:28px;position:relative;margin-bottom:16px;color:#2a2a2a;font-size:1.05rem}
.keyPoints li::before{content:'';position:relative;left:-28px;top:8px;width:6px;height:6px;background:linear-gradient(135deg,#CC1938,#03893E);border-radius:50%;display:inline-block;margin-right:12px}
.primaryBtn{background:linear-gradient(90deg,#CC1938,#D3820D);color:#fff;padding:16px 36px;border:none;border-radius:6px;font-size:1.05rem;cursor:pointer;text-decoration:none;display:inline-block;transition:all .25s ease-out;box-shadow:0 4px 8px #cc193840}
.primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #cc193859}
.heroVisual{position:relative}
.heroVisual img{width:100%;height:auto;border-radius:8px;display:block}
.heroVisual::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,#03893e4d,transparent);border-radius:0 0 8px 8px;pointer-events:none}
.dividerLine{width:80px;height:4px;background:linear-gradient(90deg,#CC1938,#03893E);margin:48px auto}
.globalSection{max-width:1024px;margin:0 auto;padding:64px 20px;background:linear-gradient(135deg,#d3820d0d,#03893e0d);border-radius:8px}
.globalSection h2{font-size:2.2rem;color:#2a2a2a;text-align:center;margin-bottom:20px}
.globalSection h2::before{content:'';display:block;width:60px;height:3px;background:#D3820D;margin:0 auto 16px}
.globalSection p{text-align:center;color:#4a4a4a;max-width:720px;margin:0 auto 40px;line-height:1.7}
.regionGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}
.regionCard{background:#fff;padding:28px 20px;border-radius:8px;text-align:center;border:2px solid transparent;transition:all .25s ease-out}
.regionCard:hover{border-color:#03893E;box-shadow:0 5px 15px #03893e26}
.regionCard i{font-size:2.4rem;color:#CC1938;margin-bottom:16px}
.regionCard h3{font-size:1.3rem;color:#2a2a2a;margin-bottom:12px}
.regionCard p{color:#5a5a5a;font-size:.95rem;line-height:1.6}
.pathSection{max-width:1024px;margin:0 auto;padding:64px 20px}
.pathSection h2{font-size:2.2rem;color:#CC1938;margin-bottom:48px;text-align:center}
.journeyTrack{position:relative;padding:20px 0}
.journeyStep{display:grid;grid-template-columns:80px 1fr;gap:28px;margin-bottom:40px;position:relative}
.stepNumber{width:80px;height:80px;background:linear-gradient(135deg,#03893E,#D3820D);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;box-shadow:0 4px 10px #03893e4d}
.stepContent h3{font-size:1.5rem;color:#2a2a2a;margin-bottom:12px}
.stepContent p{color:#4a4a4a;line-height:1.7}
.progressSection{background:linear-gradient(180deg,#cc193814,#d3820d14);padding:64px 20px}
.progressWrap{max-width:1024px;margin:0 auto}
.progressSection h2{font-size:2.2rem;color:#2a2a2a;margin-bottom:16px;text-align:center}
.progressIntro{text-align:center;max-width:680px;margin:0 auto 48px;color:#4a4a4a;line-height:1.7}
.toolsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.toolBox{background:#fff;padding:32px 24px;border-radius:8px;border-left:4px solid #03893E;transition:all .25s ease-out}
.toolBox:hover{transform:translateX(4px);box-shadow:0 6px 16px #03893e33}
.toolBox h3{font-size:1.4rem;color:#CC1938;margin-bottom:14px}
.toolBox p{color:#5a5a5a;line-height:1.6}
.gradStories{max-width:1024px;margin:0 auto;padding:64px 20px}
.gradStories h2{font-size:2.2rem;color:#2a2a2a;margin-bottom:48px;text-align:center}
.gradStories h2::after{content:'';display:block;width:100px;height:3px;background:linear-gradient(90deg,#CC1938,#D3820D);margin:16px auto 0}
.storyCards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.storyCard{background:#fff;border:2px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:all .25s ease-out}
.storyCard:hover{border-color:#CC1938;box-shadow:0 8px 20px #cc193826}
.storyCard img{width:100%;height:240px;object-fit:cover;display:block}
.storyDetails{padding:24px}
.storyDetails h3{font-size:1.3rem;color:#2a2a2a;margin-bottom:10px}
.storyRole{color:#03893E;font-size:.9rem;margin-bottom:14px;font-weight:600}
.storyDetails p{color:#5a5a5a;line-height:1.6;margin-bottom:16px}
.resultMetrics{display:flex;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e8e8e8}
.metric{flex:1;text-align:center}
.metricValue{font-size:1.5rem;font-weight:700;color:#CC1938;display:block}
.metricLabel{font-size:.85rem;color:#6a6a6a}
.interactionHub{background:linear-gradient(135deg,#03893e0f,#cc19380f);padding:64px 20px}
.interactionWrap{max-width:1024px;margin:0 auto}
.interactionHub h2{font-size:2.2rem;color:#2a2a2a;margin-bottom:48px;text-align:center}
.formatTabs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}
.tabBtn{background:#fff;border:2px solid #e8e8e8;border-radius:6px;padding:16px 12px;text-align:center;cursor:pointer;transition:all .25s ease-out;font-size:.95rem;color:#4a4a4a}
.tabBtn:hover{border-color:#03893E;background:#03893e0d}
.tabBtn i{display:block;font-size:1.8rem;color:#D3820D;margin-bottom:8px}
.formatContent{background:#fff;padding:32px;border-radius:8px;box-shadow:0 4px 12px #00000014}
.formatContent h3{font-size:1.5rem;color:#CC1938;margin-bottom:16px}
.formatContent p{color:#4a4a4a;line-height:1.7;margin-bottom:20px}
.featureList{list-style:none;padding:0}
.featureList li{padding-left:28px;position:relative;margin-bottom:12px;color:#5a5a5a}
.featureList li::before{content:'→';position:absolute;left:0;color:#03893E;font-weight:700}
@media (max-width: 1024px) {
.heroContainer{grid-template-columns:1fr;gap:32px;padding:48px 20px}
.heroContent h1{font-size:2.2rem}
.regionGrid{grid-template-columns:repeat(2,1fr)}
.toolsGrid{grid-template-columns:1fr}
.storyCards{grid-template-columns:1fr}
.formatTabs{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.heroContent h1{font-size:1.8rem}
.regionGrid{grid-template-columns:1fr}
.journeyStep{grid-template-columns:60px 1fr;gap:16px}
.stepNumber{width:60px;height:60px;font-size:1.5rem}
.formatTabs{grid-template-columns:1fr}
.resultMetrics{flex-direction:column}
}
.titleHero{background:linear-gradient(135deg,#CC1938 0%,#03893E 100%);padding:80px 20px;position:relative;overflow:hidden}
.titleHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d3820d4d 0%,transparent 70%);border-radius:50%}
.titleHero .wrap{max-width:1024px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}
.titleHero .mainTitle{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.titleHero .subtitle{font-size:20px;color:#fffffff2;max-width:680px;line-height:1.6;margin:0}
.storySection{padding:100px 20px;background:#f9f9f9}
.storySection .container{max-width:1024px;margin:0 auto}
.storySection .grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.storySection .textBox h2{font-size:36px;color:#CC1938;margin:0 0 24px;font-weight:700}
.storySection .textBox p{font-size:17px;line-height:1.7;color:#333;margin:0 0 16px}
.storySection .textBox p:last-child{margin-bottom:0}
.storySection .imageBox img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #00000026}
.valuesBlock{padding:90px 20px;background:#fff}
.valuesBlock .wrapper{max-width:1024px;margin:0 auto}
.valuesBlock h2{font-size:40px;color:#03893E;text-align:center;margin:0 0 60px;font-weight:700}
.valuesBlock .cardsRow{display:flex;gap:30px;justify-content:space-between}
.valuesBlock .valueCard{flex:1;background:linear-gradient(180deg,#f4f4f4 0%,#fff 100%);padding:40px 30px;border-radius:6px;border-left:4px solid #D3820D;box-shadow:0 2px 8px #00000014;transition:transform .2s ease-out,box-shadow .2s ease-out}
.valuesBlock .valueCard:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}
.valuesBlock .valueCard h3{font-size:24px;color:#CC1938;margin:0 0 16px;font-weight:600}
.valuesBlock .valueCard p{font-size:16px;line-height:1.6;color:#555;margin:0}
.teamShowcase{padding:90px 20px;background:linear-gradient(90deg,#03893E 0%,#CC1938 100%);position:relative}
.teamShowcase::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:#D3820D}
.teamShowcase .holder{max-width:1024px;margin:0 auto}
.teamShowcase h2{font-size:38px;color:#fff;text-align:center;margin:0 0 50px;font-weight:700}
.teamShowcase .memberLayout{display:flex;gap:50px;align-items:center;background:#ffffff1a;padding:40px;border-radius:10px;backdrop-filter:blur(10px)}
.teamShowcase .portraitSide img{width:220px;height:220px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 4px 16px #0003}
.teamShowcase .infoSide h3{font-size:28px;color:#fff;margin:0 0 8px;font-weight:600}
.teamShowcase .infoSide h4{font-size:18px;color:#D3820D;margin:0 0 20px;font-weight:500}
.teamShowcase .infoSide p{font-size:16px;line-height:1.7;color:#fffffff2;margin:0 0 14px}
.teamShowcase .infoSide p:last-child{margin-bottom:0}
.approachDisplay{padding:100px 20px;background:#fff}
.approachDisplay .base{max-width:1024px;margin:0 auto}
.approachDisplay .splitLayout{display:grid;grid-template-columns:500px 1fr;gap:70px;align-items:start}
.approachDisplay .visualColumn{display:flex;flex-direction:column;gap:20px}
.approachDisplay .visualColumn img{width:100%;height:auto;border-radius:8px;box-shadow:0 3px 10px #0000001a}
.approachDisplay .contentColumn h2{font-size:36px;color:#CC1938;margin:0 0 30px;font-weight:700}
.approachDisplay .methodItem{margin-bottom:32px;padding-left:20px;border-left:3px solid #03893E}
.approachDisplay .methodItem h3{font-size:22px;color:#03893E;margin:0 0 10px;font-weight:600}
.approachDisplay .methodItem p{font-size:16px;line-height:1.7;color:#444;margin:0}
@media (max-width: 1024px) {
.titleHero{padding:60px 20px}
.titleHero .mainTitle{font-size:36px}
.titleHero .subtitle{font-size:18px}
.storySection .grid{grid-template-columns:1fr;gap:40px}
.valuesBlock .cardsRow{flex-direction:column}
.teamShowcase .memberLayout{flex-direction:column;text-align:center}
.approachDisplay .splitLayout{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 640px) {
.titleHero .mainTitle{font-size:28px}
.titleHero .subtitle{font-size:16px}
.storySection{padding:60px 20px}
.storySection .textBox h2{font-size:28px}
.valuesBlock h2{font-size:30px}
.valuesBlock .valueCard{padding:30px 20px}
.teamShowcase h2{font-size:30px}
.teamShowcase .memberLayout{padding:30px 20px}
.approachDisplay .contentColumn h2{font-size:28px}
}
.contact-hero{position:relative;padding:80px 20px;overflow:hidden;background:linear-gradient(135deg,#CC1938 0%,#03893E 100%)}
.contact-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;transform:rotate(45deg)}
.contact-hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#d3820d26;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.hero-content-wrapper{max-width:1024px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-text-block h1{font-size:48px;color:#fff;margin:0 0 20px;line-height:1.2;font-weight:700}
.hero-text-block p{font-size:18px;color:#ffffffe6;line-height:1.6;margin:0}
.hero-visual-block{position:relative}
.hero-visual-block img{width:100%;height:400px;object-fit:cover;border-radius:8px;filter:sepia(0.3) contrast(1.1);box-shadow:0 20px 40px #0000004d}
.geometric-shape{position:absolute;width:120px;height:120px;background:#d3820d66;top:-30px;left:-30px;border-radius:50%}
.geometric-shape-2{position:absolute;width:80px;height:80px;background:#03893e4d;bottom:-20px;right:-20px;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.contact-main-section{padding:100px 20px;background:#fafafa}
.main-content-wrapper{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px}
.info-panel h2{font-size:32px;color:#1a1a1a;margin:0 0 30px;font-weight:600}
.info-panel p{font-size:16px;color:#555;line-height:1.7;margin:0 0 40px}
.contact-detail-item{margin-bottom:30px}
.contact-detail-item h3{font-size:14px;text-transform:uppercase;color:#CC1938;margin:0 0 8px;font-weight:600;letter-spacing:.5px}
.contact-detail-item a{color:#1a1a1a;text-decoration:none;font-size:16px;transition:color .2s ease-out}
.contact-detail-item a:hover{color:#CC1938}
.contact-detail-item .address-text{color:#1a1a1a;font-size:16px;line-height:1.6}
.form-container{background:#fff;padding:50px;border-radius:8px;box-shadow:0 4px 12px #00000014}
.form-container h2{font-size:28px;color:#1a1a1a;margin:0 0 10px;font-weight:600}
.form-container .subtitle-text{font-size:15px;color:#666;margin:0 0 35px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.input-group{display:flex;flex-direction:column}
.input-group label{font-size:14px;color:#333;margin-bottom:8px;font-weight:500}
.input-group input,.input-group select{padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:15px;transition:border-color .2s ease-out;background:#fff}
.input-group input:focus,.input-group select:focus{outline:none;border-color:#CC1938}
.full-width{grid-column:1 / -1}
.custom-select-wrapper{position:relative}
.custom-select-wrapper::after{content:'\f282';font-family:'bootstrap-icons';position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666}
.custom-select-wrapper select{appearance:none;width:100%;cursor:pointer}
.privacy-checkbox-wrapper{display:flex;align-items:flex-start;margin:30px 0;gap:10px}
.privacy-checkbox-wrapper input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-checkbox-wrapper label{font-size:14px;color:#555;line-height:1.5;cursor:pointer}
.privacy-checkbox-wrapper label a{color:#CC1938;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease-out}
.privacy-checkbox-wrapper label a:hover{border-bottom-color:#CC1938}
.submit-btn-wrapper{display:flex;justify-content:flex-end}
.submit-btn-wrapper button{padding:16px 50px;background:linear-gradient(135deg,#CC1938 0%,#D3820D 100%);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease-out,box-shadow .2s ease-out;box-shadow:0 4px 8px #cc19384d}
.submit-btn-wrapper button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #cc193866}
.submit-btn-wrapper button:active{transform:translateY(0)}
@media (max-width: 1024px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-block h1{font-size:38px}
.main-content-wrapper{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 640px) {
.contact-hero{padding:60px 20px}
.hero-text-block h1{font-size:32px}
.hero-text-block p{font-size:16px}
.hero-visual-block img{height:300px}
.geometric-shape{width:80px;height:80px}
.contact-main-section{padding:60px 20px}
.form-container{padding:30px 20px}
.form-row{grid-template-columns:1fr;gap:20px}
.submit-btn-wrapper{justify-content:stretch}
.submit-btn-wrapper button{width:100%}
}
.titleSection{max-width:1024px;margin:0 auto;padding:48px 20px;display:grid;grid-template-columns:200px 1fr 200px;gap:32px;align-items:center}
.titleSection .imageLeft,.titleSection .imageRight{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #cc193826;filter:brightness(0.92) contrast(1.05)}
.titleSection .centerText{text-align:center}
.titleSection .centerText .smallIntro{font-size:16px;color:#666;margin-bottom:8px;letter-spacing:.5px}
.titleSection .centerText .mainTitle{font-size:38px;font-weight:700;color:#CC1938;margin-bottom:12px;line-height:1.2}
.titleSection .centerText .subTitle{font-size:20px;color:#03893E;font-weight:500}
.overviewWrap{background:linear-gradient(135deg,#CC1938 0%,#03893E 100%);padding:64px 20px;margin-top:0}
.overviewWrap .innerContent{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}
.overviewWrap .textBlock h2{font-size:32px;color:#fff;margin-bottom:20px;font-weight:600}
.overviewWrap .textBlock p{font-size:17px;color:#fffffff2;line-height:1.7;margin-bottom:16px}
.overviewWrap .highlightBox{background:#ffffff1f;padding:28px;border-radius:10px;border-left:5px solid #D3820D}
.overviewWrap .highlightBox h3{font-size:22px;color:#fff;margin-bottom:16px;font-weight:600}
.overviewWrap .highlightBox ul{list-style:none;padding:0;margin:0}
.overviewWrap .highlightBox ul li{font-size:16px;color:#ffffffe6;margin-bottom:12px;padding-left:24px;position:relative}
.overviewWrap .highlightBox ul li::before{content:"→";position:absolute;left:0;color:#D3820D;font-weight:700}
.pathStructure{max-width:1024px;margin:72px auto;padding:0 20px}
.pathStructure h2{font-size:30px;color:#CC1938;margin-bottom:48px;text-align:center;font-weight:600}
.pathStructure .modulesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.pathStructure .moduleCard{background:#f9f9f9;border-radius:6px;padding:32px 24px;border:2px solid transparent;transition:all .25s ease-out;position:relative}
.pathStructure .moduleCard::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#CC1938,#03893E);border-radius:6px 6px 0 0}
.pathStructure .moduleCard:hover{border-color:#03893E;transform:translateY(-4px);box-shadow:0 6px 16px #03893e33}
.pathStructure .moduleCard .stepNumber{display:inline-block;background:#CC1938;color:#fff;font-size:14px;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:16px}
.pathStructure .moduleCard h3{font-size:20px;color:#222;margin-bottom:12px;font-weight:600}
.pathStructure .moduleCard p{font-size:15px;color:#555;line-height:1.6;margin-bottom:16px}
.pathStructure .moduleCard .duration{font-size:14px;color:#03893E;font-weight:600}
.instructorSection{background:#fafafa;padding:64px 20px}
.instructorSection .wrapper{max-width:1024px;margin:0 auto}
.instructorSection h2{font-size:30px;color:#CC1938;margin-bottom:40px;text-align:center;font-weight:600}
.instructorSection .teamDisplay{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}
.instructorSection .personCard{background:#fff;border-radius:8px;padding:24px;width:280px;text-align:center;box-shadow:0 3px 10px #00000014;transition:transform .3s ease-out}
.instructorSection .personCard:hover{transform:scale(1.04)}
.instructorSection .personCard img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:16px;border:4px solid #03893E}
.instructorSection .personCard h3{font-size:19px;color:#222;margin-bottom:8px;font-weight:600}
.instructorSection .personCard .role{font-size:14px;color:#D3820D;margin-bottom:12px;font-weight:500}
.instructorSection .personCard p{font-size:14px;color:#666;line-height:1.5}
.enrollmentPanel{max-width:1024px;margin:72px auto 80px;padding:0 20px}
.enrollmentPanel .enrollWrap{background:linear-gradient(165deg,#03893E 0%,#CC1938 100%);border-radius:12px;padding:56px 48px;text-align:center;position:relative;overflow:hidden}
.enrollmentPanel .enrollWrap::before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#ffffff1a,transparent);border-radius:50%}
.enrollmentPanel .enrollWrap h2{font-size:32px;color:#fff;margin-bottom:20px;font-weight:700;position:relative;z-index:2}
.enrollmentPanel .enrollWrap p{font-size:18px;color:#fffffff2;margin-bottom:32px;line-height:1.6;position:relative;z-index:2}
.enrollmentPanel .enrollWrap .actionBtn{display:inline-block;background:#fff;color:#CC1938;font-size:18px;font-weight:700;padding:16px 48px;border-radius:6px;text-decoration:none;transition:all .25s ease-out;box-shadow:0 4px 12px #00000026;position:relative;z-index:3}
.enrollmentPanel .enrollWrap .actionBtn:hover{background:#D3820D;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #00000040}
@media (max-width: 1024px) {
.titleSection{grid-template-columns:160px 1fr 160px;gap:24px}
.titleSection .imageLeft,.titleSection .imageRight{height:220px}
.pathStructure .modulesGrid{grid-template-columns:repeat(2,1fr)}
.overviewWrap .innerContent{gap:36px}
}
@media (max-width: 640px) {
.titleSection{grid-template-columns:1fr;padding:32px 20px}
.titleSection .imageLeft{order:1;height:180px}
.titleSection .centerText{order:2}
.titleSection .imageRight{order:3;height:180px}
.titleSection .centerText .mainTitle{font-size:28px}
.titleSection .centerText .subTitle{font-size:17px}
.overviewWrap .innerContent{grid-template-columns:1fr;gap:32px}
.pathStructure .modulesGrid{grid-template-columns:1fr}
.instructorSection .teamDisplay{flex-direction:column;align-items:center}
.enrollmentPanel .enrollWrap{padding:40px 24px}
.enrollmentPanel .enrollWrap h2{font-size:26px}
.enrollmentPanel .enrollWrap p{font-size:16px}
}
.success-wrapper{max-width:1024px;margin:0 auto;padding:0 20px}
.confirmation-section{display:grid;grid-template-columns:1fr;gap:40px;padding:80px 0;align-items:center}
.confirmation-visual{position:relative;display:flex;flex-direction:column;gap:24px}
.check-graphic{width:120px;height:120px;margin:0 auto;position:relative}
.check-circle{width:100%;height:100%;background:linear-gradient(135deg,#03893E 0%,#CC1938 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #cc193840}
.check-mark{width:60px;height:60px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.confirmation-content .main-heading{font-size:2.8rem;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 16px;line-height:1.2}
.confirmation-content .description-text{font-size:1.1rem;line-height:1.7;color:#4a4a4a;text-align:center;margin:0 0 32px}
.action-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.action-buttons .primary-btn{padding:14px 32px;background:linear-gradient(90deg,#CC1938 0%,#03893E 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease-out;box-shadow:0 4px 12px #cc193833;border:none;cursor:pointer}
.action-buttons .primary-btn:hover{box-shadow:0 6px 18px #cc193859;transform:translateY(-2px)}
.action-buttons .secondary-btn{padding:14px 32px;background:transparent;color:#CC1938;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;border:2px solid #CC1938;transition:all .3s ease-out;cursor:pointer}
.action-buttons .secondary-btn:hover{background:#CC1938;color:#fff;border-color:#CC1938}
.next-steps-block{background:linear-gradient(135deg,#03893e0d 0%,#d3820d0d 100%);padding:60px 0;margin:40px 0 0}
.steps-container{max-width:1024px;margin:0 auto;padding:0 20px}
.steps-heading{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 48px;text-align:center;position:relative}
.steps-heading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#CC1938 0%,#D3820D 100%);margin:16px auto 0;border-radius:2px}
.timeline-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;position:relative}
.step-card{background:#fff;padding:32px 24px;border-radius:8px;box-shadow:0 4px 12px #00000014;position:relative;transition:all .3s ease-out}
.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #cc193826}
.step-number{width:48px;height:48px;background:linear-gradient(135deg,#CC1938 0%,#D3820D 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;margin:0 0 20px}
.step-card h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.step-card p{font-size:1rem;line-height:1.6;color:#666;margin:0}
.contact-info-box{background:#fff;border:2px solid #03893E;border-radius:8px;padding:24px;margin:40px 0 0;text-align:center}
.contact-info-box h4{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.contact-item{display:flex;align-items:center;gap:10px;font-size:1rem;color:#4a4a4a}
.contact-item i{color:#CC1938;font-size:1.2rem}
.contact-item a{color:#03893E;text-decoration:none;font-weight:600;transition:color .3s ease-out}
.contact-item a:hover{color:#CC1938}
@media (min-width: 640px) {
.confirmation-section{grid-template-columns:1fr;gap:48px;padding:100px 0}
.check-graphic{width:140px;height:140px}
.confirmation-content .main-heading{font-size:3.2rem}
.steps-heading{font-size:2.5rem}
.contact-details{flex-direction:row;justify-content:center;gap:32px}
}
@media (min-width: 1024px) {
.confirmation-section{padding:120px 0}
.check-graphic{width:160px;height:160px}
.confirmation-content .main-heading{font-size:3.6rem}
.timeline-wrapper{grid-template-columns:repeat(3,1fr)}
}