*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Raleway',sans-serif;line-height:1.6;color:#2a2a2a;background:#fafafa}
.centercont{max-width:1600px;margin:0 auto;padding:0 20px}
.headwrap{background:linear-gradient(145deg,#fff 0%,#f5f5f5 100%);box-shadow:0 3px 12px #00000014;padding:20px 0 0}
.headwrap .toprow{padding:30px 0 20px;text-align:center}
.headwrap .brandscript{font-size:48px;font-weight:700;background:linear-gradient(125deg,#F93D7D 0%,#008995 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px}
.headwrap .botrow{display:flex;align-items:center;justify-content:space-between;padding:25px 0;gap:40px}
.headwrap .logosect{flex-shrink:0}
.headwrap .logolink{display:block;width:90px;height:90px}
.headwrap .logoimg{width:100%;height:100%;object-fit:contain;background:#ffffff80;padding:8px;border-radius:4px;box-shadow:0 2px 6px #0000001a}
.headwrap .navmain{display:flex;gap:35px;flex-wrap:wrap;align-items:center}
.headwrap .navitem{color:#2a2a2a;text-decoration:none;font-size:16px;font-weight:400;padding:8px 12px;border-radius:3px;transition:background .2s ease,color .2s ease}
.headwrap .navitem:hover{background:#f93d7d1a;color:#F93D7D}
@media (max-width: 768px) {
.headwrap .brandscript{font-size:32px}
.headwrap .botrow{flex-direction:column;text-align:center}
.headwrap .navmain{justify-content:center;gap:20px}
}
.footwrap{background:linear-gradient(160deg,#2a2a2a 0%,#1a1a1a 100%);color:#e0e0e0;padding:60px 0 30px;margin-top:80px}
.footwrap .footcont{max-width:1600px;margin:0 auto;padding:0 20px}
.footwrap .footgrid{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:50px;margin-bottom:40px}
.footwrap .footblock{display:flex;flex-direction:column;gap:15px}
.footwrap .footbrand{font-size:28px;font-weight:700;background:linear-gradient(120deg,#F93D7D 0%,#D1C4FF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}
.footwrap .footdesc{color:#b0b0b0;font-size:14px;line-height:1.5}
.footwrap .foothead{font-size:18px;font-weight:700;color:#fff;margin-bottom:5px}
.footwrap .footaddr,.footwrap .footphone,.footwrap .footmail{color:#b0b0b0;font-size:14px;line-height:1.6}
.footwrap .footlinks{gap:10px}
.footwrap .footlink{color:#b0b0b0;text-decoration:none;font-size:14px;transition:color .2s ease}
.footwrap .footlink:hover{color:#F93D7D}
.footwrap .footbottom{padding-top:30px;border-top:1px solid #3a3a3a;text-align:center}
.footwrap .footcopy{color:gray;font-size:13px}
@media (max-width: 992px) {
.footwrap .footgrid{grid-template-columns:1fr 1fr;gap:40px}
.footwrap .footinfo{grid-column:1 / -1}
}
@media (max-width: 576px) {
.footwrap .footgrid{grid-template-columns:1fr;gap:30px}
}
.cookiepanel{position:fixed;bottom:20px;right:20px;z-index:9999}
.cookiepanel .cookiemini{display:none;background:linear-gradient(135deg,#F93D7D 0%,#008995 100%);border-radius:50%;width:56px;height:56px;box-shadow:0 4px 16px #f93d7d66}
.cookiepanel .cookieexpand{width:100%;height:100%;border:none;background:transparent;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .2s ease}
.cookiepanel .cookieexpand:hover{transform:rotate(90deg)}
.cookiepanel .cookiefull{background:#fff;border-radius:12px;box-shadow:0 6px 24px #00000026;padding:30px;width:420px;max-width:calc(100vw - 40px);animation:cookiefadein .3s ease}
@keyframes cookiefadein {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.cookiepanel .cookiehead{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.cookiepanel .cookietitle{font-size:20px;font-weight:700;color:#2a2a2a}
.cookiepanel .cookieclose{background:transparent;border:none;color:gray;font-size:20px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}
.cookiepanel .cookieclose:hover{color:#F93D7D}
.cookiepanel .cookietext{color:#606060;font-size:14px;line-height:1.6;margin-bottom:25px}
.cookiepanel .cookiepolicy{color:#008995;text-decoration:underline;transition:color .2s ease}
.cookiepanel .cookiepolicy:hover{color:#F93D7D}
.cookiepanel .cookieopts{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}
.cookiepanel .cookieopt{display:flex}
.cookiepanel .cookielabel{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer}
.cookiepanel .cookiename{font-size:15px;color:#2a2a2a;font-weight:400}
.cookiepanel .toggleswitch{position:relative;width:50px;height:26px}
.cookiepanel .toggleinput{opacity:0;width:0;height:0}
.cookiepanel .toggleslider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d0d0d0;border-radius:26px;transition:background .3s ease}
.cookiepanel .toggleslider::before{content:'';position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .3s ease}
.cookiepanel .toggleinput:checked + .toggleslider{background:linear-gradient(135deg,#F93D7D 0%,#008995 100%)}
.cookiepanel .toggleinput:checked + .toggleslider::before{transform:translateX(24px)}
.cookiepanel .toggledisabled{opacity:.6;cursor:not-allowed}
.cookiepanel .toggledisabled .toggleslider{background:#a0a0a0}
.cookiepanel .cookieacts{display:flex;gap:12px;flex-wrap:wrap}
.cookiepanel .cookiebtn{flex:1;padding:12px 20px;border:none;border-radius:5px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px}
.cookiepanel .cookiebtnprim{background:linear-gradient(135deg,#F93D7D 0%,#008995 100%);color:#fff;box-shadow:0 3px 8px #f93d7d4d}
.cookiepanel .cookiebtnprim:hover{box-shadow:0 5px 12px #f93d7d66;transform:translateY(-1px)}
.cookiepanel .cookiebtnsec{background:#f0f0f0;color:#2a2a2a}
.cookiepanel .cookiebtnsec:hover{background:#e5e5e5}
@media (max-width: 576px) {
.cookiepanel{bottom:10px;right:10px;left:10px}
.cookiepanel .cookiefull{width:100%;padding:20px}
.cookiepanel .cookieacts{flex-direction:column}
.cookiepanel .cookiebtn{min-width:100%}
}
.legal-main{max-width:1000px;margin:0 auto;padding:80px 24px 100px;background:#fff}
.legal-main h1{font-size:42px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.5px}
.legal-main h2{font-size:32px;line-height:1.3;font-weight:600;color:#2a2a2a;margin:60px 0 20px;letter-spacing:-.3px}
.legal-main h3{font-size:24px;line-height:1.4;font-weight:600;color:#3a3a3a;margin:40px 0 16px}
.legal-main h4{font-size:20px;line-height:1.4;font-weight:600;color:#4a4a4a;margin:32px 0 12px}
.legal-main h5{font-size:18px;line-height:1.5;font-weight:600;color:#5a5a5a;margin:24px 0 10px}
.legal-main h6{font-size:16px;line-height:1.5;font-weight:600;color:#6a6a6a;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.5px}
.legal-main p{font-size:17px;line-height:1.75;color:#3a3a3a;margin:0 0 20px;font-weight:400}
.legal-main p + p{margin-top:20px}
.legal-main ul,.legal-main ol{font-size:17px;line-height:1.75;color:#3a3a3a;margin:0 0 24px;padding-left:32px}
.legal-main ul{list-style-type:disc}
.legal-main ol{list-style-type:decimal}
.legal-main li{margin-bottom:12px;padding-left:8px}
.legal-main li:last-child{margin-bottom:0}
.legal-main ul ul,.legal-main ol ul,.legal-main ul ol,.legal-main ol ol{margin:12px 0 0}
.legal-main ul ul{list-style-type:circle}
.legal-main ul ul ul{list-style-type:square}
.legal-main em,.legal-main i{font-style:italic;color:#2a2a2a}
.legal-main strong{font-weight:600;color:#1a1a1a}
.legal-main a{color:#008995;text-decoration:none;border-bottom:1px solid #0089954d;transition:all .2s ease}
.legal-main a:hover{color:#F93D7D;border-bottom-color:#f93d7d80}
.legal-main a:active{color:#d1347a}
.legal-main h1 + p{font-size:19px;color:#5a5a5a;margin-bottom:40px;line-height:1.6}
.legal-main h2:first-of-type{margin-top:40px}
@media (max-width: 768px) {
.legal-main{padding:60px 20px 80px}
.legal-main h1{font-size:34px}
.legal-main h2{font-size:26px;margin-top:48px}
.legal-main h3{font-size:22px;margin-top:32px}
.legal-main h4{font-size:19px}
.legal-main h5{font-size:17px}
.legal-main h6{font-size:15px}
.legal-main p,.legal-main ul,.legal-main ol{font-size:16px;line-height:1.7}
.legal-main ul,.legal-main ol{padding-left:24px}
}
@media (max-width: 480px) {
.legal-main{padding:48px 16px 64px}
.legal-main h1{font-size:28px}
.legal-main h2{font-size:24px}
.legal-main h3{font-size:20px}
}
.webinars-opener{position:relative;overflow:hidden;background:linear-gradient(142deg,#F93D7D 0%,#008995 100%);padding:120px 20px 80px;margin-bottom:80px}
.webinars-opener::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:#d1c4ff26;border-radius:50%;z-index:1}
.webinars-opener::after{content:'';position:absolute;bottom:-30%;left:-15%;width:600px;height:600px;background:#00899533;border-radius:50%;z-index:1}
.opener-wrap{max-width:1600px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.opener-textside h1{font-size:56px;line-height:1.1;color:#fff;margin:0 0 24px;font-weight:700}
.opener-textside .descripttext{font-size:20px;line-height:1.6;color:#fffffff2;margin:0 0 36px;max-width:540px}
.opener-textside .callbutt{display:inline-block;padding:16px 40px;background:#fff;color:#F93D7D;text-decoration:none;font-size:18px;font-weight:600;border:3px solid #fff;border-radius:4px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.opener-textside .callbutt:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.opener-visualside{position:relative}
.opener-visualside img{width:100%;height:480px;object-fit:cover;border-radius:6px;box-shadow:0 8px 32px #0000004d;position:relative;z-index:2}
.opener-visualside::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 30%,#f93d7d66 100%);border-radius:6px;z-index:3;pointer-events:none}
.opener-decorline{position:absolute;top:50%;left:-100px;width:300px;height:300px;border:3px solid #fff3;border-radius:50%;transform:translateY(-50%);z-index:1}
.opener-decorline::after{content:'';position:absolute;top:60px;left:60px;right:60px;bottom:60px;border:3px solid #ffffff26;border-radius:50%}
.webinars-series{max-width:1600px;margin:0 auto 100px;padding:0 20px}
.series-toppart{text-align:center;margin-bottom:70px}
.series-toppart h2{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.series-toppart .subtxt{font-size:19px;line-height:1.7;color:#4a4a4a;max-width:780px;margin:0 auto}
.series-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.webcard{background:#fff;border:2px solid #e8e8e8;border-radius:5px;padding:40px 32px;transition:all .3s ease;position:relative;overflow:hidden}
.webcard::before{content:'';position:absolute;top:0;left:0;width:6px;height:0;background:linear-gradient(180deg,#F93D7D 0%,#008995 100%);transition:height .3s ease}
.webcard:hover{border-color:#F93D7D;box-shadow:0 6px 24px #f93d7d26;transform:translateY(-4px)}
.webcard:hover::before{height:100%}
.webcard-icon{width:64px;height:64px;margin-bottom:24px;background:linear-gradient(135deg,#f93d7d1a 0%,#0089951a 100%);border-radius:4px;display:flex;align-items:center;justify-content:center}
.webcard-icon svg{width:32px;height:32px}
.webcard h3{font-size:24px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.webcard .detailtext{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0 0 20px}
.webcard .durationinfo{display:flex;align-items:center;gap:8px;font-size:15px;color:#008995;font-weight:600;margin-bottom:24px}
.webcard .durationinfo svg{width:18px;height:18px;fill:#008995}
.webcard .enrollink{display:inline-flex;align-items:center;gap:8px;color:#F93D7D;text-decoration:none;font-size:16px;font-weight:600;transition:gap .3s ease}
.webcard .enrollink:hover{gap:12px}
.webcard .enrollink svg{width:20px;height:20px;fill:#F93D7D;transition:transform .3s ease}
.webcard:hover .enrollink svg{transform:translateX(4px)}
.testimonial-zone{background:linear-gradient(155deg,#f93d7d0d 0%,#0089950d 100%);padding:90px 20px;margin-bottom:100px}
.testimonial-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:60px;align-items:center}
.testimonial-profile{text-align:center}
.testimonial-profile img{width:280px;height:280px;object-fit:cover;border-radius:50%;margin-bottom:24px;border:4px solid #fff;box-shadow:0 4px 20px #0000001a}
.testimonial-profile .nameholder{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:8px}
.testimonial-profile .roletext{font-size:16px;color:#6a6a6a}
.testimonial-content{position:relative;padding-left:40px}
.testimonial-content::before{content:'"';position:absolute;left:0;top:-20px;font-size:120px;line-height:1;color:#F93D7D;opacity:.2;font-family:Georgia,serif}
.testimonial-content .quotetxt{font-size:20px;line-height:1.8;color:#2a2a2a;margin-bottom:28px;font-style:italic}
.testimonial-content .ratingvisual{display:flex;gap:6px;margin-bottom:20px}
.testimonial-content .ratingvisual svg{width:24px;height:24px;fill:#F93D7D}
.testimonial-content .completionstats{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background:#fff;border-radius:4px;box-shadow:0 2px 8px #00000014}
.testimonial-content .completionstats .statnum{font-size:28px;font-weight:700;color:#008995;line-height:1}
.testimonial-content .completionstats .statlabel{font-size:14px;color:#5a5a5a;line-height:1.3}
@media (max-width: 1024px) {
.opener-wrap{grid-template-columns:1fr;gap:40px}
.opener-textside h1{font-size:44px}
.opener-visualside img{height:400px}
.series-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.testimonial-inner{grid-template-columns:1fr;gap:40px}
.testimonial-profile img{width:220px;height:220px}
}
@media (max-width: 768px) {
.webinars-opener{padding:80px 20px 60px}
.opener-textside h1{font-size:36px}
.opener-textside .descripttext{font-size:18px}
.opener-visualside img{height:320px}
.opener-decorline{width:200px;height:200px;left:-80px}
.series-toppart h2{font-size:36px}
.series-grid{grid-template-columns:1fr;gap:24px}
.webcard{padding:32px 24px}
.testimonial-zone{padding:60px 20px}
.testimonial-content{padding-left:0}
.testimonial-content::before{font-size:80px;top:-15px}
.testimonial-content .quotetxt{font-size:18px}
}
.herotop{background:linear-gradient(142deg,#F93D7D 0%,#008995 100%);padding:0;position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.herotop::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:#d1c4ff26;border-radius:50%;z-index:1}
.herotop::after{content:'';position:absolute;bottom:-15%;left:-8%;width:450px;height:450px;background:#00899533;border-radius:50%;z-index:1}
.herowrap{max-width:1600px;margin:0 auto;padding:80px 20px;position:relative;z-index:2;display:flex;align-items:center;gap:60px}
.herocontent{flex:1;max-width:680px}
.herocontent h1{font-size:56px;line-height:1.1;color:#fff;margin:0 0 28px;font-weight:700}
.herocontent .leadtext{font-size:20px;line-height:1.6;color:#fffffff2;margin:0 0 36px}
.heroimg{flex:0 0 500px;position:relative}
.heroimg img{width:100%;height:420px;object-fit:cover;border-radius:4px;box-shadow:0 6px 24px #0000004d}
.herobtn{display:inline-block;padding:16px 40px;background:#fff;color:#F93D7D;text-decoration:none;border-radius:3px;font-weight:600;font-size:17px;box-shadow:0 3px 12px #0003;transition:all .2s}
.herobtn:hover{transform:translateY(-2px);box-shadow:0 5px 16px #00000040;background:#D1C4FF;color:#008995}
.motivsec{padding:90px 20px;background:#fafafa}
.motivcont{max-width:1600px;margin:0 auto}
.motivheader{text-align:center;margin-bottom:64px}
.motivheader h2{font-size:42px;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.motivheader p{font-size:18px;color:#4a4a4a;max-width:720px;margin:0 auto;line-height:1.7}
.motivgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.motivcard{background:#fff;padding:40px 32px;border-radius:3px;border-left:4px solid #F93D7D;box-shadow:0 2px 8px #0000000f;transition:all .3s}
.motivcard:nth-child(2){border-left-color:#008995}
.motivcard:nth-child(3){border-left-color:#D1C4FF}
.motivcard:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-4px)}
.motivcard h3{font-size:24px;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.motivcard p{font-size:16px;line-height:1.75;color:#5a5a5a;margin:0 0 12px}
.motivcard p:last-child{margin:0}
.geozone{padding:90px 20px;background:linear-gradient(218deg,#f93d7d14 0%,#00899514 100%)}
.geocontainer{max-width:1600px;margin:0 auto}
.geoflex{display:flex;gap:56px;align-items:center}
.geotext{flex:1}
.geotext h2{font-size:40px;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.geotext p{font-size:17px;line-height:1.8;color:#3a3a3a;margin:0 0 20px}
.geoimg{flex:0 0 520px}
.geoimg img{width:100%;height:380px;object-fit:cover;border-radius:4px;box-shadow:0 4px 16px #0000001a}
.geolist{list-style:none;padding:0;margin:32px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.geolist li{padding:16px 20px;background:#fff;border-radius:3px;font-size:16px;color:#2a2a2a;box-shadow:0 2px 6px #0000000d;display:flex;align-items:center;gap:12px}
.geolist li::before{content:'';width:8px;height:8px;background:#008995;border-radius:50%;flex-shrink:0}
.testimonial{padding:90px 20px;background:#fff}
.testwrap{max-width:1600px;margin:0 auto}
.testgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testitem{background:#f7f7f7;padding:36px;border-radius:4px;display:flex;gap:28px;box-shadow:0 3px 10px #0000000f}
.testphoto{flex-shrink:0}
.testphoto img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #D1C4FF}
.testcontent h4{font-size:20px;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.testmeta{font-size:14px;color:#008995;margin:0 0 18px}
.testcontent p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
@media (max-width: 1200px) {
.herowrap{gap:40px}
.heroimg{flex:0 0 420px}
.heroimg img{height:360px}
.geoflex{gap:40px}
.geoimg{flex:0 0 440px}
}
@media (max-width: 968px) {
.herowrap{flex-direction:column;text-align:center}
.herocontent{max-width:100%}
.herocontent h1{font-size:44px}
.heroimg{flex:0 0 auto;width:100%;max-width:500px}
.geoflex{flex-direction:column-reverse}
.geoimg{flex:0 0 auto;width:100%}
.geolist{grid-template-columns:1fr}
.testgrid{grid-template-columns:1fr}
.motivheader h2{font-size:36px}
}
@media (max-width: 640px) {
.herotop{min-height:460px}
.herowrap{padding:60px 20px}
.herocontent h1{font-size:36px;margin-bottom:20px}
.herocontent .leadtext{font-size:18px}
.heroimg img{height:300px}
.motivsec,.geozone,.testimonial{padding:60px 20px}
.motivheader h2{font-size:32px}
.motivgrid{grid-template-columns:1fr}
.geotext h2{font-size:32px}
.testitem{flex-direction:column;text-align:center}
.testphoto{align-self:center}
}
.titleblock{display:flex;align-items:center;max-width:1600px;margin:0 auto;padding:80px 20px;gap:60px}
.titleblock .textcontent{flex:1}
.titleblock .textcontent h1{font-size:48px;line-height:1.2;margin:0 0 30px;color:#1a1a1a;font-weight:700}
.titleblock .textcontent ul{list-style:none;padding:0;margin:0 0 40px}
.titleblock .textcontent ul li{font-size:18px;line-height:1.7;color:#444;margin-bottom:16px;padding-left:32px;position:relative}
.titleblock .textcontent ul li::before{content:'';position:absolute;left:0;top:8px;width:20px;height:2px;background:linear-gradient(135deg,#F93D7D,#008995)}
.titleblock .imgwrap{flex:1;position:relative}
.titleblock .imgwrap img{width:100%;height:500px;object-fit:cover;border-radius:4px;filter:saturate(0.7);box-shadow:0 4px 12px #0000001f}
.titleblock .imgwrap::before{content:'';position:absolute;width:120%;height:120%;top:-10%;left:-10%;background:radial-gradient(circle at 30% 40%,#f93d7d14,transparent 60%),radial-gradient(circle at 70% 60%,#0089950f,transparent 60%);animation:particlefloat 8s ease-in-out infinite;pointer-events:none}
@keyframes particlefloat {
0%,100%{transform:translate(0,0)}
50%{transform:translate(10px,-10px)}
}
.titleblock .actionbutt{display:inline-block;padding:16px 36px;background:linear-gradient(125deg,#F93D7D,#D1C4FF);color:#fff;text-decoration:none;border-radius:3px;font-size:17px;font-weight:600;box-shadow:0 3px 8px #f93d7d40;transition:all .3s ease;position:relative;z-index:2}
.titleblock .actionbutt:hover{transform:translateY(-2px);box-shadow:0 5px 14px #f93d7d59}
.contactmain{max-width:1600px;margin:0 auto;padding:100px 20px;background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%)}
.contactgrid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.infosection h2{font-size:36px;line-height:1.3;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.infosection p{font-size:17px;line-height:1.8;color:#555;margin:0 0 40px}
.detailsbox{background:#fff;padding:36px;border-radius:4px;box-shadow:0 2px 8px #00000014;margin-bottom:24px}
.detailsbox h3{font-size:20px;margin:0 0 18px;color:#1a1a1a;font-weight:600;display:flex;align-items:center;gap:12px}
.detailsbox h3::before{content:'';width:4px;height:24px;background:linear-gradient(180deg,#F93D7D,#008995);border-radius:2px}
.detailsbox p{font-size:16px;line-height:1.7;color:#666;margin:0}
.detailsbox a{color:#008995;text-decoration:none;font-weight:500;transition:color .2s ease}
.detailsbox a:hover{color:#F93D7D}
.formwrapper{background:#fff;padding:48px;border-radius:4px;box-shadow:0 4px 16px #0000001a}
.formwrapper h3{font-size:28px;margin:0 0 32px;color:#1a1a1a;font-weight:700}
.forminputgroup{margin-bottom:28px}
.forminputgroup label{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:10px}
.forminputgroup input,.forminputgroup select,.forminputgroup textarea{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:3px;font-size:16px;color:#333;transition:border-color .3s ease;background:#fafafa}
.forminputgroup input:focus,.forminputgroup select:focus,.forminputgroup textarea:focus{outline:none;border-color:#008995;background:#fff}
.forminputgroup textarea{min-height:140px;resize:vertical}
.forminputgroup select{cursor:pointer;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='%23333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:45px}
.privacyagree{margin:32px 0;display:flex;align-items:flex-start;gap:12px}
.privacyagree input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacyagree label{font-size:14px;line-height:1.6;color:#555;cursor:pointer}
.privacyagree label a{color:#008995;text-decoration:underline;font-weight:500}
.privacyagree label a:hover{color:#F93D7D}
.submitbutt{width:100%;padding:18px;background:linear-gradient(125deg,#008995,#F93D7D);color:#fff;border:none;border-radius:3px;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 3px 10px #0089954d;transition:all .3s ease;position:relative;z-index:1}
.submitbutt:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00899566}
.submitbutt:active{transform:translateY(0)}
.infofooter{max-width:1600px;margin:0 auto;padding:80px 20px;background:linear-gradient(145deg,#fff 0%,#f5f5f5 100%)}
.infofooter .photowrap{text-align:center;margin-bottom:48px}
.infofooter .photowrap img{width:100%;max-width:900px;height:420px;object-fit:cover;border-radius:4px;box-shadow:0 6px 20px #0000001f;filter:saturate(0.8)}
.infofooter h2{font-size:38px;text-align:center;margin:0 0 20px;color:#1a1a1a;font-weight:700}
.infofooter .desctext{text-align:center;max-width:800px;margin:0 auto 50px;font-size:17px;line-height:1.8;color:#555}
.infogrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}
.infocard{background:#fff;padding:32px;border-radius:4px;box-shadow:0 2px 8px #00000014;text-align:center;transition:transform .3s ease}
.infocard:hover{transform:translateY(-4px);box-shadow:0 4px 14px #0000001f}
.infocard .iconholder{width:60px;height:60px;margin:0 auto 20px;background:linear-gradient(135deg,#f93d7d1a,#0089951a);border-radius:50%;display:flex;align-items:center;justify-content:center}
.infocard .iconholder i{font-size:28px;color:#008995}
.infocard h4{font-size:20px;margin:0 0 14px;color:#1a1a1a;font-weight:600}
.infocard p{font-size:15px;line-height:1.7;color:#666;margin:0}
@media (max-width: 1200px) {
.titleblock{padding:60px 20px;gap:40px}
.contactgrid{gap:60px}
.infogrid{gap:30px}
}
@media (max-width: 900px) {
.titleblock{flex-direction:column;gap:40px}
.titleblock .textcontent h1{font-size:36px}
.titleblock .imgwrap img{height:400px}
.contactgrid{grid-template-columns:1fr;gap:50px}
.infogrid{grid-template-columns:1fr;gap:24px}
.formwrapper{padding:36px 24px}
.infofooter .photowrap img{height:320px}
}
@media (max-width: 600px) {
.titleblock{padding:40px 16px}
.titleblock .textcontent h1{font-size:28px}
.titleblock .textcontent ul li{font-size:16px}
.titleblock .imgwrap img{height:280px}
.contactmain{padding:60px 16px}
.infosection h2{font-size:28px}
.detailsbox{padding:24px}
.formwrapper{padding:28px 20px}
.formwrapper h3{font-size:24px}
.infofooter{padding:60px 16px}
.infofooter h2{font-size:30px}
.infofooter .photowrap img{height:240px}
}
.titleblk{background:linear-gradient(135deg,#F93D7D 0%,#008995 100%);padding:80px 20px;position:relative;overflow:hidden}
.titleblk::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#d1c4ff26;border-radius:50%;z-index:1}
.titleblk::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.titlecont{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.titletext{flex:1;color:#fff}
.titletext h1{font-size:48px;font-weight:700;margin:0 0 16px;line-height:1.2}
.titletext .subhed{font-size:22px;line-height:1.6;opacity:.95;margin:0 0 32px}
.titletext .detailpar{font-size:16px;line-height:1.7;opacity:.9;margin:0}
.titleimg{flex:0 0 480px;position:relative}
.titleimg img{width:100%;height:auto;border-radius:4px;box-shadow:0 6px 24px #00000040;display:block}
.proglist{max-width:1400px;margin:0 auto;padding:90px 20px}
.proglist h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 48px;text-align:center;position:relative}
.proglist h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#F93D7D,#008995)}
.modulegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.modcard{background:#fff;border:1px solid #e0e0e0;border-radius:3px;padding:32px;transition:all .3s ease;box-shadow:0 2px 6px #0000000f}
.modcard:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f;border-color:#F93D7D}
.modcard h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.modcard h3::before{content:'';width:6px;height:28px;background:linear-gradient(180deg,#F93D7D,#008995);border-radius:3px}
.modcard p{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0 0 16px}
.modcard ul{list-style:none;padding:0;margin:0}
.modcard ul li{font-size:14px;line-height:1.8;color:#5a5a5a;padding-left:24px;position:relative;margin-bottom:8px}
.modcard ul li::before{content:'→';position:absolute;left:0;color:#008995;font-weight:700}
.trackwrap{background:linear-gradient(180deg,#f8f8f8 0%,#fff 100%);padding:80px 20px}
.trackinn{max-width:1200px;margin:0 auto}
.trackinn h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 52px;text-align:center}
.stepflow{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;position:relative}
.stepflow::before{content:'';position:absolute;top:50px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,#F93D7D 0%,#008995 50%,#D1C4FF 100%);z-index:1}
.stepitm{flex:1;position:relative;z-index:2;text-align:center}
.stepnum{width:100px;height:100px;margin:0 auto 20px;background:#fff;border:3px solid #F93D7D;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:#F93D7D;box-shadow:0 4px 12px #f93d7d33}
.stepitm:nth-child(2) .stepnum{border-color:#008995;color:#008995;box-shadow:0 4px 12px #00899533}
.stepitm:nth-child(3) .stepnum{border-color:#D1C4FF;color:#7c5dcc;box-shadow:0 4px 12px #d1c4ff4d}
.stepitm:nth-child(4) .stepnum{border-color:#F93D7D;color:#F93D7D;box-shadow:0 4px 12px #f93d7d33}
.stepitm h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.stepitm p{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
.facultysec{max-width:1400px;margin:0 auto;padding:90px 20px}
.facultysec h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.facultysec .intro{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 48px;max-width:800px}
.teachgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.teachcard{background:#fff;border:1px solid #e5e5e5;border-radius:3px;overflow:hidden;transition:all .3s ease}
.teachcard:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-6px)}
.teachcard img{width:100%;height:280px;object-fit:cover;display:block}
.teachinfo{padding:24px}
.teachinfo h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px}
.teachinfo .role{font-size:14px;color:#008995;font-weight:500;margin:0 0 14px}
.teachinfo p{font-size:14px;line-height:1.6;color:#5a5a5a;margin:0}
.ctazone{background:linear-gradient(45deg,#008995 0%,#F93D7D 100%);padding:70px 20px;text-align:center}
.ctacontent{max-width:900px;margin:0 auto}
.ctacontent h2{font-size:40px;font-weight:700;color:#fff;margin:0 0 20px}
.ctacontent p{font-size:18px;line-height:1.7;color:#fff;opacity:.95;margin:0 0 36px}
.btngroup{display:flex;gap:16px;justify-content:center}
.btnprim{display:inline-block;padding:16px 40px;background:#fff;color:#F93D7D;font-size:16px;font-weight:600;text-decoration:none;border-radius:3px;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:10;position:relative}
.btnprim:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000040;background:#f0f0f0}
.btnsec{display:inline-block;padding:16px 40px;background:transparent;color:#fff;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #fff;border-radius:3px;transition:all .3s ease;z-index:10;position:relative}
.btnsec:hover{background:#fff;color:#008995;transform:translateY(-2px)}
@media (max-width: 1024px) {
.titlecont{flex-direction:column;text-align:center}
.titleimg{flex:0 0 auto;max-width:500px}
.modulegrid{grid-template-columns:repeat(2,1fr)}
.teachgrid{grid-template-columns:repeat(2,1fr)}
.stepflow::before{display:none}
}
@media (max-width: 768px) {
.titleblk{padding:60px 20px}
.titletext h1{font-size:36px}
.titletext .subhed{font-size:18px}
.modulegrid{grid-template-columns:1fr}
.stepflow{flex-direction:column;gap:40px}
.teachgrid{grid-template-columns:1fr}
.btngroup{flex-direction:column;align-items:center}
.btnprim,.btnsec{width:100%;max-width:300px}
}
.heroblock{max-width:1600px;margin:0 auto;padding:80px 24px 60px}
.heroblock .imgwrap{width:100%;max-width:900px;margin:0 auto 48px;position:relative;overflow:hidden;border-radius:4px}
.heroblock .imgwrap::before{content:'';position:absolute;top:-40px;right:-40px;width:180px;height:180px;background:linear-gradient(135deg,#F93D7D 0%,#D1C4FF 100%);opacity:.15;border-radius:50%;z-index:1}
.heroblock .imgwrap::after{content:'';position:absolute;bottom:-30px;left:-30px;width:140px;height:140px;background:linear-gradient(-45deg,#008995 0%,#D1C4FF 100%);opacity:.12;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.heroblock .imgwrap img{width:100%;height:auto;display:block;filter:sepia(0.08) saturate(1.1);position:relative;z-index:2}
.heroblock .textsection{max-width:820px;margin:0 auto;text-align:center}
.heroblock .textsection h1{font-size:42px;line-height:1.2;margin:0 0 28px;color:#1a1a1a;font-weight:700}
.heroblock .textsection h1 .highlight{color:#F93D7D;position:relative;display:inline-block}
.heroblock .textsection h1 .highlight::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#F93D7D 0%,#D1C4FF 100%);opacity:.4}
.heroblock .textsection p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 36px}
.heroblock .btnrow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.heroblock .btnrow .mainbutt{padding:14px 32px;background:linear-gradient(125deg,#F93D7D 0%,#d13569 100%);color:#fff;text-decoration:none;border-radius:3px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 3px 8px #f93d7d40;display:inline-block;position:relative;z-index:10}
.heroblock .btnrow .mainbutt:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f93d7d59;background:linear-gradient(125deg,#d13569 0%,#F93D7D 100%)}
.heroblock .btnrow .secbutt{padding:14px 32px;background:#fff;color:#008995;text-decoration:none;border:2px solid #008995;border-radius:3px;font-size:16px;font-weight:600;transition:all .3s ease;display:inline-block;position:relative;z-index:10}
.heroblock .btnrow .secbutt:hover{background:#008995;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0089954d}
.stepsarea{max-width:1600px;margin:0 auto;padding:100px 24px 80px;background:linear-gradient(165deg,#f8f8f8 0%,#fff 100%)}
.stepsarea .topheading{text-align:center;max-width:700px;margin:0 auto 64px}
.stepsarea .topheading h2{font-size:38px;line-height:1.25;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.stepsarea .topheading h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#008995 0%,#D1C4FF 100%);border-radius:2px}
.stepsarea .topheading p{font-size:17px;line-height:1.65;color:#5a5a5a;margin:0}
.stepsarea .stepsgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1200px;margin:0 auto}
.stepsarea .stepbox{background:#fff;padding:36px 28px;border-radius:5px;box-shadow:0 2px 6px #0000000f;transition:all .3s ease;position:relative;border-top:3px solid transparent}
.stepsarea .stepbox:nth-child(1){border-top-color:#F93D7D}
.stepsarea .stepbox:nth-child(2){border-top-color:#008995}
.stepsarea .stepbox:nth-child(3){border-top-color:#D1C4FF}
.stepsarea .stepbox:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}
.stepsarea .stepbox .stepnum{display:inline-block;width:54px;height:54px;background:linear-gradient(135deg,#f0f0f0 0%,#e5e5e5 100%);border-radius:50%;text-align:center;line-height:54px;font-size:24px;font-weight:700;color:#2a2a2a;margin-bottom:20px}
.stepsarea .stepbox:nth-child(1) .stepnum{background:linear-gradient(135deg,#F93D7D 0%,#d13569 100%);color:#fff}
.stepsarea .stepbox:nth-child(2) .stepnum{background:linear-gradient(135deg,#008995 0%,#007380 100%);color:#fff}
.stepsarea .stepbox:nth-child(3) .stepnum{background:linear-gradient(135deg,#D1C4FF 0%,#b8a5f0 100%);color:#fff}
.stepsarea .stepbox h3{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.stepsarea .stepbox p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.testimsection{max-width:1600px;margin:0 auto;padding:90px 24px;position:relative;overflow:hidden}
.testimsection::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(-120deg,#f93d7d0a 0%,#d1c4ff0f 100%);z-index:1;clip-path:polygon(30% 0%,100% 0%,100% 100%,0% 100%)}
.testimsection .contentwrap{position:relative;z-index:2;max-width:1200px;margin:0 auto}
.testimsection .sectionhead{text-align:left;margin-bottom:56px}
.testimsection .sectionhead h2{font-size:36px;line-height:1.25;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.testimsection .sectionhead .accentline{width:80px;height:4px;background:linear-gradient(90deg,#F93D7D 0%,#008995 100%);border-radius:2px}
.testimsection .testgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.testimsection .testcard{background:#fff;padding:32px 28px;border-radius:4px;box-shadow:0 3px 10px #00000014;transition:all .3s ease;position:relative}
.testimsection .testcard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#F93D7D 0%,#008995 100%);transition:height .3s ease;border-radius:4px 0 0 4px}
.testimsection .testcard:hover::before{height:100%}
.testimsection .testcard:hover{transform:translateX(8px);box-shadow:0 6px 18px #0000001f}
.testimsection .testcard .personinfo{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.testimsection .testcard .personinfo img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0}
.testimsection .testcard .personinfo .namedata h4{font-size:18px;line-height:1.3;color:#1a1a1a;margin:0 0 4px;font-weight:700}
.testimsection .testcard .personinfo .namedata .role{font-size:14px;color:#008995;font-weight:600}
.testimsection .testcard .testimtext{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0;font-style:italic}
@media (max-width: 768px) {
.heroblock{padding:60px 20px 48px}
.heroblock .imgwrap{margin-bottom:36px}
.heroblock .textsection h1{font-size:32px;margin-bottom:20px}
.heroblock .textsection p{font-size:16px;margin-bottom:28px}
.heroblock .btnrow{flex-direction:column;align-items:stretch}
.heroblock .btnrow .mainbutt,.heroblock .btnrow .secbutt{text-align:center}
.stepsarea{padding:70px 20px 60px}
.stepsarea .topheading{margin-bottom:48px}
.stepsarea .topheading h2{font-size:30px}
.stepsarea .stepsgrid{grid-template-columns:1fr;gap:28px}
.testimsection{padding:70px 20px}
.testimsection .sectionhead h2{font-size:28px}
.testimsection .testgrid{grid-template-columns:1fr;gap:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.heroblock{padding:70px 28px 56px}
.heroblock .textsection h1{font-size:36px}
.stepsarea{padding:85px 28px 70px}
.stepsarea .stepsgrid{gap:32px}
.testimsection{padding:80px 28px}
.testimsection .testgrid{gap:28px}
}
.successwrap{max-width:1600px;margin:0 auto;padding:0}
.herosuccess{background:linear-gradient(162deg,#F93D7D 0%,#D1C4FF 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.herosuccess::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;animation:floatone 8s ease-in-out infinite}
.herosuccess::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#00899526;border-radius:50%;animation:floattwo 10s ease-in-out infinite}
@keyframes floatone {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,40px) scale(1.1)}
}
@keyframes floattwo {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(40px,-30px) scale(1.15)}
}
.successcont{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.successicon{width:120px;height:120px;margin:0 auto 30px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000001f;animation:popscale .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes popscale {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.successicon svg{width:64px;height:64px}
.successhead{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;animation:slidein .8s ease-out .2s backwards}
@keyframes slidein {
0%{transform:translateY(30px);opacity:0}
100%{transform:translateY(0);opacity:1}
}
.successdesc{font-size:20px;line-height:1.6;color:#fffffff2;margin:0 0 40px;animation:slidein .8s ease-out .4s backwards}
.successactions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:slidein .8s ease-out .6s backwards}
.btnprim{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#fff;color:#F93D7D;font-size:18px;font-weight:600;text-decoration:none;border-radius:4px;box-shadow:0 4px 12px #00000026;transition:all .3s ease}
.btnprim:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#fff}
.btnprim i{font-size:20px}
.btnsec{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:transparent;color:#fff;font-size:18px;font-weight:600;text-decoration:none;border:2px solid #fffc;border-radius:4px;transition:all .3s ease}
.btnsec:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}
.btnsec i{font-size:20px}
.infosection{background:#f8f9fa;padding:80px 20px}
.infogrid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.infocard{background:#fff;padding:40px 32px;border-radius:6px;box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden;transition:all .3s ease}
.infocard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#F93D7D 0%,#008995 100%);transform:scaleY(0);transition:transform .4s ease}
.infocard:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}
.infocard:hover::before{transform:scaleY(1)}
.cardicon{width:56px;height:56px;background:linear-gradient(135deg,#F93D7D 0%,#D1C4FF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.cardicon i{font-size:28px;color:#fff}
.cardhead{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.3}
.cardtext{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0 0 20px}
.cardtext:last-child{margin-bottom:0}
.cardlink{display:inline-flex;align-items:center;gap:6px;color:#008995;font-weight:600;font-size:16px;text-decoration:none;transition:gap .3s ease}
.cardlink:hover{gap:10px;color:#006b75}
.cardlink i{font-size:18px}
@media (max-width: 768px) {
.herosuccess{padding:60px 20px 70px}
.successhead{font-size:36px}
.successdesc{font-size:18px}
.successactions{flex-direction:column;align-items:stretch}
.btnprim,.btnsec{justify-content:center;width:100%}
.infosection{padding:60px 20px}
.infogrid{gap:24px}
.infocard{padding:32px 24px}
}
@media (max-width: 480px) {
.successicon{width:100px;height:100px}
.successicon svg{width:52px;height:52px}
.successhead{font-size:30px}
.successdesc{font-size:16px}
.btnprim,.btnsec{font-size:16px;padding:14px 24px}
.cardhead{font-size:20px}
}