*{margin:0;padding:0;box-sizing:border-box}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:600}
figure,blockquote{margin:0}
body{font-family:'Exo 2',sans-serif;background:#fafafa;color:#151628;line-height:1.6;font-size:16px}
.headcontainer{max-width:1400px;margin:0 auto;padding:0 20px}
header{background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-bottom:3px solid #151628;box-shadow:0 4px 8px #15162814;padding:25px 0}
header .brandflow{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
header .logobox{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 2px 6px #1516281f;border:2px solid #f0f0f0}
header .logobox .logoimg{width:70px;height:70px;object-fit:contain}
header .flowdivide{width:2px;height:50px;background:linear-gradient(180deg,#C8165D 0%,#6BB03F 100%);opacity:.4}
header .brandtxt{display:flex;flex-direction:column;gap:4px}
header .brandtxt .compname{font-size:28px;font-weight:700;color:#151628;line-height:1.2}
header .brandtxt .tagline{font-size:14px;color:#666;font-style:italic}
header .mainnav{margin-left:auto;display:flex;gap:30px;align-items:center}
header .mainnav .navitem{color:#151628;text-decoration:none;font-size:16px;font-weight:600;padding:8px 16px;border-radius:6px;transition:background 0.2s,color .2s}
header .mainnav .navitem:hover{background:#C8165D;color:#fff}
.footwrap{background:linear-gradient(180deg,#151628 0%,#0d0e1a 100%);padding:60px 20px 20px;color:#fff}
.footwrap .footcontent{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:60px;padding-bottom:40px;border-bottom:1px solid #c8165d4d}
.footwrap .compcard{display:flex;flex-direction:column;gap:20px}
.footwrap .compcard .footlogo{width:80px;height:80px;object-fit:contain;background:#fff;padding:10px;border-radius:8px}
.footwrap .compcard .footdesc{font-size:15px;line-height:1.7;color:#e0e0e0;max-width:500px}
.footwrap .contactinfo{display:flex;flex-direction:column;gap:12px}
.footwrap .contactinfo .contactitem{display:flex;align-items:center;gap:10px;font-size:15px}
.footwrap .contactinfo .contactitem i{color:#C8165D;font-size:18px}
.footwrap .contactinfo .contactitem a{color:#6BB03F;text-decoration:none;transition:color .2s}
.footwrap .contactinfo .contactitem a:hover{color:#fff}
.footwrap .footlinks .footnav{display:flex;flex-direction:column;gap:14px}
.footwrap .footlinks .footlink{color:#e0e0e0;text-decoration:none;font-size:15px;transition:color .2s;padding:4px 0}
.footwrap .footlinks .footlink:hover{color:#6BB03F}
.footwrap .copyright{max-width:1400px;margin:0 auto;text-align:center;padding-top:30px;font-size:14px;color:#999}
.cookiebox{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(0);z-index:9999;transition:transform .4s ease,opacity .4s ease}
.cookiebox.hidden{transform:translateX(-150%) translateY(0);opacity:0;pointer-events:none}
.cookiebox .cookiecard{background:#fff;border-radius:8px;box-shadow:0 6px 20px #15162840;padding:30px;max-width:520px;border:2px solid #151628}
.cookiebox .cookietitle{font-size:20px;font-weight:700;color:#151628;margin-bottom:12px}
.cookiebox .cookiedesc{font-size:14px;color:#666;margin-bottom:20px;line-height:1.6}
.cookiebox .privacylevels{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}
.cookiebox .privacylevels .privacyopt{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px;border-radius:6px;background:#f9f9f9;transition:background .2s}
.cookiebox .privacylevels .privacyopt:hover{background:#f0f0f0}
.cookiebox .privacylevels .privacyopt input{cursor:pointer}
.cookiebox .privacylevels .privacyopt span{font-size:15px;color:#151628;font-weight:600}
.cookiebox .dataopt{margin-bottom:24px;padding:12px;background:#f9f9f9;border-radius:6px}
.cookiebox .dataopt .optcheck{display:flex;align-items:center;gap:10px;cursor:pointer}
.cookiebox .dataopt .optcheck input{cursor:pointer}
.cookiebox .dataopt .optcheck span{font-size:14px;color:#151628}
.cookiebox .cookieactions{display:flex;gap:12px;flex-wrap:wrap}
.cookiebox .cookieactions .cookiebtn{flex:1;min-width:120px;padding:12px 20px;border:none;border-radius:6px;font-family:'Exo 2',sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background 0.2s,transform .1s}
.cookiebox .cookieactions .cookiebtn:active{transform:scale(0.98)}
.cookiebox .cookieactions .cookiebtn.accept{background:#6BB03F;color:#fff}
.cookiebox .cookieactions .cookiebtn.accept:hover{background:#5a9434}
.cookiebox .cookieactions .cookiebtn.decline{background:#C8165D;color:#fff}
.cookiebox .cookieactions .cookiebtn.decline:hover{background:#a3124a}
.cookiebox .cookieactions .cookiebtn.info{background:#151628;color:#fff}
.cookiebox .cookieactions .cookiebtn.info:hover{background:#0d0e1a}
@media (max-width: 1024px) {
header .brandflow{justify-content:center}
header .flowdivide{height:40px}
header .mainnav{margin-left:0;width:100%;justify-content:center;gap:20px}
.footwrap .footcontent{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
header{padding:20px 0}
header .brandflow{gap:15px}
header .logobox{width:70px;height:70px}
header .logobox .logoimg{width:55px;height:55px}
header .brandtxt .compname{font-size:22px}
header .brandtxt .tagline{font-size:13px}
header .flowdivide{width:100%;height:2px;background:linear-gradient(90deg,#C8165D 0%,#6BB03F 100%)}
header .mainnav{flex-direction:column;gap:10px;width:100%}
header .mainnav .navitem{width:100%;text-align:center}
.cookiebox .cookiecard{max-width:90vw;padding:24px}
.cookiebox .cookieactions{flex-direction:column}
.cookiebox .cookieactions .cookiebtn{width:100%}
}
@media (max-width: 480px) {
header .brandtxt .compname{font-size:20px}
.footwrap{padding:40px 15px 15px}
.cookiebox{bottom:15px}
}
.policy-main-wxy{max-width:1400px;margin:0 auto;padding:80px 40px;background:#fff}
.policy-main-wxy h1{font-size:42px;font-weight:700;color:#151628;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.policy-main-wxy h2{font-size:32px;font-weight:600;color:#151628;margin:60px 0 24px;line-height:1.3;padding-bottom:12px;border-bottom:2px solid #C8165D}
.policy-main-wxy h3{font-size:24px;font-weight:600;color:#151628;margin:40px 0 16px;line-height:1.4}
.policy-main-wxy h4{font-size:20px;font-weight:600;color:#151628;margin:32px 0 14px;line-height:1.4}
.policy-main-wxy h5{font-size:18px;font-weight:600;color:#151628;margin:28px 0 12px;line-height:1.5}
.policy-main-wxy h6{font-size:16px;font-weight:600;color:#151628;margin:24px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.policy-main-wxy p{font-size:16px;line-height:1.8;color:#151628;margin:0 0 20px;font-weight:400}
.policy-main-wxy ul{margin:0 0 24px;padding:0 0 0 24px;list-style-type:none}
.policy-main-wxy ul li{font-size:16px;line-height:1.8;color:#151628;margin:0 0 12px;padding-left:20px;position:relative}
.policy-main-wxy ul li::before{content:'';position:absolute;left:0;top:11px;width:6px;height:6px;background:#C8165D;border-radius:0}
.policy-main-wxy ol{margin:0 0 24px;padding:0 0 0 24px;counter-reset:policy-counter;list-style:none}
.policy-main-wxy ol li{font-size:16px;line-height:1.8;color:#151628;margin:0 0 12px;padding-left:32px;position:relative;counter-increment:policy-counter}
.policy-main-wxy ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:#C8165D}
.policy-main-wxy ul ul,.policy-main-wxy ol ul,.policy-main-wxy ul ol,.policy-main-wxy ol ol{margin:12px 0;padding-left:24px}
.policy-main-wxy table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 8px #15162814}
.policy-main-wxy thead{background:linear-gradient(135deg,#151628,#2a2845)}
.policy-main-wxy thead tr{border:none}
.policy-main-wxy thead th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #C8165D}
.policy-main-wxy tbody tr{border-bottom:1px solid #e5e5e5;transition:background .2s ease}
.policy-main-wxy tbody tr:hover{background:#f8f9fa}
.policy-main-wxy tbody tr:last-child{border-bottom:none}
.policy-main-wxy tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#151628;vertical-align:top}
.policy-main-wxy th{font-weight:600}
.policy-main-wxy hr{border:none;height:2px;background:linear-gradient(to right,#C8165D,#6BB03F);margin:48px 0;opacity:.3}
.policy-main-wxy div{margin:0 0 20px}
@media (max-width: 1024px) {
.policy-main-wxy{padding:60px 30px}
.policy-main-wxy h1{font-size:36px}
.policy-main-wxy h2{font-size:28px;margin:50px 0 20px}
.policy-main-wxy h3{font-size:22px}
}
@media (max-width: 768px) {
.policy-main-wxy{padding:40px 20px}
.policy-main-wxy h1{font-size:32px;margin-bottom:16px}
.policy-main-wxy h2{font-size:24px;margin:40px 0 18px}
.policy-main-wxy h3{font-size:20px;margin:32px 0 14px}
.policy-main-wxy h4{font-size:18px}
.policy-main-wxy p{font-size:15px;line-height:1.7}
.policy-main-wxy ul li,.policy-main-wxy ol li{font-size:15px;line-height:1.7}
.policy-main-wxy table{font-size:14px}
.policy-main-wxy thead th{padding:14px 12px;font-size:13px}
.policy-main-wxy tbody td{padding:12px;font-size:14px}
}
@media (max-width: 480px) {
.policy-main-wxy{padding:30px 16px}
.policy-main-wxy h1{font-size:28px}
.policy-main-wxy h2{font-size:22px;margin:36px 0 16px}
.policy-main-wxy h3{font-size:18px}
.policy-main-wxy table{display:block;overflow-x:auto;box-shadow:0 2px 6px #1516280f}
.policy-main-wxy thead th,.policy-main-wxy tbody td{padding:10px 8px;font-size:13px}
}
.articlewrap{max-width:1400px;margin:0 auto;padding:0 20px}
.heroarticle{padding:80px 0 60px;background:linear-gradient(135deg,#151628 0%,#1a1a3e 100%);position:relative;overflow:hidden}
.heroarticle::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#c8165d26 0%,transparent 70%);border-radius:50%}
.heroarticle::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#6bb03f1f 0%,transparent 70%);border-radius:50%}
.herocontent{max-width:900px;margin:0 auto;position:relative;z-index:2}
.articletitle{font-size:48px;line-height:1.2;color:#fff;margin:0 0 30px;font-weight:700}
.featuredimg{width:100%;max-width:1200px;margin:0 auto 60px;position:relative}
.featuredimg img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 20px 60px #0000004d}
.maincontentarea{max-width:900px;margin:0 auto;padding:40px 0 100px}
.textcontent{color:#2d2d2d;font-size:18px;line-height:1.8}
.textcontent p{margin:0 0 24px}
.textcontent strong{color:#151628;font-weight:600}
.textcontent em{font-style:italic;color:#4a4a4a}
.textcontent ul,.textcontent ol{margin:0 0 24px;padding-left:30px}
.textcontent li{margin-bottom:12px;color:#2d2d2d}
.textcontent ul li{list-style-type:none;position:relative;padding-left:28px}
.textcontent ul li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:linear-gradient(135deg,#C8165D 0%,#6BB03F 100%);border-radius:2px;transform:rotate(45deg)}
.textcontent ol li{padding-left:10px}
.textcontent h2{font-size:32px;color:#151628;margin:50px 0 20px;font-weight:700;position:relative;padding-left:20px}
.textcontent h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:30px;background:linear-gradient(180deg,#C8165D 0%,#6BB03F 100%);border-radius:3px}
.textcontent h3{font-size:26px;color:#151628;margin:40px 0 18px;font-weight:600}
.textcontent h4{font-size:22px;color:#2d2d2d;margin:30px 0 15px;font-weight:600}
.textcontent h5{font-size:20px;color:#4a4a4a;margin:25px 0 12px;font-weight:600}
.textcontent h6{font-size:18px;color:#4a4a4a;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.textcontent a{color:#C8165D;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}
.textcontent a:hover{border-bottom-color:#C8165D}
.textcontent blockquote{margin:40px 0;padding:30px 40px;background:linear-gradient(135deg,#6bb03f14 0%,#c8165d14 100%);border-left:5px solid #C8165D;border-radius:0 8px 8px 0;font-size:20px;font-style:italic;color:#151628}
.highlightbox{margin:40px 0;padding:30px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;position:relative}
.highlightbox::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#C8165D 0%,#6BB03F 100%);border-radius:8px 8px 0 0}
.dividerwave{margin:60px 0;height:2px;background:linear-gradient(90deg,transparent 0%,#C8165D 20%,#6BB03F 80%,transparent 100%);position:relative}
@media (max-width: 1024px) {
.articletitle{font-size:40px}
.textcontent{font-size:17px}
.textcontent h2{font-size:28px}
.textcontent h3{font-size:24px}
}
@media (max-width: 768px) {
.heroarticle{padding:60px 0 40px}
.articletitle{font-size:32px;margin-bottom:20px}
.featuredimg{margin-bottom:40px}
.maincontentarea{padding:30px 0 80px}
.textcontent{font-size:16px}
.textcontent h2{font-size:26px;margin-top:40px}
.textcontent h3{font-size:22px}
.textcontent h4{font-size:20px}
.textcontent blockquote{padding:20px 25px;font-size:18px}
.highlightbox{padding:20px}
}
@media (max-width: 480px) {
.articletitle{font-size:26px}
.textcontent{font-size:15px;line-height:1.7}
.textcontent h2{font-size:24px;padding-left:15px}
.textcontent h2::before{width:4px;height:24px}
.textcontent h3{font-size:20px}
.textcontent ul li{padding-left:24px}
.textcontent blockquote{padding:15px 20px;font-size:16px}
}
.pricehero{position:relative;height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0}
.pricehero .heroback{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(3px);z-index:1}
.pricehero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#151628de,#c8165db8);z-index:2}
.pricehero .herocontent{position:relative;z-index:3;text-align:center;max-width:780px;padding:0 28px}
.pricehero .herocontent .maintitle{font-size:52px;font-weight:700;color:#fff;margin:0 0 18px;line-height:1.2;text-shadow:2px 4px 8px #0006}
.pricehero .herocontent .subtitle{font-size:19px;color:#f4f4f4;margin:0;line-height:1.5;text-shadow:1px 2px 6px #00000059}
.pricegrid-container{max-width:1400px;margin:0 auto;padding:85px 32px}
.pricegrid-container .sectionintro{max-width:820px;margin:0 auto 58px}
.pricegrid-container .sectionintro .maintitle2{font-size:38px;font-weight:700;color:#151628;margin:0 0 16px;line-height:1.3;position:relative;display:inline-block}
.pricegrid-container .sectionintro .maintitle2::after{content:'';position:absolute;bottom:-8px;left:0;width:65px;height:4px;background:linear-gradient(90deg,#C8165D,#6BB03F)}
.pricegrid-container .sectionintro .desctext{font-size:17px;color:#444;line-height:1.7;margin:24px 0 0}
.pricegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin:0 0 52px}
.pricecard{background:#fff;border:2px solid #e2e2e2;padding:42px 32px;position:relative;transition:transform 0.28s,box-shadow 0.28s,border-color .28s}
.pricecard:hover{transform:translateY(-6px);box-shadow:0 8px 28px #15162824;border-color:#C8165D}
.pricecard .cardhead{margin:0 0 26px;border-bottom:2px solid #f0f0f0;padding-bottom:22px}
.pricecard .cardhead .packagetitle{font-size:26px;font-weight:700;color:#151628;margin:0 0 12px}
.pricecard .cardhead .packagedesc{font-size:15px;color:#666;line-height:1.6;margin:0}
.pricecard .priceamount{margin:0 0 28px}
.pricecard .priceamount .currency{font-size:22px;color:#C8165D;font-weight:600;vertical-align:super}
.pricecard .priceamount .amount{font-size:48px;font-weight:700;color:#151628;line-height:1}
.pricecard .featurelist{list-style:none;padding:0;margin:0 0 32px}
.pricecard .featurelist .featureitem{display:flex;align-items:flex-start;margin:0 0 14px;font-size:15px;color:#333;line-height:1.6}
.pricecard .featurelist .featureitem::before{content:'';display:block;width:18px;height:18px;background:linear-gradient(135deg,#6BB03F,#5a9935);margin-right:12px;flex-shrink:0;margin-top:2px;clip-path:polygon(20% 50%,40% 70%,80% 20%,85% 25%,40% 80%,15% 55%)}
.pricecard .actionbutt{display:block;width:100%;padding:15px 24px;background:linear-gradient(135deg,#151628,#2a2845);color:#fff;text-align:center;text-decoration:none;font-size:16px;font-weight:600;transition:background 0.24s,transform .18s;border:none;cursor:pointer;position:relative;z-index:10}
.pricecard .actionbutt:hover{background:linear-gradient(135deg,#C8165D,#a81350);transform:scale(1.03)}
.pricecard.featured{border-color:#C8165D;border-width:3px;box-shadow:0 6px 22px #c8165d2e}
.pricecard.featured .badge{position:absolute;top:-14px;right:32px;background:linear-gradient(135deg,#C8165D,#a81350);color:#fff;padding:6px 18px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.comparison-wrapper{background:linear-gradient(180deg,#f8f8f8,#fff);padding:72px 32px}
.comparison-container{max-width:1400px;margin:0 auto}
.comparison-container .headtitle{font-size:36px;font-weight:700;color:#151628;margin:0 0 48px;text-align:center;position:relative}
.comparison-container .headtitle::before{content:'';position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);width:90px;height:4px;background:linear-gradient(90deg,#6BB03F,#C8165D)}
.comparisontable{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:0;border:2px solid #e0e0e0;overflow:hidden;background:#fff}
.comparisontable .tablecell{padding:18px 20px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;font-size:15px;color:#333;display:flex;align-items:center;justify-content:center;text-align:center}
.comparisontable .tablecell.header{background:linear-gradient(135deg,#151628,#2a2845);color:#fff;font-weight:700;font-size:16px;border-bottom:3px solid #C8165D}
.comparisontable .tablecell.featurename{justify-content:flex-start;text-align:left;font-weight:600;background:#fafafa}
.comparisontable .tablecell.yes::after{content:'';display:block;width:24px;height:24px;background:#6BB03F;clip-path:polygon(20% 50%,40% 70%,80% 20%,85% 25%,40% 80%,15% 55%)}
.comparisontable .tablecell.no::after{content:'—';font-size:22px;color:#bbb;font-weight:300}
.comparison-container .bottomcta{text-align:center;margin:54px 0 0}
.comparison-container .bottomcta .ctabutt{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#C8165D,#a81350);color:#fff;text-decoration:none;font-size:17px;font-weight:600;transition:background 0.24s,transform .18s;position:relative;z-index:10}
.comparison-container .bottomcta .ctabutt:hover{background:linear-gradient(135deg,#151628,#2a2845);transform:scale(1.05)}
.testimonial-section{max-width:1400px;margin:0 auto;padding:68px 32px 82px;display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.testimonial-section .testimcontent{padding-right:28px}
.testimonial-section .testimcontent .sectionlabel{font-size:14px;font-weight:700;color:#C8165D;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 14px}
.testimonial-section .testimcontent .sectionheading{font-size:34px;font-weight:700;color:#151628;margin:0 0 22px;line-height:1.3}
.testimonial-section .testimcontent .testimonialquote{font-size:17px;color:#444;line-height:1.8;margin:0 0 28px;font-style:italic;position:relative;padding-left:32px}
.testimonial-section .testimcontent .testimonialquote::before{content:'"';position:absolute;left:0;top:-8px;font-size:64px;color:#C8165D;opacity:.3;font-family:Georgia,serif;line-height:1}
.testimonial-section .testimcontent .authorinfo{display:flex;align-items:center;gap:16px}
.testimonial-section .testimcontent .authorinfo .authordetails .authorname{font-size:16px;font-weight:700;color:#151628;margin:0 0 4px}
.testimonial-section .testimcontent .authorinfo .authordetails .authorrole{font-size:14px;color:#777;margin:0}
.testimonial-section .testimcontent .metricsgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:38px 0 0}
.testimonial-section .testimcontent .metricsgrid .metricitem{background:#f9f9f9;padding:22px 18px;border-left:4px solid #6BB03F}
.testimonial-section .testimcontent .metricsgrid .metricitem .metricvalue{font-size:32px;font-weight:700;color:#151628;margin:0 0 6px;line-height:1}
.testimonial-section .testimcontent .metricsgrid .metricitem .metriclabel{font-size:14px;color:#666;margin:0}
.testimonial-section .testimimage{position:relative}
.testimonial-section .testimimage .portraitimg{width:100%;height:520px;object-fit:cover;box-shadow:8px 8px 0 #c8165d33}
.testimonial-section .testimimage::before{content:'';position:absolute;top:-18px;right:-18px;width:140px;height:140px;background:linear-gradient(135deg,#6BB03F,#5a9935);opacity:.18;z-index:-1}
@media (max-width: 1024px) {
.pricegrid{grid-template-columns:1fr;gap:32px}
.comparisontable{grid-template-columns:2fr 1fr 1fr 1fr;font-size:14px}
.comparisontable .tablecell{padding:14px 12px}
.testimonial-section{grid-template-columns:1fr;gap:42px}
.testimonial-section .testimcontent{padding-right:0}
.testimonial-section .testimimage .portraitimg{height:420px}
}
@media (max-width: 768px) {
.pricehero{height:340px}
.pricehero .herocontent .maintitle{font-size:38px}
.pricehero .herocontent .subtitle{font-size:16px}
.pricegrid-container{padding:58px 24px}
.pricegrid-container .sectionintro .maintitle2{font-size:30px}
.comparisontable{grid-template-columns:1fr}
.comparisontable .tablecell.header:first-child,.comparisontable .tablecell.featurename:first-child{display:none}
.comparisontable .tablecell{justify-content:space-between;text-align:left}
.comparisontable .tablecell::before{content:attr(data-label);font-weight:700;color:#151628}
.comparison-wrapper{padding:52px 24px}
.testimonial-section{padding:48px 24px 62px}
.testimonial-section .testimcontent .sectionheading{font-size:28px}
}
@media (max-width: 480px) {
.pricehero .herocontent .maintitle{font-size:32px}
.pricegrid-container .sectionintro .maintitle2{font-size:26px}
.pricecard .priceamount .amount{font-size:40px}
.testimonial-section .testimcontent .metricsgrid{grid-template-columns:1fr}
.testimonial-section .testimimage .portraitimg{height:360px}
}
.herowrap{background:linear-gradient(135deg,#151628 0%,#2a284a 100%);padding:80px 20px;position:relative;overflow:hidden}
.herowrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#c8165d26,transparent 70%);border-radius:50%}
.heroinner{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.herotxt h1{font-size:48px;color:#fff;margin:0 0 20px;line-height:1.2}
.herotxt p{font-size:20px;color:#e0e0e0;margin:0 0 35px;max-width:680px}
.herobtn{display:inline-block;padding:14px 32px;background:#C8165D;color:#fff;text-decoration:none;border-radius:8px;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #c8165d4d}
.herobtn:hover{background:#a01249;transform:translateY(-2px);box-shadow:0 6px 16px #c8165d66}
.contentbox{max-width:1400px;margin:0 auto;padding:70px 20px}
.sectionhead{margin-bottom:50px}
.sectionhead h2{font-size:36px;color:#151628;margin:0 0 12px;position:relative;display:inline-block}
.sectionhead h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#C8165D,#6BB03F)}
.sectionhead p{font-size:18px;color:#4a4a5e;margin:20px 0 0}
.postlisting{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:70px}
.postitem{background:#fff;border:1px solid #e8e8f0;border-radius:0;padding:30px;transition:all .3s ease;position:relative}
.postitem::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#C8165D,#6BB03F);transition:height .3s ease}
.postitem:hover::before{height:100%}
.postitem:hover{box-shadow:0 8px 24px #1516281f;transform:translateY(-4px)}
.postcategory{font-size:12px;text-transform:uppercase;color:#C8165D;letter-spacing:1px;font-weight:600;margin-bottom:12px}
.postitem h3{font-size:22px;color:#151628;margin:0 0 15px;line-height:1.4}
.postitem a{text-decoration:none;color:#151628}
.postitem a:hover{color:#C8165D}
.readlink{display:inline-flex;align-items:center;font-size:14px;color:#6BB03F;margin-top:15px;font-weight:600}
.readlink::after{content:'→';margin-left:8px;transition:transform .3s ease}
.postitem:hover .readlink::after{transform:translateX(4px)}
.connectorblock{background:linear-gradient(120deg,#f8f8fb 0%,#fff 100%);padding:60px 40px;margin-bottom:70px;border-left:6px solid #6BB03F}
.connectorblock h3{font-size:28px;color:#151628;margin:0 0 25px}
.threadlist{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}
.threaditem{background:#fff;padding:24px;border-radius:6px;box-shadow:0 2px 8px #1516280f}
.threaditem h4{font-size:18px;color:#151628;margin:0 0 10px}
.threaditem p{font-size:15px;color:#5a5a6e;margin:0;line-height:1.6}
.scalebox{background:#151628;color:#fff;padding:70px 40px;margin-bottom:70px;position:relative;overflow:hidden}
.scalebox::after{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#6bb03f33,transparent 70%);border-radius:50%}
.scaleinner{max-width:900px;margin:0 auto;position:relative;z-index:2}
.scalebox h3{font-size:32px;margin:0 0 30px;color:#fff}
.statgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:35px}
.statcard{text-align:center}
.statnum{font-size:48px;font-weight:700;color:#6BB03F;margin-bottom:8px}
.statlabel{font-size:16px;color:#e0e0e0}
.scalebox p{font-size:17px;color:#d0d0d8;line-height:1.7;margin:0}
.mapblock{margin-bottom:70px}
.mapblock h3{font-size:32px;color:#151628;margin:0 0 40px}
.topicgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.topiccard{background:#fff;border:2px solid #e8e8f0;padding:28px;border-radius:8px;transition:all .3s ease}
.topiccard:hover{border-color:#C8165D;box-shadow:0 6px 20px #c8165d26}
.topiclabel{font-size:14px;text-transform:uppercase;color:#6BB03F;font-weight:700;letter-spacing:1px;margin-bottom:12px}
.topiccard h4{font-size:20px;color:#151628;margin:0 0 15px}
.topiccard ul{list-style:none;padding:0;margin:0}
.topiccard li{font-size:15px;color:#5a5a6e;padding:8px 0;border-bottom:1px solid #f0f0f5;position:relative;padding-left:20px}
.topiccard li:last-child{border-bottom:none}
.topiccard li::before{content:'•';position:absolute;left:0;color:#C8165D;font-weight:700}
.voicebox{background:linear-gradient(135deg,#6BB03F 0%,#5a9835 100%);color:#fff;padding:70px 40px;position:relative;overflow:hidden}
.voicebox::before{content:'';position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:#ffffff1a;border-radius:50%}
.voiceinner{max-width:1100px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.voicecontent h3{font-size:34px;margin:0 0 25px;color:#fff}
.voicecontent p{font-size:17px;line-height:1.7;margin:0 0 18px;color:#f0f0f5}
.voiceimg{text-align:right}
.voiceimg img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px #15162833;width:420px;height:420px;object-fit:cover}
.authorzone{background:#f8f8fb;padding:70px 40px}
.authorinner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:200px 1fr;gap:40px;align-items:start}
.authorpic img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 4px 16px #1516281f}
.authortxt h3{font-size:28px;color:#151628;margin:0 0 20px}
.authortxt p{font-size:16px;color:#4a4a5e;line-height:1.7;margin:0 0 25px}
.authorbtn{display:inline-block;padding:12px 28px;background:#151628;color:#fff;text-decoration:none;border-radius:6px;font-size:15px;transition:all .3s ease}
.authorbtn:hover{background:#C8165D;transform:translateX(4px)}
@media (max-width: 1024px) {
.voiceinner{grid-template-columns:1fr;gap:40px}
.voiceimg{text-align:center}
.voiceimg img{width:100%;max-width:450px;height:auto}
.authorinner{grid-template-columns:1fr;text-align:center}
.authorpic{margin:0 auto}
}
@media (max-width: 768px) {
.herotxt h1{font-size:36px}
.herotxt p{font-size:18px}
.sectionhead h2{font-size:28px}
.postlisting{grid-template-columns:1fr}
.statgrid{grid-template-columns:repeat(2,1fr)}
.topicgrid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.herowrap{padding:60px 20px}
.herotxt h1{font-size:28px}
.contentbox{padding:50px 20px}
.connectorblock,.scalebox,.voicebox,.authorzone{padding:50px 20px}
.statgrid{grid-template-columns:1fr}
}
.blurred-hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#151628 0%,#C8165D 100%)}
.blurred-hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./graphics_gallery/hero-zone-hero.jpg);background-size:cover;background-position:center;filter:blur(8px) brightness(0.4);z-index:1}
.blurred-hero::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#151628b3 0%,#c8165d80 100%);z-index:2}
.hero-content-wrap{position:relative;z-index:3;max-width:800px;margin:0 auto;padding:40px 20px;text-align:center}
.hero-content-wrap::before{content:'';position:absolute;top:-20px;left:40px;right:40px;height:2px;background:linear-gradient(90deg,transparent 0%,#6BB03F 50%,transparent 100%)}
.hero-content-wrap::after{content:'';position:absolute;bottom:-20px;left:40px;right:40px;height:2px;background:linear-gradient(90deg,transparent 0%,#C8165D 50%,transparent 100%)}
.hero-content-wrap .frame-accent{position:absolute;width:60px;height:60px;border:3px solid #6BB03F}
.hero-content-wrap .frame-accent.topleft{top:-10px;left:10px;border-right:none;border-bottom:none}
.hero-content-wrap .frame-accent.bottomright{bottom:-10px;right:10px;border-left:none;border-top:none}
.hero-title-text{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;text-shadow:2px 2px 8px #15162899}
.hero-desc-text{font-size:18px;color:#f0f0f0;line-height:1.6;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto;backdrop-filter:blur(2px);padding:12px}
.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hero-butt{padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;position:relative;z-index:10;border:2px solid transparent}
.hero-butt.primary{background:#6BB03F;color:#fff;box-shadow:0 4px 12px #6bb03f4d}
.hero-butt.primary:hover{background:#5a9535;transform:translateY(-2px);box-shadow:0 6px 16px #6bb03f66}
.hero-butt.secondary{background:transparent;color:#fff;border-color:#C8165D;box-shadow:0 4px 12px #c8165d33}
.hero-butt.secondary:hover{background:#C8165D;transform:translateY(-2px);box-shadow:0 6px 16px #c8165d66}
.author-profile-section{padding:80px 20px;background:#f8f9fa}
.author-container{max-width:1400px;margin:0 auto}
.author-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.author-column-left{display:flex;flex-direction:column;gap:30px}
.author-imgbox{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 6px 20px #15162826}
.author-imgbox img{width:100%;height:auto;display:block;object-fit:cover}
.author-imgbox::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(180deg,transparent 0%,#15162899 100%);pointer-events:none}
.expertise-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.expertise-item{background:#fff;padding:20px;border-radius:6px;border-left:4px solid #6BB03F;box-shadow:0 2px 8px #15162814;transition:all .3s ease}
.expertise-item:hover{transform:translateX(4px);box-shadow:0 4px 12px #1516281f}
.expertise-item .number{font-size:32px;font-weight:700;color:#C8165D;line-height:1;margin:0 0 8px}
.expertise-item .label{font-size:14px;color:#151628;font-weight:600;margin:0}
.author-column-right{display:flex;flex-direction:column;gap:24px}
.author-bio-intro{background:linear-gradient(135deg,#151628 0%,#C8165D 100%);padding:36px;border-radius:8px;color:#fff;position:relative;overflow:hidden}
.author-bio-intro::before{content:'';position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,#6bb03f33 0%,transparent 70%);pointer-events:none}
.author-bio-intro h2{font-size:32px;font-weight:700;margin:0 0 16px;line-height:1.3;position:relative}
.author-bio-intro p{font-size:16px;line-height:1.7;margin:0 0 12px;position:relative}
.author-bio-intro p:last-child{margin-bottom:0}
.specialization-grid{display:grid;grid-template-columns:1fr;gap:16px}
.specialization-card{background:#fff;padding:24px;border-radius:6px;box-shadow:0 3px 10px #1516281a;position:relative;border-top:3px solid #C8165D}
.specialization-card h3{font-size:20px;font-weight:700;color:#151628;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.specialization-card h3::before{content:'';width:8px;height:8px;background:#6BB03F;border-radius:50%;flex-shrink:0}
.specialization-card p{font-size:15px;color:#333;line-height:1.6;margin:0}
.timeline-container{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 14px #1516281a}
.timeline-container h3{font-size:24px;font-weight:700;color:#151628;margin:0 0 24px}
.timeline-steps{display:flex;flex-direction:column;gap:20px;position:relative;padding-left:40px}
.timeline-steps::before{content:'';position:absolute;left:16px;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,#6BB03F 0%,#C8165D 100%)}
.timeline-step{position:relative}
.timeline-step::before{content:'';position:absolute;left:-32px;top:6px;width:12px;height:12px;background:#6BB03F;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #6BB03F}
.timeline-step h4{font-size:16px;font-weight:700;color:#151628;margin:0 0 6px}
.timeline-step p{font-size:14px;color:#555;line-height:1.5;margin:0}
@media (max-width: 1024px) {
.author-grid{grid-template-columns:1fr;gap:40px}
.expertise-cards{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.hero-title-text{font-size:36px}
.hero-desc-text{font-size:16px}
.hero-buttons{flex-direction:column;align-items:stretch}
.hero-butt{text-align:center}
.author-profile-section{padding:60px 20px}
.expertise-cards{grid-template-columns:1fr}
.author-bio-intro{padding:28px}
.author-bio-intro h2{font-size:26px}
.timeline-steps{padding-left:30px}
}
@media (max-width: 480px) {
.blurred-hero{min-height:440px}
.hero-title-text{font-size:28px}
.hero-desc-text{font-size:15px}
.hero-content-wrap::before,.hero-content-wrap::after{left:20px;right:20px}
.frame-accent{width:40px;height:40px}
.author-profile-section{padding:40px 16px}
.author-bio-intro{padding:24px}
.author-bio-intro h2{font-size:22px}
.specialization-card{padding:20px}
.timeline-container{padding:24px}
}
.bloghero{background:linear-gradient(135deg,#151628 0%,#C8165D 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.bloghero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#6bb03f26 0%,transparent 70%);border-radius:50%}
.bloghero-wrap{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.bloghero h1{font-size:48px;color:#fff;margin:0 0 16px;font-weight:700}
.bloghero-subtitle{font-size:20px;color:#ffffffe6;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.filter-section{background:#f8f9fa;padding:40px 20px;border-bottom:2px solid #e9ecef}
.filter-container{max-width:1400px;margin:0 auto}
.filter-tabs{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.filter-tabs input[type="radio"]{display:none}
.filter-tabs label{padding:12px 28px;background:#fff;border:2px solid #dee2e6;cursor:pointer;font-size:16px;font-weight:600;color:#151628;transition:all .3s ease;border-radius:8px}
.filter-tabs label:hover{border-color:#C8165D;color:#C8165D;transform:translateY(-2px);box-shadow:0 4px 8px #c8165d26}
.filter-tabs input[type="radio"]:checked + label{background:linear-gradient(135deg,#C8165D 0%,#151628 100%);color:#fff;border-color:#C8165D;box-shadow:0 4px 12px #c8165d4d}
.posts-area{max-width:1400px;margin:0 auto;padding:60px 20px}
.category-block{margin-bottom:80px}
.cat-header{margin-bottom:40px;padding-bottom:20px;border-bottom:3px solid #6BB03F;position:relative}
.cat-header::after{content:'';position:absolute;bottom:-3px;left:0;width:120px;height:3px;background:#C8165D}
.cat-header h2{font-size:32px;color:#151628;margin:0 0 8px;font-weight:700}
.cat-desc{font-size:16px;color:#6c757d;margin:0}
.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px}
.post-card{background:#fff;border:2px solid #e9ecef;border-radius:10px;overflow:hidden;transition:all .3s ease;position:relative}
.post-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #15162826;border-color:#C8165D}
.card-visual{height:180px;background:linear-gradient(135deg,#151628 0%,#6BB03F 100%);position:relative;overflow:hidden}
.card-visual::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#c8165d4d 0%,transparent 70%);animation:pulse-anim 8s ease-in-out infinite}
@keyframes pulse-anim {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(10%,10%) scale(1.1)}
}
.card-content{padding:28px}
.card-content h3{font-size:22px;color:#151628;margin:0 0 12px;font-weight:700;line-height:1.4}
.card-content h3 a{color:#151628;text-decoration:none;transition:color .3s ease}
.card-content h3 a:hover{color:#C8165D}
.card-meta{display:flex;gap:16px;font-size:14px;color:#6c757d;margin-bottom:16px}
.card-meta span::before{content:'•';margin-right:8px;color:#6BB03F;font-weight:700}
.card-excerpt{font-size:15px;color:#495057;line-height:1.6;margin:0 0 20px}
.read-link{display:inline-flex;align-items:center;gap:8px;color:#C8165D;font-weight:600;text-decoration:none;font-size:15px;transition:gap .3s ease}
.read-link:hover{gap:12px}
.read-link::after{content:'→';font-size:18px}
.cta-section{background:linear-gradient(135deg,#6BB03F 0%,#151628 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#c8165d33 0%,transparent 70%);border-radius:50%}
.cta-wrap{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-wrap h2{font-size:36px;color:#fff;margin:0 0 16px;font-weight:700}
.cta-wrap p{font-size:18px;color:#fffffff2;margin:0 0 32px;line-height:1.6}
.cta-button{display:inline-block;padding:16px 40px;background:#C8165D;color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:8px;transition:all .3s ease;border:2px solid #C8165D}
.cta-button:hover{background:#fff;color:#C8165D;transform:scale(1.05);box-shadow:0 8px 20px #ffffff4d}
.newsletter-box{background:#fff;padding:60px 20px}
.news-container{max-width:700px;margin:0 auto;text-align:center}
.news-container h2{font-size:32px;color:#151628;margin:0 0 12px;font-weight:700}
.news-container p{font-size:16px;color:#6c757d;margin:0 0 32px}
.newsletter-form{display:flex;gap:12px;max-width:500px;margin:0 auto}
.newsletter-form input[type="email"]{flex:1;padding:14px 20px;border:2px solid #dee2e6;border-radius:8px;font-size:16px;outline:none;transition:border-color .3s ease}
.newsletter-form input[type="email"]:focus{border-color:#6BB03F}
.newsletter-form button{padding:14px 32px;background:linear-gradient(135deg,#6BB03F 0%,#151628 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}
.newsletter-form button:hover{transform:scale(1.05);box-shadow:0 6px 16px #6bb03f66}
@media (max-width: 768px) {
.bloghero h1{font-size:36px}
.bloghero-subtitle{font-size:18px}
.posts-grid{grid-template-columns:1fr;gap:24px}
.cat-header h2{font-size:28px}
.newsletter-form{flex-direction:column}
.newsletter-form button{width:100%}
.filter-tabs{justify-content:flex-start}
.cta-wrap h2{font-size:28px}
.cta-wrap p{font-size:16px}
}
@media (max-width: 480px) {
.bloghero{padding:60px 20px}
.bloghero h1{font-size:28px}
.card-content h3{font-size:20px}
}
.sucesshero{background:linear-gradient(135deg,#151628 0%,#1a1b3d 50%,#151628 100%);padding:80px 20px;position:relative;overflow:hidden}
.sucesshero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c8165d14 0%,transparent 70%);border-radius:50%}
.sucesshero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#6bb03f0f 0%,transparent 70%);border-radius:50%}
.sucesshero .contentwrap{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.heroinnercontent{display:flex;flex-direction:column;align-items:center;text-align:center;gap:35px}
.checkmark-visual{width:120px;height:120px;position:relative;margin-bottom:10px}
.checkmark-visual svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px #6bb03f4d)}
.checkmark-visual circle{fill:none;stroke:#6BB03F;stroke-width:3;stroke-linecap:round;animation:circleanim .6s ease-out forwards}
.checkmark-visual path{fill:none;stroke:#6BB03F;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:checkanim .4s .3s ease-out forwards}
@keyframes circleanim {
from{stroke-dasharray:0 251}
to{stroke-dasharray:251 251}
}
@keyframes checkanim {
to{stroke-dashoffset:0}
}
.heroinnercontent h1{font-size:52px;font-weight:700;color:#fff;margin:0;line-height:1.2;letter-spacing:-.5px}
.heroinnercontent h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#C8165D 0%,#6BB03F 100%);margin:25px auto 0;border-radius:2px}
.heroinnercontent .subdesc{font-size:19px;line-height:1.7;color:#ffffffd9;max-width:680px;margin:0}
.btngroup-success{display:flex;gap:18px;margin-top:15px;flex-wrap:wrap;justify-content:center}
.btnprimary-hero{background:linear-gradient(135deg,#C8165D 0%,#a01349 100%);color:#fff;padding:16px 42px;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 15px #c8165d40;position:relative;z-index:10}
.btnprimary-hero:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c8165d59;background:linear-gradient(135deg,#d81865 0%,#C8165D 100%)}
.btnprimary-hero:active{transform:translateY(0)}
.btnsecond-hero{background:transparent;color:#fff;padding:16px 42px;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid #ffffff4d;position:relative;z-index:10}
.btnsecond-hero:hover{border-color:#6BB03F;background:#6bb03f1a;transform:translateY(-2px)}
.btnsecond-hero:active{transform:translateY(0)}
.filmeffect{position:absolute;top:12%;right:8%;width:280px;height:200px;opacity:.05;pointer-events:none}
.filmeffect::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 8px,#ffffff08 8px,#ffffff08 16px)}
.filmeffect::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(90deg,transparent,transparent 12px,#ffffff05 12px,#ffffff05 24px)}
@media (max-width: 768px) {
.sucesshero{padding:60px 20px}
.heroinnercontent h1{font-size:36px}
.heroinnercontent .subdesc{font-size:17px}
.checkmark-visual{width:90px;height:90px}
.btngroup-success{flex-direction:column;width:100%}
.btnprimary-hero,.btnsecond-hero{width:100%;justify-content:center;padding:14px 30px}
.filmeffect{width:180px;height:130px;top:8%;right:5%}
}
@media (max-width: 480px) {
.heroinnercontent h1{font-size:30px}
.heroinnercontent .subdesc{font-size:16px}
.checkmark-visual{width:75px;height:75px}
}