*{margin:0;padding:0;box-sizing:border-box}
html{height:100%}
body{font-family:'Alegreya',serif;font-size:18px;line-height:1.6;color:#2a2a2a;background:#fff;min-height:100%;display:flex;flex-direction:column}
main{flex:1}
.toparea{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);border-top:4px solid #9ABD40;padding:20px 0}
.topwrap{max-width:1366px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.logoholder{flex-shrink:0}
.logoimg{height:90px;width:90px;display:block;background:#fff;padding:8px;border-radius:6px;box-shadow:0 2px 6px #00000014}
.navblock{display:flex;gap:8px;flex-wrap:wrap;align-items:center;flex:1;justify-content:center;min-width:0}
.navblock .navitem{text-decoration:none;color:#2a2a2a;padding:10px 18px;font-size:17px;font-weight:400;border-radius:6px;transition:background .2s ease,color .2s ease;white-space:nowrap;background:#f5f5f5}
.navblock .navitem:hover{background:#e8e8e8;color:#1a1a1a}
.navblock .navitem.active{background:#9ABD40;color:#fff;font-weight:700}
.accentmark{font-size:28px;color:#C31638;flex-shrink:0}
.footwrap{background:#f8f8f8;border-top:4px solid #9ABD40;padding:50px 20px 30px}
.footcontent{max-width:1366px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:25px}
.footlogo{margin-bottom:10px}
.footlogoimg{height:70px;width:70px;display:block}
.footdesc{max-width:700px;text-align:center}
.foottext{font-size:16px;line-height:1.7;color:#4a4a4a}
.footlinks{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.footlink{text-decoration:none;color:#2a2a2a;font-size:16px;transition:color .2s ease}
.footlink:hover{color:#9ABD40}
.footcontact{display:flex;flex-direction:column;gap:8px;align-items:center}
.contactline{font-size:15px;color:#4a4a4a;display:flex;align-items:center;gap:8px}
.contactline .oi{color:#C31638}
.copyright{margin-top:15px;padding-top:20px;border-top:1px solid #e0e0e0;width:100%;text-align:center}
.copytxt{font-size:14px;color:#6a6a6a}
.cookiepopup{position:fixed;top:0;left:0;right:0;z-index:10000;display:flex;justify-content:center;padding:20px;transform:translateX(-100%);transition:transform .4s ease}
.cookiepopup.showpopup{transform:translateX(0)}
.cookiepopup.hidepopup{transform:translateX(-100%)}
.cookieblock{background:#fff;border:1px solid #d0d0d0;max-width:900px;width:100%;max-height:85vh;overflow-y:auto;padding:30px;box-shadow:0 8px 24px #00000026}
.cookieheader{margin-bottom:25px}
.cookietitle{font-size:24px;font-weight:700;color:#2a2a2a;margin-bottom:10px}
.cookiedesc{font-size:16px;color:#4a4a4a;line-height:1.5}
.cookieoptions{display:flex;flex-direction:column;gap:18px;margin-bottom:30px}
.optionitem{display:flex;flex-direction:column;gap:5px}
.optionlabel{display:flex;align-items:center;gap:10px;cursor:pointer}
.optiontoggle{width:20px;height:20px;cursor:pointer}
.optionname{font-size:17px;font-weight:700;color:#2a2a2a}
.optioninfo{font-size:14px;color:#6a6a6a;padding-left:30px}
.cookieactions{display:flex;gap:12px;flex-wrap:wrap}
.cookiebtn{padding:12px 24px;font-family:'Alegreya',serif;font-size:16px;font-weight:700;cursor:pointer;border:none;transition:background .2s ease}
.acceptbtn{background:#9ABD40;color:#fff}
.acceptbtn:hover{background:#88a838}
.savebtn{background:#4a4a4a;color:#fff}
.savebtn:hover{background:#3a3a3a}
.declinebtn{background:#C31638;color:#fff}
.declinebtn:hover{background:#a81230}
.prefsmanager{position:fixed;bottom:20px;right:20px;background:#9ABD40;color:#fff;width:50px;height:50px;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0003;z-index:9999;font-size:22px;transition:background .2s ease}
.prefsmanager:hover{background:#88a838}
.prefsmanager.showbadge{display:flex}
@media (max-width: 768px) {
.topwrap{flex-direction:column;align-items:center;gap:20px}
.navblock{flex-direction:column;width:100%;gap:8px}
.navblock .navitem{width:100%;text-align:center;padding:12px 18px}
.accentmark{order:-1}
.cookieblock{padding:20px}
.cookieactions{flex-direction:column}
.cookiebtn{width:100%}
}
@media (max-width: 480px) {
.logoimg{height:70px;width:70px}
.cookietitle{font-size:20px}
.footwrap{padding:40px 15px 25px}
.footlinks{flex-direction:column;gap:12px}
}
.policy-data{max-width:820px;margin:0 auto;padding:60px 20px 80px;background:#fff}
.policy-data h1{font-size:42px;line-height:1.2;color:#9ABD40;margin:0 0 16px;font-weight:600;letter-spacing:-.5px}
.policy-data h2{font-size:32px;line-height:1.3;color:#C31638;margin:48px 0 20px;font-weight:600;letter-spacing:-.3px}
.policy-data h3{font-size:24px;line-height:1.4;color:#9ABD40;margin:36px 0 16px;font-weight:600}
.policy-data h4{font-size:20px;line-height:1.4;color:#2c2c2c;margin:28px 0 14px;font-weight:600}
.policy-data h5{font-size:18px;line-height:1.5;color:#2c2c2c;margin:24px 0 12px;font-weight:600}
.policy-data h6{font-size:16px;line-height:1.5;color:#2c2c2c;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-data p{font-size:16px;line-height:1.75;color:#2c2c2c;margin:0 0 20px}
.policy-data ul{margin:0 0 24px;padding:0 0 0 24px;list-style-type:disc}
.policy-data ol{margin:0 0 24px;padding:0 0 0 24px;list-style-type:decimal}
.policy-data li{font-size:16px;line-height:1.75;color:#2c2c2c;margin:0 0 12px}
.policy-data ul ul{margin:12px 0;padding-left:24px;list-style-type:circle}
.policy-data ol ol{margin:12px 0;padding-left:24px;list-style-type:lower-alpha}
.policy-data li ul{margin-top:12px}
.policy-data li ol{margin-top:12px}
.policy-data a{color:#C31638;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom .2s ease}
.policy-data a:hover{border-bottom:1px solid #C31638}
.policy-data a:focus{outline:2px solid #9ABD40;outline-offset:2px;border-radius:2px}
.policy-data div{margin:0;padding:0}
.policy-data h1 + p{font-size:18px;color:#555;margin-bottom:32px}
.policy-data h2 + p{margin-top:20px}
.policy-data p + ul,.policy-data p + ol{margin-top:16px}
.policy-data strong{font-weight:600;color:#1a1a1a}
.policy-data em{font-style:italic}
@media (max-width: 768px) {
.policy-data{padding:40px 16px 60px}
.policy-data h1{font-size:32px;margin-bottom:12px}
.policy-data h2{font-size:26px;margin:36px 0 16px}
.policy-data h3{font-size:22px;margin:28px 0 14px}
.policy-data h4{font-size:19px;margin:24px 0 12px}
.policy-data h5{font-size:17px;margin:20px 0 10px}
.policy-data h6{font-size:15px;margin:18px 0 10px}
.policy-data p{font-size:15px;line-height:1.7;margin-bottom:18px}
.policy-data li{font-size:15px;line-height:1.7;margin-bottom:10px}
.policy-data ul,.policy-data ol{padding-left:20px;margin-bottom:20px}
.policy-data h1 + p{font-size:16px;margin-bottom:28px}
}
@media (max-width: 480px) {
.policy-data{padding:32px 12px 48px}
.policy-data h1{font-size:28px}
.policy-data h2{font-size:24px;margin:32px 0 14px}
.policy-data h3{font-size:20px}
.policy-data p{font-size:15px;margin-bottom:16px}
.policy-data li{font-size:15px}
}
.heroblk{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:0;margin:0 auto;max-width:1366px;position:relative;overflow:hidden}
.heroblk::before{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#9bbd4008 20px,#9bbd4008 40px);pointer-events:none}
.herogridwrap{display:grid;grid-template-columns:1fr 1.2fr;gap:0;align-items:center;min-height:520px}
.herotxtcol{padding:60px 40px 60px 80px;z-index:2}
.heromainhd{font-size:3.2rem;line-height:1.15;color:#9ABD40;margin:0 0 12px;font-weight:700;letter-spacing:-.5px}
.herosubhd{font-size:1.8rem;line-height:1.3;color:#2d2d2d;margin:0 0 24px;font-weight:400}
.herodescr{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin:0 0 36px;max-width:480px}
.heroimgcol{position:relative;height:520px;overflow:hidden}
.heroimgcol img{width:100%;height:100%;object-fit:cover;object-position:center}
.heroimgcol::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#c3163826 0%,#9bbd401f 100%);pointer-events:none}
.herobtnprim{display:inline-block;padding:14px 36px;background:#C31638;color:#fff;text-decoration:none;border-radius:6px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #c3163840;z-index:10;position:relative}
.herobtnprim:hover{background:#a01230;transform:translateY(-2px);box-shadow:0 6px 16px #c3163859}
.communityblk{background:#fff;padding:80px 20px;margin:0 auto;max-width:1366px}
.communitywrap{max-width:1100px;margin:0 auto}
.communityhdr{text-align:center;margin-bottom:56px}
.communityhdr h2{font-size:2.4rem;color:#C31638;margin:0 0 16px;font-weight:700}
.communityhdr p{font-size:1.1rem;color:#5a5a5a;line-height:1.6;max-width:680px;margin:0 auto}
.networkgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.networkcardv1{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);border-top:4px solid #9ABD40;padding:32px 28px;border-radius:8px;transition:all .3s ease;position:relative}
.networkcardv1:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.networkcardv1 h3{font-size:1.35rem;color:#2d2d2d;margin:0 0 14px;font-weight:600}
.networkcardv1 p{font-size:.98rem;color:#5a5a5a;line-height:1.65;margin:0}
.networkcardv1::before{content:'';position:absolute;top:16px;right:16px;width:48px;height:48px;background:#9bbd401a;border-radius:50%}
.flexibilityblk{background:linear-gradient(to bottom,#fafafa 0%,#fff 100%);padding:80px 20px;margin:0 auto;max-width:1366px}
.flexibilitywrap{max-width:1100px;margin:0 auto}
.flexlayoutgrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.flextxtside h2{font-size:2.3rem;color:#9ABD40;margin:0 0 24px;font-weight:700;line-height:1.2}
.flextxtside p{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 18px}
.flexvisualside{position:relative}
.flexvisualside img{width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 8px 20px #0000001f}
.flexadaptlist{list-style:none;padding:0;margin:24px 0 0}
.flexadaptlist li{padding:12px 0 12px 36px;position:relative;font-size:1.02rem;color:#3a3a3a;line-height:1.6}
.flexadaptlist li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#C31638;border-radius:50%;box-shadow:0 2px 6px #c316384d}
.careerblk{background:#fff;padding:80px 20px;margin:0 auto;max-width:1366px}
.careerwrap{max-width:1100px;margin:0 auto}
.careerhdr{text-align:center;margin-bottom:50px}
.careerhdr h2{font-size:2.4rem;color:#C31638;margin:0 0 18px;font-weight:700}
.careerhdr p{font-size:1.08rem;color:#5a5a5a;line-height:1.65;max-width:720px;margin:0 auto}
.pathwayswrap{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:44px}
.pathwayitem{display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:start;background:#fafafa;padding:28px;border-radius:8px;border-top:3px solid #9ABD40;transition:all .3s ease}
.pathwayitem:hover{background:#f5f5f5;box-shadow:0 6px 18px #00000014}
.pathwayitem img{width:140px;height:140px;object-fit:cover;border-radius:6px}
.pathwaycontent h3{font-size:1.3rem;color:#2d2d2d;margin:0 0 12px;font-weight:600}
.pathwaycontent p{font-size:.98rem;color:#5a5a5a;line-height:1.65;margin:0}
.interactiveblk{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;margin:0 auto;max-width:1366px}
.interactivewrap{max-width:1100px;margin:0 auto}
.interactivehdr{text-align:center;margin-bottom:56px}
.interactivehdr h2{font-size:2.4rem;color:#9ABD40;margin:0 0 18px;font-weight:700}
.interactivehdr p{font-size:1.08rem;color:#5a5a5a;line-height:1.65;max-width:700px;margin:0 auto}
.gamemechgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.gamemechcard{background:#fff;border-top:3px solid #C31638;padding:32px 24px;border-radius:8px;text-align:center;transition:all .3s ease;position:relative}
.gamemechcard:hover{transform:translateY(-6px);box-shadow:0 10px 28px #0000001f}
.gamemechcard::before{content:'';position:absolute;top:-3px;left:0;right:0;height:3px;background:linear-gradient(90deg,#C31638 0%,#9ABD40 100%);opacity:0;transition:opacity .3s ease}
.gamemechcard:hover::before{opacity:1}
.mechicon{width:64px;height:64px;margin:0 auto 20px;background:#9bbd4026;border-radius:50%;display:flex;align-items:center;justify-content:center}
.mechicon svg{width:32px;height:32px;fill:#9ABD40}
.gamemechcard h3{font-size:1.2rem;color:#2d2d2d;margin:0 0 12px;font-weight:600}
.gamemechcard p{font-size:.95rem;color:#5a5a5a;line-height:1.6;margin:0}
.testimonialgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px;margin-top:48px}
.testimonialcardv2{background:#fff;padding:32px;border-radius:8px;border-left:4px solid #9ABD40;box-shadow:0 4px 16px #0000000f;display:grid;grid-template-columns:80px 1fr;gap:24px;align-items:start}
.testimonialcardv2 img{width:80px;height:80px;border-radius:50%;object-fit:cover}
.testimonialtext p{font-size:1rem;color:#4a4a4a;line-height:1.65;margin:0 0 16px;font-style:italic}
.testimonialauthor{font-size:.95rem;color:#2d2d2d;font-weight:600;margin:0 0 4px}
.testimonialrole{font-size:.88rem;color:#7a7a7a;margin:0}
@media (max-width: 1024px) {
.herogridwrap{grid-template-columns:1fr}
.herotxtcol{padding:50px 40px}
.heroimgcol{height:380px}
.networkgrid{grid-template-columns:repeat(2,1fr)}
.flexlayoutgrid{grid-template-columns:1fr;gap:40px}
.pathwayswrap{grid-template-columns:1fr}
.gamemechgrid{grid-template-columns:repeat(2,1fr)}
.testimonialgrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heromainhd{font-size:2.4rem}
.herosubhd{font-size:1.5rem}
.herotxtcol{padding:40px 30px}
.communityhdr h2,.careerhdr h2,.interactivehdr h2{font-size:2rem}
.networkgrid{grid-template-columns:1fr}
.flextxtside h2{font-size:2rem}
.pathwayitem{grid-template-columns:1fr;gap:16px}
.pathwayitem img{width:100%;height:200px}
.gamemechgrid{grid-template-columns:1fr}
.testimonialcardv2{grid-template-columns:1fr;gap:20px;text-align:center}
.testimonialcardv2 img{margin:0 auto}
}
.herotitlewrapper{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 20px}
.bgshapesv2{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.shapefloater{position:absolute;background:#9bbd4014;border-radius:8px;animation:slowdrift 25s ease-in-out infinite}
.shapefloater:nth-child(1){width:280px;height:280px;top:10%;left:5%;animation-delay:0s}
.shapefloater:nth-child(2){width:200px;height:200px;top:60%;right:8%;background:#c316380f;animation-delay:8s}
.shapefloater:nth-child(3){width:160px;height:160px;bottom:15%;left:40%;background:#fbd7de1f;animation-delay:15s}
@keyframes slowdrift {
0%,100%{transform:translate(0,0) rotate(0deg)}
25%{transform:translate(20px,-15px) rotate(3deg)}
50%{transform:translate(-15px,20px) rotate(-2deg)}
75%{transform:translate(10px,10px) rotate(2deg)}
}
.herotitleinner{position:relative;z-index:2;text-align:center;max-width:900px}
.herotitleinner h1{font-size:56px;line-height:1.2;color:#212529;margin:0 0 24px;font-weight:600}
.herotitleinner h1 br{display:block}
.herotitleinner p{font-size:20px;line-height:1.6;color:#495057;margin:0}
.storyblock{max-width:1366px;margin:0 auto;padding:100px 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.storyimgwrap{position:relative;border-radius:8px;overflow:hidden;filter:blur(12px);transition:filter 1.2s ease-out}
.storyimgwrap.revealed{filter:blur(0)}
.storyimgwrap img{width:100%;height:480px;object-fit:cover;display:block}
.storytext h2{font-size:42px;line-height:1.3;color:#9ABD40;margin:0 0 28px;font-weight:600}
.storytext p{font-size:18px;line-height:1.7;color:#343a40;margin:0 0 20px}
.storytext p:last-child{margin-bottom:0}
.valuesgrid{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:100px 40px}
.valuesgridinner{max-width:1366px;margin:0 auto}
.valuesgridinner h2{font-size:44px;line-height:1.3;color:#C31638;margin:0 0 60px;text-align:center;font-weight:600}
.valuesgridcards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valuecard{background:#fff;border-top:4px solid #9ABD40;border-radius:8px;padding:36px 28px;transition:transform .3s ease,box-shadow .3s ease}
.valuecard:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001a}
.valuecardicon{width:64px;height:64px;background:linear-gradient(135deg,#9ABD40 0%,#7a9533 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.valuecardicon svg{width:32px;height:32px;fill:#fff}
.valuecard h3{font-size:24px;line-height:1.4;color:#212529;margin:0 0 16px;font-weight:600}
.valuecard p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.teamprofiles{max-width:1366px;margin:0 auto;padding:100px 40px}
.teamprofiles h2{font-size:46px;line-height:1.3;color:#212529;margin:0 0 20px;font-weight:600;position:relative;display:inline-block}
.teamprofiles h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#9ABD40 0%,#C31638 100%);border-radius:2px}
.teamintro{font-size:18px;line-height:1.7;color:#495057;margin:32px 0 60px;max-width:800px}
.profilecards{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.profilecard{display:flex;gap:32px;background:#fff;border-top:3px solid #FBD7DE;border-radius:8px;padding:32px;transition:box-shadow .3s ease}
.profilecard:hover{box-shadow:0 8px 20px #00000014}
.profileimg{flex-shrink:0;width:140px;height:140px;border-radius:8px;overflow:hidden}
.profileimg img{width:100%;height:100%;object-fit:cover;display:block}
.profileinfo h3{font-size:26px;line-height:1.3;color:#C31638;margin:0 0 8px;font-weight:600}
.profilerole{font-size:16px;line-height:1.4;color:#6c757d;margin:0 0 20px;font-weight:500}
.profileinfo p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.approachsection{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:100px 40px}
.approachinner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:70px;align-items:start}
.approachleft h2{font-size:48px;line-height:1.2;color:#9ABD40;margin:0 0 28px;font-weight:600}
.approachleft p{font-size:18px;line-height:1.7;color:#343a40;margin:0 0 32px}
.approachcta{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#C31638 0%,#a11229 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:6px;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:10}
.approachcta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c316384d}
.approachright{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.methodcard{background:#fff;border-top:3px solid #9ABD40;border-radius:8px;padding:28px 24px;transition:transform .3s ease}
.methodcard:hover{transform:translateX(8px)}
.methodcard h4{font-size:20px;line-height:1.4;color:#212529;margin:0 0 14px;font-weight:600}
.methodcard p{font-size:15px;line-height:1.6;color:#495057;margin:0}
.galleryshowcase{max-width:1366px;margin:0 auto;padding:100px 40px}
.galleryshowcase h2{font-size:44px;line-height:1.3;color:#C31638;margin:0 0 50px;text-align:center;font-weight:600}
.gallerylayout{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.galleryitem{border-radius:8px;overflow:hidden;position:relative;transition:transform .3s ease}
.galleryitem:hover{transform:scale(1.05);z-index:5}
.galleryitem img{width:100%;height:260px;object-fit:cover;display:block}
.galleryitem:nth-child(1){grid-column:span 2}
.galleryitem:nth-child(3){grid-column:span 2}
@media (max-width: 1024px) {
.herotitleinner h1{font-size:44px}
.storyblock{grid-template-columns:1fr;gap:40px;padding:80px 30px}
.valuesgridcards{grid-template-columns:1fr;gap:30px}
.profilecards{grid-template-columns:1fr;gap:40px}
.approachinner{grid-template-columns:1fr;gap:50px}
.gallerylayout{grid-template-columns:repeat(2,1fr)}
.galleryitem:nth-child(1),.galleryitem:nth-child(3){grid-column:span 1}
}
@media (max-width: 768px) {
.herotitlewrapper{min-height:360px;padding:60px 20px}
.herotitleinner h1{font-size:34px}
.herotitleinner p{font-size:17px}
.storyblock{padding:60px 20px}
.storyimgwrap img{height:320px}
.storytext h2{font-size:32px}
.valuesgrid{padding:60px 20px}
.valuesgridinner h2{font-size:34px;margin-bottom:40px}
.teamprofiles{padding:60px 20px}
.teamprofiles h2{font-size:36px}
.profilecard{flex-direction:column;gap:24px}
.profileimg{width:100%;height:240px}
.approachsection{padding:60px 20px}
.approachleft h2{font-size:36px}
.approachright{grid-template-columns:1fr}
.galleryshowcase{padding:60px 20px}
.galleryshowcase h2{font-size:34px}
.gallerylayout{grid-template-columns:1fr}
}
.topblock{position:relative;min-height:420px;display:flex;align-items:flex-end;padding:60px 0;overflow:hidden;background:linear-gradient(180deg,#fbd7de00 0%,#fbd7de4d 40%,#FBD7DE 100%)}
.topblock .innerwrap{max-width:1366px;width:90%;margin:0 auto;position:relative;z-index:2}
.topblock h1{font-size:3.2rem;color:#C31638;margin:0 0 16px;font-weight:600;line-height:1.2;animation:slideTextUp .9s ease-out forwards;opacity:0}
.topblock .subtitle{font-size:1.15rem;color:#333;line-height:1.6;max-width:680px;animation:slideTextUp 1.1s ease-out forwards;opacity:0;animation-delay:.2s}
@keyframes slideTextUp {
from{opacity:0;transform:translateY(40px)}
to{opacity:1;transform:translateY(0)}
}
.topblock::before{content:'';position:absolute;top:50%;left:10%;width:2px;height:0;background:linear-gradient(180deg,transparent,#9ABD40);animation:growLine 1.2s ease-out forwards;animation-delay:.3s}
.topblock::after{content:'';position:absolute;bottom:20%;right:15%;width:0;height:2px;background:linear-gradient(90deg,transparent,#C31638);animation:growLineHorizontal 1.2s ease-out forwards;animation-delay:.5s}
@keyframes growLine {
from{height:0}
to{height:180px}
}
@keyframes growLineHorizontal {
from{width:0}
to{width:220px}
}
.contactgrid{max-width:1366px;width:90%;margin:80px auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.infoblock h2{font-size:2rem;color:#9ABD40;margin:0 0 32px;font-weight:600}
.detailcard{background:#fff;padding:28px;margin-bottom:24px;border-radius:8px;border-top:3px solid #C31638;transition:transform .3s ease,box-shadow .3s ease}
.detailcard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}
.detailcard h3{font-size:1.25rem;color:#333;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.detailcard h3 .oi{color:#9ABD40;font-size:1.4rem}
.detailcard p{margin:0;color:#555;line-height:1.7;font-size:1rem}
.detailcard a{color:#C31638;text-decoration:none;transition:color .3s ease}
.detailcard a:hover{color:#9ABD40}
.formwrapper{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:40px;border-radius:10px;border-top:4px solid #9ABD40;box-shadow:0 4px 16px #0000000f}
.formwrapper h2{font-size:1.85rem;color:#C31638;margin:0 0 10px;font-weight:600}
.formwrapper .formdesc{font-size:.95rem;color:#666;margin:0 0 32px;line-height:1.6}
.inputwrap{margin-bottom:24px}
.inputwrap label{display:block;font-size:.95rem;color:#333;margin-bottom:8px;font-weight:500}
.inputwrap input[type="text"],.inputwrap input[type="email"],.inputwrap textarea{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}
.inputwrap input[type="text"]:focus,.inputwrap input[type="email"]:focus,.inputwrap textarea:focus{outline:none;border-color:#9ABD40;box-shadow:0 0 0 3px #9abd401a}
.inputwrap textarea{min-height:140px;resize:vertical;font-family:inherit}
.categoryfield{margin-bottom:24px}
.categoryfield label{display:block;font-size:.95rem;color:#333;margin-bottom:12px;font-weight:500}
.radiogroup{display:flex;flex-direction:column;gap:12px}
.radiooption{display:flex;align-items:center}
.radiooption input[type="radio"]{appearance:none;width:20px;height:20px;border:2px solid #9ABD40;border-radius:50%;margin-right:10px;position:relative;cursor:pointer;transition:all .3s ease}
.radiooption input[type="radio"]:checked{background:#9ABD40;border-color:#9ABD40}
.radiooption input[type="radio"]:checked::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}
.radiooption span{font-size:.95rem;color:#444}
.privacycheck{margin:28px 0}
.privacycheck input[type="checkbox"]{appearance:none;width:20px;height:20px;border:2px solid #C31638;border-radius:4px;margin-right:10px;cursor:pointer;position:relative;vertical-align:middle;transition:all .3s ease}
.privacycheck input[type="checkbox"]:checked{background:#C31638;border-color:#C31638}
.privacycheck input[type="checkbox"]:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}
.privacycheck label{font-size:.9rem;color:#555;line-height:1.5;display:inline}
.privacycheck a{color:#C31638;text-decoration:underline}
.privacycheck a:hover{color:#9ABD40}
.submitbtn{width:100%;padding:16px;background:linear-gradient(135deg,#C31638 0%,#9ABD40 100%);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1}
.submitbtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c316384d}
.submitbtn:active{transform:translateY(0)}
.hoursblock{max-width:1366px;width:90%;margin:60px auto 100px;background:#fff;padding:48px;border-radius:10px;border-top:4px solid #9ABD40;box-shadow:0 4px 16px #0000000f}
.hoursblock h2{font-size:2rem;color:#C31638;margin:0 0 28px;font-weight:600;text-align:center}
.hourstable{display:grid;grid-template-columns:1fr 1fr;gap:16px 40px;max-width:700px;margin:0 auto}
.hourrow{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f0f0f0}
.hourrow:last-child{border-bottom:none}
.hourday{font-weight:600;color:#333;font-size:1rem}
.hourtime{color:#666;font-size:1rem}
@media (max-width: 968px) {
.contactgrid{grid-template-columns:1fr;gap:50px}
.topblock h1{font-size:2.5rem}
.hourstable{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.topblock{min-height:320px;padding:40px 0}
.topblock h1{font-size:2rem}
.topblock .subtitle{font-size:1rem}
.formwrapper{padding:28px 20px}
.hoursblock{padding:32px 20px}
.detailcard{padding:20px}
}
.pagetop{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.pagetop::before{content:'';position:absolute;left:-5%;top:10%;width:400px;height:400px;background-image:radial-gradient(circle,#9ABD40 1.5px,transparent 1.5px);background-size:24px 24px;opacity:.15;z-index:1}
.pagetop .contentwrap{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.pagetop .textcol{padding-right:40px}
.pagetop .maintitle{font-size:48px;line-height:1.2;color:#9ABD40;margin:0 0 24px;font-weight:700}
.pagetop .descblock{font-size:18px;line-height:1.7;color:#333;margin:0 0 32px}
.pagetop .imagecol img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #0000001f;animation:fadeInImage 1.2s ease-out}
@keyframes fadeInImage {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.programstructure{padding:70px 20px;background:#fff}
.programstructure .blockwrap{max-width:1366px;margin:0 auto}
.programstructure .headingtext{font-size:38px;color:#C31638;text-align:center;margin:0 0 16px;font-weight:600}
.programstructure .subtext{font-size:17px;color:#555;text-align:center;max-width:720px;margin:0 auto 50px;line-height:1.6}
.programstructure .levelsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.programstructure .levelcard{background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%);border-top:4px solid #9ABD40;border-radius:6px;padding:32px 24px;transition:transform .3s ease,box-shadow .3s ease}
.programstructure .levelcard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000024}
.programstructure .levelcard:nth-child(2){border-top-color:#C31638}
.programstructure .levelcard:nth-child(3){border-top-color:#FBD7DE}
.programstructure .levelnum{display:inline-block;width:48px;height:48px;background:#9ABD40;color:#fff;border-radius:50%;text-align:center;line-height:48px;font-size:22px;font-weight:700;margin-bottom:20px}
.programstructure .levelcard:nth-child(2) .levelnum{background:#C31638}
.programstructure .levelcard:nth-child(3) .levelnum{background:#FBD7DE;color:#C31638}
.programstructure .leveltitle{font-size:24px;color:#222;margin:0 0 14px;font-weight:600}
.programstructure .levelinfo{font-size:16px;color:#666;line-height:1.7;margin:0 0 18px}
.programstructure .topicslist{list-style:none;padding:0;margin:0}
.programstructure .topicslist li{font-size:15px;color:#444;padding:8px 0 8px 28px;position:relative}
.programstructure .topicslist li::before{content:'';position:absolute;left:0;top:14px;width:12px;height:12px;background:#9ABD40;border-radius:50%}
.programstructure .levelcard:nth-child(2) .topicslist li::before{background:#C31638}
.programstructure .levelcard:nth-child(3) .topicslist li::before{background:#FBD7DE}
.instructorprofiles{padding:70px 20px;background:linear-gradient(150deg,#f5f5f5 0%,#fff 100%)}
.instructorprofiles .sectionholder{max-width:1366px;margin:0 auto}
.instructorprofiles .titlearea{font-size:38px;color:#9ABD40;margin:0 0 52px;text-align:center;font-weight:600}
.instructorprofiles .profilesgrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.instructorprofiles .profileitem{display:grid;grid-template-columns:160px 1fr;gap:28px;background:#fff;border-top:3px solid #C31638;border-radius:8px;padding:28px;box-shadow:0 4px 12px #00000014}
.instructorprofiles .profileitem:nth-child(2){border-top-color:#9ABD40}
.instructorprofiles .photoarea img{width:160px;height:160px;object-fit:cover;border-radius:50%;border:4px solid #f0f0f0}
.instructorprofiles .detailsarea{display:flex;flex-direction:column;justify-content:center}
.instructorprofiles .instructorname{font-size:26px;color:#222;margin:0 0 8px;font-weight:600}
.instructorprofiles .roletitle{font-size:16px;color:#C31638;margin:0 0 18px;font-weight:500}
.instructorprofiles .profileitem:nth-child(2) .roletitle{color:#9ABD40}
.instructorprofiles .biotext{font-size:16px;color:#555;line-height:1.7;margin:0}
.courseschedule{padding:70px 20px;background:#fff}
.courseschedule .scheduleholder{max-width:1366px;margin:0 auto}
.courseschedule .sectiontitle{font-size:38px;color:#C31638;margin:0 0 42px;text-align:center;font-weight:600;position:relative;padding-bottom:20px}
.courseschedule .sectiontitle::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#9ABD40 0%,#C31638 100%)}
.courseschedule .tabscontainer{display:flex;flex-direction:column}
.courseschedule .tabscontainer input[type="radio"]{display:none}
.courseschedule .tablabels{display:flex;justify-content:center;gap:12px;margin-bottom:36px}
.courseschedule .tablabel{padding:14px 32px;font-size:17px;color:#666;background:#f5f5f5;border-radius:6px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}
.courseschedule .tablabel:hover{background:#eee;color:#333}
.courseschedule input[type="radio"]:checked + .tablabel{background:#9ABD40;color:#fff;border-color:#9ABD40;font-weight:600}
.courseschedule input[type="radio"]:nth-of-type(2):checked ~ .tablabels .tablabel:nth-of-type(2){background:#C31638;border-color:#C31638}
.courseschedule input[type="radio"]:nth-of-type(3):checked ~ .tablabels .tablabel:nth-of-type(3){background:#9ABD40;border-color:#9ABD40}
.courseschedule .tabcontent{display:none}
.courseschedule input[type="radio"]:nth-of-type(1):checked ~ .tabcontent:nth-of-type(1),.courseschedule input[type="radio"]:nth-of-type(2):checked ~ .tabcontent:nth-of-type(2),.courseschedule input[type="radio"]:nth-of-type(3):checked ~ .tabcontent:nth-of-type(3){display:block}
.courseschedule .sessionlist{display:grid;gap:20px}
.courseschedule .sessionrow{display:grid;grid-template-columns:140px 1fr 180px;gap:24px;align-items:center;background:#f9f9f9;padding:20px 28px;border-radius:6px;border-left:5px solid #9ABD40;transition:background .3s ease}
.courseschedule .sessionrow:hover{background:#f0f0f0}
.courseschedule .sessionrow:nth-child(even){border-left-color:#C31638}
.courseschedule .sessionrow:nth-child(3n){border-left-color:#FBD7DE}
.courseschedule .sessionweek{font-size:18px;color:#9ABD40;font-weight:600}
.courseschedule .sessionrow:nth-child(even) .sessionweek{color:#C31638}
.courseschedule .sessionrow:nth-child(3n) .sessionweek{color:#C31638}
.courseschedule .sessiontopic{font-size:17px;color:#333;font-weight:500}
.courseschedule .sessionduration{font-size:15px;color:#777;text-align:right}
@media (max-width: 1024px) {
.pagetop .contentwrap{grid-template-columns:1fr;gap:40px}
.pagetop .textcol{padding-right:0}
.pagetop .maintitle{font-size:38px}
.programstructure .levelsgrid{grid-template-columns:1fr}
.instructorprofiles .profilesgrid{grid-template-columns:1fr}
.courseschedule .sessionrow{grid-template-columns:1fr;gap:12px}
.courseschedule .sessionduration{text-align:left}
}
@media (max-width: 768px) {
.pagetop{padding:50px 20px 40px}
.pagetop .maintitle{font-size:32px}
.pagetop .descblock{font-size:16px}
.pagetop .imagecol img{height:320px}
.programstructure{padding:50px 20px}
.programstructure .headingtext,.instructorprofiles .titlearea,.courseschedule .sectiontitle{font-size:30px}
.instructorprofiles .profileitem{grid-template-columns:1fr;text-align:center;gap:20px}
.instructorprofiles .photoarea img{margin:0 auto}
.courseschedule .tablabels{flex-direction:column}
.courseschedule .tablabel{text-align:center}
}
.herotitleblock{background:linear-gradient(135deg,#9ABD40 0%,#C31638 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.herotitleblock::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,#ffffff08 35px,#ffffff08 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,#ffffff05 35px,#ffffff05 70px)}
.herotitleblock .innerwrap{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.herotitleblock .titletextcontent h1{font-size:3.2em;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.2}
.herotitleblock .titletextcontent .subtxt{font-size:1.35em;color:#fffffff2;margin:0 0 35px;line-height:1.6;max-width:680px}
.herotitleblock .actionwrap{display:inline-block}
.herotitleblock .actionwrap .mainbtnlink{display:inline-block;background:#fff;color:#C31638;padding:16px 45px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1em;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.herotitleblock .actionwrap .mainbtnlink:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#FBD7DE}
.subscriptionpanel{padding:90px 20px;background:#fafafa}
.subscriptionpanel .centerwrap{max-width:1100px;margin:0 auto}
.subscriptionpanel .headingarea{text-align:center;margin-bottom:60px}
.subscriptionpanel .headingarea h2{font-size:2.4em;color:#2a2a2a;margin:0 0 18px;font-weight:700}
.subscriptionpanel .headingarea .introtxt{font-size:1.15em;color:#555;line-height:1.7;max-width:750px;margin:0 auto}
.subscriptionpanel .gridoptions{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:70px}
.subscriptionpanel .plancard{background:#fff;border-radius:10px;padding:40px 30px;border-top:4px solid #9ABD40;position:relative;transition:all .3s ease}
.subscriptionpanel .plancard:nth-child(2){border-top-color:#C31638;transform:scale(1.05)}
.subscriptionpanel .plancard:nth-child(3){border-top-color:#9ABD40}
.subscriptionpanel .plancard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}
.subscriptionpanel .plancard .labelmark{position:absolute;top:-12px;right:30px;background:#C31638;color:#fff;padding:4px 14px;border-radius:4px;font-size:.8em;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.subscriptionpanel .plancard .planname{font-size:1.6em;color:#2a2a2a;margin:0 0 12px;font-weight:700}
.subscriptionpanel .plancard .plandesc{font-size:.95em;color:#666;margin:0 0 25px;line-height:1.6}
.subscriptionpanel .plancard .pricebox{margin-bottom:28px}
.subscriptionpanel .plancard .pricebox .amount{font-size:2.8em;color:#2a2a2a;font-weight:700;line-height:1}
.subscriptionpanel .plancard .pricebox .period{font-size:1em;color:#888;margin-left:6px}
.subscriptionpanel .plancard .featurelist{list-style:none;padding:0;margin:0 0 30px}
.subscriptionpanel .plancard .featurelist li{padding:10px 0 10px 28px;position:relative;color:#444;font-size:.95em;line-height:1.5}
.subscriptionpanel .plancard .featurelist li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:#9ABD40;border-radius:50%;opacity:.8}
.subscriptionpanel .plancard .featurelist li::after{content:'';position:absolute;left:5px;top:18px;width:6px;height:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.subscriptionpanel .plancard .selectbtn{display:block;width:100%;background:#9ABD40;color:#fff;padding:14px 20px;border:none;border-radius:6px;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}
.subscriptionpanel .plancard:nth-child(2) .selectbtn{background:#C31638}
.subscriptionpanel .plancard .selectbtn:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}
.subscriptionpanel .formareawrap{background:#fff;border-radius:10px;padding:50px 60px;max-width:750px;margin:0 auto;box-shadow:0 2px 10px #0000000d}
.subscriptionpanel .formareawrap .formtitle{font-size:1.9em;color:#2a2a2a;margin:0 0 12px;font-weight:700}
.subscriptionpanel .formareawrap .formnote{color:#666;margin:0 0 35px;line-height:1.6}
.subscriptionpanel .formareawrap .inputrow{margin-bottom:25px}
.subscriptionpanel .formareawrap .inputrow label{display:block;color:#333;font-weight:600;margin-bottom:8px;font-size:.95em}
.subscriptionpanel .formareawrap .inputrow input,.subscriptionpanel .formareawrap .inputrow select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:1em;transition:all .3s ease;background:#fafafa}
.subscriptionpanel .formareawrap .inputrow input:focus,.subscriptionpanel .formareawrap .inputrow select:focus{outline:none;border-color:#9ABD40;background:#fff}
.subscriptionpanel .formareawrap .checkboxrow{margin:30px 0}
.subscriptionpanel .formareawrap .checkboxrow input[type="checkbox"]{width:auto;margin-right:8px}
.subscriptionpanel .formareawrap .checkboxrow label{display:inline;font-weight:400;font-size:.9em;color:#555}
.subscriptionpanel .formareawrap .submitbtn{width:100%;background:linear-gradient(135deg,#9ABD40 0%,#C31638 100%);color:#fff;padding:16px 20px;border:none;border-radius:6px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all .3s ease}
.subscriptionpanel .formareawrap .submitbtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c316384d}
@media (max-width: 968px) {
.herotitleblock{padding:80px 20px 70px}
.herotitleblock .titletextcontent h1{font-size:2.4em}
.herotitleblock .titletextcontent .subtxt{font-size:1.15em}
.subscriptionpanel .gridoptions{grid-template-columns:1fr;gap:30px}
.subscriptionpanel .plancard:nth-child(2){transform:scale(1)}
.subscriptionpanel .formareawrap{padding:40px 30px}
}
@media (max-width: 640px) {
.herotitleblock .titletextcontent h1{font-size:1.9em}
.herotitleblock .titletextcontent .subtxt{font-size:1em}
.herotitleblock .actionwrap .mainbtnlink{padding:14px 35px;font-size:1em}
.subscriptionpanel{padding:60px 20px}
.subscriptionpanel .headingarea h2{font-size:1.9em}
.subscriptionpanel .formareawrap{padding:30px 20px}
}
.successwrap{max-width:1366px;margin:0 auto;padding:0 20px}
.topblock{background:linear-gradient(135deg,#9ABD40 0%,#C31638 45%,#FBD7DE 100%);background-size:200% 200%;animation:meshshift 8s ease infinite;padding:80px 40px;border-radius:8px;margin:60px 0;position:relative;overflow:hidden}
@keyframes meshshift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.topblock::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 1px,transparent 1px);background-size:40px 40px;animation:rotatemesh 20s linear infinite}
@keyframes rotatemesh {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.centertext{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto}
.mainheader{font-size:48px;color:#fff;margin:0 0 20px;position:relative;display:inline-block;animation:fadeindown 1s ease}
@keyframes fadeindown {
from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.mainheader::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:#fffc;transform:scaleX(0);transform-origin:left;animation:drawline 1.2s ease .3s forwards}
@keyframes drawline {
to{transform:scaleX(1)}
}
.subtext{font-size:18px;color:#fffffff2;line-height:1.6;animation:fadein 1s ease .5s backwards}
@keyframes fadein {
from{opacity:0}
to{opacity:1}
}
.shapeholder{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none}
.geoshape{position:absolute;border-radius:50%;opacity:.15}
.geoshape:nth-child(1){width:120px;height:120px;background:#fff;top:10%;left:5%;animation:floatshape 6s ease-in-out infinite}
.geoshape:nth-child(2){width:80px;height:80px;background:#FBD7DE;top:60%;right:8%;animation:floatshape 7s ease-in-out infinite reverse}
.geoshape:nth-child(3){width:60px;height:60px;background:#9ABD40;bottom:15%;left:15%;animation:floatshape 5s ease-in-out infinite}
@keyframes floatshape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(180deg)}
}
.infogrid{max-width:1366px;margin:0 auto 80px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.stepcard{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border-top:4px solid #9ABD40;border-radius:6px;padding:40px 30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.stepcard:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000014}
.stepcard:nth-child(2){border-top-color:#C31638}
.stepcard:nth-child(3){border-top-color:#FBD7DE}
.stepnumber{position:absolute;top:-20px;left:30px;width:44px;height:44px;background:#9ABD40;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 8px #0000001f}
.stepcard:nth-child(2) .stepnumber{background:#C31638}
.stepcard:nth-child(3) .stepnumber{background:#C31638;color:#fff}
.stepheading{font-size:24px;color:#C31638;margin:0 0 16px;line-height:1.3}
.stepbody{font-size:16px;color:#2c3e50;line-height:1.7;margin:0 0 20px}
.checkgrid{display:grid;gap:10px}
.checkrow{display:flex;align-items:center;gap:10px;font-size:15px;color:#34495e}
.checkrow::before{content:'';width:18px;height:18px;background:#9ABD40;border-radius:3px;flex-shrink:0;position:relative}
.checkrow::after{content:'✓';position:absolute;color:#fff;font-size:12px;font-weight:700;margin-left:-15px}
.stepcard:nth-child(2) .checkrow::before{background:#C31638}
.stepcard:nth-child(3) .checkrow::before{background:#9ABD40}
.linkwrap{margin-top:30px;text-align:center}
.mainlink{display:inline-block;background:linear-gradient(135deg,#9ABD40 0%,#7a9833 100%);color:#fff;padding:14px 36px;border-radius:6px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #9abd404d;position:relative;z-index:10}
.mainlink:hover{background:linear-gradient(135deg,#7a9833 0%,#9ABD40 100%);box-shadow:0 6px 16px #9abd4066;transform:translateY(-2px)}
@media (max-width: 1024px) {
.infogrid{grid-template-columns:1fr;gap:40px}
.topblock{padding:60px 30px}
.mainheader{font-size:36px}
}
@media (max-width: 768px) {
.topblock{padding:50px 20px;margin:40px 0}
.mainheader{font-size:32px}
.subtext{font-size:16px}
.stepcard{padding:35px 25px}
.stepheading{font-size:21px}
.geoshape{display:none}
}
@media (max-width: 480px) {
.mainheader{font-size:28px}
.stepcard{padding:30px 20px}
.stepheading{font-size:19px}
.stepbody{font-size:15px}
.mainlink{padding:12px 28px;font-size:16px}
}