*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Source Sans Pro',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:#2d2d2d;background:#fff}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer;border:none;background:none}
.siteheader{background:linear-gradient(168deg,#B0424F 0%,#8a3340 100%);padding:35px 20px;box-shadow:0 12px 32px #b0424f2e}
.headercontainer{max-width:1366px;margin:0 auto;width:100%}
.siteheader .logorow{display:flex;justify-content:center;align-items:center;margin-bottom:28px}
.siteheader .logowrap{width:120px;height:120px;background:#ffffff26;border-radius:32px;padding:18px;box-shadow:0 8px 24px #0000001f;border:2px solid #ffffff40}
.siteheader .logoimg{width:100%;height:100%;object-fit:contain}
.siteheader .companyrow{display:flex;justify-content:center;align-items:center;margin-bottom:32px;text-align:center}
.siteheader .companytitle{max-width:800px}
.siteheader .brandname{font-size:42px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.5px}
.siteheader .tagline{font-size:18px;color:#F1DFD0;font-weight:400;margin:0}
.siteheader .navrow{display:flex;justify-content:center;align-items:center;padding-top:12px;border-top:1px solid #fff3}
.siteheader .mainnav{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center}
.siteheader .navlink{padding:12px 28px;font-size:16px;font-weight:600;color:#fff;background:#ffffff1a;border-radius:24px;transition:background .25s ease,color .25s ease;display:inline-block;min-height:44px;display:flex;align-items:center}
.siteheader .navlink:hover{background:#fff3;color:#F1DFD0}
.sitefooter{background:linear-gradient(192deg,#427556 0%,#355d45 100%);padding:40px 20px;margin-top:80px}
.footercontainer{max-width:1366px;margin:0 auto;width:100%}
.sitefooter .footercontent{text-align:center}
.sitefooter .footernav{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:24px}
.sitefooter .footerlink{color:#F1DFD0;font-size:15px;padding:8px 16px;transition:color .2s ease;min-height:44px;display:flex;align-items:center}
.sitefooter .footerlink:hover{color:#fff}
.sitefooter .copyright{color:#f1dfd0d9;font-size:14px}
.cookiepopup{position:fixed;bottom:24px;right:24px;width:360px;max-width:calc(100vw - 48px);background:#fff;border-radius:28px;box-shadow:0 16px 48px #0003;padding:28px;z-index:9999;transform:translateY(120%);transition:transform .35s cubic-bezier(0.4,0,0.2,1);border:1px solid #b0424f26}
.cookiepopup.visible{transform:translateY(0)}
.cookiepopup .cookieheading{font-size:20px;font-weight:700;color:#B0424F;margin-bottom:12px}
.cookiepopup .cookiedesc{font-size:14px;color:#5a5a5a;margin-bottom:20px;line-height:1.5}
.cookiepopup .cookiesettings{margin-bottom:20px;padding:16px;background:#fafafa;border-radius:20px}
.cookiepopup .preferenceline{margin-bottom:14px}
.cookiepopup .preferenceline:last-child{margin-bottom:0}
.cookiepopup .preflabel{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#2d2d2d;cursor:pointer;position:relative}
.cookiepopup .prefcheck{position:absolute;opacity:0;pointer-events:none}
.cookiepopup .toggleswitch{width:48px;height:26px;background:#ddd;border-radius:20px;position:relative;transition:background .25s ease}
.cookiepopup .toggleswitch::after{content:'';position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:3px;left:3px;transition:left .25s ease}
.cookiepopup .prefcheck:checked + .toggleswitch{background:#427556}
.cookiepopup .prefcheck:checked + .toggleswitch::after{left:25px}
.cookiepopup .cookieactions{display:flex;gap:10px;flex-wrap:wrap}
.cookiepopup .cookiebtn{flex:1;min-width:90px;padding:12px 20px;font-size:14px;font-weight:600;border-radius:20px;transition:all .2s ease;min-height:44px}
.cookiepopup .cookiebtn.accept{background:#427556;color:#fff}
.cookiepopup .cookiebtn.accept:hover{background:#355d45}
.cookiepopup .cookiebtn.decline{background:#B0424F;color:#fff}
.cookiepopup .cookiebtn.decline:hover{background:#8a3340}
.cookiepopup .cookiebtn.secondary{background:#F1DFD0;color:#2d2d2d}
.cookiepopup .cookiebtn.secondary:hover{background:#e5d1bf}
@media (max-width: 768px) {
.siteheader{padding:24px 16px}
.siteheader .logorow{margin-bottom:20px}
.siteheader .logowrap{width:90px;height:90px;padding:14px}
.siteheader .brandname{font-size:32px}
.siteheader .tagline{font-size:16px}
.siteheader .companyrow{margin-bottom:24px}
.siteheader .mainnav{gap:6px}
.siteheader .navlink{padding:10px 20px;font-size:15px}
.sitefooter{padding:32px 16px;margin-top:60px}
.sitefooter .footernav{flex-direction:column;gap:12px}
.cookiepopup{bottom:16px;right:16px;width:calc(100vw - 32px);padding:20px}
.cookiepopup .cookieactions{flex-direction:column}
.cookiepopup .cookiebtn{width:100%}
}
@media (max-width: 480px) {
.siteheader .brandname{font-size:26px}
.siteheader .tagline{font-size:14px}
.siteheader .navlink{padding:9px 16px;font-size:14px}
}
.gy-policy-area{max-width:1366px;margin:0 auto;padding:80px 24px;background:linear-gradient(165deg,#fff 0%,#fdfcfb 50%,#F1DFD0 100%)}
.gy-policy-area h1{font-size:48px;line-height:1.2;color:#B0427F;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.gy-policy-area h2{font-size:36px;line-height:1.3;color:#427556;margin:64px 0 24px;font-weight:600;letter-spacing:-.3px}
.gy-policy-area h3{font-size:28px;line-height:1.4;color:#B0424F;margin:48px 0 20px;font-weight:600}
.gy-policy-area h4{font-size:22px;line-height:1.4;color:#427556;margin:36px 0 16px;font-weight:600}
.gy-policy-area h5{font-size:18px;line-height:1.5;color:#333;margin:28px 0 12px;font-weight:600}
.gy-policy-area h6{font-size:16px;line-height:1.5;color:#555;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.gy-policy-area p{font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 24px;text-align:justify}
.gy-policy-area ul{margin:0 0 32px;padding:0 0 0 32px;list-style-type:none}
.gy-policy-area ul li{font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 16px;position:relative;padding-left:8px}
.gy-policy-area ul li:before{content:'';position:absolute;left:-24px;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#B0424F 0%,#427556 100%);border-radius:50%}
.gy-policy-area ol{margin:0 0 32px;padding:0 0 0 32px;counter-reset:ordered-counter;list-style:none}
.gy-policy-area ol li{font-size:17px;line-height:1.8;color:#2c2c2c;margin:0 0 16px;position:relative;padding-left:16px;counter-increment:ordered-counter}
.gy-policy-area ol li:before{content:counter(ordered-counter) '.';position:absolute;left:-32px;font-weight:600;color:#B0424F}
.gy-policy-area strong,.gy-policy-area b{font-weight:700;color:#1a1a1a}
.gy-policy-area em,.gy-policy-area i{font-style:italic;color:#3a3a3a}
.gy-policy-area hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#F1DFD0 20%,#B0424F 50%,#F1DFD0 80%,transparent 100%);margin:56px 0;opacity:.6}
.gy-policy-area div{margin:0 0 24px}
@media (max-width: 1024px) {
.gy-policy-area{padding:60px 32px}
.gy-policy-area h1{font-size:40px}
.gy-policy-area h2{font-size:32px;margin:52px 0 20px}
.gy-policy-area h3{font-size:24px;margin:40px 0 16px}
.gy-policy-area h4{font-size:20px}
}
@media (max-width: 768px) {
.gy-policy-area{padding:48px 20px}
.gy-policy-area h1{font-size:34px}
.gy-policy-area h2{font-size:28px;margin:44px 0 18px}
.gy-policy-area h3{font-size:22px;margin:36px 0 14px}
.gy-policy-area h4{font-size:19px}
.gy-policy-area p,.gy-policy-area ul li,.gy-policy-area ol li{font-size:16px;line-height:1.7;text-align:left}
.gy-policy-area ul{padding:0 0 0 24px}
.gy-policy-area ol{padding:0 0 0 24px}
.gy-policy-area hr{margin:44px 0}
}
@media (max-width: 480px) {
.gy-policy-area{padding:36px 16px}
.gy-policy-area h1{font-size:28px}
.gy-policy-area h2{font-size:24px;margin:36px 0 16px}
.gy-policy-area h3{font-size:20px;margin:28px 0 12px}
.gy-policy-area h4{font-size:18px}
.gy-policy-area p,.gy-policy-area ul li,.gy-policy-area ol li{font-size:15px}
.gy-policy-area ul{padding:0 0 0 20px}
.gy-policy-area ol{padding:0 0 0 20px}
}
.herotitle{background:linear-gradient(135deg,#F1DFD0 0%,#fff 100%);padding:80px 20px 120px;position:relative}
.herotitle-container{max-width:1366px;margin:0 auto;display:flex;align-items:center;gap:60px}
.herotitle-content{flex:1}
.herotitle-heading{font-size:48px;line-height:1.2;color:#B0424F;margin:0 0 24px}
.herotitle-description{font-size:18px;line-height:1.7;color:#333;margin:0 0 32px}
.herotitle-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#B0424F 0%,#8a3540 100%);color:#fff;text-decoration:none;border-radius:30px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #b0424f40;z-index:10;position:relative}
.herotitle-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #b0424f59}
.herotitle-visual{flex:1;max-width:500px}
.herotitle-img{width:100%;height:auto;border-radius:32px;box-shadow:0 16px 48px #0000001f;filter:saturate(0.8)}
.herotitle-divider{position:absolute;bottom:0;left:0;width:100%;height:120px}
.feedback{padding:80px 20px;background:#fff}
.feedback-wrap{max-width:1366px;margin:0 auto}
.feedback-intro{text-align:center;margin-bottom:60px}
.feedback-title{font-size:40px;line-height:1.3;color:#B0424F;margin:0 0 20px}
.feedback-text{font-size:18px;line-height:1.7;color:#555;max-width:800px;margin:0 auto}
.feedback-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.feedback-card{background:linear-gradient(135deg,#F1DFD0 0%,#fff 100%);padding:40px 32px;border-radius:28px;text-align:center;box-shadow:0 8px 24px #0000000f;transition:transform .3s ease}
.feedback-card:hover{transform:translateY(-8px)}
.feedback-icon{margin-bottom:24px}
.feedback-card-title{font-size:22px;color:#B0424F;margin:0 0 16px}
.feedback-card-desc{font-size:16px;line-height:1.6;color:#666;margin:0}
.ecosystem{padding:80px 20px;background:linear-gradient(160deg,#fff 0%,#F1DFD0 100%)}
.ecosystem-container{max-width:1366px;margin:0 auto}
.ecosystem-heading{font-size:40px;line-height:1.3;color:#427556;text-align:center;margin:0 0 20px}
.ecosystem-intro{font-size:18px;line-height:1.7;color:#555;text-align:center;max-width:700px;margin:0 auto 60px}
.ecosystem-path{display:flex;align-items:center;justify-content:center;gap:30px}
.ecosystem-stage{flex:1;max-width:320px;background:#fff;padding:32px;border-radius:28px;box-shadow:0 8px 24px #00000014;position:relative}
.ecosystem-number{position:absolute;top:-16px;left:32px;width:48px;height:48px;background:linear-gradient(135deg,#B0424F 0%,#8a3540 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #b0424f4d}
.ecosystem-img{width:100%;height:180px;object-fit:cover;border-radius:20px;margin-bottom:20px}
.ecosystem-stage-title{font-size:24px;color:#427556;margin:0 0 12px}
.ecosystem-stage-text{font-size:16px;line-height:1.6;color:#666;margin:0}
.ecosystem-arrow{flex-shrink:0}
.development{padding:80px 20px;background:#fff}
.development-wrap{max-width:1366px;margin:0 auto}
.development-header{text-align:center;margin-bottom:60px}
.development-title{font-size:40px;line-height:1.3;color:#B0424F;margin:0 0 16px}
.development-subtitle{font-size:18px;line-height:1.7;color:#555;max-width:700px;margin:0 auto}
.development-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.development-level{background:linear-gradient(135deg,#F1DFD0 0%,#fff 100%);padding:40px 32px;border-radius:28px;box-shadow:0 8px 24px #0000000f}
.development-badge{display:inline-block;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}
.development-badge.beginner{background:#427556;color:#fff}
.development-badge.intermediate{background:#B0424F;color:#fff}
.development-badge.advanced{background:linear-gradient(135deg,#427556 0%,#B0424F 100%);color:#fff}
.development-level-title{font-size:26px;color:#B0424F;margin:0 0 16px}
.development-level-desc{font-size:16px;line-height:1.6;color:#666;margin:0 0 24px}
.development-list{list-style:none;padding:0;margin:0}
.development-list-item{font-size:15px;color:#555;padding:10px 0;border-bottom:1px solid #42755626;position:relative;padding-left:28px}
.development-list-item:last-child{border-bottom:none}
.development-list-item::before{content:'';position:absolute;left:0;top:16px;width:16px;height:16px;background:#427556;border-radius:50%}
.comparison{padding:80px 20px;background:linear-gradient(135deg,#fff 0%,#F1DFD0 100%)}
.comparison-container{max-width:1366px;margin:0 auto}
.comparison-heading{font-size:40px;line-height:1.3;color:#427556;text-align:center;margin:0 0 20px}
.comparison-intro{font-size:18px;line-height:1.7;color:#555;text-align:center;max-width:700px;margin:0 auto 60px}
.comparison-table{display:flex;gap:20px;background:#fff;padding:40px;border-radius:28px;box-shadow:0 12px 32px #00000014}
.comparison-col{flex:1;display:flex;flex-direction:column;gap:16px}
.comparison-cell{padding:20px;background:#F1DFD0;border-radius:16px;font-size:16px;color:#333;min-height:60px;display:flex;align-items:center;justify-content:center;text-align:center}
.comparison-header-cell{background:transparent;font-size:20px;font-weight:700;color:#B0424F}
.comparison-col-header .comparison-cell{background:transparent;font-weight:600;color:#555}
.comparison-col-us .comparison-cell{background:linear-gradient(135deg,#427556 0%,#356347 100%);color:#fff}
.comparison-col-us .comparison-header-cell{background:linear-gradient(135deg,#B0424F 0%,#8a3540 100%);color:#fff}
.network{padding:80px 20px;background:#fff}
.network-wrap{max-width:1366px;margin:0 auto;display:flex;align-items:center;gap:60px}
.network-content{flex:1}
.network-title{font-size:40px;line-height:1.3;color:#B0424F;margin:0 0 20px}
.network-text{font-size:18px;line-height:1.7;color:#555;margin:0 0 40px}
.network-stats{display:flex;gap:40px;margin-bottom:40px}
.network-stat-item{text-align:center}
.network-stat-number{font-size:48px;font-weight:700;color:#427556;margin-bottom:8px}
.network-stat-label{font-size:16px;color:#666}
.network-benefits{display:flex;flex-direction:column;gap:16px}
.network-benefit{display:flex;align-items:center;gap:16px}
.network-benefit-icon{flex-shrink:0}
.network-benefit-text{font-size:16px;color:#555}
.network-visual{flex:1;max-width:500px}
.network-img{width:100%;height:auto;border-radius:32px;box-shadow:0 16px 48px #0000001f}
.cta{padding:80px 20px;background:linear-gradient(135deg,#F1DFD0 0%,#fff 100%)}
.cta-container{max-width:1366px;margin:0 auto;display:flex;align-items:center;gap:60px}
.cta-content{flex:1}
.cta-heading{font-size:40px;line-height:1.3;color:#427556;margin:0 0 20px}
.cta-text{font-size:18px;line-height:1.7;color:#555;margin:0 0 32px}
.cta-buttons{display:flex;gap:20px}
.cta-btn{display:inline-block;padding:16px 40px;text-decoration:none;border-radius:30px;font-size:16px;font-weight:600;transition:all .3s ease;z-index:10;position:relative}
.cta-btn-primary{background:linear-gradient(135deg,#427556 0%,#356347 100%);color:#fff;box-shadow:0 8px 24px #42755640}
.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #42755659}
.cta-btn-secondary{background:#fff;color:#B0424F;border:2px solid #B0424F;box-shadow:0 4px 16px #b0424f26}
.cta-btn-secondary:hover{background:#B0424F;color:#fff;transform:translateY(-2px)}
.cta-visual{flex:1;max-width:500px}
.cta-img{width:100%;height:auto;border-radius:32px;box-shadow:0 16px 48px #0000001f}
@media (max-width: 1024px) {
.herotitle-container{flex-direction:column;gap:40px}
.herotitle-visual{max-width:100%}
.feedback-channels{grid-template-columns:1fr}
.ecosystem-path{flex-direction:column}
.ecosystem-arrow{transform:rotate(90deg)}
.development-grid{grid-template-columns:1fr}
.comparison-table{flex-direction:column}
.network-wrap{flex-direction:column}
.network-visual{max-width:100%}
.cta-container{flex-direction:column}
.cta-visual{max-width:100%}
}
@media (max-width: 768px) {
.herotitle{padding:60px 20px 100px}
.herotitle-heading{font-size:36px}
.feedback-title{font-size:32px}
.ecosystem-heading{font-size:32px}
.development-title{font-size:32px}
.comparison-heading{font-size:32px}
.network-title{font-size:32px}
.network-stats{flex-direction:column;gap:24px}
.cta-heading{font-size:32px}
.cta-buttons{flex-direction:column}
.cta-btn{text-align:center}
}
.contactpagecontainer{max-width:1366px;margin:0 auto;padding:0 20px}
.tophead{background:linear-gradient(112deg,#F1DFD0 0%,#427556 100%);padding:80px 20px;margin-bottom:60px;border-radius:32px;position:relative;overflow:hidden}
.tophead::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:linear-gradient(45deg,#b0424f26 0%,transparent 60%);transform:rotate(-15deg)}
.tophead .headwrapper{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.tophead .maintitle{font-size:3.2rem;font-weight:700;color:#fff;margin:0;line-height:1.2}
.inforeach{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}
.inforeach .reachitem{background:#fff;padding:36px;border-radius:28px;box-shadow:0 8px 24px #0000000f;transition:all .3s ease}
.inforeach .reachitem:hover{box-shadow:0 16px 40px #0000001a;transform:translateY(-4px)}
.inforeach .reachitem .iconwrap{width:64px;height:64px;background:linear-gradient(135deg,#B0424F 0%,#427556 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.inforeach .reachitem .iconwrap .lnr{font-size:28px;color:#fff}
.inforeach .reachitem .cardtitle{font-size:1.4rem;font-weight:600;color:#2c2c2c;margin:0 0 12px}
.inforeach .reachitem .cardtext{font-size:1rem;line-height:1.6;color:#5a5a5a;margin:0}
.inforeach .reachitem .cardtext a{color:#B0424F;text-decoration:none;transition:color .3s ease}
.inforeach .reachitem .cardtext a:hover{color:#427556}
.formsectionwrap{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;margin-bottom:80px;align-items:start}
.formsectionwrap .visualside{position:sticky;top:40px}
.formsectionwrap .visualside .imgholder{border-radius:32px;overflow:hidden;box-shadow:0 12px 32px #00000014}
.formsectionwrap .visualside .imgholder img{width:100%;height:auto;display:block;object-fit:cover}
.formsectionwrap .formside .sectionlabel{font-size:2.4rem;font-weight:700;color:#2c2c2c;margin:0 0 12px}
.formsectionwrap .formside .sectionintro{font-size:1.05rem;line-height:1.7;color:#5a5a5a;margin:0 0 36px}
.contactformarea{background:#fff;padding:40px;border-radius:28px;box-shadow:0 8px 24px #0000000f}
.contactformarea .formgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}
.contactformarea .formfield{display:flex;flex-direction:column}
.contactformarea .formfield.fullwidth{grid-column:1 / -1}
.contactformarea .formfield .fieldlabel{font-size:.95rem;font-weight:600;color:#2c2c2c;margin-bottom:8px;display:block}
.contactformarea .formfield .fieldinput{width:100%;padding:14px 18px;font-size:1rem;color:#2c2c2c;background:#F1DFD0;border:2px solid transparent;border-radius:16px;transition:all .3s ease;box-sizing:border-box}
.contactformarea .formfield .fieldinput:focus{outline:none;border-color:#B0424F;background:#fff}
.contactformarea .formfield .fieldselect{width:100%;padding:14px 18px;font-size:1rem;color:#2c2c2c;background:#F1DFD0;border:2px solid transparent;border-radius:16px;transition:all .3s ease;cursor:pointer;box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%232c2c2c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.contactformarea .formfield .fieldselect:focus{outline:none;border-color:#427556;background-color:#fff}
.contactformarea .privacybox{margin-bottom:28px;display:flex;align-items:start;gap:12px}
.contactformarea .privacybox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#B0424F;flex-shrink:0}
.contactformarea .privacybox .privacytext{font-size:.9rem;color:#5a5a5a;line-height:1.5}
.contactformarea .privacybox .privacytext a{color:#B0424F;text-decoration:underline;transition:color .3s ease}
.contactformarea .privacybox .privacytext a:hover{color:#427556}
.contactformarea .submitarea{display:flex;justify-content:flex-end}
.contactformarea .submitbtn{padding:16px 48px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#B0424F 0%,#427556 100%);border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #b0424f4d}
.contactformarea .submitbtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #b0424f66}
.contactformarea .submitbtn:active{transform:translateY(0)}
.hoursdetail{background:linear-gradient(135deg,#F1DFD0 0%,#fff 100%);padding:60px 40px;border-radius:32px;margin-bottom:80px}
.hoursdetail .hourswrapper{max-width:900px;margin:0 auto;text-align:center}
.hoursdetail .hourstitle{font-size:2rem;font-weight:700;color:#2c2c2c;margin:0 0 32px}
.hoursdetail .hoursgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.hoursdetail .hoursgrid .hourblock{background:#fff;padding:28px 24px;border-radius:24px;box-shadow:0 6px 20px #0000000d}
.hoursdetail .hoursgrid .hourblock .dayname{font-size:1.1rem;font-weight:600;color:#B0424F;margin:0 0 8px}
.hoursdetail .hoursgrid .hourblock .timerange{font-size:.95rem;color:#5a5a5a;margin:0}
.faqsection{margin-bottom:80px}
.faqsection .faqhead{text-align:center;margin-bottom:48px}
.faqsection .faqhead .faqtitle{font-size:2.4rem;font-weight:700;color:#2c2c2c;margin:0 0 16px}
.faqsection .faqhead .faqsubtitle{font-size:1.05rem;color:#5a5a5a;margin:0;line-height:1.6}
.faqsection .faqlist{max-width:900px;margin:0 auto}
.faqsection .faqlist .faqitem{background:#fff;border-radius:24px;margin-bottom:16px;box-shadow:0 4px 16px #0000000a;overflow:hidden}
.faqsection .faqlist .faqitem input[type="checkbox"]{display:none}
.faqsection .faqlist .faqitem .questionlabel{display:block;padding:24px 32px;font-size:1.1rem;font-weight:600;color:#2c2c2c;cursor:pointer;transition:all .3s ease;position:relative;padding-right:60px}
.faqsection .faqlist .faqitem .questionlabel::after{content:'+';position:absolute;right:32px;top:50%;transform:translateY(-50%);font-size:1.6rem;color:#B0424F;transition:transform .3s ease}
.faqsection .faqlist .faqitem .questionlabel:hover{color:#B0424F}
.faqsection .faqlist .faqitem input[type="checkbox"]:checked ~ .questionlabel::after{transform:translateY(-50%) rotate(45deg)}
.faqsection .faqlist .faqitem .answerwrap{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faqsection .faqlist .faqitem input[type="checkbox"]:checked ~ .answerwrap{max-height:500px}
.faqsection .faqlist .faqitem .answerwrap .answertext{padding:0 32px 24px;font-size:1rem;line-height:1.7;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.inforeach{grid-template-columns:repeat(2,1fr)}
.formsectionwrap{grid-template-columns:1fr}
.formsectionwrap .visualside{position:static}
.hoursdetail .hoursgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.tophead .maintitle{font-size:2.4rem}
.inforeach{grid-template-columns:1fr;gap:24px}
.contactformarea .formgrid{grid-template-columns:1fr}
.hoursdetail .hoursgrid{grid-template-columns:1fr;gap:16px}
.contactformarea{padding:28px 24px}
.contactformarea .submitarea{justify-content:stretch}
.contactformarea .submitbtn{width:100%}
}
@media (max-width: 480px) {
.tophead{padding:60px 20px}
.tophead .maintitle{font-size:2rem}
.formsectionwrap .formside .sectionlabel{font-size:1.8rem}
.faqsection .faqhead .faqtitle{font-size:1.8rem}
}
.herowrap{position:relative;max-width:1366px;margin:0 auto;padding:80px 24px;overflow:hidden}
.herobacklayer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.herobacklayer::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:linear-gradient(125deg,#F1DFD0 0%,#F1DFD0 20%,transparent 20%,transparent 25%,#F1DFD0 25%,#F1DFD0 45%,transparent 45%,transparent 50%,#F1DFD0 50%,#F1DFD0 70%,transparent 70%);opacity:.15;transform:rotate(-8deg)}
.heroimg{position:absolute;right:0;top:50%;transform:translateY(-50%);width:55%;height:85%;z-index:2;border-radius:32px;overflow:hidden}
.heroimg img{width:100%;height:100%;object-fit:cover}
.heroimg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#b0424f99 0%,transparent 25%,transparent 75%,#427556b3 100%)}
.herotextarea{position:relative;z-index:3;max-width:580px;background:#fffffff5;padding:48px 42px;border-radius:28px;box-shadow:0 12px 48px #00000014}
.herotextarea h1{font-size:2.8rem;line-height:1.2;margin:0 0 24px;color:#2a2a2a}
.herotextarea .quoteline{font-size:1.15rem;line-height:1.6;color:#4a4a4a;font-style:italic;padding-left:20px;border-left:4px solid #B0424F;margin:0}
@media (max-width: 968px) {
.heroimg{width:65%;height:70%}
.herotextarea{max-width:480px;padding:36px 32px}
.herotextarea h1{font-size:2.2rem}
}
@media (max-width: 640px) {
.herowrap{padding:60px 20px}
.heroimg{position:relative;width:100%;height:280px;transform:none;margin-bottom:24px}
.herotextarea{max-width:100%;padding:32px 24px}
.herotextarea h1{font-size:1.9rem}
.herotextarea .quoteline{font-size:1.05rem}
}
.programpath{max-width:1366px;margin:0 auto;padding:100px 24px;background:linear-gradient(155deg,#fff 0%,#F1DFD0 100%)}
.programpath h2{font-size:2.4rem;margin:0 0 16px;color:#2a2a2a;position:relative;display:inline-block}
.programpath h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#B0424F 0%,#427556 100%)}
.pathintro{font-size:1.1rem;line-height:1.7;color:#3a3a3a;margin:32px 0 56px;max-width:720px}
.stepscontainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.stepcard{background:#fff;padding:38px 32px;border-radius:24px;box-shadow:0 8px 32px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.stepcard:hover{transform:translateY(-6px);box-shadow:0 16px 48px #b0424f26}
.stepnumber{position:absolute;top:-18px;left:32px;width:52px;height:52px;background:linear-gradient(135deg,#B0424F 0%,#427556 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 6px 20px #b0424f4d}
.stepcard h3{font-size:1.5rem;margin:24px 0 16px;color:#2a2a2a}
.stepcard p{font-size:1rem;line-height:1.6;color:#4a4a4a;margin:0}
@media (max-width: 640px) {
.programpath{padding:80px 20px}
.programpath h2{font-size:2rem}
.stepscontainer{grid-template-columns:1fr}
}
.toolsarea{max-width:1366px;margin:0 auto;padding:100px 24px;position:relative}
.toolsarea::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(245deg,#427556 0%,#4275561a 100%);border-radius:40px 0 0 40px;z-index:0}
.toolsgrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}
.toolscontent h2{font-size:2.4rem;margin:0 0 28px;color:#2a2a2a}
.toolslist{list-style:none;padding:0;margin:0}
.toolslist li{background:#fff;padding:24px 28px;margin-bottom:20px;border-radius:20px;box-shadow:0 6px 24px #0000000f;display:flex;align-items:flex-start;gap:18px;transition:all .3s ease}
.toolslist li:hover{box-shadow:0 12px 36px #b0424f1f;transform:translateX(8px)}
.toolslist li::before{content:'→';font-size:1.8rem;color:#B0424F;font-weight:700;flex-shrink:0}
.toolslist li .tooltext{flex:1}
.toolslist li strong{display:block;font-size:1.2rem;color:#2a2a2a;margin-bottom:6px}
.toolslist li span{font-size:.98rem;color:#5a5a5a;line-height:1.5}
.toolsimage{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 16px 56px #0000001f}
.toolsimage img{width:100%;height:480px;object-fit:cover}
@media (max-width: 968px) {
.toolsgrid{grid-template-columns:1fr;gap:40px}
.toolsarea::before{width:60%}
.toolsimage{order:-1}
}
@media (max-width: 640px) {
.toolsarea{padding:80px 20px}
.toolsarea::before{display:none}
.toolscontent h2{font-size:2rem}
.toolslist li{padding:20px 22px}
.toolsimage img{height:320px}
}
.enrollmentzone{max-width:1366px;margin:0 auto;padding:100px 24px}
.enrollwrapper{background:linear-gradient(165deg,#B0424F 0%,#427556 100%);border-radius:36px;padding:64px 56px;display:flex;align-items:center;justify-content:space-between;gap:48px;box-shadow:0 20px 64px #b0424f40;position:relative;overflow:hidden}
.enrollwrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.enrolltext{flex:1;position:relative;z-index:1}
.enrolltext h2{font-size:2.6rem;margin:0 0 20px;color:#fff}
.enrolltext p{font-size:1.15rem;line-height:1.7;color:#fffffff2;margin:0}
.enrollaction{position:relative;z-index:1}
.enrollbutton{display:inline-block;background:#fff;color:#B0424F;padding:18px 48px;border-radius:28px;font-size:1.15rem;font-weight:700;text-decoration:none;box-shadow:0 8px 32px #00000026;transition:all .3s ease;border:3px solid transparent}
.enrollbutton:hover{background:#F1DFD0;transform:translateY(-4px);box-shadow:0 12px 40px #0003}
.enrollbutton:active{transform:translateY(-2px)}
@media (max-width: 968px) {
.enrollwrapper{flex-direction:column;padding:48px 40px;text-align:center}
.enrolltext h2{font-size:2.2rem}
}
@media (max-width: 640px) {
.enrollmentzone{padding:80px 20px}
.enrollwrapper{padding:40px 28px}
.enrolltext h2{font-size:1.9rem}
.enrolltext p{font-size:1.05rem}
.enrollbutton{padding:16px 40px;font-size:1.05rem}
}
.herosection{background:linear-gradient(127deg,#F1DFD0 0%,#fff 45%,#F1DFD0 100%);padding:0;position:relative;overflow:hidden}
.herocontainer{max-width:1366px;margin:0 auto;padding:80px 40px;display:flex;align-items:center;gap:60px}
.heroleft{flex:1.2;position:relative}
.heroleft::before{content:'';position:absolute;left:-30px;top:20%;width:4px;height:60%;background:linear-gradient(180deg,transparent,#B0424F,transparent);border-radius:30px}
.heroright{flex:1;position:relative}
.heroleft h1{font-size:52px;line-height:1.15;color:#2a2a2a;margin:0 0 24px;font-weight:700}
.heroleft p{font-size:19px;line-height:1.6;color:#555;margin:0 0 36px;max-width:580px}
.herobuttons{display:flex;gap:18px;flex-wrap:wrap}
.btnprimary{background:linear-gradient(135deg,#B0424F 0%,#8f3440 100%);color:#fff;padding:16px 40px;border-radius:28px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #b0424f40;border:none;display:inline-block}
.btnprimary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #b0424f59}
.btnsecondary{background:#fff;color:#B0424F;padding:16px 40px;border-radius:28px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;border:2px solid #B0424F;display:inline-block}
.btnsecondary:hover{background:#B0424F;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #b0424f33}
.heroimg{width:100%;height:460px;border-radius:32px;object-fit:cover;box-shadow:0 24px 64px #0000001f;position:relative;filter:brightness(1.02) contrast(1.05);object-position:65% center}
.pricingsection{padding:100px 40px;background:#fff;position:relative}
.pricingcontainer{max-width:1366px;margin:0 auto}
.pricingheader{text-align:center;margin-bottom:70px;max-width:720px;margin-left:auto;margin-right:auto}
.pricingheader h2{font-size:44px;color:#2a2a2a;margin:0 0 18px;font-weight:700}
.pricingheader p{font-size:18px;color:#666;line-height:1.65;margin:0}
.pricinggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}
.pricingcard{background:linear-gradient(145deg,#fff 0%,#fafafa 100%);border-radius:32px;padding:44px 36px;box-shadow:0 12px 40px #0000000f;transition:all .35s ease;border:2px solid transparent;position:relative;overflow:hidden}
.pricingcard::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#B0424F,#427556);opacity:0;transition:opacity .35s ease}
.pricingcard:hover::before{opacity:1}
.pricingcard:hover{transform:translateY(-8px);box-shadow:0 20px 56px #0000001f;border-color:#F1DFD0}
.pricingcard.featured{background:linear-gradient(145deg,#B0424F 0%,#8f3440 100%);border-color:#B0424F;transform:scale(1.05)}
.pricingcard.featured:hover{transform:scale(1.05) translateY(-8px)}
.cardlabel{display:inline-block;background:#427556;color:#fff;padding:6px 18px;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}
.pricingcard.featured .cardlabel{background:#fff;color:#B0424F}
.cardtitle{font-size:28px;color:#2a2a2a;margin:0 0 12px;font-weight:700}
.pricingcard.featured .cardtitle{color:#fff}
.carddescription{font-size:16px;color:#666;line-height:1.6;margin:0 0 28px}
.pricingcard.featured .carddescription{color:#F1DFD0}
.cardprice{display:flex;align-items:baseline;gap:8px;margin-bottom:32px}
.priceamount{font-size:48px;font-weight:800;color:#B0424F;line-height:1}
.pricingcard.featured .priceamount{color:#fff}
.pricecurrency{font-size:24px;color:#666;font-weight:600}
.pricingcard.featured .pricecurrency{color:#F1DFD0}
.featurelist{list-style:none;padding:0;margin:0 0 36px}
.featurelist li{padding:12px 0;font-size:16px;color:#555;display:flex;align-items:flex-start;gap:12px;line-height:1.5}
.pricingcard.featured .featurelist li{color:#fff}
.featurelist li::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#427556,#356347);color:#fff;border-radius:50%;flex-shrink:0;font-weight:700;font-size:14px}
.pricingcard.featured .featurelist li::before{background:#fff;color:#B0424F}
.cardbtn{width:100%;padding:16px 28px;border-radius:26px;font-size:17px;font-weight:600;text-align:center;text-decoration:none;transition:all .3s ease;display:block;border:2px solid #B0424F;background:#B0424F;color:#fff;position:relative;z-index:2}
.cardbtn:hover{background:#8f3440;border-color:#8f3440;transform:scale(1.03);box-shadow:0 8px 24px #b0424f4d}
.pricingcard.featured .cardbtn{background:#fff;color:#B0424F;border-color:#fff}
.pricingcard.featured .cardbtn:hover{background:#F1DFD0;border-color:#F1DFD0;color:#B0424F}
.comparisonsection{padding:90px 40px 120px;background:linear-gradient(168deg,#F1DFD0 0%,#fff 35%,#F1DFD0 72%,#fff 100%);position:relative}
.comparisoncontainer{max-width:1366px;margin:0 auto}
.comparisonheader{margin-bottom:60px}
.comparisonheader h2{font-size:40px;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.comparisonheader p{font-size:18px;color:#666;line-height:1.6;margin:0;max-width:680px}
.comparisontable{background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #00000014}
.tableheader{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;padding:32px 40px;background:linear-gradient(135deg,#B0424F 0%,#8f3440 100%);color:#fff;font-weight:700;font-size:17px}
.tablerow{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;padding:28px 40px;border-bottom:1px solid #eee;align-items:center;transition:background .25s ease}
.tablerow:hover{background:linear-gradient(90deg,#fafafa 0%,#fff 100%)}
.tablerow:last-child{border-bottom:none}
.featurename{font-size:16px;color:#2a2a2a;font-weight:600;display:flex;align-items:center;gap:12px}
.featurename::before{content:'';width:8px;height:8px;background:linear-gradient(135deg,#427556,#356347);border-radius:50%;flex-shrink:0}
.featurevalue{text-align:center;font-size:15px;color:#555}
.checkmark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#427556,#356347);color:#fff;border-radius:50%;font-weight:700;font-size:16px;margin:0 auto}
.crossmark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#e8e8e8;color:#999;border-radius:50%;font-weight:700;font-size:16px;margin:0 auto}
@media (max-width: 1200px) {
.herocontainer{gap:40px;padding:60px 30px}
.heroleft h1{font-size:44px}
.pricinggrid{grid-template-columns:1fr;gap:28px}
.pricingcard.featured{transform:scale(1)}
.pricingcard.featured:hover{transform:translateY(-8px)}
}
@media (max-width: 768px) {
.herocontainer{flex-direction:column;padding:50px 24px;gap:36px}
.heroleft::before{display:none}
.heroleft h1{font-size:36px}
.heroleft p{font-size:17px}
.heroimg{height:320px}
.herobuttons{flex-direction:column}
.btnprimary,.btnsecondary{width:100%;text-align:center}
.pricingsection{padding:60px 24px}
.pricingheader h2{font-size:34px}
.comparisonsection{padding:60px 24px 80px}
.comparisonheader h2{font-size:32px}
.tableheader,.tablerow{grid-template-columns:1fr;gap:12px;padding:24px 28px}
.tableheader{display:none}
.tablerow{display:flex;flex-direction:column;align-items:flex-start}
.featurename{font-size:17px;font-weight:700;margin-bottom:12px}
.featurevalue{text-align:left;width:100%;padding-left:20px}
.checkmark,.crossmark{margin:0}
}
@media (max-width: 480px) {
.heroleft h1{font-size:30px}
.pricingheader h2{font-size:28px}
.comparisonheader h2{font-size:28px}
.cardtitle{font-size:24px}
.priceamount{font-size:40px}
}
.successwrap{width:100%;max-width:1366px;margin:0 auto;padding:0 20px}
.confirmhero{background:linear-gradient(142deg,#427556 0%,#B0424F 48%,#F1DFD0 100%);padding:120px 20px 80px;position:relative;overflow:hidden;border-radius:32px;margin:40px 0 60px}
.confirmhero::before{content:'';position:absolute;top:40px;right:80px;width:8px;height:8px;background:#ffffff4d;border-radius:50%;box-shadow:-60px 40px 0 #fff3 -120px 80px 0 #ffffff40 -180px 120px 0 #ffffff26 -240px 160px 0 #fff3 -300px 200px 0 #ffffff4d}
.confirmhero::after{content:'';position:absolute;bottom:60px;left:100px;width:6px;height:6px;background:#ffffff40;border-radius:50%;box-shadow:50px -30px 0 #fff3 100px -60px 0 #ffffff4d 150px -90px 0 #ffffff26 200px -120px 0 #ffffff40}
.msgcontent{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:2}
.checkicon{width:80px;height:80px;margin:0 auto 32px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px #00000026}
.checkicon svg{width:44px;height:44px}
.msgcontent h1{font-size:48px;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.2;text-shadow:0 2px 12px #0000001a}
.msgcontent .subdesc{font-size:19px;color:#ffffffeb;line-height:1.7;margin:0 0 40px;max-width:580px;margin-left:auto;margin-right:auto}
.primaryaction{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#B0424F;padding:18px 42px;border-radius:28px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 28px #0000001f}
.primaryaction:hover{transform:translateY(-3px);box-shadow:0 14px 38px #0000002e;background:#F1DFD0}
.primaryaction svg{width:20px;height:20px;transition:transform .3s ease}
.primaryaction:hover svg{transform:translateX(4px)}
@media (max-width: 768px) {
.confirmhero{padding:80px 20px 60px;margin:20px 0 40px;border-radius:24px}
.confirmhero::before,.confirmhero::after{display:none}
.checkicon{width:64px;height:64px;margin-bottom:24px}
.checkicon svg{width:36px;height:36px}
.msgcontent h1{font-size:34px;margin-bottom:16px}
.msgcontent .subdesc{font-size:17px;margin-bottom:32px}
.primaryaction{padding:16px 36px;font-size:16px}
}
@media (max-width: 480px) {
.confirmhero{padding:60px 16px 50px}
.msgcontent h1{font-size:28px}
.msgcontent .subdesc{font-size:16px}
.primaryaction{padding:14px 28px;font-size:15px;width:100%;justify-content:center}
}