*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Open Sans',sans-serif;background:#FFF;color:#1a1a1a;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}
h1,h2,h3,h4,h5,h6{font-family:'Lora',serif}
.hdrTop{background:linear-gradient(135deg,#FFFDE5 0%,#FFE712 100%);padding:20px 0;box-shadow:0 4px 12px #16014c14}
.hdrTop .topWrap{max-width:1320px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:20px 25px}
.hdrTop .brandZone{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center}
.hdrTop .logoBox{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#FFF;border-radius:8px;box-shadow:0 2px 8px #16014c1f}
.hdrTop .siteLogo{width:70px;height:70px;object-fit:contain}
.hdrTop .companyTitle{display:flex;align-items:center}
.hdrTop .brandText{font-family:'Lora',serif;font-size:28px;font-weight:700;color:#16014C;letter-spacing:-.5px}
.hdrTop .mainNav{grid-column:1 / -1;display:flex;gap:35px;align-items:center;padding-top:10px;border-top:2px solid #16014c1a}
.hdrTop .navLink{font-size:16px;font-weight:500;color:#16014C;text-decoration:none;padding:8px 16px;border-radius:6px;transition:background .2s ease}
.hdrTop .navLink:hover{background:#16014c14}
@media (max-width: 640px) {
.hdrTop .brandZone{grid-template-columns:1fr;text-align:center;justify-items:center}
.hdrTop .mainNav{flex-direction:column;gap:15px;padding-top:15px}
.hdrTop .brandText{font-size:24px}
}
main{flex:1}
.ftrWrap{background:linear-gradient(225deg,#16014C 0%,#2a0b5f 100%);color:#FFF;padding:60px 20px 20px;box-shadow:0 -8px 24px #16014c26 0 -4px 12px #16014c1a}
.ftrWrap .ftrGrid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.ftrWrap .ftrHeading{font-size:20px;font-weight:700;margin-bottom:20px;color:#FFE712}
.ftrWrap .contactItem{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;line-height:1.5}
.ftrWrap .contactItem i{font-size:20px;color:#FFE712;margin-top:2px}
.ftrWrap .contactItem a{color:#FFF;text-decoration:none;transition:color .2s ease}
.ftrWrap .contactItem a:hover{color:#FFE712}
.ftrWrap .scheduleList{display:flex;flex-direction:column;gap:10px}
.ftrWrap .schedItem{display:flex;justify-content:space-between;gap:15px}
.ftrWrap .dayLabel{font-weight:500;color:#FFE712}
.ftrWrap .ftrLinks{display:flex;flex-direction:column;gap:12px}
.ftrWrap .ftrLink{color:#FFF;text-decoration:none;transition:color .2s ease;display:inline-block}
.ftrWrap .ftrLink:hover{color:#FFE712}
.ftrWrap .copyrightBar{max-width:1320px;margin:0 auto;padding-top:30px;border-top:1px solid #ffe71233;text-align:center;font-size:14px;color:#FFFDE5}
@media (max-width: 640px) {
.ftrWrap .ftrGrid{grid-template-columns:1fr;gap:30px}
}
.cookieCard{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateX(100vw);background:#FFF;border-radius:10px;box-shadow:0 12px 40px #16014c33 0 6px 16px #16014c26;padding:30px;max-width:500px;width:90%;z-index:10000;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookieCard.is-visible{transform:translateX(-50%) translateX(0)}
.cookieCard .cookieTitle{font-size:22px;font-weight:700;color:#16014C;margin-bottom:15px}
.cookieCard .cookieText{font-size:15px;color:#333;margin-bottom:25px;line-height:1.6}
.cookieCard .cookieActions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.cookieCard .btnAccept,.cookieCard .btnDecline,.cookieCard .btnCustomize,.cookieCard .btnSave{padding:12px 24px;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease;flex:1;min-width:120px}
.cookieCard .btnAccept{background:#FFE712;color:#16014C}
.cookieCard .btnAccept:hover{background:#f0d800}
.cookieCard .btnDecline{background:#16014C;color:#FFF}
.cookieCard .btnDecline:hover{background:#2a0b5f}
.cookieCard .btnCustomize{background:#FFFDE5;color:#16014C;border:2px solid #FFE712}
.cookieCard .btnCustomize:hover{background:#FFE712}
.cookieCard .btnSave{background:#FFE712;color:#16014C;width:100%;margin-top:15px}
.cookieCard .btnSave:hover{background:#f0d800}
.cookieCard .cookieDetails{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}
.cookieCard .cookieCategory{margin-bottom:15px}
.cookieCard .categoryLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#333}
.cookieCard .categoryLabel input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
@media (max-width: 640px) {
.cookieCard{top:auto;bottom:20px;padding:25px}
.cookieCard .cookieActions{flex-direction:column}
.cookieCard .btnAccept,.cookieCard .btnDecline,.cookieCard .btnCustomize{width:100%}
}
.legal-article{max-width:1320px;margin:0 auto;padding:80px 20px;background:#fff}
.legal-article h1{font-size:42px;font-weight:700;color:#16014C;margin:0 0 48px;line-height:1.2;letter-spacing:-.5px}
.legal-article h2{font-size:32px;font-weight:700;color:#16014C;margin:64px 0 24px;line-height:1.3;letter-spacing:-.3px}
.legal-article h3{font-size:24px;font-weight:600;color:#16014C;margin:48px 0 20px;line-height:1.4}
.legal-article h4{font-size:20px;font-weight:600;color:#16014C;margin:36px 0 16px;line-height:1.4}
.legal-article h5{font-size:18px;font-weight:600;color:#16014C;margin:28px 0 14px;line-height:1.5}
.legal-article h6{font-size:16px;font-weight:600;color:#16014C;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.legal-article p{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 24px}
.legal-article ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:none}
.legal-article ul li{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 12px;padding-left:12px;position:relative}
.legal-article ul li::before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#FFE712;border-radius:50%}
.legal-article ol{margin:0 0 24px;padding:0 0 0 28px;list-style-position:outside;counter-reset:policy-counter}
.legal-article ol li{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 12px;padding-left:12px;position:relative;list-style:none;counter-increment:policy-counter}
.legal-article ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;font-weight:600;color:#16014C}
.legal-article em,.legal-article i{font-style:italic;color:#2a2a2a}
.legal-article strong,.legal-article b{font-weight:600;color:#16014C}
.legal-article a{color:#16014C;text-decoration:underline;text-decoration-color:#FFE712;text-decoration-thickness:2px;text-underline-offset:3px;transition:all .3s ease}
.legal-article a:hover{color:#16014C;background:#FFE712;text-decoration:none}
.legal-article a:focus{outline:2px solid #FFE712;outline-offset:2px;background:#FFFDE5}
.legal-article table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 8px #16014c14}
.legal-article thead{background:#16014C}
.legal-article thead tr th{color:#FFE712;font-weight:600;text-align:left;padding:16px 20px;font-size:16px;letter-spacing:.3px}
.legal-article tbody tr{border-bottom:1px solid #e8e8e8}
.legal-article tbody tr:last-child{border-bottom:none}
.legal-article tbody tr:nth-child(even){background:#FFFDE5}
.legal-article tbody tr:hover{background:#fff9cc}
.legal-article td{padding:14px 20px;font-size:16px;line-height:1.6;color:#2a2a2a}
.legal-article th{font-weight:600}
@media (max-width: 1024px) {
.legal-article{padding:60px 20px}
.legal-article h1{font-size:36px;margin-bottom:36px}
.legal-article h2{font-size:28px;margin-top:48px}
.legal-article h3{font-size:22px}
}
@media (max-width: 640px) {
.legal-article{padding:40px 16px}
.legal-article h1{font-size:30px;margin-bottom:28px}
.legal-article h2{font-size:24px;margin-top:36px;margin-bottom:20px}
.legal-article h3{font-size:20px;margin-top:32px}
.legal-article h4{font-size:18px}
.legal-article p,.legal-article ul li,.legal-article ol li{font-size:16px;line-height:1.7}
.legal-article table{display:block;overflow-x:auto;margin:24px -16px;width:calc(100% + 32px)}
.legal-article thead tr th,.legal-article td{padding:12px 14px;font-size:15px}
}
.titleHero{position:relative;height:100vh;overflow:hidden;display:flex;align-items:flex-end}
.titleHero img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.titleHero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 20%,#16014cb3 100%);z-index:2}
.titleHero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,#16014cf2,transparent);z-index:3}
.titleHero .heroContent{position:relative;z-index:4;max-width:1320px;width:100%;margin:0 auto;padding:0 24px 80px}
.titleHero .heroContent h1{font-size:3.8rem;line-height:1.1;color:#FFFDE5;margin:0 0 20px;font-weight:700}
.titleHero .heroContent .heroDesc{font-size:1.3rem;line-height:1.6;color:#FFFDE5;max-width:680px;opacity:.95}
.storySection{background:#fff;padding:120px 24px}
.storySection .storyWrap{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.storySection .storyText h2{font-size:2.6rem;line-height:1.2;color:#16014C;margin:0 0 28px;font-weight:700}
.storySection .storyText p{font-size:1.05rem;line-height:1.8;color:#333;margin:0 0 18px}
.storySection .storyText p:last-child{margin-bottom:0}
.storySection .storyVisual{position:relative}
.storySection .storyVisual img{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 40px #16014c1f}
.approachBlock{background:linear-gradient(135deg,#FFFDE5 0%,#fff 100%);padding:100px 24px}
.approachBlock .approachContainer{max-width:1320px;margin:0 auto}
.approachBlock h2{font-size:2.4rem;line-height:1.2;color:#16014C;margin:0 0 60px;text-align:center;font-weight:700}
.approachBlock .methodGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approachBlock .methodCard{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 6px 24px #16014c14;transition:all .3s ease;border-top:4px solid transparent}
.approachBlock .methodCard:hover{transform:translateY(-6px);box-shadow:0 12px 36px #16014c26;border-top-color:#FFE712}
.approachBlock .methodCard .cardIcon{width:56px;height:56px;background:linear-gradient(135deg,#FFE712 0%,#fff4a3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.approachBlock .methodCard .cardIcon i{font-size:28px;color:#16014C}
.approachBlock .methodCard h3{font-size:1.4rem;line-height:1.3;color:#16014C;margin:0 0 16px;font-weight:700}
.approachBlock .methodCard p{font-size:1rem;line-height:1.7;color:#555;margin:0}
.journeySection{background:#16014C;padding:110px 24px}
.journeySection .journeyWrap{max-width:1320px;margin:0 auto}
.journeySection h2{font-size:2.5rem;line-height:1.2;color:#FFE712;margin:0 0 70px;text-align:center;font-weight:700}
.journeySection .phaseTimeline{display:flex;flex-direction:column;gap:50px}
.journeySection .phaseItem{display:grid;grid-template-columns:120px 1fr;gap:40px;align-items:flex-start}
.journeySection .phaseNum{background:linear-gradient(135deg,#FFE712 0%,#fff4a3 100%);width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#16014C;box-shadow:0 8px 28px #ffe7124d}
.journeySection .phaseContent h3{font-size:1.6rem;line-height:1.3;color:#FFE712;margin:0 0 16px;font-weight:700}
.journeySection .phaseContent p{font-size:1.05rem;line-height:1.8;color:#FFFDE5;margin:0 0 14px}
.journeySection .phaseContent p:last-child{margin-bottom:0}
.journeySection .phaseContent img{width:100%;max-width:520px;height:auto;border-radius:8px;margin:24px 0 0;box-shadow:0 10px 32px #0000004d}
.commitSection{background:#fff;padding:110px 24px}
.commitSection .commitWrap{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.commitSection .commitText h2{font-size:2.5rem;line-height:1.2;color:#16014C;margin:0 0 32px;font-weight:700}
.commitSection .commitText p{font-size:1.05rem;line-height:1.8;color:#333;margin:0 0 20px}
.commitSection .commitText .promiseList{margin:36px 0 0;padding:0;list-style:none}
.commitSection .commitText .promiseList li{position:relative;padding:0 0 0 36px;margin:0 0 18px;font-size:1.05rem;line-height:1.6;color:#333}
.commitSection .commitText .promiseList li::before{content:'';position:absolute;left:0;top:4px;width:20px;height:20px;background:#FFE712;border-radius:3px}
.commitSection .commitText .promiseList li::after{content:'✓';position:absolute;left:5px;top:1px;font-size:16px;font-weight:700;color:#16014C}
.commitSection .commitVisual img{width:100%;height:auto;border-radius:10px;box-shadow:0 14px 44px #16014c24}
.commitSection .ctaBtn{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#FFE712 0%,#fff4a3 100%);color:#16014C;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:8px;margin:32px 0 0;box-shadow:0 6px 20px #ffe71240;transition:all .3s ease}
.commitSection .ctaBtn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffe71266}
@media (max-width: 1024px) {
.titleHero .heroContent h1{font-size:3rem}
.storySection .storyWrap{grid-template-columns:1fr;gap:50px}
.approachBlock .methodGrid{grid-template-columns:1fr;gap:30px}
.journeySection .phaseItem{grid-template-columns:90px 1fr;gap:30px}
.journeySection .phaseNum{width:90px;height:90px;font-size:2.2rem}
.commitSection .commitWrap{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 640px) {
.titleHero .heroContent{padding:0 20px 60px}
.titleHero .heroContent h1{font-size:2.2rem}
.titleHero .heroContent .heroDesc{font-size:1.1rem}
.storySection{padding:80px 20px}
.storySection .storyText h2{font-size:2rem}
.approachBlock{padding:80px 20px}
.approachBlock h2{font-size:2rem;margin-bottom:40px}
.journeySection{padding:80px 20px}
.journeySection h2{font-size:2rem;margin-bottom:50px}
.journeySection .phaseItem{grid-template-columns:1fr;gap:20px}
.journeySection .phaseNum{width:80px;height:80px;font-size:2rem;margin:0 auto}
.commitSection{padding:80px 20px}
.commitSection .commitText h2{font-size:2rem}
}
.programHero{background:linear-gradient(157deg,#16014C 0%,#2a0866 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.programHero::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:linear-gradient(217deg,#ffe71214 0%,transparent 70%);transform:rotate(-15deg)}
.programHero .heroLayout{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:2}
.programHero .heroText h1{font-size:2.8rem;color:#FFE712;margin:0 0 1.5rem;line-height:1.15;font-weight:700}
.programHero .heroText p{font-size:1.15rem;color:#FFFDE5;line-height:1.7;margin:0 0 1rem}
.programHero .heroVisual{position:relative}
.programHero .heroVisual img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #0000004d}
.curriculumBlock{padding:5rem 1.5rem;background:#FFFDE5}
.curriculumBlock .wrapContent{max-width:1320px;margin:0 auto}
.curriculumBlock .sectionLabel{font-size:2.2rem;color:#16014C;margin:0 0 3rem;font-weight:700}
.curriculumBlock .moduleGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.curriculumBlock .moduleCard{background:#fff;padding:2rem;border-radius:6px;border-left:4px solid #FFE712;box-shadow:0 4px 12px #16014c14;transition:transform .3s ease,box-shadow .3s ease}
.curriculumBlock .moduleCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #16014c26}
.curriculumBlock .moduleCard h3{font-size:1.3rem;color:#16014C;margin:0 0 1rem;font-weight:600}
.curriculumBlock .moduleCard p{font-size:.95rem;color:#4a4a4a;line-height:1.6;margin:0}
.curriculumBlock .moduleCard .weekLabel{display:inline-block;background:#FFE712;color:#16014C;padding:.3rem .8rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:1rem}
.pathwaySection{padding:5rem 1.5rem;background:#fff;position:relative}
.pathwaySection::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FFE712 0%,#16014C 50%,#FFE712 100%)}
.pathwaySection .pathwayWrap{max-width:1320px;margin:0 auto}
.pathwaySection .pathwayTitle{font-size:2.2rem;color:#16014C;margin:0 0 2.5rem;font-weight:700}
.pathwaySection .stageFlow{display:flex;flex-direction:column;gap:2rem}
.pathwaySection .stageItem{display:grid;grid-template-columns:80px 1fr;gap:1.5rem;align-items:start}
.pathwaySection .stageNumber{width:80px;height:80px;background:linear-gradient(135deg,#FFE712 0%,#f5d500 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#16014C;font-weight:700;box-shadow:0 6px 18px #ffe71266}
.pathwaySection .stageContent h4{font-size:1.4rem;color:#16014C;margin:0 0 .8rem;font-weight:600}
.pathwaySection .stageContent p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
.testimonyArea{padding:5rem 1.5rem;background:linear-gradient(223deg,#16014C 0%,#2d0b6e 100%);position:relative}
.testimonyArea::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l5 15h15l-12 9 5 15-13-9-13 9 5-15-12-9h15z' fill='%23FFE712' opacity='0.03'/%3E%3C/svg%3E");opacity:.4}
.testimonyArea .testimonyContainer{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.testimonyArea .testimonyHeader{font-size:2.2rem;color:#FFE712;margin:0 0 3rem;text-align:center;font-weight:700}
.testimonyArea .storyBox{background:#fffde50d;padding:2.5rem;border-radius:8px;border:2px solid #ffe71233;max-width:900px;margin:0 auto}
.testimonyArea .storyBox .quoteText{font-size:1.15rem;color:#FFFDE5;line-height:1.8;margin:0 0 2rem;font-style:italic}
.testimonyArea .storyBox .authorInfo{display:flex;align-items:center;gap:1rem}
.testimonyArea .storyBox .authorInfo .authorIcon{width:50px;height:50px;background:#FFE712;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#16014C;font-weight:700}
.testimonyArea .storyBox .authorInfo .authorDetails{flex:1}
.testimonyArea .storyBox .authorInfo .authorName{font-size:1.1rem;color:#FFE712;margin:0 0 .3rem;font-weight:600}
.testimonyArea .storyBox .authorInfo .authorRole{font-size:.9rem;color:#FFFDE5;margin:0}
.enrollSection{padding:5rem 1.5rem;background:#fff}
.enrollSection .enrollWrap{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.enrollSection .enrollContent h2{font-size:2.2rem;color:#16014C;margin:0 0 1.5rem;font-weight:700}
.enrollSection .enrollContent p{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 2rem}
.enrollSection .enrollContent .ctaBtn{display:inline-block;background:linear-gradient(135deg,#FFE712 0%,#f5d500 100%);color:#16014C;padding:1rem 2.5rem;border-radius:6px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #ffe7124d;position:relative;z-index:10}
.enrollSection .enrollContent .ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffe71266}
.enrollSection .benefitList{background:#FFFDE5;padding:2.5rem;border-radius:8px}
.enrollSection .benefitList .listTitle{font-size:1.5rem;color:#16014C;margin:0 0 1.5rem;font-weight:600}
.enrollSection .benefitList ul{list-style:none;padding:0;margin:0}
.enrollSection .benefitList ul li{padding:1rem 0;border-bottom:1px solid #16014c1a;display:flex;align-items:start;gap:1rem}
.enrollSection .benefitList ul li:last-child{border-bottom:none}
.enrollSection .benefitList ul li::before{content:'✓';color:#FFE712;font-size:1.5rem;font-weight:700;flex-shrink:0}
.enrollSection .benefitList ul li span{font-size:1rem;color:#4a4a4a;line-height:1.6}
@media (min-width: 640px) {
.programHero .heroLayout{grid-template-columns:1.2fr 1fr}
.programHero .heroText h1{font-size:3.2rem}
}
@media (min-width: 1024px) {
.programHero{padding:7rem 1.5rem 6rem}
.programHero .heroText h1{font-size:3.8rem}
.programHero .heroVisual img{height:450px}
.curriculumBlock .moduleGrid{grid-template-columns:repeat(3,1fr)}
.pathwaySection .stageFlow{flex-direction:row;justify-content:space-between}
.pathwaySection .stageItem{grid-template-columns:1fr;grid-template-rows:auto 1fr;max-width:300px}
.pathwaySection .stageNumber{margin:0 auto 1rem}
.pathwaySection .stageContent{text-align:center}
}
@media (max-width: 1023px) {
.enrollSection .enrollWrap{grid-template-columns:1fr;gap:3rem}
}
.titleBanner{position:relative;display:grid;grid-template-columns:1fr 2fr;gap:0;max-width:1320px;margin:80px auto;padding:0 20px;overflow:hidden}
.titleBanner .imageStrip{position:relative;min-height:420px}
.titleBanner .imageStrip img{width:100%;height:100%;object-fit:cover;box-shadow:12px 12px 0 #ffe71266 24px 24px 0 #16014c26}
.titleBanner .textArea{background:linear-gradient(135deg,#FFFDE5 0%,#FFE712 100%);padding:60px;display:flex;flex-direction:column;justify-content:center;animation:colorShift 8s ease-in-out infinite}
@keyframes colorShift {
0%,100%{background:linear-gradient(135deg,#FFFDE5 0%,#FFE712 100%)}
50%{background:linear-gradient(135deg,#FFE712 0%,#FFFDE5 100%)}
}
.titleBanner .textArea h1{color:#16014C;font-size:2.8rem;line-height:1.2;margin:0 0 30px;font-weight:700}
.titleBanner .textArea .description{color:#16014C;font-size:1.15rem;line-height:1.7;opacity:.85}
.partnerGrid{max-width:1320px;margin:100px auto;padding:0 20px}
.partnerGrid h2{color:#16014C;font-size:2.2rem;margin:0 0 50px;text-align:center}
.partnerGrid h2::before{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFE712 0%,#16014C 100%);margin:0 auto 20px}
.cardLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.partnerCard{background:#FFFDE5;border:2px solid #FFE712;padding:35px;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.partnerCard:hover{transform:translateY(-6px);box-shadow:0 12px 24px #16014c33}
.partnerCard h3{color:#16014C;font-size:1.5rem;margin:0 0 15px}
.partnerCard .category{display:inline-block;background:#FFE712;color:#16014C;padding:6px 14px;font-size:.85rem;margin-bottom:20px;font-weight:600}
.partnerCard p{color:#16014C;line-height:1.6;margin:0 0 20px;opacity:.8}
.partnerCard .tagList{display:flex;flex-wrap:wrap;gap:8px}
.partnerCard .tag{background:transparent;border:1px solid #16014C;color:#16014C;padding:4px 10px;font-size:.8rem}
.benefitSection{background:linear-gradient(225deg,#16014C 0%,#2d0380 100%);padding:90px 20px;margin:100px 0;position:relative}
.benefitSection::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FFE712 0%,#FFFDE5 50%,#FFE712 100%)}
.benefitContent{max-width:1320px;margin:0 auto}
.benefitContent h2{color:#FFE712;font-size:2.4rem;margin:0 0 60px;text-align:center}
.twoColLayout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}
.benefitList{display:flex;flex-direction:column;gap:30px}
.benefitItem{background:#ffe7121a;border-left:4px solid #FFE712;padding:25px;transition:background .3s ease}
.benefitItem:hover{background:#ffe71233}
.benefitItem h4{color:#FFE712;font-size:1.3rem;margin:0 0 12px}
.benefitItem p{color:#FFFDE5;line-height:1.7;margin:0;opacity:.9}
.statsBox{background:#fffde50d;border:2px solid #FFE712;padding:40px;position:sticky;top:20px}
.statItem{margin-bottom:35px}
.statItem:last-child{margin-bottom:0}
.statNumber{color:#FFE712;font-size:3rem;font-weight:700;display:block;line-height:1;margin-bottom:8px}
.statLabel{color:#FFFDE5;font-size:1.05rem;opacity:.85}
.applicationForm{max-width:800px;margin:100px auto;padding:60px;background:#FFFDE5;border:3px solid #FFE712;box-shadow:8px 8px 0 #16014c1a}
.applicationForm h2{color:#16014C;font-size:2.2rem;margin:0 0 15px}
.applicationForm .intro{color:#16014C;margin:0 0 40px;line-height:1.6;opacity:.8}
.formGroup{margin-bottom:25px}
.formGroup label{display:block;color:#16014C;font-weight:600;margin-bottom:8px;font-size:.95rem}
.formGroup input,.formGroup select,.formGroup textarea{width:100%;padding:12px 16px;border:2px solid #FFE712;background:#fff;color:#16014C;font-size:1rem;transition:border-color .3s ease}
.formGroup input:focus,.formGroup select:focus,.formGroup textarea:focus{outline:none;border-color:#16014C}
.formGroup textarea{min-height:140px;resize:vertical}
.formRow{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.submitBtn{background:#16014C;color:#FFE712;border:none;padding:16px 50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:15px;position:relative;z-index:10}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #16014c4d}
.submitBtn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.titleBanner{grid-template-columns:1fr;margin:60px auto}
.titleBanner .imageStrip{min-height:280px}
.titleBanner .textArea{padding:40px}
.titleBanner .textArea h1{font-size:2.2rem}
.cardLayout{grid-template-columns:1fr 1fr;gap:30px}
.twoColLayout{grid-template-columns:1fr;gap:50px}
.statsBox{position:static}
.formRow{grid-template-columns:1fr}
.applicationForm{padding:40px}
}
@media (max-width: 640px) {
.titleBanner .textArea{padding:30px 25px}
.titleBanner .textArea h1{font-size:1.8rem}
.titleBanner .textArea .description{font-size:1rem}
.cardLayout{grid-template-columns:1fr;gap:25px}
.partnerCard{padding:25px}
.benefitSection{padding:60px 20px}
.benefitContent h2{font-size:1.9rem}
.applicationForm{padding:30px 20px}
.applicationForm h2{font-size:1.8rem}
}
.titleFrame{max-width:1320px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.titleFrame .imgBox{position:relative;border-radius:8px;overflow:hidden}
.titleFrame .imgBox img{width:100%;height:auto;display:block;border-radius:8px}
.titleFrame .imgBox::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,#16014c26 100%);pointer-events:none}
.titleFrame .textContent h1{font-size:2.8rem;line-height:1.2;color:#16014C;margin:0 0 24px}
.titleFrame .textContent .descExtended{font-size:1.1rem;line-height:1.7;color:#444;margin:0}
.titleFrame .textContent .descExtended::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(135deg,#FFE712 0%,#16014C 100%);margin-bottom:20px}
.efficiencyArea{background:linear-gradient(157deg,#FFFDE5 0%,#FFE712 100%);padding:90px 20px;position:relative}
.efficiencyArea::before{content:'';position:absolute;top:0;left:10%;width:180px;height:180px;background:radial-gradient(circle,#16014c0f 0%,transparent 70%);border-radius:50%}
.efficiencyArea .wrapper{max-width:1320px;margin:0 auto}
.efficiencyArea .sectionHead{margin-bottom:60px}
.efficiencyArea .sectionHead h2{font-size:2.4rem;color:#16014C;margin:0 0 16px;position:relative;display:inline-block}
.efficiencyArea .sectionHead h2::after{content:'';position:absolute;bottom:-8px;left:0;width:50%;height:3px;background:#16014C}
.efficiencyArea .sectionHead p{font-size:1.05rem;color:#333;line-height:1.6;max-width:700px}
.efficiencyArea .skillGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.efficiencyArea .skillCard{background:#fff;padding:35px 28px;border-radius:6px;box-shadow:0 4px 12px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.efficiencyArea .skillCard:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}
.efficiencyArea .skillCard .iconMark{width:50px;height:50px;background:linear-gradient(135deg,#FFE712 0%,#16014C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.efficiencyArea .skillCard .iconMark i{font-size:24px;color:#fff}
.efficiencyArea .skillCard h3{font-size:1.4rem;color:#16014C;margin:0 0 14px}
.efficiencyArea .skillCard p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.journeySection{padding:90px 20px;background:#fff}
.journeySection .wrapper{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:70px;align-items:start}
.journeySection .imgDisplay{position:relative}
.journeySection .imgDisplay img{width:100%;height:auto;border-radius:8px;box-shadow:0 6px 18px #0000001a}
.journeySection .textBlock h2{font-size:2.3rem;color:#16014C;margin:0 0 24px;line-height:1.25}
.journeySection .textBlock h2 span{color:#FFE712;background:#16014C;padding:2px 10px;border-radius:4px}
.journeySection .textBlock .storyText{font-size:1.05rem;color:#444;line-height:1.7;margin-bottom:30px}
.journeySection .phaseList{display:flex;flex-direction:column;gap:18px}
.journeySection .phaseItem{display:flex;align-items:start;gap:16px;padding:20px;background:linear-gradient(90deg,#FFFDE5 0%,transparent 100%);border-left:4px solid #FFE712;border-radius:6px;transition:background .3s ease}
.journeySection .phaseItem:hover{background:linear-gradient(90deg,#FFE712 0%,transparent 100%)}
.journeySection .phaseItem .phaseNum{font-size:1.8rem;font-weight:700;color:#16014C;line-height:1;min-width:40px}
.journeySection .phaseItem .phaseContent h4{font-size:1.15rem;color:#16014C;margin:0 0 6px}
.journeySection .phaseItem .phaseContent p{font-size:.95rem;color:#555;margin:0;line-height:1.5}
.valueZone{background:linear-gradient(223deg,#16014C 0%,#3a0f7a 100%);padding:100px 20px;position:relative;overflow:hidden}
.valueZone::before{content:'';position:absolute;bottom:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#ffe7121a 0%,transparent 70%);border-radius:50%}
.valueZone .wrapper{max-width:1320px;margin:0 auto}
.valueZone .topIntro{text-align:center;margin-bottom:70px}
.valueZone .topIntro h2{font-size:2.5rem;color:#FFE712;margin:0 0 18px}
.valueZone .topIntro p{font-size:1.1rem;color:#FFFDE5;line-height:1.6;max-width:800px;margin:0 auto}
.valueZone .benefitGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.valueZone .benefitBox{background:#fffde514;padding:40px 35px;border-radius:8px;border:1px solid #ffe71233;position:relative;transition:all .3s ease}
.valueZone .benefitBox:hover{background:#fffde526;border-color:#ffe71266;transform:scale(1.02)}
.valueZone .benefitBox::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#FFE712 0%,#16014C 100%);border-radius:8px 0 0 8px}
.valueZone .benefitBox .iconCircle{width:55px;height:55px;background:#FFE712;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.valueZone .benefitBox .iconCircle i{font-size:26px;color:#16014C}
.valueZone .benefitBox h3{font-size:1.5rem;color:#FFE712;margin:0 0 12px}
.valueZone .benefitBox .detailText{font-size:1rem;color:#FFFDE5;line-height:1.65;margin:0 0 18px}
.valueZone .benefitBox .metricRow{display:flex;gap:25px;margin-top:20px}
.valueZone .benefitBox .metricItem{flex:1}
.valueZone .benefitBox .metricItem .metricValue{font-size:1.8rem;font-weight:700;color:#FFE712;display:block;margin-bottom:4px}
.valueZone .benefitBox .metricItem .metricLabel{font-size:.85rem;color:#FFFDE5;opacity:.8}
.proofArea{padding:90px 20px;background:#FFFDE5}
.proofArea .wrapper{max-width:1320px;margin:0 auto}
.proofArea .headRow{text-align:center;margin-bottom:60px}
.proofArea .headRow h2{font-size:2.4rem;color:#16014C;margin:0 0 16px}
.proofArea .headRow .subline{font-size:1.05rem;color:#555;line-height:1.6}
.proofArea .splitLayout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.proofArea .imgSide img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 22px #0000001f}
.proofArea .contentSide .factList{display:flex;flex-direction:column;gap:24px}
.proofArea .factCard{background:#fff;padding:28px 32px;border-radius:6px;border-left:5px solid #FFE712;box-shadow:0 3px 10px #0000000f;transition:all .3s ease}
.proofArea .factCard:hover{box-shadow:0 6px 16px #0000001a;transform:translateX(6px)}
.proofArea .factCard .factHead{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.proofArea .factCard .factHead i{font-size:28px;color:#FFE712}
.proofArea .factCard .factHead h4{font-size:1.3rem;color:#16014C;margin:0}
.proofArea .factCard .factDesc{font-size:.98rem;color:#555;line-height:1.6;margin:0}
.proofArea .ctaRow{margin-top:60px;text-align:center}
.proofArea .ctaRow .linkBtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#FFE712 0%,#16014C 100%);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 14px #00000026;position:relative;z-index:10}
.proofArea .ctaRow .linkBtn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003}
.proofArea .ctaRow .linkBtn i{margin-left:8px}
@media (max-width: 1024px) {
.titleFrame{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.titleFrame .textContent h1{font-size:2.2rem}
.efficiencyArea .skillGrid{grid-template-columns:1fr;gap:30px}
.journeySection .wrapper{grid-template-columns:1fr;gap:50px}
.valueZone .benefitGrid{grid-template-columns:1fr;gap:35px}
.proofArea .splitLayout{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 640px) {
.titleFrame .textContent h1{font-size:1.8rem}
.titleFrame .textContent .descExtended{font-size:1rem}
.efficiencyArea{padding:60px 20px}
.efficiencyArea .sectionHead h2{font-size:1.9rem}
.efficiencyArea .skillCard{padding:28px 22px}
.journeySection{padding:60px 20px}
.journeySection .textBlock h2{font-size:1.8rem}
.journeySection .phaseItem{flex-direction:column;gap:10px}
.valueZone{padding:70px 20px}
.valueZone .topIntro h2{font-size:2rem}
.valueZone .benefitBox{padding:30px 25px}
.valueZone .benefitBox .metricRow{flex-direction:column;gap:15px}
.proofArea{padding:60px 20px}
.proofArea .headRow h2{font-size:1.9rem}
.proofArea .ctaRow .linkBtn{padding:14px 32px;font-size:1rem}
}
.contactMain{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}
.titleArea{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center;padding:80px 0 100px;position:relative}
.titleArea .textContent{display:flex;flex-direction:column;gap:18px}
.titleArea .mainHeadline{font-size:3.4rem;font-weight:700;color:#16014C;line-height:1.1;margin:0}
.titleArea .subline{font-size:1.8rem;font-weight:400;color:#16014C;line-height:1.3;margin:0}
.titleArea .descriptor{font-size:1.1rem;color:#4a4a4a;line-height:1.6;margin:12px 0 0}
.titleArea .visualZone{position:relative;height:420px;overflow:visible}
.titleArea .visualZone img{position:absolute;right:-100px;top:0;width:580px;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #16014c26}
.titleArea .visualZone::before{content:'';position:absolute;right:30px;top:-20px;width:200px;height:200px;background:linear-gradient(135deg,#FFE712 0%,#FFFDE5 100%);border-radius:50%;opacity:.3;z-index:-1}
.infoGrid{background:linear-gradient(125deg,#FFFDE5 0%,#FFE712 100%);padding:80px 0;margin-bottom:100px}
.infoGrid .wrapper{max-width:1320px;margin:0 auto;padding:0 20px}
.infoGrid .sectionLabel{font-size:2.6rem;font-weight:700;color:#16014C;margin:0 0 50px;text-align:center}
.infoGrid .detailsLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.infoGrid .contactCard{background:#fff;padding:36px 28px;border-radius:8px;box-shadow:0 4px 16px #16014c14;transition:transform .3s ease,box-shadow .3s ease}
.infoGrid .contactCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #16014c26}
.infoGrid .contactCard .iconBox{width:56px;height:56px;background:linear-gradient(135deg,#FFE712 0%,#FFFDE5 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.infoGrid .contactCard .iconBox i{font-size:28px;color:#16014C}
.infoGrid .contactCard .cardTitle{font-size:1.3rem;font-weight:600;color:#16014C;margin:0 0 12px}
.infoGrid .contactCard .cardDetail{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0}
.infoGrid .contactCard .cardDetail a{color:#16014C;text-decoration:none;transition:color .3s ease}
.infoGrid .contactCard .cardDetail a:hover{color:#FFE712}
.formSection{max-width:1320px;margin:0 auto 100px;padding:0 20px}
.formSection .introText{max-width:680px;margin:0 auto 60px;text-align:center}
.formSection .introText h2{font-size:2.4rem;font-weight:700;color:#16014C;margin:0 0 16px}
.formSection .introText p{font-size:1.05rem;color:#4a4a4a;line-height:1.6;margin:0}
.formSection .formWrapper{background:#fff;border:2px solid #FFE712;border-radius:8px;padding:50px 60px;box-shadow:0 6px 20px #16014c1a;max-width:800px;margin:0 auto;position:relative}
.formSection .formWrapper::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;background:linear-gradient(135deg,#FFFDE5 0%,#FFE712 100%);border-radius:10px;z-index:-1;opacity:.3}
.formSection .actualForm{display:flex;flex-direction:column;gap:28px}
.formSection .fieldGroup{display:flex;flex-direction:column;gap:8px}
.formSection .fieldGroup label{font-size:1rem;font-weight:600;color:#16014C}
.formSection .fieldGroup input[type="text"],.formSection .fieldGroup input[type="email"],.formSection .fieldGroup select{padding:14px 18px;font-size:1rem;border:2px solid #e0e0e0;border-radius:6px;transition:border-color .3s ease,box-shadow .3s ease;background:#fff;color:#333}
.formSection .fieldGroup input[type="text"]:focus,.formSection .fieldGroup input[type="email"]:focus,.formSection .fieldGroup select:focus{outline:none;border-color:#FFE712;box-shadow:0 0 0 3px #ffe71233}
.formSection .fieldGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2316014C' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:24px;padding-right:40px}
.formSection .consentBox{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.formSection .consentBox input[type="checkbox"]{width:20px;height:20px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:#FFE712}
.formSection .consentBox label{font-size:.92rem;color:#4a4a4a;line-height:1.5;cursor:pointer}
.formSection .consentBox label a{color:#16014C;text-decoration:underline;transition:color .3s ease}
.formSection .consentBox label a:hover{color:#FFE712}
.formSection .submitBtn{padding:16px 48px;background:linear-gradient(135deg,#FFE712 0%,#ffd000 100%);color:#16014C;font-size:1.1rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;align-self:flex-start;box-shadow:0 4px 12px #ffe7124d}
.formSection .submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ffe71266}
.formSection .submitBtn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.titleArea{grid-template-columns:1fr;gap:40px;padding:60px 0 80px}
.titleArea .mainHeadline{font-size:2.8rem}
.titleArea .subline{font-size:1.5rem}
.titleArea .visualZone{height:360px}
.titleArea .visualZone img{right:-50px;width:100%}
.infoGrid .detailsLayout{grid-template-columns:1fr;gap:30px}
.formSection .formWrapper{padding:40px}
}
@media (max-width: 640px) {
.titleArea{padding:40px 0 60px}
.titleArea .mainHeadline{font-size:2.2rem}
.titleArea .subline{font-size:1.3rem}
.titleArea .visualZone{height:280px}
.titleArea .visualZone img{right:0;width:100%}
.titleArea .visualZone::before{width:140px;height:140px;right:10px}
.infoGrid{padding:60px 0;margin-bottom:60px}
.infoGrid .sectionLabel{font-size:2rem;margin:0 0 40px}
.formSection{margin-bottom:60px}
.formSection .introText h2{font-size:1.9rem}
.formSection .formWrapper{padding:30px 24px}
.formSection .submitBtn{width:100%;padding:16px 32px}
}
.successPage{background:linear-gradient(127deg,#FFFDE5 0%,#FFE712 100%);min-height:calc(100vh - 4rem);display:flex;align-items:center;padding:2.5rem 1.5rem}
.confirmBox{max-width:680px;margin:0 auto;background:#fff;padding:3.5rem 2rem;box-shadow:0 8px 24px #16014c1f;position:relative}
.confirmBox::before{content:'';position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#16014C 0%,#FFE712 100%)}
.successIcon{width:92px;height:92px;margin:0 auto 2rem;background:linear-gradient(135deg,#16014C 0%,#3d1a7a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:iconPulse 2s ease-in-out infinite}
@keyframes iconPulse {
0%,100%{transform:scale(1);box-shadow:0 4px 16px #16014c33}
50%{transform:scale(1.05);box-shadow:0 6px 24px #16014c4d}
}
.successIcon i{font-size:48px;color:#FFE712}
.successIcon::after{content:'';position:absolute;width:108px;height:108px;border:2px solid #FFE712;border-radius:50%;opacity:.3}
.confirmBox h1{text-align:center;color:#16014C;font-size:2.2rem;margin:0 0 1rem;font-weight:700;line-height:1.2}
.confirmBox h1 span{display:inline-block;color:#FFE712;text-shadow:1px 1px 0 #16014C;font-size:2.6rem}
.msgBlock{text-align:center;margin:0 0 2.5rem}
.msgBlock p{color:#4a4a4a;font-size:1.1rem;line-height:1.7;margin:0 0 .8rem}
.msgBlock p:last-child{margin:0}
.detailInfo{background:#FFFDE5;padding:1.8rem;margin:0 0 2.5rem;border-left:6px solid #16014C}
.detailInfo h2{font-size:1.3rem;color:#16014C;margin:0 0 1.2rem;font-weight:600}
.infoList{list-style:none;padding:0;margin:0}
.infoList li{display:flex;align-items:flex-start;color:#333;font-size:1rem;line-height:1.6;margin:0 0 1rem;padding-left:2rem;position:relative}
.infoList li:last-child{margin:0}
.infoList li::before{content:'';position:absolute;left:0;top:.4rem;width:12px;height:12px;background:#16014C;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.actionBtns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.primaryBtn{background:linear-gradient(135deg,#16014C 0%,#2d0a6e 100%);color:#FFE712;padding:1rem 2.5rem;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-flex;align-items:center;gap:.6rem;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 12px #16014c4d}
.primaryBtn:hover{background:linear-gradient(135deg,#2d0a6e 0%,#16014C 100%);transform:translateY(-2px);box-shadow:0 6px 18px #16014c66;color:#FFE712}
.secondaryBtn{background:#fff;color:#16014C;padding:1rem 2.5rem;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-flex;align-items:center;gap:.6rem;transition:all .3s ease;border:2px solid #16014C}
.secondaryBtn:hover{background:#16014C;color:#FFE712;transform:translateY(-2px);box-shadow:0 4px 12px #16014c33}
.helpText{text-align:center;color:#666;font-size:.95rem;margin:2rem 0 0;padding-top:2rem;border-top:1px solid #e0e0e0}
.helpText a{color:#16014C;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}
.helpText a:hover{border-bottom-color:#FFE712}
.decorShape{position:absolute;pointer-events:none}
.decorShape.shapeOne{top:-30px;left:-30px;width:80px;height:80px;background:linear-gradient(135deg,#FFE712 0%,transparent 70%);opacity:.2;clip-path:polygon(0 0,100% 0,0 100%)}
.decorShape.shapeTwo{bottom:-25px;right:-25px;width:90px;height:90px;background:linear-gradient(225deg,#16014C 0%,transparent 70%);opacity:.15;clip-path:polygon(100% 0,100% 100%,0 100%)}
@media (max-width: 640px) {
.successPage{padding:1.5rem 1rem}
.confirmBox{padding:2.5rem 1.5rem}
.confirmBox h1{font-size:1.8rem}
.confirmBox h1 span{font-size:2rem}
.successIcon{width:76px;height:76px}
.successIcon i{font-size:38px}
.successIcon::after{width:90px;height:90px}
.msgBlock p{font-size:1rem}
.detailInfo{padding:1.5rem}
.actionBtns{flex-direction:column}
.primaryBtn,.secondaryBtn{width:100%;justify-content:center}
.decorShape.shapeOne{width:60px;height:60px}
.decorShape.shapeTwo{width:70px;height:70px}
}
@media (min-width: 641px) and (max-width: 1024px) {
.confirmBox{padding:3rem 2rem}
.confirmBox h1{font-size:2rem}
}