*{box-sizing:inherit}
html{box-sizing:border-box}
body{font-family:'Merriweather',serif;margin:0;padding:0;background:#FFF6F0;color:#2a2a2a}
.siteheader{background:linear-gradient(135deg,#fff 0%,#FFF6F0 100%);border-bottom:3px solid #f7576526;box-shadow:0 4px 12px #26919314;padding:0}
.headercontainer{max-width:1200px;margin:0 auto;padding:24px 20px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.brandwrapper{display:flex;align-items:center;gap:18px;flex-shrink:0}
.logoholder{width:95px;height:95px;flex-shrink:0;background:#fff;border-radius:4px;padding:8px;box-shadow:0 3px 8px #f757651f 0 1px 3px #26919314;border:1px solid #2691931a}
.logoholder img{width:100%;height:100%;object-fit:contain}
.brandinfo{display:flex;flex-direction:column;gap:4px}
.companyname{font-size:26px;font-weight:700;color:#269193;margin:0;line-height:1.2}
.tagline{font-size:13px;color:#6a6a6a;font-weight:300;margin:0}
.mainnav{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-left:auto}
.mainnav a{padding:11px 22px;text-decoration:none;color:#2a2a2a;font-size:15px;font-weight:400;border-radius:3px;transition:background 180ms,color 180ms;border:1px solid transparent}
.mainnav a:hover{background:#f7576514;color:#F75765;border-color:#f7576533}
.sitefooter{background:#2a2a2a;color:#e0e0e0;padding:48px 20px 32px;margin-top:80px}
.footercontainer{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}
.footercolumn h4{font-size:15px;font-weight:700;color:#F75765;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.footercolumn ul{list-style:none;padding:0;margin:0}
.footercolumn ul li{margin-bottom:10px}
.footercolumn a{color:#e0e0e0;text-decoration:none;font-size:14px;transition:color 200ms}
.footercolumn a:hover{color:#F75765}
.footercolumn p{font-size:14px;line-height:1.7;color:#b0b0b0;margin:8px 0}
.copyright{text-align:center;padding-top:32px;margin-top:32px;border-top:1px solid #ffffff1a;font-size:13px;color:#909090}
.cookiepopup{position:fixed;left:20px;top:50%;transform:translateY(-50%);background:#fff;border:2px solid #269193;border-radius:3px;padding:28px;max-width:380px;box-shadow:0 8px 24px #2691932e 0 2px 8px #f757651f;z-index:9999;opacity:0;transition:opacity 300ms}
.cookiepopup.showpopup{opacity:1}
.cookiepopup h3{font-size:18px;font-weight:700;color:#269193;margin:0 0 14px}
.cookiepopup p{font-size:14px;line-height:1.6;color:#4a4a4a;margin:0 0 20px}
.cookiecategories{margin-bottom:20px}
.categorywrap{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e8e8e8}
.categorywrap label{font-size:14px;color:#2a2a2a;cursor:pointer;flex:1}
.categorywrap input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.categorywrap input[type="checkbox"]:disabled{cursor:not-allowed;opacity:.6}
.optoutrow{margin-top:16px;padding-top:16px;border-top:1px solid #e8e8e8}
.cookiebuttons{display:flex;gap:12px;margin-top:20px}
.cookiebuttons button{flex:1;padding:12px 20px;border:2px solid #269193;background:transparent;color:#269193;font-size:14px;font-weight:600;border-radius:3px;cursor:pointer;transition:background 200ms,color 200ms;font-family:'Merriweather',serif}
.cookiebuttons button:hover{background:#269193;color:#fff}
.cookiebuttons .acceptbtn:hover{background:#F75765;border-color:#F75765}
.cookiepopup a{color:#F75765;text-decoration:underline;font-size:13px}
@media (max-width: 768px) {
.headercontainer{flex-direction:column;align-items:flex-start;gap:20px}
.mainnav{width:100%;flex-direction:column;gap:8px;margin-left:0}
.mainnav a{width:100%;text-align:center}
.footercontainer{grid-template-columns:1fr;gap:32px}
.cookiepopup{left:10px;right:10px;max-width:none;top:auto;bottom:10px;transform:none}
.cookiebuttons{flex-direction:column}
}
.uzk-policy-view{max-width:1200px;margin:0 auto;padding:60px 20px;background:#fff}
.uzk-policy-view p{font-size:16px;line-height:1.8;color:#2d3748;margin:0 0 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
.uzk-policy-view p + p{margin-top:16px}
.uzk-policy-view ul{margin:24px 0;padding:0 0 0 28px;list-style-type:disc}
.uzk-policy-view ol{margin:24px 0;padding:0 0 0 28px;list-style-type:decimal}
.uzk-policy-view li{font-size:16px;line-height:1.8;color:#2d3748;margin:0 0 12px;padding-left:8px}
.uzk-policy-view li p{margin:8px 0}
.uzk-policy-view ul li{list-style-type:disc}
.uzk-policy-view ol li{list-style-type:decimal}
.uzk-policy-view ul ul{margin:12px 0;padding-left:24px}
.uzk-policy-view ul ul li{list-style-type:circle}
.uzk-policy-view ol ol{margin:12px 0;padding-left:24px}
.uzk-policy-view ol ol li{list-style-type:lower-alpha}
.uzk-policy-view strong{font-weight:600;color:#1a202c}
.uzk-policy-view b{font-weight:600;color:#1a202c}
.uzk-policy-view em{font-style:italic;color:#2d3748}
.uzk-policy-view i{font-style:italic;color:#2d3748}
.uzk-policy-view a{color:#F75765;text-decoration:underline;transition:all .2s;cursor:pointer}
.uzk-policy-view a:hover{color:#269193;text-decoration:none}
.uzk-policy-view a:focus{outline:2px solid #F75765;outline-offset:2px;border-radius:2px}
.uzk-policy-view div{margin:0;padding:0}
.uzk-policy-view div p{margin-bottom:20px}
.uzk-policy-view div ul{margin-top:16px;margin-bottom:24px}
.uzk-policy-view div ol{margin-top:16px;margin-bottom:24px}
@media (max-width: 768px) {
.uzk-policy-view{padding:40px 16px}
.uzk-policy-view p{font-size:15px;line-height:1.7;margin-bottom:16px}
.uzk-policy-view li{font-size:15px;line-height:1.7;margin-bottom:10px}
.uzk-policy-view ul{padding-left:24px;margin:20px 0}
.uzk-policy-view ol{padding-left:24px;margin:20px 0}
.uzk-policy-view ul ul{padding-left:20px;margin:10px 0}
.uzk-policy-view ol ol{padding-left:20px;margin:10px 0}
}
@media (max-width: 480px) {
.uzk-policy-view{padding:32px 12px}
.uzk-policy-view p{font-size:14px;line-height:1.65}
.uzk-policy-view li{font-size:14px;line-height:1.65}
.uzk-policy-view ul{padding-left:20px}
.uzk-policy-view ol{padding-left:20px}
}
.statstitle{background:linear-gradient(135deg,#269193 0%,#F75765 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.statstitle::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#fff6f01a 1px,transparent 1px),radial-gradient(circle at 80% 70%,#fff6f01a 1px,transparent 1px);background-size:40px 40px;opacity:.6}
.statstitle .titleinner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.statstitle h1{font-size:3.2rem;color:#FFF6F0;margin:0 0 24px;font-weight:700;line-height:1.2}
.statstitle .intropara{font-size:1.25rem;color:#fff6f0f2;max-width:720px;line-height:1.6;margin:0}
.metricszone{padding:90px 20px;background:#FFF6F0}
.metricszone .metricswrap{max-width:1200px;margin:0 auto}
.metricszone .sectionlabel{font-size:2.4rem;color:#269193;margin:0 0 60px;text-align:center;font-weight:600;position:relative}
.metricszone .sectionlabel::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F75765,#269193);border-radius:3px}
.metricsgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-bottom:70px}
.metricbox{background:#fff;padding:40px 30px;border-radius:6px;box-shadow:0 8px 20px #2691931f;transition:all 220ms ease;position:relative;overflow:hidden}
.metricbox::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F75765,#269193)}
.metricbox:hover{transform:translateY(-6px);box-shadow:0 14px 30px #2691932e}
.metricbox .bignum{font-size:3rem;color:#F75765;font-weight:700;margin:0 0 12px;line-height:1}
.metricbox .metriclabel{font-size:1.1rem;color:#269193;font-weight:600;margin:0 0 10px}
.metricbox .metricdetail{font-size:.95rem;color:#555;line-height:1.5;margin:0}
.progressarea{background:#fff;padding:50px;border-radius:6px;box-shadow:0 6px 18px #f757651a;margin-bottom:60px}
.progressarea h3{font-size:1.8rem;color:#269193;margin:0 0 35px;font-weight:600}
.progressitem{margin-bottom:32px}
.progressitem:last-child{margin-bottom:0}
.progressheader{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.progressheader .proglabel{font-size:1.05rem;color:#333;font-weight:600;margin:0}
.progressheader .progpercent{font-size:.95rem;color:#F75765;font-weight:700}
.progresstrack{width:100%;height:14px;background:#f0f0f0;border-radius:20px;overflow:hidden;position:relative}
.progressfill{height:100%;background:linear-gradient(90deg,#F75765,#269193);border-radius:20px;transition:width 180ms ease;position:relative}
.progressfill::after{content:'';position:absolute;top:0;right:0;bottom:0;width:30px;background:linear-gradient(90deg,transparent,#ffffff4d)}
.progressfill.fill87{width:87%}
.progressfill.fill92{width:92%}
.progressfill.fill79{width:79%}
.progressfill.fill95{width:95%}
.progressfill.fill84{width:84%}
.comparisonblock{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.comparisoncard{background:#fff;padding:45px 35px;border-radius:6px;box-shadow:0 6px 16px #2691931a;transition:all 200ms ease}
.comparisoncard:hover{box-shadow:0 10px 26px #26919329}
.comparisoncard h4{font-size:1.6rem;color:#269193;margin:0 0 25px;font-weight:600}
.comparisoncard .complist{list-style:none;padding:0;margin:0}
.comparisoncard .complist li{padding:14px 0 14px 35px;position:relative;font-size:1rem;color:#444;line-height:1.5;border-bottom:1px solid #f0f0f0}
.comparisoncard .complist li:last-child{border-bottom:none}
.comparisoncard .complist li::before{content:'✓';position:absolute;left:0;top:14px;width:24px;height:24px;background:linear-gradient(135deg,#F75765,#269193);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}
.testimonialsection{padding:90px 20px;background:linear-gradient(180deg,white 0%,#FFF6F0 100%)}
.testimonialsection .testwrap{max-width:1200px;margin:0 auto}
.testimonialsection h2{font-size:2.4rem;color:#269193;margin:0 0 50px;text-align:center;font-weight:600}
.testimonialgrid{display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:start}
.testprofile{text-align:center}
.testprofile img{width:100%;height:300px;object-fit:cover;border-radius:6px;box-shadow:0 10px 24px #f7576526;margin-bottom:20px}
.testprofile .testname{font-size:1.3rem;color:#269193;font-weight:600;margin:0 0 6px}
.testprofile .testrole{font-size:.95rem;color:#666;margin:0}
.testcontent{background:#fff;padding:45px;border-radius:6px;box-shadow:0 8px 20px #2691931a;position:relative}
.testcontent::before{content:'"';position:absolute;top:-20px;left:30px;font-size:6rem;color:#F75765;opacity:.2;font-family:Georgia,serif;line-height:1}
.testcontent .testquote{font-size:1.1rem;color:#333;line-height:1.7;margin:0 0 20px;position:relative;z-index:1}
.testcontent .testmeta{font-size:.9rem;color:#999;font-style:italic;margin:0}
@media (max-width: 968px) {
.statstitle h1{font-size:2.4rem}
.statstitle .intropara{font-size:1.1rem}
.metricsgrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}
.comparisonblock{grid-template-columns:1fr;gap:30px}
.testimonialgrid{grid-template-columns:1fr;gap:35px}
.testprofile img{max-width:300px;margin-left:auto;margin-right:auto}
}
@media (max-width: 640px) {
.statstitle{padding:80px 20px 70px}
.statstitle h1{font-size:2rem}
.metricszone{padding:60px 20px}
.metricszone .sectionlabel{font-size:1.8rem;margin-bottom:40px}
.metricsgrid{grid-template-columns:1fr}
.progressarea{padding:30px 20px}
.comparisoncard{padding:30px 20px}
.testimonialsection{padding:60px 20px}
.testcontent{padding:30px 20px}
}
.pagetitle{background:linear-gradient(135deg,#269193 0%,#1a6d6f 100%);padding:4rem 2rem 5rem;position:relative;overflow:hidden}
.pagetitle::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse at center,#f7576526 0%,transparent 70%);filter:blur(40px)}
.pagetitle .containerwrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.pagetitle h1{color:#FFF6F0;font-size:2.8rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 8px #0000001a}
.pagetitle .subline{color:#fff6f0e6;font-size:1.15rem;max-width:680px;line-height:1.6}
.originblock{padding:5rem 2rem;background:#FFF6F0}
.originblock .wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.originblock .textcontent h2{color:#269193;font-size:2.2rem;margin-bottom:1.5rem;font-weight:700}
.originblock .textcontent p{color:#2d2d2d;font-size:1.05rem;line-height:1.7;margin-bottom:1.3rem}
.originblock .imgframe{position:relative}
.originblock .imgframe img{width:100%;height:460px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #26919333}
.originblock .imgframe::after{content:'';position:absolute;inset:-12px;border:3px solid #f757654d;border-radius:8px;pointer-events:none}
.expertgrid{padding:5rem 2rem;background:linear-gradient(180deg,#fff 0%,#f8f8f8 100%)}
.expertgrid .holder{max-width:1200px;margin:0 auto}
.expertgrid h2{color:#269193;font-size:2.2rem;margin-bottom:3rem;text-align:center;font-weight:700}
.expertgrid .members{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:3rem}
.expertcard{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:transform 180ms,box-shadow 180ms}
.expertcard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #26919326}
.expertcard .photo{width:100%;height:320px;object-fit:cover}
.expertcard .details{padding:2rem}
.expertcard .name{color:#F75765;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}
.expertcard .role{color:#269193;font-size:1.05rem;font-weight:600;margin-bottom:1rem}
.expertcard .bio{color:#4a4a4a;font-size:.98rem;line-height:1.6}
.methodology{padding:5rem 2rem;background:#269193;position:relative}
.methodology::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#F75765 0%,#269193 50%,#F75765 100%)}
.methodology .container{max-width:1200px;margin:0 auto}
.methodology h2{color:#FFF6F0;font-size:2.2rem;margin-bottom:3rem;text-align:center;font-weight:700}
.methodology .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.stepbox{background:#fff6f01a;border:2px solid #fff6f033;border-radius:6px;padding:2rem;position:relative;transition:background 200ms}
.stepbox:hover{background:#fff6f026}
.stepbox .num{position:absolute;top:-16px;left:24px;background:#F75765;color:#FFF6F0;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #f7576566}
.stepbox h3{color:#FFF6F0;font-size:1.3rem;margin-bottom:1rem;font-weight:700}
.stepbox p{color:#fff6f0e6;font-size:.98rem;line-height:1.6}
.valuesdisplay{padding:5rem 2rem;background:#fff}
.valuesdisplay .wrap{max-width:1200px;margin:0 auto;display:flex;gap:5rem;align-items:flex-start}
.valuesdisplay .imageside{flex:0 0 45%}
.valuesdisplay .imageside img{width:100%;height:520px;object-fit:cover;border-radius:6px;box-shadow:0 12px 32px #f757652e}
.valuesdisplay .content{flex:1}
.valuesdisplay h2{color:#F75765;font-size:2.2rem;margin-bottom:2.5rem;font-weight:700;position:relative;padding-bottom:1rem}
.valuesdisplay h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:#269193;border-radius:2px}
.valuelist{display:flex;flex-direction:column;gap:2rem}
.valueitem{display:flex;gap:1.5rem;align-items:flex-start}
.valueitem .icon{flex:0 0 48px;width:48px;height:48px;background:linear-gradient(135deg,#F75765 0%,#269193 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF6F0;font-size:1.4rem;box-shadow:0 4px 12px #f7576540}
.valueitem .text h4{color:#269193;font-size:1.25rem;margin-bottom:.5rem;font-weight:700}
.valueitem .text p{color:#4a4a4a;font-size:.98rem;line-height:1.6}
@media (max-width: 968px) {
.pagetitle h1{font-size:2.2rem}
.originblock .wrapper{grid-template-columns:1fr;gap:2.5rem}
.originblock .imgframe img{height:380px}
.methodology .steps{grid-template-columns:1fr}
.valuesdisplay .wrap{flex-direction:column;gap:3rem}
.valuesdisplay .imageside{flex:0 0 auto;width:100%}
.valuesdisplay .imageside img{height:420px}
}
@media (max-width: 640px) {
.pagetitle{padding:3rem 1.5rem 4rem}
.pagetitle h1{font-size:1.8rem}
.pagetitle .subline{font-size:1rem}
.originblock,.expertgrid,.methodology,.valuesdisplay{padding:3rem 1.5rem}
.originblock h2,.expertgrid h2,.methodology h2,.valuesdisplay h2{font-size:1.8rem}
.expertgrid .members{grid-template-columns:1fr}
.valueitem{gap:1rem}
.valueitem .icon{flex:0 0 40px;width:40px;height:40px;font-size:1.2rem}
}
.herotop{background:linear-gradient(127deg,#269193 0%,#1a6b6d 48%,#F75765 100%);padding:84px 20px 96px;position:relative;overflow:hidden}
.herotop::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fff6f026 0%,transparent 70%);border-radius:50%;pointer-events:none}
.herotop::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#f7576533 0%,transparent 65%);border-radius:50%;pointer-events:none}
.herotop .contentholder{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.herotop h1{font-size:3rem;color:#FFF6F0;margin:0 0 22px;font-weight:700;line-height:1.2}
.herotop .subtextline{font-size:1.25rem;color:#fff6f0eb;max-width:720px;margin:0 0 36px;line-height:1.6}
.herotop .actiongroup{display:flex;gap:16px;flex-wrap:wrap}
.herotop .btn-primary-hero{background:#FFF6F0;color:#269193;padding:14px 32px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .18s ease;box-shadow:0 6px 16px #00000026}
.herotop .btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000038;background:#fffbf7}
.herotop .btn-secondary-hero{background:transparent;color:#FFF6F0;padding:14px 32px;border:2px solid #fff6f099;border-radius:5px;text-decoration:none;font-weight:600;transition:all .18s ease}
.herotop .btn-secondary-hero:hover{border-color:#FFF6F0;background:#fff6f01a}
.accessblock{padding:72px 20px;background:#FFF6F0}
.accessblock .wrapholder{max-width:1200px;margin:0 auto}
.accessblock h2{font-size:2.4rem;color:#269193;margin:0 0 48px;text-align:center;font-weight:700}
.accessblock .gridlayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.accessblock .featurebox{background:#fff;padding:32px;border-radius:4px;border-left:4px solid #F75765;transition:all .2s ease}
.accessblock .featurebox:hover{transform:translateX(4px);box-shadow:0 8px 18px #f7576526}
.accessblock .featurebox h3{font-size:1.35rem;color:#269193;margin:0 0 14px;font-weight:600}
.accessblock .featurebox p{color:#444;line-height:1.7;margin:0;font-size:.98rem}
.researchzone{padding:76px 20px;background:linear-gradient(165deg,#fff 0%,#f0f9f9 100%);position:relative}
.researchzone .innerwrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.researchzone .textside h2{font-size:2.2rem;color:#F75765;margin:0 0 24px;font-weight:700}
.researchzone .textside p{color:#333;line-height:1.75;margin:0 0 18px;font-size:1.02rem}
.researchzone .metricrow{display:flex;gap:32px;margin:32px 0 0}
.researchzone .statitem{flex:1}
.researchzone .statitem .number{font-size:2.6rem;color:#269193;font-weight:700;display:block;margin:0 0 6px}
.researchzone .statitem .label{color:#666;font-size:.92rem}
.researchzone .visualside img{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 32px #2691932e}
.teamarea{padding:80px 20px;background:#fff}
.teamarea .container-2{max-width:1200px;margin:0 auto}
.teamarea h2{font-size:2.3rem;color:#269193;margin:0 0 16px;text-align:center;font-weight:700}
.teamarea .intro-text{text-align:center;max-width:780px;margin:0 auto 52px;color:#555;line-height:1.7;font-size:1.05rem}
.teamarea .teamgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:36px}
.teamarea .membercard{background:#FFF6F0;border-radius:5px;overflow:hidden;transition:all .22s ease;border:2px solid transparent}
.teamarea .membercard:hover{border-color:#F75765;transform:translateY(-6px);box-shadow:0 14px 28px #f7576529}
.teamarea .membercard .imageholder{width:100%;height:280px;overflow:hidden;background:#e8e8e8}
.teamarea .membercard .imageholder img{width:100%;height:100%;object-fit:cover}
.teamarea .membercard .infosection{padding:28px}
.teamarea .membercard h3{font-size:1.4rem;color:#269193;margin:0 0 8px;font-weight:600}
.teamarea .membercard .role{color:#F75765;font-size:.95rem;font-weight:500;margin:0 0 16px}
.teamarea .membercard p{color:#444;line-height:1.65;margin:0;font-size:.96rem}
.ecosystem-section{padding:72px 20px;background:linear-gradient(135deg,#269193 0%,#1f7b7d 100%);position:relative}
.ecosystem-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" x="30" y="30" fill="#fff6f00f"/></svg>');pointer-events:none}
.ecosystem-section .wrapper-holder{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.ecosystem-section h2{font-size:2.35rem;color:#FFF6F0;margin:0 0 44px;text-align:center;font-weight:700}
.ecosystem-section .product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.ecosystem-section .product-card{background:#fff6f01f;backdrop-filter:blur(8px);padding:32px 24px;border-radius:4px;border:1px solid #fff6f02e;transition:all .2s ease}
.ecosystem-section .product-card:hover{background:#fff6f02e;border-color:#fff6f059;transform:scale(1.03)}
.ecosystem-section .product-card .icon-holder{width:56px;height:56px;background:#f7576540;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.ecosystem-section .product-card .icon-holder i{font-size:1.8rem;color:#FFF6F0}
.ecosystem-section .product-card h3{font-size:1.28rem;color:#FFF6F0;margin:0 0 12px;font-weight:600}
.ecosystem-section .product-card p{color:#fff6f0e0;line-height:1.65;margin:0;font-size:.96rem}
.practicearea{padding:78px 20px;background:#fff}
.practicearea .main-container{max-width:1200px;margin:0 auto}
.practicearea h2{font-size:2.4rem;color:#F75765;margin:0 0 18px;font-weight:700}
.practicearea .description{color:#555;line-height:1.72;margin:0 0 46px;max-width:840px;font-size:1.04rem}
.practicearea .split-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.practicearea .image-column img{width:100%;height:auto;border-radius:5px;box-shadow:0 10px 28px #26919333}
.practicearea .steps-column .step-item{margin:0 0 32px;padding-left:48px;position:relative}
.practicearea .steps-column .step-item::before{content:'';position:absolute;left:0;top:4px;width:32px;height:32px;background:linear-gradient(135deg,#F75765 0%,#ff7080 100%);border-radius:50%;box-shadow:0 4px 12px #f757654d}
.practicearea .steps-column .step-item h4{font-size:1.22rem;color:#269193;margin:0 0 10px;font-weight:600}
.practicearea .steps-column .step-item p{color:#444;line-height:1.68;margin:0;font-size:.98rem}
.testimonialsection{padding:70px 20px;background:linear-gradient(180deg,#FFF6F0 0%,#ffe9dc 100%)}
.testimonialsection .wrap-content{max-width:1200px;margin:0 auto}
.testimonialsection h2{font-size:2.3rem;color:#269193;margin:0 0 52px;text-align:center;font-weight:700}
.testimonialsection .testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px}
.testimonialsection .testimonial-box{background:#fff;padding:36px;border-radius:6px;box-shadow:0 6px 20px #2691931f;position:relative;transition:all .2s ease}
.testimonialsection .testimonial-box:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2691932e}
.testimonialsection .testimonial-box::before{content:'"';position:absolute;top:16px;left:24px;font-size:4rem;color:#f7576526;font-family:Georgia,serif;line-height:1}
.testimonialsection .testimonial-box .quote-text{color:#333;line-height:1.75;margin:0 0 24px;font-size:1rem;position:relative;z-index:2}
.testimonialsection .testimonial-box .author-info{display:flex;align-items:center;gap:14px}
.testimonialsection .testimonial-box .author-name{font-weight:600;color:#269193;font-size:1.05rem}
.testimonialsection .testimonial-box .author-role{color:#777;font-size:.92rem}
.testimonialsection .rating-stars{color:#F75765;font-size:1.1rem;margin:0 0 16px}
@media (max-width: 992px) {
.herotop h1{font-size:2.3rem}
.herotop .subtextline{font-size:1.1rem}
.researchzone .innerwrap{grid-template-columns:1fr;gap:36px}
.practicearea .split-layout{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.herotop{padding:56px 20px 64px}
.herotop h1{font-size:1.95rem}
.herotop .actiongroup{flex-direction:column}
.accessblock h2,.teamarea h2,.ecosystem-section h2,.practicearea h2,.testimonialsection h2{font-size:1.9rem}
.researchzone .textside h2{font-size:1.85rem}
.researchzone .metricrow{flex-direction:column;gap:20px}
.accessblock .gridlayout,.ecosystem-section .product-grid,.testimonialsection .testimonial-grid{grid-template-columns:1fr}
.teamarea .teamgrid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.herotop h1{font-size:1.65rem}
.herotop .btn-primary-hero,.herotop .btn-secondary-hero{width:100%;text-align:center}
}
.contacttop{max-width:1200px;margin:3rem auto;padding:0 1.5rem;position:relative}
.contacttop .herobox{background:linear-gradient(135deg,#FFF6F0 0%,#fff 100%);border-radius:4px;overflow:hidden;position:relative;min-height:420px;display:flex;align-items:center}
.contacttop .herobox::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:#f7576514;clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%);z-index:1}
.contacttop .textcontent{position:relative;z-index:2;padding:3rem;max-width:55%}
.contacttop .textcontent h1{font-size:2.8rem;line-height:1.2;margin-bottom:1.2rem;color:#1a1a1a}
.contacttop .textcontent .subline{font-size:1.15rem;color:#555;line-height:1.6;margin-bottom:2rem}
.contacttop .textcontent .probstatement{background:#fff;padding:1.5rem;border-left:3px solid #F75765;border-radius:3px;margin-bottom:1.5rem}
.contacttop .textcontent .probstatement p{margin:0;color:#333;font-size:1rem}
.contacttop .visualpart{position:absolute;right:3rem;top:50%;transform:translateY(-50%);width:38%;z-index:3}
.contacttop .visualpart img{width:100%;height:auto;border-radius:4px;box-shadow:0 8px 24px #26919326}
.methodsec{max-width:1200px;margin:4rem auto;padding:0 1.5rem}
.methodsec h2{font-size:2rem;text-align:center;margin-bottom:3rem;color:#1a1a1a}
.methodsec .channelgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.methodsec .channelitem{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:2rem;transition:all .2s;position:relative}
.methodsec .channelitem:hover{border-color:#F75765;box-shadow:0 6px 18px #f757651f;transform:translateY(-4px)}
.methodsec .channelitem .iconholder{width:56px;height:56px;background:linear-gradient(135deg,#F75765 0%,#269193 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.methodsec .channelitem .iconholder i{font-size:1.8rem;color:#fff}
.methodsec .channelitem h3{font-size:1.3rem;margin-bottom:.8rem;color:#1a1a1a}
.methodsec .channelitem .detail{font-size:1.05rem;color:#269193;font-weight:600;word-break:break-word}
.methodsec .channelitem p{margin-top:.8rem;font-size:.95rem;color:#666;line-height:1.5}
.formsection{background:linear-gradient(180deg,#FFF6F0 0%,#fff 100%);padding:4rem 0;position:relative}
.formsection::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#F75765 50%,transparent 100%)}
.formsection .formwrapper{max-width:700px;margin:0 auto;padding:0 1.5rem}
.formsection h2{font-size:2rem;text-align:center;margin-bottom:1rem;color:#1a1a1a}
.formsection .formdesc{text-align:center;color:#555;margin-bottom:2.5rem;font-size:1.05rem}
.formsection form{background:#fff;padding:2.5rem;border-radius:4px;box-shadow:0 4px 16px #0000000f}
.formsection .fieldrow{margin-bottom:1.5rem}
.formsection label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}
.formsection input[type="text"],.formsection input[type="email"]{width:100%;padding:.85rem;border:1px solid #d0d0d0;border-radius:3px;font-size:1rem;transition:border-color .2s}
.formsection input[type="text"]:focus,.formsection input[type="email"]:focus{outline:none;border-color:#F75765;box-shadow:0 0 0 3px #f757651a}
.formsection select{width:100%;padding:.85rem;border:1px solid #d0d0d0;border-radius:3px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .2s}
.formsection select:focus{outline:none;border-color:#269193;box-shadow:0 0 0 3px #2691931a}
.formsection .radiogroup{display:flex;gap:1.5rem;flex-wrap:wrap}
.formsection .radiogroup label{display:flex;align-items:center;font-weight:400;cursor:pointer}
.formsection .radiogroup input[type="radio"]{margin-right:.5rem;cursor:pointer;width:18px;height:18px;accent-color:#F75765}
.formsection .privacycheck{margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.6rem}
.formsection .privacycheck input[type="checkbox"]{margin-top:.25rem;cursor:pointer;width:18px;height:18px;flex-shrink:0;accent-color:#269193}
.formsection .privacycheck label{font-size:.9rem;font-weight:400;color:#555;margin:0;cursor:pointer}
.formsection .privacycheck a{color:#269193;text-decoration:none}
.formsection .privacycheck a:hover{text-decoration:underline}
.formsection button[type="submit"]{width:100%;padding:1rem;background:linear-gradient(135deg,#F75765 0%,#e63d4d 100%);color:#fff;border:none;border-radius:3px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s;position:relative;z-index:10}
.formsection button[type="submit"]:hover{background:linear-gradient(135deg,#e63d4d 0%,#d4283a 100%);box-shadow:0 6px 18px #f757654d;transform:translateY(-2px)}
.infosec{max-width:1200px;margin:4rem auto 5rem;padding:0 1.5rem}
.infosec .layoutsplit{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.infosec .imageholder{position:relative}
.infosec .imageholder::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;background:#2691931f;border-radius:4px;z-index:1}
.infosec .imageholder img{position:relative;z-index:2;width:100%;height:auto;border-radius:4px;display:block}
.infosec .textblock h2{font-size:1.9rem;margin-bottom:1.2rem;color:#1a1a1a}
.infosec .textblock p{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:1.2rem}
.infosec .addressbox{background:#FFF6F0;padding:1.5rem;border-radius:4px;margin-top:1.5rem;border-left:3px solid #269193}
.infosec .addressbox h3{font-size:1.2rem;margin-bottom:.8rem;color:#1a1a1a}
.infosec .addressbox .addressline{font-size:1rem;color:#333;line-height:1.6}
@media (max-width: 768px) {
.contacttop .herobox{flex-direction:column;min-height:auto;padding-bottom:2rem}
.contacttop .herobox::before{width:100%;height:50%;clip-path:none;top:auto;bottom:0}
.contacttop .textcontent{max-width:100%;padding:2rem 1.5rem}
.contacttop .textcontent h1{font-size:2rem}
.contacttop .visualpart{position:static;transform:none;width:90%;margin:0 auto}
.methodsec .channelgrid{grid-template-columns:1fr}
.infosec .layoutsplit{grid-template-columns:1fr;gap:2rem}
.formsection form{padding:1.5rem}
.formsection .radiogroup{flex-direction:column;gap:1rem}
}
@media (max-width: 480px) {
.contacttop .textcontent h1{font-size:1.7rem}
.contacttop .textcontent .subline{font-size:1rem}
.methodsec h2,.formsection h2,.infosec .textblock h2{font-size:1.6rem}
}
.titlearea{background:linear-gradient(135deg,#269193 0%,#F75765 100%);padding:120px 20px 90px;position:relative;overflow:hidden}
.titlearea::before{content:'';position:absolute;top:20%;right:10%;width:300px;height:300px;background:radial-gradient(circle,#fff6f026 2px,transparent 2px);background-size:30px 30px;animation:floatdots 8s ease-in-out infinite}
@keyframes floatdots {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(5deg)}
}
.titlearea .contentholder{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.titlearea h1{font-size:3.2rem;color:#FFF6F0;margin:0 0 24px;font-weight:700;line-height:1.2}
.titlearea .quoteline{font-size:1.3rem;color:#fff6f0f2;font-style:italic;max-width:680px}
.visualfloat{position:absolute;bottom:-40px;right:5%;width:280px;height:280px;border-radius:50%;overflow:hidden;box-shadow:0 8px 24px #2791934d;animation:gentlepulse 6s ease-in-out infinite}
.visualfloat img{width:100%;height:100%;object-fit:cover}
@keyframes gentlepulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.programintro{padding:100px 20px;background:#FFF6F0}
.programintro .contentwrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.programintro .textside h2{font-size:2.4rem;color:#269193;margin:0 0 28px;position:relative;padding-left:20px}
.programintro .textside h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:40px;background:#F75765;border-radius:3px}
.programintro .textside p{font-size:1.05rem;line-height:1.7;color:#333;margin:0 0 18px}
.programintro .imageside{position:relative}
.programintro .imageside img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #f7576533}
.programintro .imageside::after{content:'';position:absolute;top:-15px;right:-15px;width:100%;height:100%;border:3px solid #269193;border-radius:8px;z-index:-1}
.coursepath{padding:90px 20px;background:linear-gradient(180deg,#fff 0%,#FFF6F0 100%)}
.coursepath .pathcontainer{max-width:1200px;margin:0 auto}
.coursepath h2{font-size:2.6rem;color:#F75765;text-align:center;margin:0 0 60px}
.coursepath .stepgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.coursepath .stepbox{background:#fff;padding:40px 30px;border-radius:6px;box-shadow:0 6px 18px #2691931f;position:relative;transition:transform 0.2s,box-shadow .2s}
.coursepath .stepbox:hover{transform:translateY(-8px);box-shadow:0 12px 28px #f757652e}
.coursepath .stepbox .stepnum{font-size:3rem;font-weight:700;color:#26919326;position:absolute;top:15px;right:20px}
.coursepath .stepbox h3{font-size:1.5rem;color:#269193;margin:0 0 16px}
.coursepath .stepbox p{font-size:1rem;line-height:1.6;color:#555;margin:0}
.instructorshowcase{padding:100px 20px;background:#269193;position:relative}
.instructorshowcase::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' fill='#fff6f008'/%3E%3C/svg%3E");opacity:.4}
.instructorshowcase .instructorwrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.instructorshowcase h2{font-size:2.5rem;color:#FFF6F0;text-align:center;margin:0 0 70px}
.instructorshowcase .profilerow{display:flex;gap:50px;justify-content:center;align-items:flex-start}
.instructorshowcase .profilecard{background:#fff6f0f2;padding:35px;border-radius:8px;max-width:340px;text-align:center;transition:transform .25s}
.instructorshowcase .profilecard:hover{transform:scale(1.04)}
.instructorshowcase .profilecard img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 24px;border:4px solid #F75765}
.instructorshowcase .profilecard h4{font-size:1.4rem;color:#269193;margin:0 0 8px}
.instructorshowcase .profilecard .role{font-size:.95rem;color:#F75765;margin:0 0 18px;font-weight:600}
.instructorshowcase .profilecard p{font-size:.98rem;line-height:1.6;color:#333;margin:0}
.enrollsection{padding:100px 20px;background:#FFF6F0}
.enrollsection .enrollbox{max-width:900px;margin:0 auto;background:#fff;padding:60px 50px;border-radius:8px;box-shadow:0 8px 24px #26919326;text-align:center;position:relative}
.enrollsection .enrollbox::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:6px;background:linear-gradient(90deg,#F75765 0%,#269193 100%);border-radius:0 0 3px 3px}
.enrollsection h2{font-size:2.3rem;color:#269193;margin:0 0 20px}
.enrollsection p{font-size:1.1rem;line-height:1.7;color:#555;margin:0 0 35px}
.enrollsection .actionrow{display:flex;gap:25px;justify-content:center;align-items:center}
.enrollsection .btn{padding:16px 38px;font-size:1.05rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .2s;cursor:pointer}
.enrollsection .btnprimary{background:#F75765;color:#fff;box-shadow:0 6px 16px #f757654d}
.enrollsection .btnprimary:hover{background:#e64656;box-shadow:0 8px 20px #f7576566;transform:translateY(-2px)}
.enrollsection .btnsecondary{background:transparent;color:#269193;border:2px solid #269193}
.enrollsection .btnsecondary:hover{background:#269193;color:#fff;transform:translateY(-2px)}
@media (max-width: 992px) {
.titlearea h1{font-size:2.5rem}
.visualfloat{width:220px;height:220px;bottom:-30px}
.programintro .contentwrap{grid-template-columns:1fr;gap:50px}
.coursepath .stepgrid{grid-template-columns:1fr;gap:30px}
.instructorshowcase .profilerow{flex-direction:column;align-items:center;gap:40px}
.enrollsection .actionrow{flex-direction:column;gap:20px}
}
@media (max-width: 768px) {
.titlearea{padding:80px 20px 60px}
.titlearea h1{font-size:2rem}
.titlearea .quoteline{font-size:1.1rem}
.visualfloat{width:180px;height:180px;right:50%;transform:translateX(50%)}
.programintro{padding:60px 20px}
.programintro .textside h2{font-size:1.9rem}
.coursepath h2,.instructorshowcase h2,.enrollsection h2{font-size:2rem}
.enrollsection .enrollbox{padding:40px 30px}
}
.successhero{background:linear-gradient(135deg,#f7576514 0%,#2691931f 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.successhero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f7576526 0%,transparent 70%);border-radius:50%;pointer-events:none}
.successhero::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#2691931a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.successwrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.successcontent{text-align:center;max-width:720px;margin:0 auto}
.iconholder{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;background:linear-gradient(135deg,#F75765 0%,#269193 100%);border-radius:50%;margin-bottom:32px;box-shadow:0 8px 24px #f7576540;animation:pulsering 2.5s ease-in-out infinite}
@keyframes pulsering {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #f7576540}
50%{transform:scale(1.05);box-shadow:0 12px 32px #f7576559}
}
.iconholder i{font-size:52px;color:#FFF6F0}
.successcontent h1{font-size:2.8em;font-weight:700;margin:0 0 20px;color:#1a1a1a;line-height:1.2}
.successcontent .subtitle{font-size:1.15em;color:#444;line-height:1.6;margin:0 0 36px}
.infobox{background:#FFF6F0;border-left:4px solid #F75765;padding:24px 28px;border-radius:3px;margin:40px 0 0;text-align:left}
.infobox h3{font-size:1.2em;margin:0 0 12px;color:#1a1a1a;font-weight:600}
.infobox p{margin:0;color:#555;line-height:1.6}
.actionblock{background:#fff;padding:70px 20px 80px}
.actionwrap{max-width:1200px;margin:0 auto}
.actiongrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
.actioncard{background:linear-gradient(135deg,#FFF6F0 0%,#fff 100%);padding:36px 28px;border-radius:4px;border:1px solid #f7576526;transition:all 220ms ease;position:relative;overflow:hidden}
.actioncard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F75765 0%,#269193 100%);transform:scaleX(0);transform-origin:left;transition:transform 250ms ease}
.actioncard:hover::before{transform:scaleX(1)}
.actioncard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #f757652e;border-color:#f757654d}
.actioncard i{font-size:42px;color:#F75765;display:block;margin-bottom:20px}
.actioncard h3{font-size:1.3em;margin:0 0 14px;color:#1a1a1a;font-weight:600}
.actioncard p{margin:0 0 24px;color:#555;line-height:1.6;font-size:.98em}
.actioncard a{display:inline-flex;align-items:center;gap:8px;color:#F75765;text-decoration:none;font-weight:600;transition:gap 200ms ease}
.actioncard a:hover{gap:12px;color:#269193}
.actioncard a i{font-size:18px;margin:0}
.centertext{text-align:center;margin-bottom:12px}
.centertext h2{font-size:2.2em;margin:0 0 16px;color:#1a1a1a;font-weight:700}
.centertext .desc{font-size:1.1em;color:#555;max-width:680px;margin:0 auto;line-height:1.6}
@media (max-width: 768px) {
.successhero{padding:60px 20px 70px}
.successcontent h1{font-size:2.2em}
.iconholder{width:90px;height:90px;margin-bottom:26px}
.iconholder i{font-size:42px}
.actiongrid{grid-template-columns:1fr;gap:24px}
.centertext h2{font-size:1.8em}
.actionblock{padding:50px 20px 60px}
}
@media (max-width: 480px) {
.successcontent h1{font-size:1.9em}
.successcontent .subtitle{font-size:1.05em}
.infobox{padding:20px 22px}
.actioncard{padding:28px 22px}
}
.successhero{background:linear-gradient(135deg,#f7576514 0%,#2691931f 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.successhero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f7576526 0%,transparent 70%);border-radius:50%;pointer-events:none}
.successhero::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#2691931a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.successwrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.successcontent{text-align:center;max-width:720px;margin:0 auto}
.iconholder{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;background:linear-gradient(135deg,#F75765 0%,#269193 100%);border-radius:50%;margin-bottom:32px;box-shadow:0 8px 24px #f7576540;animation:pulsering 2.5s ease-in-out infinite}
@keyframes pulsering {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #f7576540}
50%{transform:scale(1.05);box-shadow:0 12px 32px #f7576559}
}
.iconholder i{font-size:52px;color:#FFF6F0}
.successcontent h1{font-size:2.8em;font-weight:700;margin:0 0 20px;color:#1a1a1a;line-height:1.2}
.successcontent .subtitle{font-size:1.15em;color:#444;line-height:1.6;margin:0 0 36px}
.infobox{background:#FFF6F0;border-left:4px solid #F75765;padding:24px 28px;border-radius:3px;margin:40px 0 0;text-align:left}
.infobox h3{font-size:1.2em;margin:0 0 12px;color:#1a1a1a;font-weight:600}
.infobox p{margin:0;color:#555;line-height:1.6}
.actionblock{background:#fff;padding:70px 20px 80px}
.actionwrap{max-width:1200px;margin:0 auto}
.actiongrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
.actioncard{background:linear-gradient(135deg,#FFF6F0 0%,#fff 100%);padding:36px 28px;border-radius:4px;border:1px solid #f7576526;transition:all 220ms ease;position:relative;overflow:hidden}
.actioncard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F75765 0%,#269193 100%);transform:scaleX(0);transform-origin:left;transition:transform 250ms ease}
.actioncard:hover::before{transform:scaleX(1)}
.actioncard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #f757652e;border-color:#f757654d}
.actioncard i{font-size:42px;color:#F75765;display:block;margin-bottom:20px}
.actioncard h3{font-size:1.3em;margin:0 0 14px;color:#1a1a1a;font-weight:600}
.actioncard p{margin:0 0 24px;color:#555;line-height:1.6;font-size:.98em}
.actioncard a{display:inline-flex;align-items:center;gap:8px;color:#F75765;text-decoration:none;font-weight:600;transition:gap 200ms ease}
.actioncard a:hover{gap:12px;color:#269193}
.actioncard a i{font-size:18px;margin:0}
.centertext{text-align:center;margin-bottom:12px}
.centertext h2{font-size:2.2em;margin:0 0 16px;color:#1a1a1a;font-weight:700}
.centertext .desc{font-size:1.1em;color:#555;max-width:680px;margin:0 auto;line-height:1.6}
@media (max-width: 768px) {
.successhero{padding:60px 20px 70px}
.successcontent h1{font-size:2.2em}
.iconholder{width:90px;height:90px;margin-bottom:26px}
.iconholder i{font-size:42px}
.actiongrid{grid-template-columns:1fr;gap:24px}
.centertext h2{font-size:1.8em}
.actionblock{padding:50px 20px 60px}
}
@media (max-width: 480px) {
.successcontent h1{font-size:1.9em}
.successcontent .subtitle{font-size:1.05em}
.infobox{padding:20px 22px}
.actioncard{padding:28px 22px}
}