*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Nunito',sans-serif;background:#FAFAFA;color:#2C2C2C;line-height:1.6}
.topheader{background:linear-gradient(334deg,#14AD9F 0%,#F48B0F 50%,#5C50F2 100%);padding:35px 20px;display:flex;justify-content:center;align-items:center}
.logoholder-v1{max-width:1366px;width:100%;display:flex;justify-content:center}
.topheader .mainlogo{height:120px;width:120px;background:#FFF;padding:15px;border-radius:30px;box-shadow:0 6px 20px #00000026}
.middleheader{background:#FFF;padding:50px 20px;text-align:center;border-bottom:3px solid #F0F0F0}
.brandtitle-v2{max-width:1366px;margin:0 auto}
.middleheader .companynamedisplay{font-size:48px;font-weight:700;color:#14AD9F;margin-bottom:15px;letter-spacing:-.5px}
.middleheader .taglinedesc{font-size:20px;color:#666;font-weight:400}
.bottomheader{background:#FFF;padding:25px 20px;box-shadow:0 4px 12px #00000014}
.primarynav-v1{max-width:1366px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}
.primarynav-v1 .navitem{font-size:18px;font-weight:700;color:#2C2C2C;text-decoration:none;padding:12px 28px;border-radius:25px;transition:all 450ms ease;border:2px solid transparent}
.primarynav-v1 .navitem:hover{background:#F48B0F;color:#FFF}
.primarynav-v1 .navitem.is-active{background:#14AD9F;color:#FFF;border-color:#14AD9F}
footer{background:#2C2C2C;padding:60px 20px 0;margin-top:80px}
.footergrid-v3{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:60px;padding-bottom:50px;border-bottom:2px solid #444}
.companycard{display:flex;flex-direction:column;gap:25px}
.footerlogo-v1{height:80px;width:80px;background:#FFF;padding:12px;border-radius:20px}
.companycard .companydesc{color:#CCC;font-size:16px;line-height:1.8;max-width:600px}
.contactblock-v2{display:flex;flex-direction:column;gap:12px}
.contactblock-v2 .contactline{color:#CCC;font-size:15px;display:flex;align-items:center;gap:10px}
.contactblock-v2 .contactline i{color:#14AD9F;font-size:18px}
.contactblock-v2 .contactline a{color:#14AD9F;text-decoration:none;transition:color 400ms ease}
.contactblock-v2 .contactline a:hover{color:#F48B0F}
.footernav-section .footerheading{color:#FFF;font-size:22px;font-weight:700;margin-bottom:20px}
.footerlinks-v1{display:flex;flex-direction:column;gap:15px}
.footerlinks-v1 .footerlink{color:#CCC;text-decoration:none;font-size:16px;padding:8px 0;border-left:3px solid transparent;padding-left:15px;transition:all 450ms ease}
.footerlinks-v1 .footerlink:hover{color:#14AD9F;border-left-color:#14AD9F;padding-left:20px}
.copyrightbar-v1{max-width:1366px;margin:0 auto;padding:30px 0;text-align:center}
.copyrightbar-v1 .copyrighttext{color:#888;font-size:14px}
.cookiepopup-v1{position:fixed;bottom:30px;right:30px;max-width:480px;width:80%;background:#FFF;border-radius:25px;box-shadow:0 8px 30px #0003;z-index:9999;animation:slideinfromleft 500ms ease}
@keyframes slideinfromleft {
from{transform:translateX(-100%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.cookiepopup-v1.is-hidden{animation:slideoutleft 500ms ease}
@keyframes slideoutleft {
from{transform:translateX(0);opacity:1}
to{transform:translateX(-100%);opacity:0}
}
.cookiecontent-v2{padding:30px}
.cookiecontent-v2 .cookietext{font-size:15px;color:#2C2C2C;margin-bottom:20px;line-height:1.6}
.cookiecontent-v2 .cookielink{color:#14AD9F;text-decoration:underline}
.cookieactions-v1{display:flex;gap:15px}
.cookieactions-v1 .cookiebtn{flex:1;padding:14px 20px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:all 450ms ease;font-family:'Nunito',sans-serif}
.cookieactions-v1 .acceptbtn-v1{background:#14AD9F;color:#FFF}
.cookieactions-v1 .acceptbtn-v1:hover{background:#0F8F83}
.cookieactions-v1 .declinebtn-v1{background:#F0F0F0;color:#2C2C2C}
.cookieactions-v1 .declinebtn-v1:hover{background:#E0E0E0}
@media (max-width: 1024px) {
.footergrid-v3{grid-template-columns:1fr;gap:40px}
.middleheader .companynamedisplay{font-size:38px}
.topheader .mainlogo{height:100px;width:100px}
}
@media (max-width: 768px) {
.primarynav-v1{flex-direction:column;gap:15px}
.primarynav-v1 .navitem{width:100%;text-align:center}
.middleheader .companynamedisplay{font-size:32px}
.middleheader .taglinedesc{font-size:18px}
.topheader .mainlogo{height:80px;width:80px}
.cookiepopup-v1{width:90%;right:5%;bottom:20px}
}
@media (max-width: 480px) {
.middleheader .companynamedisplay{font-size:28px}
.middleheader .taglinedesc{font-size:16px}
.topheader{padding:25px 15px}
.middleheader{padding:35px 15px}
.bottomheader{padding:20px 15px}
footer{padding:40px 15px 0}
.cookieactions-v1{flex-direction:column}
}
.legal-wrapper{max-width:1366px;margin:0 auto;padding:80px 24px 120px;background:#fff}
.legal-wrapper h1{font-size:48px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}
.legal-wrapper h2{font-size:36px;font-weight:700;line-height:1.3;color:#2a2a2a;margin:64px 0 24px;letter-spacing:-.01em}
.legal-wrapper h3{font-size:28px;font-weight:600;line-height:1.4;color:#2a2a2a;margin:48px 0 20px}
.legal-wrapper h4{font-size:22px;font-weight:600;line-height:1.4;color:#3a3a3a;margin:40px 0 16px}
.legal-wrapper h5{font-size:18px;font-weight:600;line-height:1.5;color:#3a3a3a;margin:32px 0 14px}
.legal-wrapper h6{font-size:16px;font-weight:600;line-height:1.5;color:#4a4a4a;margin:28px 0 12px;text-transform:uppercase;letter-spacing:.05em}
.legal-wrapper p{font-size:17px;font-weight:400;line-height:1.75;color:#4a4a4a;margin:0 0 24px}
.legal-wrapper strong,.legal-wrapper b{font-weight:600;color:#2a2a2a}
.legal-wrapper em,.legal-wrapper i{font-style:italic;color:#3a3a3a}
.legal-wrapper a{color:#14AD9F;text-decoration:none;font-weight:500;border-bottom:2px solid transparent;transition:all 500ms ease}
.legal-wrapper a:hover{color:#0f8a7f;border-bottom-color:#0f8a7f}
.legal-wrapper a:active{color:#0d6e66}
.legal-wrapper ul,.legal-wrapper ol{font-size:17px;line-height:1.75;color:#4a4a4a;margin:0 0 24px;padding-left:32px}
.legal-wrapper ul li,.legal-wrapper ol li{margin-bottom:12px}
.legal-wrapper ul li:last-child,.legal-wrapper ol li:last-child{margin-bottom:0}
.legal-wrapper table{width:100%;border-collapse:collapse;margin:40px 0;background:#fafafa;border-radius:24px;overflow:hidden;box-shadow:0 4px 6px #00000014}
.legal-wrapper thead{background:linear-gradient(135deg,#14AD9F 0%,#0f8a7f 100%)}
.legal-wrapper thead tr{border:none}
.legal-wrapper thead th{padding:20px 24px;font-size:16px;font-weight:600;text-align:left;color:#fff;text-transform:uppercase;letter-spacing:.05em;border:none}
.legal-wrapper tbody{background:#fff}
.legal-wrapper tbody tr{border-bottom:1px solid #e8e8e8;transition:background 400ms ease}
.legal-wrapper tbody tr:last-child{border-bottom:none}
.legal-wrapper tbody tr:hover{background:#f5f5f5}
.legal-wrapper tbody td{padding:18px 24px;font-size:16px;line-height:1.6;color:#4a4a4a;border:none}
.legal-wrapper tbody td strong,.legal-wrapper tbody td b{color:#2a2a2a;font-weight:600}
.legal-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#e0e0e0 50%,transparent 100%);margin:56px 0}
.legal-wrapper blockquote{margin:32px 0;padding:24px 32px;border-left:6px solid #14AD9F;background:#f8fffe;border-radius:0 20px 20px 0;font-size:17px;line-height:1.7;color:#3a3a3a;font-style:italic}
.legal-wrapper code{font-family:'Courier New',monospace;background:#f4f4f4;padding:3px 8px;border-radius:6px;font-size:15px;color:#5C50F2}
.legal-wrapper pre{background:#2a2a2a;padding:24px;border-radius:20px;overflow-x:auto;margin:32px 0}
.legal-wrapper pre code{background:transparent;color:#14AD9F;padding:0;font-size:14px;line-height:1.6}
@media (max-width: 1024px) {
.legal-wrapper{padding:60px 20px 100px}
.legal-wrapper h1{font-size:40px}
.legal-wrapper h2{font-size:32px;margin-top:56px}
.legal-wrapper h3{font-size:24px;margin-top:40px}
.legal-wrapper table{font-size:15px}
.legal-wrapper thead th,.legal-wrapper tbody td{padding:16px 18px}
}
@media (max-width: 768px) {
.legal-wrapper{padding:48px 16px 80px}
.legal-wrapper h1{font-size:34px}
.legal-wrapper h2{font-size:28px;margin-top:48px}
.legal-wrapper h3{font-size:22px;margin-top:36px}
.legal-wrapper h4{font-size:20px;margin-top:32px}
.legal-wrapper p,.legal-wrapper ul,.legal-wrapper ol{font-size:16px}
.legal-wrapper table{border-radius:16px;display:block;overflow-x:auto}
.legal-wrapper thead th,.legal-wrapper tbody td{padding:14px 16px;font-size:14px}
.legal-wrapper blockquote{padding:20px 24px;margin:28px 0}
}
@media (max-width: 480px) {
.legal-wrapper{padding:40px 14px 64px}
.legal-wrapper h1{font-size:28px}
.legal-wrapper h2{font-size:24px;margin-top:40px}
.legal-wrapper h3{font-size:20px;margin-top:32px}
.legal-wrapper p,.legal-wrapper ul,.legal-wrapper ol{font-size:15px}
.legal-wrapper ul,.legal-wrapper ol{padding-left:24px}
.legal-wrapper thead th,.legal-wrapper tbody td{padding:12px 14px;font-size:13px}
.legal-wrapper blockquote{padding:18px 20px;border-left-width:4px;border-radius:0 16px 16px 0}
}
.titleblockv1{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(158deg,#14AD9F 0%,#F48B0F 52%,#5C50F2 100%);margin-bottom:80px}
.titleblockv1 .bgimagelay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.titleblockv1 .bgimagelay img{width:100%;height:100%;object-fit:cover;object-position:center}
.titleblockv1 .bgimagelay::before{content:'';position:absolute;top:0;left:0;right:0;height:180px;background:linear-gradient(180deg,#14ad9ff2 0%,transparent 100%);z-index:2}
.titleblockv1 .bgimagelay::after{content:'';position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(0deg,#5c50f2eb 0%,transparent 100%);z-index:2}
.titleblockv1 .shapedeco1{position:absolute;top:50px;left:80px;width:120px;height:120px;background:#f48b0f26;border-radius:35px;transform:rotate(25deg);z-index:3}
.titleblockv1 .shapedeco2{position:absolute;bottom:90px;right:120px;width:160px;height:160px;background:#14ad9f2e;border-radius:40px;transform:rotate(-15deg);z-index:3}
.titleblockv1 .contentwrap{position:relative;z-index:4;max-width:1366px;width:90%;margin:0 auto;text-align:center}
.titleblockv1 .mainhead{font-size:56px;font-weight:700;color:#fff;margin:0 0 22px;line-height:1.2;text-shadow:2px 4px 12px #00000040}
.titleblockv1 .subdescript{font-size:20px;color:#fff;max-width:680px;margin:0 auto;line-height:1.6;text-shadow:1px 2px 8px #0003}
.availsection{max-width:1366px;width:90%;margin:0 auto 90px;padding:70px 0}
.availsection .gridlayout{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;align-items:start}
.availsection .headpart{grid-column:1 / 2}
.availsection .headpart .sectiontitle{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.3;position:relative;padding-left:20px}
.availsection .headpart .sectiontitle::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:6px;background:linear-gradient(180deg,#14AD9F 0%,#F48B0F 100%);border-radius:25px}
.availsection .headpart .intro{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0}
.availsection .contentpart{grid-column:2 / 4;display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.availsection .itemcard{background:#fff;border:2px solid #e8e8e8;border-radius:28px;padding:38px 32px;transition:all 500ms ease;box-shadow:4px 6px 0 #5c50f214}
.availsection .itemcard:hover{border-color:#14AD9F;transform:translateY(-6px);box-shadow:6px 12px 0 #14ad9f26}
.availsection .itemcard .icontop{width:68px;height:68px;background:linear-gradient(135deg,#14AD9F 0%,#F48B0F 100%);border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:3px 5px 0 #0000001a}
.availsection .itemcard .icontop i{font-size:32px;color:#fff}
.availsection .itemcard .cardheading{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 14px;line-height:1.3}
.availsection .itemcard .carddescript{font-size:16px;color:#5a5a5a;line-height:1.65;margin:0 0 20px}
.availsection .itemcard .detaillist{list-style:none;padding:0;margin:0}
.availsection .itemcard .detaillist li{font-size:15px;color:#4a4a4a;padding:10px 0 10px 32px;position:relative;line-height:1.5}
.availsection .itemcard .detaillist li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;background:#14AD9F;border-radius:20px;box-shadow:2px 3px 0 #00000014}
.schedulesection{background:linear-gradient(158deg,#14ad9f14 0%,#f48b0f0f 52%,#5c50f214 100%);padding:80px 0;position:relative;margin-bottom:90px}
.schedulesection::before{content:'';position:absolute;top:0;left:5%;width:200px;height:4px;background:linear-gradient(90deg,#14AD9F 0%,#F48B0F 100%);border-radius:25px}
.schedulesection .innerwrap{max-width:1366px;width:90%;margin:0 auto}
.schedulesection .maingrid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}
.schedulesection .imageside{position:relative}
.schedulesection .imageside img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:8px 10px 0 #5c50f21f}
.schedulesection .textside .heading{font-size:44px;font-weight:700;color:#1a1a1a;margin:0 0 26px;line-height:1.25}
.schedulesection .textside .heading .accent{color:#F48B0F;position:relative;display:inline-block}
.schedulesection .textside .heading .accent::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:4px;background:#F48B0F;border-radius:25px}
.schedulesection .textside .paragraph{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 35px}
.schedulesection .textside .timegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px}
.schedulesection .textside .timeitem{background:#fff;border-left:5px solid #14AD9F;padding:22px 24px;border-radius:24px;box-shadow:4px 6px 0 #0000000f}
.schedulesection .textside .timeitem .timelabel{font-size:14px;color:#7a7a7a;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.schedulesection .textside .timeitem .timevalue{font-size:22px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}
.schedulesection .textside .actionbutton{display:inline-block;background:linear-gradient(135deg,#14AD9F 0%,#F48B0F 100%);color:#fff;font-size:18px;font-weight:700;padding:20px 50px;border-radius:30px;text-decoration:none;box-shadow:5px 7px 0 #5c50f233;transition:all 500ms ease;position:relative;z-index:10}
.schedulesection .textside .actionbutton:hover{transform:translateY(-4px);box-shadow:7px 11px 0 #5c50f24d}
@media (max-width: 1280px) {
.titleblockv1{min-height:460px}
.titleblockv1 .mainhead{font-size:48px}
.availsection .gridlayout{gap:40px}
.schedulesection .maingrid{gap:50px}
}
@media (max-width: 1024px) {
.titleblockv1{min-height:420px}
.titleblockv1 .mainhead{font-size:42px}
.titleblockv1 .subdescript{font-size:18px}
.availsection .gridlayout{grid-template-columns:1fr;gap:45px}
.availsection .headpart{grid-column:1 / 2}
.availsection .contentpart{grid-column:1 / 2}
.schedulesection .maingrid{grid-template-columns:1fr;gap:45px}
.schedulesection .textside .heading{font-size:38px}
}
@media (max-width: 768px) {
.titleblockv1{min-height:380px}
.titleblockv1 .mainhead{font-size:36px}
.titleblockv1 .subdescript{font-size:17px}
.titleblockv1 .shapedeco1,.titleblockv1 .shapedeco2{display:none}
.availsection{margin-bottom:70px;padding:50px 0}
.availsection .headpart .sectiontitle{font-size:34px}
.availsection .contentpart{grid-template-columns:1fr;gap:28px}
.schedulesection{padding:60px 0;margin-bottom:70px}
.schedulesection .imageside img{height:360px}
.schedulesection .textside .heading{font-size:32px}
.schedulesection .textside .timegrid{grid-template-columns:1fr;gap:18px}
}
@media (max-width: 480px) {
.titleblockv1{min-height:340px}
.titleblockv1 .mainhead{font-size:30px;margin-bottom:16px}
.titleblockv1 .subdescript{font-size:16px}
.availsection{margin-bottom:60px;padding:40px 0}
.availsection .headpart .sectiontitle{font-size:28px}
.availsection .itemcard{padding:28px 24px}
.schedulesection{padding:50px 0;margin-bottom:60px}
.schedulesection .imageside img{height:300px;border-radius:24px}
.schedulesection .textside .heading{font-size:28px}
.schedulesection .textside .actionbutton{display:block;text-align:center;padding:18px 40px;font-size:17px}
}
.titlehero{position:relative;padding:80px 0 90px;overflow:hidden;background:linear-gradient(334deg,#14AD9F 0%,#F48B0F 50%,#5C50F2 100%)}
.titlehero .grid{max-width:1366px;margin:0 auto;padding:0 20px}
.titlehero .grid__col-8{position:relative;z-index:2;display:flex;align-items:center}
.titlehero .grid__col-4{position:relative;z-index:2}
.herotext-v1 h1{font-size:58px;line-height:1.15;color:#fff;margin:0;font-weight:700}
.heroimage-wrap{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 12px 40px #0000002e}
.heroimage-wrap img{width:100%;height:460px;object-fit:cover;display:block;filter:blur(1.2px)}
.shapedeco-v1{position:absolute;width:180px;height:180px;border-radius:50%;background:#ffffff1f;animation:floatshape1 8s ease-in-out infinite}
.shapedeco-v1:nth-child(1){top:10%;left:8%;animation-delay:0s}
.shapedeco-v1:nth-child(2){bottom:15%;right:12%;width:220px;height:220px;animation-delay:2s}
@keyframes floatshape1 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(20px,-30px) scale(1.08)}
}
.statsection{padding:100px 0;background:#fafafa}
.statsection .grid{max-width:1366px;margin:0 auto;padding:0 20px}
.statheading-v2{text-align:center;margin-bottom:70px}
.statheading-v2 h2{font-size:44px;line-height:1.25;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.statheading-v2 p{font-size:19px;line-height:1.6;color:#4a4a4a;max-width:680px;margin:0 auto}
.statgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.statcard-v1{background:#fff;padding:50px 35px;border-radius:28px;box-shadow:0 4px 16px #0000000f;text-align:center;transition:all 480ms ease;border:2px solid transparent}
.statcard-v1:hover{transform:translateY(-8px);box-shadow:0 12px 32px #14ad9f29;border-color:#14AD9F}
.statcard-v1 .statnumber{font-size:62px;line-height:1;font-weight:800;background:linear-gradient(135deg,#14AD9F,#5C50F2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}
.statcard-v1 .statlabel{font-size:18px;line-height:1.5;color:#2a2a2a;font-weight:600;margin-bottom:12px}
.statcard-v1 .statdesc{font-size:15px;line-height:1.6;color:#6a6a6a}
.trustzone{padding:90px 0 100px;background:#fff}
.trustzone .grid{max-width:1366px;margin:0 auto;padding:0 20px}
.trustzone .grid__col-6:first-child{display:flex;flex-direction:column;justify-content:center;padding-right:50px}
.trustcontent h2{font-size:42px;line-height:1.3;color:#1a1a1a;margin:0 0 26px;font-weight:700}
.trustcontent p{font-size:17px;line-height:1.7;color:#3a3a3a;margin-bottom:20px}
.trustpoints{margin-top:32px}
.trustitem-v2{display:flex;align-items:flex-start;margin-bottom:26px;padding:22px 28px;background:#f8f8f8;border-radius:24px;transition:all 520ms ease}
.trustitem-v2:hover{background:linear-gradient(110deg,#14ad9f14,#5c50f214);transform:translateX(6px)}
.trustitem-v2 .iconwrap-v1{width:56px;height:56px;min-width:56px;background:linear-gradient(135deg,#14AD9F,#F48B0F);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-right:20px}
.trustitem-v2 .iconwrap-v1 i{font-size:28px;color:#fff}
.trustitem-v2 h4{font-size:19px;line-height:1.4;color:#1a1a1a;margin:0 0 8px;font-weight:700}
.trustitem-v2 p{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
.trustvisual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.trustvisual img{width:100%;height:280px;object-fit:cover;border-radius:26px;box-shadow:0 6px 24px #00000014}
.trustvisual img:first-child{grid-column:1 / -1;height:360px}
.teamsection{padding:95px 0 105px;background:linear-gradient(175deg,#f4f4f4 0%,#fff 100%)}
.teamsection .grid{max-width:1366px;margin:0 auto;padding:0 20px}
.teamintro{text-align:center;margin-bottom:65px}
.teamintro h2{font-size:46px;line-height:1.25;color:#1a1a1a;margin:0 0 22px;font-weight:700}
.teamintro p{font-size:18px;line-height:1.65;color:#4a4a4a;max-width:720px;margin:0 auto}
.teamgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}
.teamcard-v1{background:#fff;padding:45px 32px;border-radius:30px;text-align:center;box-shadow:0 5px 20px #0000000d;transition:all 500ms ease;position:relative;overflow:hidden}
.teamcard-v1::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#14AD9F,#F48B0F,#5C50F2);transform:scaleX(0);transition:transform 500ms ease}
.teamcard-v1:hover::before{transform:scaleX(1)}
.teamcard-v1:hover{transform:translateY(-10px);box-shadow:0 16px 40px #5c50f224}
.teamrole-badge{display:inline-block;padding:10px 24px;background:linear-gradient(120deg,#14ad9f1f,#5c50f21f);border-radius:20px;font-size:14px;font-weight:600;color:#5C50F2;margin-bottom:24px}
.teamcard-v1 h3{font-size:24px;line-height:1.3;color:#1a1a1a;margin:0 0 14px;font-weight:700}
.teamcard-v1 .teamexpertise{font-size:15px;line-height:1.6;color:#6a6a6a;margin-bottom:20px}
.teamcard-v1 .teamdetails{font-size:14px;line-height:1.7;color:#5a5a5a;padding-top:18px;border-top:1px solid #e8e8e8}
.ctasection{padding:85px 0;background:linear-gradient(334deg,#14AD9F 0%,#F48B0F 50%,#5C50F2 100%);position:relative;overflow:hidden}
.ctasection .grid{max-width:1366px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.ctacontent-centered{text-align:center}
.ctacontent-centered h2{font-size:48px;line-height:1.25;color:#fff;margin:0 0 24px;font-weight:700}
.ctacontent-centered p{font-size:19px;line-height:1.6;color:#fffffff2;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}
.ctabuttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnprimary-v1{display:inline-block;padding:18px 44px;background:#fff;color:#5C50F2;font-size:17px;font-weight:700;text-decoration:none;border-radius:28px;transition:all 480ms ease;box-shadow:0 6px 20px #0000001f;position:relative;z-index:5}
.btnprimary-v1:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 12px 32px #0003;background:#f4f4f4}
.btnsecondary-v1{display:inline-block;padding:18px 44px;background:transparent;color:#fff;font-size:17px;font-weight:700;text-decoration:none;border-radius:28px;border:2px solid #fff;transition:all 480ms ease;position:relative;z-index:5}
.btnsecondary-v1:hover{background:#ffffff26;transform:translateY(-4px);box-shadow:0 8px 24px #00000026}
.decorshape-v2{position:absolute;border-radius:50%;background:#ffffff14}
.decorshape-v2:nth-child(1){width:300px;height:300px;top:-80px;left:-60px}
.decorshape-v2:nth-child(2){width:240px;height:240px;bottom:-50px;right:-40px}
@media (max-width: 1024px) {
.titlehero .grid__col-8,.titlehero .grid__col-4{width:100%}
.titlehero .grid__col-8{margin-bottom:40px}
.herotext-v1 h1{font-size:46px}
.statgrid{grid-template-columns:repeat(2,1fr)}
.trustzone .grid__col-6{width:100%}
.trustzone .grid__col-6:first-child{padding-right:0;margin-bottom:50px}
.teamgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.titlehero{padding:60px 0 70px}
.herotext-v1 h1{font-size:38px}
.heroimage-wrap img{height:320px}
.statsection{padding:70px 0}
.statheading-v2 h2{font-size:36px}
.statgrid{grid-template-columns:1fr;gap:30px}
.trustcontent h2{font-size:34px}
.trustvisual{grid-template-columns:1fr}
.trustvisual img:first-child{grid-column:1}
.teamgrid{grid-template-columns:1fr;gap:35px}
.teamintro h2{font-size:36px}
.ctacontent-centered h2{font-size:36px}
.ctabuttons{flex-direction:column;align-items:center}
.btnprimary-v1,.btnsecondary-v1{width:100%;max-width:320px;text-align:center}
}
@media (max-width: 480px) {
.herotext-v1 h1{font-size:32px}
.statheading-v2 h2{font-size:30px}
.statcard-v1 .statnumber{font-size:52px}
.trustcontent h2{font-size:28px}
.teamintro h2{font-size:30px}
.ctacontent-centered h2{font-size:30px}
}
.tophero{background:linear-gradient(334deg,#14AD9F 0%,#F48B0F 50%,#5C50F2 100%);padding:80px 20px;position:relative;overflow:hidden}
.tophero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.tophero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.tophero .containerwrap{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.tophero .mainheading-v1{font-size:56px;color:#fff;margin:0 0 16px;font-weight:700;line-height:1.1}
.tophero .subheading-v1{font-size:28px;color:#fffffff2;margin:0 0 24px;font-weight:500}
.tophero .description-v1{font-size:18px;color:#ffffffe0;max-width:720px;line-height:1.6;margin:0}
.formarea{padding:90px 20px;background:#fafbfc}
.formarea .centralholder{max-width:1366px;margin:0 auto}
.formarea .grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.formarea .infoblock{display:flex;flex-direction:column;gap:48px}
.formarea .sectionlabel{font-size:14px;color:#14AD9F;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 12px;font-weight:600}
.formarea .heading-v2{font-size:42px;color:#1a1d29;margin:0 0 20px;font-weight:700;line-height:1.2}
.formarea .intro-v1{font-size:17px;color:#4a5568;line-height:1.7;margin:0}
.formarea .contactdetail{display:flex;flex-direction:column;gap:32px}
.formarea .detailitem{display:flex;align-items:start;gap:20px}
.formarea .iconholder-v1{width:56px;height:56px;background:linear-gradient(135deg,#14AD9F 0%,#5C50F2 100%);border-radius:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.formarea .iconholder-v1 i{font-size:24px;color:#fff}
.formarea .textcontent-v1{flex:1}
.formarea .itemlabel{font-size:15px;color:#718096;margin:0 0 6px;font-weight:500}
.formarea .itemvalue{font-size:18px;color:#1a1d29;margin:0;font-weight:600;word-break:break-word}
.formarea .itemvalue a{color:#1a1d29;text-decoration:none;transition:color 450ms}
.formarea .itemvalue a:is(:hover,:focus){color:#14AD9F}
.formarea .formwrapper{background:#fff;padding:48px;border-radius:32px;box-shadow:0 4px 6px #00000014}
.formarea .formtitle{font-size:32px;color:#1a1d29;margin:0 0 32px;font-weight:700}
.formarea .formbody-v1{display:flex;flex-direction:column;gap:24px}
.formarea .inputgroup{display:flex;flex-direction:column;gap:8px}
.formarea .fieldlabel{font-size:15px;color:#2d3748;font-weight:600;margin:0}
.formarea .fieldinput{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:24px;font-size:16px;color:#1a1d29;transition:border-color 450ms,box-shadow 450ms;background:#fff}
.formarea .fieldinput:is(:hover,:focus){border-color:#14AD9F;outline:none;box-shadow:0 0 0 3px #14ad9f1a}
.formarea .checkboxgroup{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f7fafc;border-radius:24px}
.formarea .checkboxgroup .grouplabel{font-size:15px;color:#2d3748;font-weight:600;margin:0 0 8px}
.formarea .checkoption{display:flex;align-items:center;gap:12px}
.formarea .checkoption input[type="checkbox"]{width:22px;height:22px;cursor:pointer;accent-color:#14AD9F}
.formarea .checkoption label{font-size:16px;color:#4a5568;cursor:pointer;margin:0}
.formarea .privacybox{display:flex;align-items:start;gap:12px;padding:20px;background:#fff8f0;border-radius:20px;border:2px solid #F48B0F}
.formarea .privacybox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#F48B0F;flex-shrink:0}
.formarea .privacybox label{font-size:14px;color:#4a5568;line-height:1.5;cursor:pointer;margin:0}
.formarea .privacybox label a{color:#F48B0F;text-decoration:none;font-weight:600;transition:color 450ms}
.formarea .privacybox label a:is(:hover,:focus){color:#d67a0d}
.formarea .submitbtn-v1{padding:18px 48px;background:linear-gradient(135deg,#14AD9F 0%,#5C50F2 100%);color:#fff;border:none;border-radius:28px;font-size:17px;font-weight:700;cursor:pointer;transition:transform 450ms,box-shadow 450ms;box-shadow:0 6px 12px #14ad9f40}
.formarea .submitbtn-v1:is(:hover,:focus){transform:translateY(-2px);box-shadow:0 10px 20px #14ad9f59;outline:none}
.formarea .submitbtn-v1:active{transform:translateY(0)}
.visualsection{padding:100px 20px;background:#fff;position:relative}
.visualsection::before{content:'';position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(180deg,#fafbfc 0%,transparent 100%);pointer-events:none}
.visualsection .layoutbox{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.visualsection .sectionheader{text-align:center;margin:0 0 64px}
.visualsection .pretitle{font-size:14px;color:#5C50F2;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px;font-weight:600}
.visualsection .maintitle-v3{font-size:46px;color:#1a1d29;margin:0 0 20px;font-weight:700;line-height:1.15}
.visualsection .subdesc{font-size:18px;color:#4a5568;max-width:680px;margin:0 auto;line-height:1.6}
.visualsection .imagegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.visualsection .imagecard{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 8px 24px #0000001f;transition:transform 500ms,box-shadow 500ms}
.visualsection .imagecard:is(:hover,:focus-within){transform:translateY(-8px);box-shadow:0 16px 40px #0000002e}
.visualsection .imagecard img{width:100%;height:420px;object-fit:cover;display:block}
.visualsection .imageoverlay{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(0deg,#1a1d29eb 0%,transparent 100%)}
.visualsection .overlaytext{font-size:22px;color:#fff;margin:0;font-weight:600;line-height:1.4}
@media (max-width: 1024px) {
.tophero .mainheading-v1{font-size:44px}
.tophero .subheading-v1{font-size:24px}
.formarea .grid-v2{grid-template-columns:1fr;gap:60px}
.formarea .heading-v2{font-size:36px}
.visualsection .maintitle-v3{font-size:38px}
.visualsection .imagegrid{gap:32px}
}
@media (max-width: 768px) {
.tophero{padding:60px 20px}
.tophero .mainheading-v1{font-size:36px}
.tophero .subheading-v1{font-size:20px}
.tophero .description-v1{font-size:16px}
.formarea{padding:60px 20px}
.formarea .heading-v2{font-size:30px}
.formarea .formwrapper{padding:32px 24px}
.formarea .formtitle{font-size:26px}
.visualsection{padding:70px 20px}
.visualsection .maintitle-v3{font-size:32px}
.visualsection .imagegrid{grid-template-columns:1fr;gap:24px}
.visualsection .imagecard img{height:320px}
}
@media (max-width: 480px) {
.tophero .mainheading-v1{font-size:28px}
.tophero .subheading-v1{font-size:18px}
.formarea .iconholder-v1{width:48px;height:48px}
.formarea .iconholder-v1 i{font-size:20px}
.formarea .itemvalue{font-size:16px}
.formarea .formwrapper{padding:24px 20px}
.formarea .submitbtn-v1{width:100%}
.visualsection .maintitle-v3{font-size:26px}
.visualsection .imagecard img{height:260px}
}
.herosegment{background:linear-gradient(145deg,#14AD9F 0%,#F48B0F 55%,#5C50F2 100%);position:relative;overflow:hidden;padding:80px 20px 100px}
.herosegment .contentbox{max-width:1366px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.herosegment .textarea-v1{flex:1;color:#fff}
.herosegment .maintitle-v2{font-size:52px;font-weight:700;margin:0 0 24px;line-height:1.2;text-shadow:2px 4px 8px #0003}
.herosegment .description-v1{font-size:20px;line-height:1.6;margin:0;opacity:.95;max-width:520px}
.herosegment .imagearea-v3{flex:0 0 480px;position:relative}
.herosegment .featured-img{width:100%;height:auto;border-radius:28px;transform:rotate(-3deg);box-shadow:0 12px 40px #0000004d;transition:transform 500ms ease;filter:brightness(1.08) contrast(1.05)}
.herosegment .featured-img:hover{transform:rotate(0deg) scale(1.02)}
.herosegment .shape-one{position:absolute;width:220px;height:220px;background:#ffffff1a;border-radius:50%;top:-80px;right:-60px;animation:floatshape 8s ease-in-out infinite;z-index:1}
.herosegment .shape-two{position:absolute;width:140px;height:140px;background:#ffffff14;border-radius:35px;bottom:40px;left:-40px;animation:floatshape 6s ease-in-out infinite reverse;z-index:1}
@keyframes floatshape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-30px) rotate(10deg)}
}
.servicesection-v1{padding:100px 20px;background:#fafafa;position:relative}
.servicesection-v1 .wrapper-content{max-width:1366px;margin:0 auto}
.servicesection-v1 .sectionhead-v2{text-align:center;margin-bottom:70px}
.servicesection-v1 .sectiontitle-v1{font-size:44px;font-weight:700;color:#2d2d2d;margin:0 0 18px;line-height:1.3}
.servicesection-v1 .sectiondesc-v3{font-size:18px;color:#666;line-height:1.7;max-width:680px;margin:0 auto}
.servicesection-v1 .gridlayout-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.servicesection-v1 .servicecard-v1{background:#fff;border-radius:24px;padding:42px 36px;box-shadow:0 4px 12px #00000014;transition:all 450ms ease;position:relative;overflow:hidden}
.servicesection-v1 .servicecard-v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#14AD9F 0%,#F48B0F 50%,#5C50F2 100%);transform:scaleX(0);transform-origin:left;transition:transform 450ms ease}
.servicesection-v1 .servicecard-v1:hover::before{transform:scaleX(1)}
.servicesection-v1 .servicecard-v1:hover{transform:translateY(-8px);box-shadow:0 12px 32px #14ad9f33}
.servicesection-v1 .iconholder-v2{width:68px;height:68px;background:linear-gradient(135deg,#14AD9F 0%,#F48B0F 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 6px 18px #14ad9f4d}
.servicesection-v1 .iconholder-v2 i{font-size:32px;color:#fff}
.servicesection-v1 .cardtitle-v3{font-size:24px;font-weight:700;color:#2d2d2d;margin:0 0 16px;line-height:1.3}
.servicesection-v1 .carddesc-v1{font-size:16px;color:#666;line-height:1.7;margin:0 0 20px}
.servicesection-v1 .featurelist-v1{list-style:none;padding:0;margin:0}
.servicesection-v1 .featurelist-v1 li{font-size:15px;color:#555;padding:8px 0;position:relative;padding-left:28px}
.servicesection-v1 .featurelist-v1 li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:#14AD9F;border-radius:50%;box-shadow:0 2px 6px #14ad9f66}
.comparisonarea-v2{padding:90px 20px;background:#fff}
.comparisonarea-v2 .contentwrapper-v3{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.comparisonarea-v2 .textzone-v4{padding-right:20px}
.comparisonarea-v2 .headtitle-v5{font-size:42px;font-weight:700;color:#2d2d2d;margin:0 0 24px;line-height:1.3}
.comparisonarea-v2 .headtitle-v5 span{background:linear-gradient(90deg,#14AD9F 0%,#F48B0F 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.comparisonarea-v2 .bodypara-v2{font-size:17px;color:#555;line-height:1.8;margin:0 0 18px}
.comparisonarea-v2 .approach-tabs{margin-top:40px}
.comparisonarea-v2 .tabcontrol-v1{display:none}
.comparisonarea-v2 .tablabels-v2{display:flex;gap:12px;margin-bottom:28px}
.comparisonarea-v2 .tablabel-v3{flex:1;padding:16px 24px;background:#f5f5f5;border-radius:16px;text-align:center;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all 400ms ease;border:2px solid transparent}
.comparisonarea-v2 .tabcontrol-v1:checked + .tablabel-v3{background:linear-gradient(135deg,#14AD9F 0%,#F48B0F 100%);color:#fff;border-color:#F48B0F;box-shadow:0 6px 16px #f48b0f4d}
.comparisonarea-v2 .tabcontent-v4{display:none;background:#fafafa;padding:32px;border-radius:20px;animation:fadeintab 500ms ease}
.comparisonarea-v2 .tabcontrol-v1:checked ~ .tabcontent-v4{display:block}
@keyframes fadeintab {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.comparisonarea-v2 .contenttext-v5{font-size:16px;color:#555;line-height:1.7;margin:0}
.comparisonarea-v2 .imagepart-v6{position:relative}
.comparisonarea-v2 .showcase-img{width:100%;height:auto;border-radius:28px;box-shadow:0 8px 32px #0000001f}
.comparisonarea-v2 .decorline-v1{position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#5C50F2 0%,#14AD9F 100%);border-radius:32px;opacity:.15;z-index:-1}
.ctastrip-v3{padding:80px 20px;background:linear-gradient(120deg,#5C50F2 0%,#14AD9F 100%);text-align:center}
.ctastrip-v3 .ctawrapper-v1{max-width:800px;margin:0 auto}
.ctastrip-v3 .ctatitle-v2{font-size:38px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}
.ctastrip-v3 .ctadesc-v4{font-size:18px;color:#ffffffe6;line-height:1.6;margin:0 0 36px}
.ctastrip-v3 .buttongroup-v1{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ctastrip-v3 .primarybtn-v5{padding:18px 44px;background:#fff;color:#5C50F2;font-size:17px;font-weight:600;border-radius:28px;text-decoration:none;display:inline-block;box-shadow:0 6px 20px #0003;transition:all 450ms ease;border:2px solid #fff}
.ctastrip-v3 .primarybtn-v5:hover{background:#F48B0F;color:#fff;border-color:#F48B0F;transform:translateY(-4px);box-shadow:0 10px 28px #f48b0f66}
.ctastrip-v3 .secondarybtn-v2{padding:18px 44px;background:transparent;color:#fff;font-size:17px;font-weight:600;border-radius:28px;text-decoration:none;display:inline-block;border:2px solid #fff;transition:all 450ms ease}
.ctastrip-v3 .secondarybtn-v2:hover{background:#fff;color:#5C50F2;transform:translateY(-4px);box-shadow:0 10px 28px #ffffff4d}
@media (max-width: 1024px) {
.herosegment .contentbox{flex-direction:column;gap:40px}
.herosegment .imagearea-v3{flex:0 0 auto;width:100%;max-width:480px}
.herosegment .maintitle-v2{font-size:42px}
.servicesection-v1 .gridlayout-v2{grid-template-columns:repeat(2,1fr);gap:30px}
.comparisonarea-v2 .contentwrapper-v3{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.herosegment{padding:60px 20px 80px}
.herosegment .maintitle-v2{font-size:36px}
.herosegment .description-v1{font-size:18px}
.servicesection-v1{padding:70px 20px}
.servicesection-v1 .gridlayout-v2{grid-template-columns:1fr;gap:24px}
.servicesection-v1 .sectiontitle-v1{font-size:34px}
.comparisonarea-v2{padding:60px 20px}
.comparisonarea-v2 .headtitle-v5{font-size:32px}
.comparisonarea-v2 .tablabels-v2{flex-direction:column}
.ctastrip-v3{padding:60px 20px}
.ctastrip-v3 .ctatitle-v2{font-size:30px}
.ctastrip-v3 .buttongroup-v1{flex-direction:column;align-items:stretch}
.ctastrip-v3 .primarybtn-v5,.ctastrip-v3 .secondarybtn-v2{width:100%;text-align:center}
}
@media (max-width: 480px) {
.herosegment .maintitle-v2{font-size:28px}
.herosegment .description-v1{font-size:16px}
.servicesection-v1 .sectiontitle-v1{font-size:28px}
.servicesection-v1 .servicecard-v1{padding:32px 24px}
.comparisonarea-v2 .headtitle-v5{font-size:26px}
.ctastrip-v3 .ctatitle-v2{font-size:24px}
}
.successpage{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:70vh;display:flex;align-items:center;padding:60px 20px}
.successcontainerv1{max-width:1366px;margin:0 auto;width:100%}
.successwrapv2{background:#fff;border-radius:32px;box-shadow:0 4px 6px #14ad9f14 0 8px 16px #5c50f20f;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;position:relative}
.successimagezone{flex:0 0 48%;position:relative;background:linear-gradient(215deg,#14AD9F 0%,#5C50F2 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}
.successimagezone::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,#f48b0f33 0%,transparent 60%),radial-gradient(circle at 70% 60%,#14ad9f4d 0%,transparent 50%);z-index:1}
.successshape1v1{position:absolute;width:180px;height:180px;border-radius:50%;background:#ffffff1f;top:-40px;right:-60px;z-index:2}
.successshape2v1{position:absolute;width:120px;height:120px;border-radius:28px;background:#f48b0f26;bottom:50px;left:-30px;transform:rotate(25deg);z-index:2}
.successshape3v1{position:absolute;width:90px;height:90px;border:3px solid #fff3;border-radius:50%;top:40%;left:20%;z-index:2}
.successiconwrap{position:relative;z-index:3;width:160px;height:160px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #00000026}
.successiconwrap i{font-size:80px;color:#14AD9F}
.successcontentzone{flex:1;padding:80px 60px;display:flex;flex-direction:column;justify-content:center}
.successheadv1{font-size:42px;font-weight:700;color:#2d3748;margin:0 0 20px;line-height:1.2}
.successheadv1::before{content:'';display:block;width:60px;height:6px;background:linear-gradient(90deg,#14AD9F 0%,#F48B0F 100%);border-radius:8px;margin-bottom:24px}
.successdescv1{font-size:18px;color:#4a5568;line-height:1.7;margin:0 0 36px}
.successmetav2{background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);border-radius:20px;padding:28px 32px;margin-bottom:40px;border-left:5px solid #5C50F2}
.successmetav2 p{font-size:16px;color:#2d3748;margin:0 0 8px;line-height:1.6}
.successmetav2 p:last-child{margin-bottom:0}
.successmetav2 strong{color:#14AD9F;font-weight:600}
.successactionrow{display:flex;gap:16px;flex-wrap:wrap}
.btnprimaryv3{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#14AD9F 0%,#5C50F2 100%);color:#fff;padding:16px 32px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;box-shadow:0 4px 8px #14ad9f40;transition:all 500ms;border:none;cursor:pointer;position:relative;z-index:10}
.btnprimaryv3:hover{transform:translateY(-3px);box-shadow:0 8px 16px #5c50f259}
.btnprimaryv3 i{font-size:18px}
.btnsecondaryv3{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#5C50F2;padding:16px 32px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #5C50F2;transition:all 500ms;cursor:pointer;position:relative;z-index:10}
.btnsecondaryv3:hover{background:#5C50F2;color:#fff;transform:translateY(-3px);box-shadow:0 6px 12px #5c50f240}
.btnsecondaryv3 i{font-size:18px}
@media (max-width: 1024px) {
.successwrapv2{flex-direction:column}
.successimagezone{flex:0 0 auto;min-height:280px}
.successcontentzone{padding:60px 40px}
.successheadv1{font-size:36px}
}
@media (max-width: 768px) {
.successpage{padding:40px 16px}
.successcontentzone{padding:40px 28px}
.successheadv1{font-size:30px}
.successdescv1{font-size:16px}
.successiconwrap{width:120px;height:120px}
.successiconwrap i{font-size:60px}
.successactionrow{flex-direction:column}
.btnprimaryv3,.btnsecondaryv3{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.successheadv1{font-size:26px}
.successdescv1{font-size:15px}
.successmetav2{padding:20px 24px}
.successmetav2 p{font-size:15px}
.btnprimaryv3,.btnsecondaryv3{padding:14px 24px;font-size:15px}
}