*{margin:0;padding:0;box-sizing:border-box}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:700}
figure,blockquote{margin:0}
body{font-family:'PT Serif',serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:#FEFCFA}
.header-wrap{max-width:1280px;margin:0 auto;padding:20px 24px}
.top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;gap:30px}
.logo-box{flex-shrink:0}
.logo-link{display:block}
.site-logo{height:90px;width:90px;display:block;box-shadow:0 2px 8px #9422aa26;border-radius:4px}
.tagline-area{flex:1;text-align:right}
.header-text{font-size:18px;color:#1D4F2C;font-weight:400;line-height:1.4}
.bottom-row{display:flex;justify-content:space-between;align-items:center;gap:30px}
.main-nav{flex:1}
.nav-list{display:flex;gap:32px;flex-wrap:wrap}
.nav-item{display:inline-block}
.nav-link{text-decoration:none;color:#2a2a2a;font-size:16px;font-weight:400;padding:8px 4px;display:block;transition:opacity 180ms}
.nav-link:hover{opacity:.7}
.cta-box{flex-shrink:0}
.cta-button{display:inline-block;padding:12px 28px;background:linear-gradient(135deg,#9422AA 0%,#7a1b8c 100%);color:#FEFCFA;text-decoration:none;border-radius:4px;font-size:16px;font-weight:700;transition:all 200ms;box-shadow:0 3px 12px #9422aa40}
.cta-button:hover{box-shadow:0 5px 18px #9422aa66;opacity:.92}
.footer-wrap{background:linear-gradient(155deg,#1D4F2C 0%,#163d22 100%);color:#FEFCFA;padding:60px 24px 30px;margin-top:80px}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:50px}
.footer-col{display:flex;flex-direction:column}
.footer-heading{font-size:20px;margin-bottom:20px;color:#FEFCFA;font-weight:700}
.footer-desc{font-size:15px;line-height:1.7;margin-bottom:20px;opacity:.92}
.footer-contact{display:flex;flex-direction:column;gap:12px}
.contact-item{font-size:14px;display:flex;align-items:flex-start;gap:10px;opacity:.9}
.contact-item i{margin-top:3px;flex-shrink:0}
.footer-list{display:flex;flex-direction:column;gap:10px}
.list-item{font-size:15px;opacity:.88;transition:opacity 160ms}
.footer-link{color:#FEFCFA;text-decoration:none;transition:opacity 160ms}
.footer-link:hover{opacity:.7}
.footer-bottom{max-width:1280px;margin:0 auto;padding-top:30px;border-top:1px solid #fefcfa33;text-align:center}
.copyright-text{font-size:14px;opacity:.8}
.cookie-popup{position:fixed;left:20px;top:50%;transform:translateY(-50%);z-index:9999;display:none}
.cookie-container{background:#FEFCFA;border:2px solid #9422AA;border-radius:6px;padding:28px;max-width:440px;box-shadow:0 8px 24px #0000002e}
.cookie-header{margin-bottom:24px}
.cookie-title{font-size:22px;color:#2a2a2a;margin-bottom:10px;font-weight:700}
.cookie-notice{font-size:14px;color:#555;line-height:1.5}
.policy-link{color:#9422AA;text-decoration:underline}
.cookie-body{display:flex;flex-direction:column;gap:18px;margin-bottom:26px}
.cookie-option{border-bottom:1px solid #1d4f2c26;padding-bottom:14px}
.cookie-option:last-child{border-bottom:none;padding-bottom:0}
.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.option-label{font-size:15px;font-weight:700;color:#2a2a2a}
.option-status{font-size:13px;color:#1D4F2C;font-weight:700}
.option-desc{font-size:13px;color:#666;line-height:1.5}
.toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer}
.toggle-input{display:none}
.toggle-slider{width:42px;height:22px;background:#ccc;border-radius:22px;position:relative;transition:background 180ms}
.toggle-slider::before{content:'';position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform 180ms}
.toggle-input:checked + .toggle-slider{background:#9422AA}
.toggle-input:checked + .toggle-slider::before{transform:translateX(20px)}
.cookie-actions{display:flex;gap:12px}
.cookie-btn{flex:1;padding:12px 20px;border:none;border-radius:4px;font-size:15px;font-weight:700;cursor:pointer;transition:all 180ms;font-family:'PT Serif',serif}
.cookie-btn--decline{background:#e0e0e0;color:#2a2a2a}
.cookie-btn--decline:hover{background:#d0d0d0}
.cookie-btn--accept{background:linear-gradient(135deg,#9422AA 0%,#7a1b8c 100%);color:#FEFCFA;box-shadow:0 3px 10px #9422aa40}
.cookie-btn--accept:hover{box-shadow:0 5px 16px #9422aa59;opacity:.94}
@media (max-width: 968px) {
.footer-grid{grid-template-columns:repeat(2,1fr);gap:35px}
.nav-list{gap:20px}
}
@media (max-width: 768px) {
.top-row{flex-direction:column;align-items:flex-start;margin-bottom:25px}
.tagline-area{text-align:left}
.bottom-row{flex-direction:column;align-items:stretch;gap:20px}
.nav-list{flex-direction:column;gap:12px}
.cta-button{display:block;text-align:center;width:100%}
.footer-grid{grid-template-columns:1fr;gap:30px}
.cookie-popup{left:10px;right:10px;top:auto;bottom:10px;transform:none}
.cookie-container{max-width:100%}
.cookie-actions{flex-direction:column}
}
@media (max-width: 480px) {
.header-wrap{padding:16px 18px}
.site-logo{height:70px;width:70px}
.header-text{font-size:16px}
.nav-link{font-size:15px;padding:6px 4px}
.footer-wrap{padding:45px 18px 25px}
}
.terms-wrapper{max-width:1280px;margin:0 auto;padding:80px 24px;background:linear-gradient(158deg,#FEFCFA 0%,#fefcfaf2 100%)}
.terms-wrapper p{font-size:16px;line-height:1.75;color:#2c2c2c;margin:0 0 20px;font-weight:400}
.terms-wrapper p + p{margin-top:16px}
.terms-wrapper ul,.terms-wrapper ol{margin:0 0 24px;padding-left:32px;color:#2c2c2c}
.terms-wrapper ul{list-style-type:disc}
.terms-wrapper ol{list-style-type:decimal}
.terms-wrapper li{font-size:16px;line-height:1.7;margin-bottom:12px;padding-left:8px}
.terms-wrapper li:last-child{margin-bottom:0}
.terms-wrapper ul ul,.terms-wrapper ol ol,.terms-wrapper ul ol,.terms-wrapper ol ul{margin:12px 0 0;padding-left:28px}
.terms-wrapper strong,.terms-wrapper b{font-weight:700;color:#1a1a1a}
.terms-wrapper em,.terms-wrapper i{font-style:italic;color:#3a3a3a}
.terms-wrapper a{color:#9422AA;text-decoration:none;border-bottom:1px solid #9422aa4d;transition:all 180ms ease}
.terms-wrapper a:hover{color:#7a1b8d;border-bottom-color:#9422AA;opacity:.88}
.terms-wrapper a:active{opacity:.75}
.terms-wrapper table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 8px #0000000f;border-radius:4px;overflow:hidden}
.terms-wrapper thead{background:linear-gradient(135deg,#9422AA 0%,#7a1b8d 100%)}
.terms-wrapper thead tr{border:none}
.terms-wrapper thead th{color:#fff;font-weight:600;text-align:left;padding:16px 20px;font-size:15px;letter-spacing:.3px}
.terms-wrapper tbody{background:#fff}
.terms-wrapper tbody tr{border-bottom:1px solid #e8e8e8;transition:background 160ms ease}
.terms-wrapper tbody tr:last-child{border-bottom:none}
.terms-wrapper tbody tr:hover{background:#9422aa0a}
.terms-wrapper tbody td{padding:14px 20px;font-size:15px;color:#3a3a3a;line-height:1.6}
.terms-wrapper th,.terms-wrapper td{vertical-align:top}
.terms-wrapper div{margin:0}
@media (max-width: 768px) {
.terms-wrapper{padding:48px 20px}
.terms-wrapper p,.terms-wrapper li{font-size:15px;line-height:1.7}
.terms-wrapper ul,.terms-wrapper ol{padding-left:24px}
.terms-wrapper table{font-size:14px;margin:24px 0}
.terms-wrapper thead th,.terms-wrapper tbody td{padding:12px 14px;font-size:14px}
.terms-wrapper table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
@media (max-width: 480px) {
.terms-wrapper{padding:40px 16px}
.terms-wrapper p{margin-bottom:16px}
.terms-wrapper ul,.terms-wrapper ol{padding-left:20px}
.terms-wrapper li{margin-bottom:10px}
.terms-wrapper thead th,.terms-wrapper tbody td{padding:10px 12px;font-size:13px}
}
.hero-wrapper{position:relative;width:100%;height:580px;overflow:hidden;background:linear-gradient(142deg,#9422AA 0%,#1D4F2C 100%)}
.bg-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.bg-image-layer img{width:100%;height:100%;object-fit:cover;opacity:.35}
.decorative-shape1{position:absolute;top:-80px;right:-60px;width:340px;height:340px;background:#fefcfa14;border-radius:50%;z-index:2;animation:float1 8s ease-in-out infinite}
.decorative-shape2{position:absolute;bottom:-100px;left:-50px;width:280px;height:280px;background:#9422aa26;border-radius:50%;z-index:2;animation:float2 10s ease-in-out infinite}
@keyframes float1 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-20px,20px)}
}
@keyframes float2 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(15px,-15px)}
}
.hero-content-box{position:relative;z-index:3;max-width:1280px;margin:0 auto;padding:0 24px;height:100%;display:flex;flex-direction:column;justify-content:center}
.hero-content-box h1{font-size:52px;font-weight:700;color:#FEFCFA;margin:0 0 18px;line-height:1.2;text-shadow:0 2px 12px #00000040}
.hero-content-box .subtitle-text{font-size:20px;color:#FEFCFA;margin:0 0 32px;line-height:1.5;max-width:620px;opacity:.95}
.cta-button-hero{display:inline-block;padding:14px 36px;background:#FEFCFA;color:#9422AA;font-size:17px;font-weight:600;border-radius:4px;text-decoration:none;transition:all 180ms;box-shadow:0 4px 14px #0003}
.cta-button-hero:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;opacity:.92}
.support-section{background:#FEFCFA;padding:84px 24px}
.support-container{max-width:1280px;margin:0 auto}
.support-container h2{font-size:38px;font-weight:700;color:#1D4F2C;margin:0 0 16px;line-height:1.3}
.support-intro-text{font-size:18px;color:#2d2d2d;line-height:1.7;margin:0 0 48px;max-width:880px}
.mentoring-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;margin-bottom:56px}
.mentor-card{background:linear-gradient(135deg,#f8f6f4 0%,#fff 100%);border:1px solid #e5e1dd;border-radius:5px;padding:32px;position:relative;transition:all 200ms}
.mentor-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #9422aa1f;border-color:#9422AA}
.mentor-card h3{font-size:22px;font-weight:600;color:#9422AA;margin:0 0 14px}
.mentor-card p{font-size:16px;color:#3a3a3a;line-height:1.65;margin:0}
.mentor-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#9422AA 0%,#1D4F2C 100%);border-radius:5px 0 0 5px}
.curation-block{background:linear-gradient(118deg,#9422AA 0%,#1D4F2C 100%);padding:42px;border-radius:6px;color:#FEFCFA;display:flex;gap:36px;align-items:center}
.curation-image{flex-shrink:0;width:280px;height:280px;border-radius:5px;overflow:hidden;box-shadow:0 6px 18px #00000040}
.curation-image img{width:100%;height:100%;object-fit:cover}
.curation-text-wrapper h3{font-size:26px;font-weight:600;margin:0 0 16px;color:#FEFCFA}
.curation-text-wrapper p{font-size:16px;line-height:1.7;margin:0;opacity:.95}
.opportunities-section{background:linear-gradient(165deg,#f4f1ee 0%,#fff 100%);padding:84px 24px}
.opportunities-wrapper{max-width:1280px;margin:0 auto}
.opportunities-wrapper h2{font-size:38px;font-weight:700;color:#1D4F2C;margin:0 0 14px}
.opportunities-subtitle{font-size:18px;color:#2d2d2d;line-height:1.65;margin:0 0 52px;max-width:820px}
.opportunities-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.opportunity-item{background:#fff;padding:36px;border-radius:5px;border:1px solid #ddd8d4;position:relative;transition:all 190ms}
.opportunity-item:hover{box-shadow:0 6px 20px #1d4f2c1a;border-color:#1D4F2C}
.opportunity-item h4{font-size:20px;font-weight:600;color:#9422AA;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.opportunity-item h4::before{content:'';display:inline-block;width:6px;height:6px;background:#1D4F2C;border-radius:50%}
.opportunity-item p{font-size:16px;color:#3a3a3a;line-height:1.7;margin:0}
.extended-feature-box{grid-column:1 / -1;background:linear-gradient(95deg,#1D4F2C 0%,#9422AA 100%);padding:44px;border-radius:5px;color:#FEFCFA;display:flex;gap:32px;align-items:center}
.extended-feature-visual{width:260px;height:260px;flex-shrink:0;border-radius:4px;overflow:hidden;box-shadow:0 5px 16px #0000004d}
.extended-feature-visual img{width:100%;height:100%;object-fit:cover}
.extended-feature-content h3{font-size:24px;font-weight:600;margin:0 0 14px}
.extended-feature-content p{font-size:16px;line-height:1.7;margin:0;opacity:.94}
.efficiency-section{background:#FEFCFA;padding:84px 24px}
.efficiency-container{max-width:1280px;margin:0 auto}
.efficiency-header{margin-bottom:52px}
.efficiency-header h2{font-size:38px;font-weight:700;color:#1D4F2C;margin:0 0 14px}
.efficiency-header p{font-size:18px;color:#2d2d2d;line-height:1.65;margin:0;max-width:860px}
.techniques-wrapper{display:flex;gap:48px;align-items:flex-start}
.profile-showcase{flex-shrink:0;width:320px}
.profile-image-box{width:100%;height:360px;border-radius:5px;overflow:hidden;box-shadow:0 6px 20px #9422aa26;margin-bottom:18px}
.profile-image-box img{width:100%;height:100%;object-fit:cover}
.profile-caption{font-size:15px;color:#555;line-height:1.6;text-align:center;font-style:italic}
.techniques-content{flex:1}
.technique-block{background:#f9f7f5;padding:32px;border-radius:5px;margin-bottom:24px;border-left:4px solid #9422AA;transition:all 180ms}
.technique-block:hover{background:#fff;box-shadow:0 4px 16px #1d4f2c14}
.technique-block h3{font-size:22px;font-weight:600;color:#1D4F2C;margin:0 0 12px}
.technique-block p{font-size:16px;color:#3a3a3a;line-height:1.7;margin:0}
.stats-divider{margin:64px 0;height:2px;background:linear-gradient(90deg,transparent 0%,#9422AA 50%,transparent 100%)}
.achievement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}
.stat-box{text-align:center;padding:28px 20px;background:linear-gradient(135deg,#fff 0%,#f8f6f4 100%);border-radius:5px;border:1px solid #e5e1dd;transition:all 200ms}
.stat-box:hover{transform:scale(1.03);box-shadow:0 6px 18px #9422aa1f}
.stat-number{font-size:42px;font-weight:700;color:#9422AA;margin:0 0 8px;line-height:1}
.stat-label{font-size:15px;color:#555;margin:0;font-weight:500}
@media (max-width: 1024px) {
.hero-content-box h1{font-size:42px}
.curation-block{flex-direction:column}
.curation-image{width:100%;height:240px}
.opportunities-layout{grid-template-columns:1fr}
.extended-feature-box{flex-direction:column}
.extended-feature-visual{width:100%;height:220px}
.techniques-wrapper{flex-direction:column}
.profile-showcase{width:100%}
.profile-image-box{height:280px}
.achievement-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-wrapper{height:480px}
.hero-content-box h1{font-size:34px}
.hero-content-box .subtitle-text{font-size:17px}
.support-section,.opportunities-section,.efficiency-section{padding:56px 20px}
.support-container h2,.opportunities-wrapper h2,.efficiency-header h2{font-size:30px}
.mentoring-grid{grid-template-columns:1fr}
.achievement-grid{grid-template-columns:1fr}
.curation-block,.extended-feature-box{padding:28px}
}
.contact-header-zone{background:linear-gradient(127deg,#9422AA 0%,#1D4F2C 100%);padding:85px 20px;position:relative;overflow:hidden}
.contact-header-zone::before{content:'';position:absolute;width:420px;height:420px;background:#fefcfa14;border-radius:50%;top:-180px;right:-120px}
.contact-header-zone::after{content:'';position:absolute;width:320px;height:320px;background:#fefcfa0f;border-radius:50%;bottom:-140px;left:-90px}
.header-container-wrap{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.header-content-main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px}
.header-img-holder{width:100%;max-width:580px;height:340px;border-radius:5px;overflow:hidden;box-shadow:0 12px 32px #00000040}
.header-img-holder img{width:100%;height:100%;object-fit:cover;filter:brightness(1.05) contrast(0.98)}
.header-text-zone h1{font-size:44px;font-weight:700;color:#FEFCFA;margin:0 0 18px;line-height:1.2}
.header-text-zone p{font-size:19px;color:#fefcfaeb;max-width:680px;margin:0 auto;line-height:1.6}
.contact-info-section{padding:70px 20px;background:#FEFCFA}
.info-container-box{max-width:1280px;margin:0 auto}
.info-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:50px}
.info-card-item{background:linear-gradient(135deg,#f8f7f5 0%,#fff 100%);padding:38px 28px;border-radius:4px;border:1px solid #9422aa1f;transition:all 220ms ease}
.info-card-item:hover{box-shadow:0 8px 24px #9422aa26;transform:translateY(-3px)}
.info-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,#9422AA 0%,#7a1c8c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.info-icon-wrap svg{width:28px;height:28px;fill:#FEFCFA}
.info-card-item h3{font-size:21px;font-weight:600;color:#1D4F2C;margin:0 0 12px}
.info-card-item p{font-size:16px;color:#444;margin:0;line-height:1.6}
.info-card-item a{color:#9422AA;text-decoration:none;transition:opacity 180ms}
.info-card-item a:hover{opacity:.75}
.form-section-main{padding:75px 20px;background:linear-gradient(162deg,#f4f1ee 0%,#fff 100%)}
.form-wrapper-container{max-width:720px;margin:0 auto}
.form-title-area{text-align:center;margin-bottom:45px}
.form-title-area h2{font-size:36px;font-weight:700;color:#1D4F2C;margin:0 0 16px}
.form-title-area p{font-size:17px;color:#555;margin:0;line-height:1.6}
.contact-form-box{background:#fff;padding:48px 42px;border-radius:5px;box-shadow:0 6px 20px #1d4f2c14}
.form-row-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.input-group-1{display:flex;flex-direction:column}
.input-group-1 label{font-size:15px;font-weight:600;color:#333;margin-bottom:8px}
.input-group-1 input,.input-group-1 select{padding:14px 16px;border:1px solid #ddd;border-radius:3px;font-size:16px;transition:all 200ms;background:#FEFCFA}
.input-group-1 input:focus,.input-group-1 select:focus{outline:none;border-color:#9422AA;box-shadow:0 0 0 3px #9422aa1a}
.input-group-1 select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.privacy-checkbox-block{margin:28px 0;display:flex;align-items:flex-start;gap:10px}
.privacy-checkbox-block input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-checkbox-block label{font-size:14px;color:#555;line-height:1.5;cursor:pointer}
.privacy-checkbox-block a{color:#9422AA;text-decoration:underline;transition:opacity 180ms}
.privacy-checkbox-block a:hover{opacity:.7}
.submit-btn-wrapper{text-align:center}
.submit-btn-main{background:linear-gradient(135deg,#9422AA 0%,#7a1c8c 100%);color:#FEFCFA;padding:16px 52px;border:none;border-radius:4px;font-size:17px;font-weight:600;cursor:pointer;transition:all 200ms;box-shadow:0 4px 14px #9422aa40}
.submit-btn-main:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9422aa59}
.submit-btn-main:active{transform:translateY(0)}
.faq-section-area{padding:70px 20px;background:#FEFCFA}
.faq-container-main{max-width:1280px;margin:0 auto}
.faq-header-intro{text-align:center;margin-bottom:50px}
.faq-header-intro h2{font-size:38px;font-weight:700;color:#1D4F2C;margin:0 0 18px}
.faq-header-intro p{font-size:17px;color:#555;max-width:720px;margin:0 auto;line-height:1.6}
.faq-items-list{display:flex;flex-direction:column;gap:18px;max-width:920px;margin:0 auto}
.faq-item-block{background:#fff;border-radius:4px;border:1px solid #1d4f2c1f;overflow:hidden}
.faq-toggle-input{display:none}
.faq-question-label{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;cursor:pointer;font-size:18px;font-weight:600;color:#1D4F2C;transition:background 200ms;user-select:none}
.faq-question-label:hover{background:#9422aa0a}
.faq-icon-toggle{width:24px;height:24px;flex-shrink:0;transition:transform 220ms}
.faq-toggle-input:checked + .faq-question-label .faq-icon-toggle{transform:rotate(180deg)}
.faq-answer-content{max-height:0;overflow:hidden;transition:max-height 300ms ease}
.faq-toggle-input:checked ~ .faq-answer-content{max-height:400px}
.faq-answer-inner{padding:0 28px 24px;font-size:16px;color:#555;line-height:1.7}
@media (max-width: 768px) {
.contact-header-zone{padding:60px 20px}
.header-text-zone h1{font-size:32px}
.header-text-zone p{font-size:17px}
.header-img-holder{height:260px}
.info-grid-layout{grid-template-columns:1fr}
.form-row-wrapper{grid-template-columns:1fr}
.contact-form-box{padding:32px 24px}
.form-title-area h2{font-size:28px}
.faq-header-intro h2{font-size:30px}
.faq-question-label{font-size:16px;padding:18px 20px}
.faq-answer-inner{padding:0 20px 18px;font-size:15px}
}
.prog-title{background:linear-gradient(127deg,#9422AA 0%,#1D4F2C 100%);padding:80px 20px;position:relative;overflow:hidden}
.prog-title::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fefcfa1a 0%,transparent 70%);border-radius:50%}
.title-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.title-content h1{font-size:48px;color:#FEFCFA;margin:0 0 24px;line-height:1.2}
.title-content p{font-size:18px;color:#fefcfae6;margin:0 0 36px;line-height:1.7}
.btn-set{display:flex;gap:16px;flex-wrap:wrap}
.btn-primary1{background:#FEFCFA;color:#9422AA;padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:600;transition:all .2s;border:2px solid #FEFCFA}
.btn-primary1:hover{background:transparent;color:#FEFCFA;box-shadow:0 8px 20px #0000004d}
.btn-outline1{background:transparent;color:#FEFCFA;padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:600;border:2px solid #FEFCFA;transition:all .2s}
.btn-outline1:hover{background:#FEFCFA;color:#9422AA;box-shadow:0 8px 20px #0000004d}
.title-visual{position:relative}
.title-visual img{width:100%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 20px 60px #0006}
.approach-area{padding:100px 20px;background:#FEFCFA}
.approach-container{max-width:1280px;margin:0 auto}
.approach-header{text-align:left;max-width:720px;margin-bottom:64px}
.approach-header h2{font-size:40px;color:#1D4F2C;margin:0 0 20px;position:relative;display:inline-block}
.approach-header h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#9422AA,#1D4F2C)}
.approach-header p{font-size:17px;color:#333;line-height:1.8;margin:24px 0 0}
.phase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.phase-box{background:linear-gradient(135deg,#9422aa0a 0%,#1d4f2c0a 100%);padding:40px 28px;border-radius:3px;border-left:4px solid #9422AA;position:relative;transition:all .2s}
.phase-box:hover{transform:translateY(-6px);box-shadow:0 12px 32px #9422aa26;border-left-color:#1D4F2C}
.phase-num{position:absolute;top:20px;right:20px;font-size:64px;font-weight:700;color:#9422aa1a;line-height:1}
.phase-box h3{font-size:22px;color:#1D4F2C;margin:0 0 16px}
.phase-box p{font-size:16px;color:#444;line-height:1.7;margin:0}
.technique-section{padding:100px 20px;background:linear-gradient(158deg,#1D4F2C 0%,#9422AA 100%);position:relative}
.technique-section::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#fefcfa4d,transparent)}
.technique-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:80px;align-items:start}
.technique-intro h2{font-size:38px;color:#FEFCFA;margin:0 0 24px;line-height:1.3}
.technique-intro p{font-size:17px;color:#fefcfad9;line-height:1.8;margin:0}
.method-tabs{display:flex;flex-direction:column;gap:16px}
.tab-input{display:none}
.tab-label{background:#fefcfa1a;padding:20px 24px;border-radius:4px;cursor:pointer;transition:all .2s;border-left:3px solid transparent;display:block}
.tab-label:hover{background:#fefcfa26;border-left-color:#FEFCFA}
.tab-label h4{font-size:19px;color:#FEFCFA;margin:0 0 8px}
.tab-label span{font-size:14px;color:#fefcfab3}
.tab-input:checked + .tab-label{background:#FEFCFA;border-left-color:#9422AA}
.tab-input:checked + .tab-label h4{color:#1D4F2C}
.tab-input:checked + .tab-label span{color:#9422AA}
.tab-content{display:none;background:#fefcfaf2;padding:40px;border-radius:4px;grid-column:1 / -1;margin-top:24px}
.tab-input:checked ~ .tab-content{display:block}
.tab-content h5{font-size:24px;color:#1D4F2C;margin:0 0 20px}
.tab-content p{font-size:16px;color:#333;line-height:1.8;margin:0 0 20px}
.tab-content ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.tab-content li{font-size:15px;color:#444;padding-left:24px;position:relative}
.tab-content li::before{content:'→';position:absolute;left:0;color:#9422AA;font-weight:700}
@media (max-width: 1024px) {
.title-wrap{grid-template-columns:1fr;gap:40px}
.phase-grid{grid-template-columns:1fr}
.technique-wrap{grid-template-columns:1fr;gap:48px}
.tab-content ul{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.prog-title{padding:60px 20px}
.title-content h1{font-size:36px}
.title-visual img{height:300px}
.approach-area,.technique-section{padding:60px 20px}
.approach-header h2,.technique-intro h2{font-size:32px}
.btn-set{flex-direction:column}
.btn-primary1,.btn-outline1{text-align:center}
}
.reviews-hero{position:relative;background:linear-gradient(157deg,#9422AA 0%,#1D4F2C 100%);padding:110px 0 90px;overflow:hidden}
.reviews-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-34deg,transparent,transparent 48px,#fefcfa0a 48px,#fefcfa0a 96px);pointer-events:none}
.hero-container{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:2;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center}
.hero-text-area h1{font-size:54px;line-height:1.15;color:#FEFCFA;margin:0 0 26px;font-weight:700}
.hero-text-area .subhead{font-size:19px;line-height:1.6;color:#fefcfaeb;margin:0}
.hero-img-box{position:relative}
.hero-img-box img{width:100%;height:480px;object-fit:cover;border-radius:4px;display:block}
.hero-img-box::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 20%,#1d4f2c99 100%);border-radius:4px;pointer-events:none}
.review-grid-wrapper{padding:95px 0;background:#FEFCFA}
.grid-container1{max-width:1280px;margin:0 auto;padding:0 20px}
.section-intro1{text-align:center;margin-bottom:72px}
.section-intro1 h2{font-size:42px;line-height:1.2;color:#1D4F2C;margin:0 0 18px;font-weight:700}
.section-intro1 p{font-size:18px;line-height:1.65;color:#444;margin:0 auto;max-width:760px}
.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:34px}
.review-card{background:#fff;padding:38px 32px;border-radius:3px;box-shadow:0 3px 14px #00000014;transition:all 180ms ease;border-left:4px solid #9422AA}
.review-card:hover{box-shadow:0 8px 24px #9422aa2e;transform:translateY(-3px)}
.review-header{display:flex;align-items:center;gap:18px;margin-bottom:22px}
.reviewer-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #9422AA}
.reviewer-info h3{font-size:20px;line-height:1.3;color:#1D4F2C;margin:0 0 4px;font-weight:600}
.reviewer-info .role{font-size:15px;color:#666;margin:0}
.stars{display:flex;gap:4px;margin-bottom:16px}
.stars svg{width:20px;height:20px;fill:#9422AA}
.review-text{font-size:16px;line-height:1.7;color:#333;margin:0 0 18px}
.review-meta{font-size:14px;color:#888;font-style:italic}
.stats-showcase{background:linear-gradient(121deg,#1D4F2C 0%,#9422AA 100%);padding:85px 0;position:relative;overflow:hidden}
.stats-showcase::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fefcfa14 0%,transparent 70%);border-radius:50%}
.stats-container2{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:46px}
.stat-item{text-align:center;padding:32px 20px;background:#fefcfa17;border-radius:4px;transition:all 200ms ease}
.stat-item:hover{background:#fefcfa26;transform:scale(1.04)}
.stat-number{font-size:56px;line-height:1.1;color:#FEFCFA;font-weight:700;margin:0 0 12px}
.stat-label{font-size:17px;line-height:1.4;color:#fefcfae0;margin:0}
.detailed-reviews{padding:100px 0;background:#f8f8f8}
.detailed-container{max-width:1280px;margin:0 auto;padding:0 20px}
.detailed-reviews h2{font-size:38px;line-height:1.25;color:#1D4F2C;margin:0 0 56px;text-align:center;font-weight:700}
.review-detail-box{background:#fff;padding:48px;border-radius:5px;box-shadow:0 5px 18px #00000012;margin-bottom:38px;display:grid;grid-template-columns:280px 1fr;gap:42px;transition:all 190ms ease}
.review-detail-box:hover{box-shadow:0 10px 28px #1d4f2c24}
.review-detail-box:last-child{margin-bottom:0}
.reviewer-profile{display:flex;flex-direction:column;align-items:center;text-align:center}
.profile-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;border:5px solid #9422AA;margin-bottom:20px}
.profile-name{font-size:22px;line-height:1.3;color:#1D4F2C;margin:0 0 8px;font-weight:600}
.profile-position{font-size:16px;color:#666;margin:0 0 16px}
.profile-date{font-size:14px;color:#999;font-style:italic}
.review-content-area{display:flex;flex-direction:column;justify-content:center}
.rating-display{display:flex;gap:6px;margin-bottom:20px}
.rating-display svg{width:24px;height:24px;fill:#9422AA}
.review-title{font-size:24px;line-height:1.35;color:#1D4F2C;margin:0 0 18px;font-weight:600}
.review-body{font-size:17px;line-height:1.75;color:#444;margin:0 0 24px}
.highlight-note{background:linear-gradient(135deg,#9422aa14 0%,#1d4f2c14 100%);padding:20px 24px;border-left:4px solid #9422AA;border-radius:3px;font-size:16px;line-height:1.65;color:#333;font-style:italic}
@media (max-width: 1024px) {
.hero-container{grid-template-columns:1fr;gap:44px}
.hero-img-box{max-width:520px;margin:0 auto}
.hero-text-area h1{font-size:46px}
.stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}
.review-detail-box{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.reviews-hero{padding:75px 0 60px}
.hero-text-area h1{font-size:38px;margin-bottom:20px}
.hero-text-area .subhead{font-size:17px}
.hero-img-box img{height:360px}
.review-grid-wrapper{padding:70px 0}
.section-intro1{margin-bottom:52px}
.section-intro1 h2{font-size:34px}
.review-grid{grid-template-columns:1fr;gap:26px}
.stats-showcase{padding:65px 0}
.stats-grid{grid-template-columns:1fr;gap:24px}
.stat-number{font-size:48px}
.detailed-reviews{padding:70px 0}
.detailed-reviews h2{font-size:32px;margin-bottom:42px}
.review-detail-box{padding:32px 24px}
.profile-photo{width:120px;height:120px}
}
@media (max-width: 480px) {
.hero-text-area h1{font-size:32px}
.section-intro1 h2{font-size:28px}
.review-card{padding:28px 22px}
.stat-number{font-size:40px}
.detailed-reviews h2{font-size:28px}
.review-title{font-size:21px}
}
.success-hero{background:linear-gradient(158deg,#9422AA 0%,#1D4F2C 100%);padding:0;position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.success-hero::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:120px;background:#FEFCFA;clip-path:ellipse(75% 100% at 50% 100%)}
.hero-content-wrap{max-width:1280px;margin:0 auto;padding:80px 24px;position:relative;z-index:2}
.success-title{font-size:48px;font-weight:700;color:#FEFCFA;margin:0 0 28px;line-height:1.2}
.confirmation-list{list-style:none;padding:0;margin:0 0 36px}
.confirmation-list li{color:#FEFCFA;font-size:18px;line-height:1.6;margin-bottom:14px;padding-left:36px;position:relative}
.confirmation-list li::before{content:'';position:absolute;left:0;top:6px;width:20px;height:20px;background:#fefcfa40;border:2px solid #FEFCFA;border-radius:50%}
.confirmation-list li::after{content:'';position:absolute;left:6px;top:10px;width:5px;height:9px;border:solid #FEFCFA;border-width:0 2px 2px 0;transform:rotate(45deg)}
.hero-cta-btn{display:inline-block;background:#FEFCFA;color:#9422AA;padding:16px 42px;font-size:17px;font-weight:600;text-decoration:none;border-radius:4px;transition:all 180ms ease;box-shadow:0 4px 14px #00000026}
.hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000038;opacity:.95}
.info-grid-section{background:#FEFCFA;padding:90px 24px}
.info-container{max-width:1280px;margin:0 auto}
.section-intro{text-align:center;margin-bottom:64px}
.intro-heading{font-size:36px;font-weight:700;color:#1D4F2C;margin:0 0 18px;line-height:1.3}
.intro-text{font-size:18px;line-height:1.7;color:#333;max-width:820px;margin:0 auto}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.step-card{background:linear-gradient(135deg,#9422aa0d 0%,#1d4f2c0d 100%);border:2px solid transparent;border-radius:6px;padding:38px 28px;position:relative;transition:all 200ms ease}
.step-card::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#9422AA 0%,#1D4F2C 100%);border-radius:6px;opacity:0;transition:opacity 200ms ease;z-index:-1}
.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #9422aa26}
.step-card:hover::before{opacity:1}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#9422AA 0%,#1D4F2C 100%);color:#FEFCFA;font-size:24px;font-weight:700;border-radius:50%;margin-bottom:22px}
.step-title{font-size:22px;font-weight:600;color:#1D4F2C;margin:0 0 14px;line-height:1.3}
.step-desc{font-size:16px;line-height:1.65;color:#444;margin:0}
@media (max-width: 968px) {
.success-title{font-size:38px}
.steps-grid{grid-template-columns:repeat(2,1fr);gap:26px}
.intro-heading{font-size:30px}
}
@media (max-width: 640px) {
.success-hero{min-height:440px}
.hero-content-wrap{padding:60px 20px}
.success-title{font-size:32px;margin-bottom:22px}
.confirmation-list li{font-size:16px;padding-left:32px}
.hero-cta-btn{padding:14px 34px;font-size:16px}
.info-grid-section{padding:60px 20px}
.section-intro{margin-bottom:44px}
.intro-heading{font-size:26px}
.intro-text{font-size:16px}
.steps-grid{grid-template-columns:1fr;gap:22px;margin-top:36px}
.step-card{padding:32px 24px}
.step-number{width:46px;height:46px;font-size:20px;margin-bottom:18px}
.step-title{font-size:20px}
.step-desc{font-size:15px}
}