*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'JetBrains Mono',monospace;background:linear-gradient(143deg,#FCFCFD 0%,#e8f9f6 100%);color:#171C2E;line-height:1.6}
.heado-wrapper-v2{background:linear-gradient(157deg,#171C2E 0%,#2a3247 100%);padding:28px 0;box-shadow:0 8px 24px #14ffd126;border-bottom:3px solid #14FFD1}
.heado-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.heado-brand-zone{display:flex;align-items:center;gap:24px}
.logo-holder-v1{background:#FCFCFD;padding:12px;border-radius:24px;box-shadow:0 4px 16px #14ffd14d}
.site-logo-img{width:90px;height:90px;display:block}
.brand-txt-block{display:flex;flex-direction:column;gap:4px}
.company-title-v3{font-family:'Noto Serif',serif;font-size:32px;font-weight:700;color:#14FFD1;letter-spacing:-.5px}
.tagline-v2{font-size:13px;color:#FCFCFD;opacity:.85;font-weight:400}
.main-navi-v1{flex-shrink:0}
.navi-list-v2{display:flex;gap:8px;list-style:none;align-items:center}
.navi-list-v2 li a.nav-link-v1{display:block;padding:12px 20px;color:#FCFCFD;text-decoration:none;font-size:14px;font-weight:500;border-radius:16px;background:#fcfcfd14;transition:background .25s ease-in-out,color .25s ease-in-out}
.navi-list-v2 li a.nav-link-v1:hover{background:#14ffd133;color:#14FFD1}
@media (max-width: 768px) {
.heado-inner{flex-direction:column;gap:20px}
.heado-brand-zone{flex-direction:column;text-align:center}
.navi-list-v2{flex-wrap:wrap;justify-content:center}
.company-title-v3{font-size:24px}
}
@media (max-width: 375px) {
.navi-list-v2{flex-direction:column;width:100%}
.navi-list-v2 li{width:100%}
.navi-list-v2 li a.nav-link-v1{text-align:center}
}
.foot-wrapper-v1{background:linear-gradient(163deg,#171C2E 0%,#0f1320 100%);padding:48px 0 24px;margin-top:80px;border-top:4px solid #14FFD1}
.foot-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:32px}
.foot-col-v1{display:flex;flex-direction:column;gap:16px}
.foot-heading-v2{font-family:'Noto Serif',serif;font-size:18px;font-weight:700;color:#14FFD1;margin-bottom:8px}
.foot-links-v1{list-style:none;display:flex;flex-direction:column;gap:10px}
.foot-links-v1 li a.foot-link-v1{color:#FCFCFD;text-decoration:none;font-size:14px;opacity:.85;transition:opacity .2s ease-in-out,color .2s ease-in-out;display:inline-block}
.foot-links-v1 li a.foot-link-v1:hover{opacity:1;color:#14FFD1}
.contact-info-v3{display:flex;flex-direction:column;gap:12px}
.contact-item-v1{color:#FCFCFD;font-size:13px;display:flex;align-items:flex-start;gap:8px;opacity:.85}
.contact-item-v1 .typcn{font-size:18px;color:#14FFD1;flex-shrink:0;margin-top:2px}
.contact-item-v1 a{color:inherit;text-decoration:none;transition:color .2s ease-in-out}
.contact-item-v1 a:hover{color:#14FFD1}
.foot-desc-v2{color:#FCFCFD;font-size:13px;line-height:1.7;opacity:.8}
.copyright-zone-v1{max-width:1200px;margin:0 auto;padding:24px 20px 0;border-top:1px solid #14ffd133}
.copyright-txt-v2{text-align:center;color:#FCFCFD;font-size:12px;opacity:.7}
@media (max-width: 768px) {
.foot-inner{grid-template-columns:1fr;gap:32px}
}
.cookie-panel-v1{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-100%);width:380px;max-width:calc(100vw - 20px);background:#FCFCFD;border:4px solid #171C2E;border-radius:0 24px 24px 0;box-shadow:0 16px 48px #171c2e40;z-index:9999;transition:transform .3s ease-in-out;display:none}
.cookie-panel-v1.cookie-panel--shown{transform:translateY(-50%) translateX(0)}
.cookie-inner-v2{padding:24px;display:flex;flex-direction:column;gap:20px}
.cookie-tabs-v1{display:flex;gap:8px;border-bottom:2px solid #171C2E;padding-bottom:12px}
.tab-butt-v1{flex:1;padding:10px 16px;background:transparent;border:2px solid #171C2E;border-radius:16px;font-family:'JetBrains Mono',monospace;font-size:13px;font-weight:500;color:#171C2E;cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out}
.tab-butt-v1:hover{background:#14ffd11a}
.tab-butt-v1.tab-butt--active{background:#14FFD1;color:#171C2E}
.cookie-content-v1{min-height:180px}
.tab-panel-v1{display:none}
.tab-panel-v1.tab-panel--active{display:block}
.cookie-title-v2{font-family:'Noto Serif',serif;font-size:18px;font-weight:700;color:#171C2E;margin-bottom:12px}
.cookie-txt-v1{font-size:13px;color:#171C2E;line-height:1.6}
.cookie-category-v1{margin-bottom:16px;padding:12px;background:#14ffd114;border-radius:12px}
.cookie-label-v2{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#171C2E;margin-bottom:6px;cursor:pointer}
.category-desc-v1{font-size:12px;color:#171C2E;opacity:.7;margin-left:32px}
.cookie-actions-v1{display:flex;flex-direction:column;gap:10px}
.cookie-butt-v1{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px!important;font-size:13px!important}
.cookie-extra-v1{padding-top:12px;border-top:2px solid #171c2e26}
.cookie-policy-link-v1{font-size:12px;color:#171C2E;text-decoration:underline;transition:color .2s ease-in-out}
.cookie-policy-link-v1:hover{color:#14FFD1}
@media (max-width: 768px) {
.cookie-panel-v1{width:100%;max-width:100%;left:0;right:0;top:auto;bottom:0;transform:translateY(100%);border-radius:24px 24px 0 0}
.cookie-panel-v1.cookie-panel--shown{transform:translateY(0)}
}
.terms-wrapper{max-width:1200px;margin:0 auto;padding:80px 24px;background:#FCFCFD;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.8;color:#171C2E}
.terms-wrapper h1{font-size:48px;font-weight:700;line-height:1.2;margin:0 0 32px;color:#171C2E;letter-spacing:-.02em}
.terms-wrapper h2{font-size:36px;font-weight:700;line-height:1.3;margin:64px 0 24px;color:#171C2E;letter-spacing:-.01em}
.terms-wrapper h3{font-size:28px;font-weight:600;line-height:1.4;margin:48px 0 20px;color:#171C2E}
.terms-wrapper h4{font-size:22px;font-weight:600;line-height:1.4;margin:40px 0 16px;color:#171C2E}
.terms-wrapper h5{font-size:18px;font-weight:600;line-height:1.5;margin:32px 0 12px;color:#171C2E}
.terms-wrapper h6{font-size:16px;font-weight:600;line-height:1.5;margin:24px 0 12px;color:#171C2E;text-transform:uppercase;letter-spacing:.05em}
.terms-wrapper p{margin:0 0 20px;font-size:16px;color:#171C2E}
.terms-wrapper ul{margin:0 0 24px;padding:0 0 0 32px;list-style-type:disc}
.terms-wrapper ol{margin:0 0 24px;padding:0 0 0 32px;list-style-type:decimal}
.terms-wrapper li{margin:0 0 12px;font-size:16px;color:#171C2E;line-height:1.8}
.terms-wrapper ul ul{margin:12px 0;padding-left:24px;list-style-type:circle}
.terms-wrapper ol ol{margin:12px 0;padding-left:24px;list-style-type:lower-alpha}
.terms-wrapper ul ol,.terms-wrapper ol ul{margin:12px 0;padding-left:24px}
.terms-wrapper li ul,.terms-wrapper li ol{margin-bottom:0}
.terms-wrapper strong,.terms-wrapper b{font-weight:700;color:#171C2E}
.terms-wrapper em,.terms-wrapper i{font-style:italic}
.terms-wrapper table{width:100%;margin:32px 0;border-collapse:separate;border-spacing:0;border:2px solid #14FFD1;border-radius:16px;overflow:hidden;background:#FCFCFD}
.terms-wrapper thead{background:linear-gradient(135deg,#14FFD1 0%,#171C2E 100%)}
.terms-wrapper thead tr{background:transparent}
.terms-wrapper thead th{padding:20px 24px;text-align:left;font-weight:700;font-size:14px;color:#171C2E;text-transform:uppercase;letter-spacing:.08em;border-bottom:2px solid #14FFD1}
.terms-wrapper tbody{background:#FCFCFD}
.terms-wrapper tbody tr{border-bottom:1px solid #14ffd133;transition:background .3s ease-in-out}
.terms-wrapper tbody tr:last-child{border-bottom:none}
.terms-wrapper tbody tr:hover{background:#14ffd10d}
.terms-wrapper tbody td{padding:18px 24px;font-size:16px;color:#171C2E;vertical-align:top}
.terms-wrapper th{font-weight:700}
.terms-wrapper hr{margin:56px 0;border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#14FFD1 50%,transparent 100%);opacity:.4}
@media (max-width: 1366px) {
.terms-wrapper{padding:64px 24px}
.terms-wrapper h1{font-size:42px}
.terms-wrapper h2{font-size:32px;margin:56px 0 20px}
.terms-wrapper h3{font-size:24px}
}
@media (max-width: 768px) {
.terms-wrapper{padding:48px 20px}
.terms-wrapper h1{font-size:32px;margin:0 0 24px}
.terms-wrapper h2{font-size:26px;margin:48px 0 16px}
.terms-wrapper h3{font-size:22px;margin:40px 0 16px}
.terms-wrapper h4{font-size:20px;margin:32px 0 12px}
.terms-wrapper h5{font-size:17px}
.terms-wrapper h6{font-size:15px}
.terms-wrapper ul,.terms-wrapper ol{padding-left:24px}
.terms-wrapper table{font-size:14px;margin:24px 0}
.terms-wrapper thead th{padding:16px;font-size:12px}
.terms-wrapper tbody td{padding:14px 16px;font-size:14px}
.terms-wrapper hr{margin:40px 0}
}
@media (max-width: 375px) {
.terms-wrapper{padding:40px 16px}
.terms-wrapper h1{font-size:28px}
.terms-wrapper h2{font-size:24px}
.terms-wrapper h3{font-size:20px}
.terms-wrapper ul,.terms-wrapper ol{padding-left:20px}
.terms-wrapper table{font-size:13px}
.terms-wrapper thead th,.terms-wrapper tbody td{padding:12px}
}
.hero-wrapper-v1{position:relative;min-height:520px;background:linear-gradient(142deg,#14FFD1 0%,#171C2E 100%);padding:80px 20px;overflow:hidden}
.hero-wrapper-v1::before{content:'';position:absolute;top:-10%;right:-5%;width:420px;height:420px;background:radial-gradient(circle,#fcfcfd26 0%,transparent 70%);border-radius:50%;z-index:1}
.hero-wrapper-v1::after{content:'';position:absolute;bottom:-15%;left:-8%;width:380px;height:380px;background:radial-gradient(circle,#14ffd11f 0%,transparent 65%);border-radius:50%;z-index:1}
.hero-container-v1{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;gap:60px}
.hero-content-v1{flex:1}
.hero-title-v1{font-size:3.2rem;line-height:1.15;color:#FCFCFD;margin:0 0 24px;font-weight:700}
.hero-desc-v1{font-size:1.2rem;line-height:1.7;color:#FCFCFD;margin:0 0 32px;max-width:520px;opacity:.92}
.hero-img-box-v1{flex:0 0 420px;position:relative}
.hero-img-v1{width:100%;height:380px;object-fit:cover;border-radius:24px;box-shadow:0 16px 48px #00000059;filter:blur(0.4px) brightness(1.05)}
.hero-butt-v1{display:inline-block;padding:16px 36px;background:#FCFCFD;color:#171C2E;text-decoration:none;border-radius:20px;font-weight:600;font-size:1.05rem;transition:all .3s ease-in-out;box-shadow:0 8px 24px #0000002e;position:relative;z-index:10}
.hero-butt-v1:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000047;background:#14FFD1}
.access-section-v2{padding:90px 20px;background:#FCFCFD}
.access-inner-v2{max-width:1200px;margin:0 auto}
.access-header-v2{text-align:center;margin-bottom:70px}
.access-header-v2 h2{font-size:2.4rem;color:#171C2E;margin:0 0 16px;font-weight:700}
.access-header-v2 h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#14FFD1 0%,#171C2E 100%);margin:20px auto 0;border-radius:4px}
.access-header-v2 p{font-size:1.1rem;color:#171C2E;opacity:.75;max-width:680px;margin:0 auto;line-height:1.6}
.access-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.access-card-v2{background:linear-gradient(135deg,#FCFCFD 0%,#14ffd114 100%);padding:40px 32px;border-radius:24px;border:2px solid #14ffd133;transition:all .3s ease-in-out}
.access-card-v2:hover{transform:translateY(-8px);box-shadow:0 16px 40px #14ffd140;border-color:#14FFD1}
.access-card-v2 h3{font-size:1.5rem;color:#171C2E;margin:0 0 16px;font-weight:600}
.access-card-v2 p{font-size:1rem;color:#171C2E;line-height:1.65;margin:0;opacity:.8}
.tools-wrapper-v3{padding:85px 20px;background:linear-gradient(167deg,#171C2E 0%,#14ffd126 100%);position:relative}
.tools-wrapper-v3::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#14FFD1 50%,transparent 100%)}
.tools-container-v3{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:70px}
.tools-visual-v3{flex:0 0 480px}
.tools-visual-v3 img{width:100%;height:400px;object-fit:cover;border-radius:28px;box-shadow:0 20px 56px #0006}
.tools-text-v3{flex:1}
.tools-text-v3 h2{font-size:2.3rem;color:#FCFCFD;margin:0 0 28px;font-weight:700;position:relative;padding-left:20px}
.tools-text-v3 h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:#14FFD1;border-radius:4px}
.tools-text-v3 p{font-size:1.05rem;color:#FCFCFD;line-height:1.75;margin:0 0 20px;opacity:.88}
.tools-list-v3{list-style:none;padding:0;margin:32px 0 0}
.tools-list-v3 li{padding:14px 0 14px 36px;position:relative;font-size:1.05rem;color:#FCFCFD;opacity:.9}
.tools-list-v3 li::before{content:'▸';position:absolute;left:0;color:#14FFD1;font-size:1.3rem}
.stats-section-v4{padding:95px 20px;background:#FCFCFD}
.stats-inner-v4{max-width:1200px;margin:0 auto}
.stats-intro-v4{text-align:center;margin-bottom:65px}
.stats-intro-v4 h2{font-size:2.5rem;color:#171C2E;margin:0 0 20px;font-weight:700}
.stats-intro-v4 p{font-size:1.1rem;color:#171C2E;opacity:.72;max-width:700px;margin:0 auto;line-height:1.65}
.stats-display-v4{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.stat-item-v4{background:linear-gradient(145deg,#14ffd11f 0%,#FCFCFD 100%);padding:48px 28px;border-radius:20px;text-align:center;border:1px solid #171c2e14;transition:all .3s ease-in-out;position:relative;overflow:hidden}
.stat-item-v4::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#14ffd126 0%,transparent 60%);opacity:0;transition:opacity .3s ease-in-out}
.stat-item-v4:hover::before{opacity:1}
.stat-item-v4:hover{transform:scale(1.05);box-shadow:0 12px 36px #14ffd133}
.stat-number-v4{font-size:3rem;color:#171C2E;font-weight:700;margin:0 0 12px;position:relative;z-index:2}
.stat-label-v4{font-size:1.05rem;color:#171C2E;opacity:.75;margin:0;position:relative;z-index:2}
.resources-wrapper-v5{padding:90px 20px;background:linear-gradient(223deg,#14ffd11a 0%,#FCFCFD 100%)}
.resources-container-v5{max-width:1200px;margin:0 auto}
.resources-head-v5{margin-bottom:60px}
.resources-head-v5 h2{font-size:2.4rem;color:#171C2E;margin:0 0 16px;font-weight:700}
.resources-head-v5 p{font-size:1.1rem;color:#171C2E;opacity:.7;line-height:1.7;max-width:720px}
.resources-layout-v5{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.resources-visual-v5 img{width:100%;height:450px;object-fit:cover;border-radius:24px;box-shadow:0 16px 48px #171c2e26}
.resources-content-v5{display:flex;flex-direction:column;gap:28px}
.resource-block-v5{background:#FCFCFD;padding:32px 28px;border-radius:18px;border-left:5px solid #14FFD1;box-shadow:0 8px 24px #171c2e14;transition:all .3s ease-in-out}
.resource-block-v5:hover{transform:translateX(8px);box-shadow:0 12px 32px #171c2e26}
.resource-block-v5 h3{font-size:1.35rem;color:#171C2E;margin:0 0 12px;font-weight:600}
.resource-block-v5 p{font-size:1rem;color:#171C2E;opacity:.78;margin:0;line-height:1.6}
.experience-section-v6{padding:95px 20px;background:#171C2E;position:relative}
.experience-section-v6::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent 0%,#14FFD1 50%,transparent 100%)}
.experience-inner-v6{max-width:1200px;margin:0 auto}
.experience-heading-v6{text-align:center;margin-bottom:70px}
.experience-heading-v6 h2{font-size:2.5rem;color:#FCFCFD;margin:0 0 18px;font-weight:700}
.experience-heading-v6 p{font-size:1.15rem;color:#FCFCFD;opacity:.8;max-width:650px;margin:0 auto;line-height:1.7}
.testimonial-grid-v6{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonial-card-v6{background:linear-gradient(155deg,#14ffd114 0%,#fcfcfd0d 100%);padding:44px 36px;border-radius:24px;border:1px solid #14ffd126;transition:all .3s ease-in-out;position:relative}
.testimonial-card-v6::before{content:'"';position:absolute;top:20px;left:28px;font-size:5rem;color:#14FFD1;opacity:.2;font-family:serif;line-height:1}
.testimonial-card-v6:hover{transform:translateY(-6px);border-color:#14FFD1;box-shadow:0 16px 48px #14ffd133}
.testimonial-text-v6{font-size:1.05rem;color:#FCFCFD;line-height:1.75;margin:0 0 28px;opacity:.88;position:relative;z-index:2}
.testimonial-author-v6{display:flex;align-items:center;gap:16px;position:relative;z-index:2}
.author-avatar-v6{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#14FFD1 0%,#171C2E 100%);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#FCFCFD;font-weight:700;flex-shrink:0}
.author-info-v6 h4{font-size:1.15rem;color:#FCFCFD;margin:0 0 4px;font-weight:600}
.author-info-v6 p{font-size:.95rem;color:#14FFD1;margin:0;opacity:.9}
@media (max-width: 1366px) {
.hero-container-v1{gap:50px}
.hero-img-box-v1{flex:0 0 380px}
}
@media (max-width: 768px) {
.hero-wrapper-v1{padding:60px 20px;min-height:auto}
.hero-container-v1{flex-direction:column;gap:40px}
.hero-img-box-v1{flex:1;width:100%}
.hero-img-v1{height:300px}
.hero-title-v1{font-size:2.2rem}
.hero-desc-v1{font-size:1.05rem}
.access-grid-v2{grid-template-columns:1fr;gap:28px}
.tools-container-v3{flex-direction:column;gap:40px}
.tools-visual-v3{flex:1;width:100%}
.tools-visual-v3 img{height:320px}
.stats-display-v4{grid-template-columns:repeat(2,1fr);gap:24px}
.resources-layout-v5{grid-template-columns:1fr;gap:40px}
.resources-visual-v5 img{height:320px}
.testimonial-grid-v6{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 375px) {
.hero-title-v1{font-size:1.8rem}
.hero-desc-v1{font-size:1rem}
.access-header-v2 h2{font-size:2rem}
.tools-text-v3 h2{font-size:1.9rem}
.stats-intro-v4 h2{font-size:2rem}
.stats-display-v4{grid-template-columns:1fr}
.resources-head-v5 h2{font-size:2rem}
.experience-heading-v6 h2{font-size:2rem}
.testimonial-card-v6{padding:36px 24px}
}
.page-contact .hero-header-wrap{position:relative;max-width:1200px;margin:4rem auto 0;padding:0 1.5rem;display:flex;flex-direction:column;gap:2.5rem}
.page-contact .header-content-layer{position:relative;background:linear-gradient(135deg,#14FFD1 0%,#171C2E 100%);border-radius:24px;padding:3.5rem 2.5rem;box-shadow:0 16px 48px #14ffd126}
.page-contact .header-content-layer::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;background:linear-gradient(225deg,#14ffd133,#171c2e33);border-radius:28px;z-index:-1}
.page-contact .header-content-layer::after{content:'';position:absolute;width:12px;height:12px;background:radial-gradient(circle,#14FFD1,transparent);border-radius:50%;top:1.5rem;right:1.5rem;box-shadow:0 0 24px #14ffd199 16px 16px 0 #14ffd14d -16px -16px 0 #14ffd14d}
.page-contact .corner-dots-tl{position:absolute;top:1.5rem;left:1.5rem;width:8px;height:8px;background:#FCFCFD;border-radius:50%;box-shadow:12px 0 0 #FCFCFD,24px 0 0 #FCFCFD,0 12px 0 #FCFCFD,0 24px 0 #FCFCFD}
.page-contact .corner-dots-br{position:absolute;bottom:1.5rem;right:1.5rem;width:8px;height:8px;background:#FCFCFD;border-radius:50%;box-shadow:-12px 0 0 #FCFCFD,-24px 0 0 #FCFCFD,0 -12px 0 #FCFCFD,0 -24px 0 #FCFCFD}
.page-contact .title-main-v2{font-size:3.5rem;line-height:1.1;color:#FCFCFD;margin:0 0 1.5rem;font-weight:700;text-shadow:2px 4px 12px #171c2e66}
.page-contact .subtitle-desc{font-size:1.25rem;line-height:1.6;color:#FCFCFD;margin:0;opacity:.95;max-width:720px}
.page-contact .image-depth-wrapper{position:relative;width:100%;max-width:600px;margin:0 auto}
.page-contact .img-layer-back{position:absolute;top:20px;left:20px;width:100%;height:100%;background:linear-gradient(45deg,#14ffd14d,#171c2e4d);border-radius:20px;z-index:1}
.page-contact .img-layer-mid{position:absolute;top:10px;left:10px;width:100%;height:100%;background:linear-gradient(90deg,#14ffd133,#171c2e33);border-radius:20px;z-index:2}
.page-contact .img-layer-front{position:relative;z-index:3;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #171c2e4d}
.page-contact .img-layer-front img{width:100%;height:auto;display:block;object-fit:cover}
.page-contact .form-contact-section{max-width:1200px;margin:5rem auto;padding:0 1.5rem}
.page-contact .form-friendly-wrap{background:#FCFCFD;border-radius:28px;padding:4rem 3rem;box-shadow:0 16px 48px #171c2e14;border:2px solid #14FFD1}
.page-contact .form-intro-txt{text-align:center;margin-bottom:3rem}
.page-contact .form-intro-txt h2{font-size:2.5rem;color:#171C2E;margin:0 0 1rem;font-weight:700}
.page-contact .form-intro-txt p{font-size:1.125rem;color:#171C2E;opacity:.8;margin:0;line-height:1.7}
.page-contact .contact-form-v3{max-width:720px;margin:0 auto}
.page-contact .field-group-v1{margin-bottom:2rem}
.page-contact .field-group-v1 label{display:block;font-size:1rem;color:#171C2E;font-weight:600;margin-bottom:.5rem}
.page-contact .field-group-v1 input[type="text"],.page-contact .field-group-v1 input[type="email"],.page-contact .field-group-v1 select{width:100%;padding:1rem 1.25rem;font-size:1rem;color:#171C2E;background:#FCFCFD;border:2px solid #14FFD1;border-radius:16px;transition:all .3s ease-in-out;outline:none;appearance:none}
.page-contact .field-group-v1 input[type="text"]:focus,.page-contact .field-group-v1 input[type="email"]:focus,.page-contact .field-group-v1 select:focus{border-color:#171C2E;box-shadow:0 8px 24px #14ffd133;transform:translateY(-2px)}
.page-contact .select-wrapper-v2{position:relative}
.page-contact .select-wrapper-v2::after{content:'';position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #171C2E;pointer-events:none}
.page-contact .privacy-consent-wrap{margin:2.5rem 0;display:flex;align-items:flex-start;gap:.75rem}
.page-contact .privacy-consent-wrap input[type="checkbox"]{width:20px;height:20px;margin-top:.25rem;cursor:pointer;accent-color:#14FFD1}
.page-contact .privacy-consent-wrap label{font-size:.95rem;color:#171C2E;line-height:1.6;opacity:.85;cursor:pointer}
.page-contact .privacy-consent-wrap a{color:#14FFD1;text-decoration:underline;font-weight:600;transition:color .3s ease-in-out}
.page-contact .privacy-consent-wrap a:hover{color:#171C2E}
.page-contact .submit-butt-v2{width:100%;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;color:#171C2E;background:linear-gradient(135deg,#14FFD1 0%,#14FFD1 100%);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 8px 24px #14ffd14d;position:relative;z-index:10}
.page-contact .submit-butt-v2:hover{background:linear-gradient(135deg,#171C2E 0%,#171C2E 100%);color:#14FFD1;transform:translateY(-4px);box-shadow:0 16px 32px #14ffd166}
.page-contact .submit-butt-v2:active{transform:translateY(-2px)}
.page-contact .contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:4rem auto 0;padding:0 1.5rem}
.page-contact .info-card-alt{background:linear-gradient(135deg,#14ffd11a,#171c2e0d);border-radius:20px;padding:2rem;border:2px solid #14FFD1;transition:all .3s ease-in-out}
.page-contact .info-card-alt:hover{transform:translateY(-8px);box-shadow:0 16px 32px #14ffd133;border-color:#171C2E}
.page-contact .info-card-alt h3{font-size:1.5rem;color:#171C2E;margin:0 0 1rem;font-weight:700}
.page-contact .info-card-alt p{font-size:1rem;color:#171C2E;margin:0;line-height:1.7;opacity:.85}
.page-contact .info-card-alt a{color:#14FFD1;text-decoration:none;font-weight:600;transition:color .3s ease-in-out}
.page-contact .info-card-alt a:hover{color:#171C2E;text-decoration:underline}
@media (max-width: 1366px) {
.page-contact .title-main-v2{font-size:3rem}
.page-contact .form-friendly-wrap{padding:3rem 2rem}
}
@media (max-width: 768px) {
.page-contact .hero-header-wrap{margin-top:2rem;gap:2rem}
.page-contact .header-content-layer{padding:2.5rem 1.5rem}
.page-contact .title-main-v2{font-size:2.25rem}
.page-contact .subtitle-desc{font-size:1.125rem}
.page-contact .form-friendly-wrap{padding:2.5rem 1.5rem}
.page-contact .form-intro-txt h2{font-size:2rem}
.page-contact .contact-info-grid{grid-template-columns:1fr}
.page-contact .img-layer-back,.page-contact .img-layer-mid{top:12px;left:12px}
}
@media (max-width: 375px) {
.page-contact .hero-header-wrap{padding:0 1rem}
.page-contact .header-content-layer{padding:2rem 1.25rem}
.page-contact .title-main-v2{font-size:1.875rem}
.page-contact .subtitle-desc{font-size:1rem}
.page-contact .form-friendly-wrap{padding:2rem 1.25rem}
.page-contact .form-intro-txt h2{font-size:1.75rem}
.page-contact .field-group-v1 input[type="text"],.page-contact .field-group-v1 input[type="email"],.page-contact .field-group-v1 select{padding:.875rem 1rem}
.page-contact .submit-butt-v2{padding:1rem 1.5rem}
}
.hero-about{position:relative;background:linear-gradient(137deg,#14FFD1 0%,#171C2E 100%);padding:80px 20px;overflow:hidden;animation:bgshift-v2 8s ease-in-out infinite alternate}
@keyframes bgshift-v2 {
0%{background:linear-gradient(137deg,#14FFD1 0%,#171C2E 100%)}
100%{background:linear-gradient(137deg,#171C2E 0%,#14FFD1 100%)}
}
.hero-about .container-wrap{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}
.hero-about .txt-area{flex:1}
.hero-about .txt-area h1{font-size:3.2em;color:#FCFCFD;margin:0 0 20px;line-height:1.2;text-shadow:2px 4px 12px #0000004d}
.hero-about .img-accent{flex:0 0 380px;position:relative}
.hero-about .img-accent img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:-8px 12px 32px #0006 8px -8px 24px #14ffd133;transform:rotate(-2deg);transition:transform .4s ease-in-out}
.hero-about .img-accent img:hover{transform:rotate(0deg) scale(1.02)}
@media (max-width: 1366px) {
.hero-about .container-wrap{gap:40px}
.hero-about .txt-area h1{font-size:2.6em}
.hero-about .img-accent{flex:0 0 320px}
}
@media (max-width: 768px) {
.hero-about{padding:60px 20px}
.hero-about .container-wrap{flex-direction:column;gap:30px}
.hero-about .txt-area h1{font-size:2em;text-align:center}
.hero-about .img-accent{flex:0 0 auto;width:100%}
.hero-about .img-accent img{height:300px}
}
@media (max-width: 375px) {
.hero-about .txt-area h1{font-size:1.7em}
.hero-about .img-accent img{height:240px}
}
.story-grid{background:#FCFCFD;padding:90px 20px}
.story-grid .wrap-inner{max-width:1200px;margin:0 auto}
.story-grid h2{font-size:2.4em;color:#171C2E;margin:0 0 16px;position:relative;display:inline-block}
.story-grid h2::after{content:'';position:absolute;bottom:-6px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#14FFD1,transparent)}
.story-grid .intro-txt{font-size:1.15em;color:#171C2E;line-height:1.7;margin:0 0 50px;max-width:780px}
.grid-layout-v3{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.grid-layout-v3 .card-item{background:#FCFCFD;border:2px solid #14FFD1;border-radius:20px;padding:32px 28px;box-shadow:4px 6px 16px #171c2e1a;transition:all .3s ease-in-out;position:relative}
.grid-layout-v3 .card-item:hover{transform:translateY(-8px);box-shadow:8px 14px 28px #14ffd140;border-color:#171C2E}
.grid-layout-v3 .card-item h3{font-size:1.5em;color:#171C2E;margin:0 0 14px}
.grid-layout-v3 .card-item p{font-size:1em;color:#171C2E;line-height:1.65;margin:0}
.grid-layout-v3 .card-item .img-box{margin:0 0 20px}
.grid-layout-v3 .card-item .img-box img{width:100%;height:200px;object-fit:cover;border-radius:16px}
@media (max-width: 1366px) {
.grid-layout-v3{grid-template-columns:repeat(2,1fr);gap:30px}
}
@media (max-width: 768px) {
.story-grid{padding:60px 20px}
.story-grid h2{font-size:1.9em}
.grid-layout-v3{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 375px) {
.story-grid h2{font-size:1.6em}
.grid-layout-v3 .card-item{padding:24px 20px}
}
.team-split{background:linear-gradient(215deg,#171C2E 0%,#14FFD1 100%);padding:100px 20px;position:relative}
.team-split::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:repeating-linear-gradient(90deg,#14FFD1 0px,#14FFD1 20px,#171C2E 20px,#171C2E 40px)}
.team-split .outer-box{max-width:1200px;margin:0 auto}
.team-split h2{font-size:2.6em;color:#FCFCFD;margin:0 0 20px;text-align:center}
.team-split .subtitle-txt{font-size:1.2em;color:#FCFCFD;text-align:center;margin:0 0 60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.team-split .people-row{display:flex;gap:50px;justify-content:space-between}
.team-split .person-block{flex:1;background:#fcfcfdf2;border-radius:28px;padding:40px 32px;box-shadow:6px 10px 24px #0000004d;position:relative;transition:transform .4s ease-in-out}
.team-split .person-block:hover{transform:scale(1.05)}
.team-split .person-block h4{font-size:1.6em;color:#171C2E;margin:0 0 8px}
.team-split .person-block .role-label{font-size:1em;color:#14FFD1;font-weight:700;margin:0 0 18px;display:block}
.team-split .person-block p{font-size:1em;color:#171C2E;line-height:1.7;margin:0}
.team-split .person-block .img-wrapper{margin:0 0 20px}
.team-split .person-block .img-wrapper img{width:100%;height:220px;object-fit:cover;border-radius:20px}
@media (max-width: 1366px) {
.team-split .people-row{gap:30px}
}
@media (max-width: 768px) {
.team-split{padding:70px 20px}
.team-split h2{font-size:2em}
.team-split .people-row{flex-direction:column;gap:30px}
.team-split .person-block{padding:32px 24px}
}
@media (max-width: 375px) {
.team-split h2{font-size:1.7em}
.team-split .person-block{padding:28px 20px}
}
.prog-heado{position:relative;padding:100px 20px 80px;background:linear-gradient(127deg,#14FFD1 0%,#171C2E 100%);overflow:hidden}
.prog-heado .inner-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.prog-heado .txt-area{position:relative;z-index:2}
.prog-heado .prob-line{font-size:18px;color:#FCFCFD;margin-bottom:16px;opacity:.85;letter-spacing:.5px}
.prog-heado .main-hed{font-size:52px;color:#FCFCFD;line-height:1.15;margin-bottom:24px;font-weight:700}
.prog-heado .sub-desc{font-size:19px;color:#FCFCFD;line-height:1.6;opacity:.9}
.prog-heado .img-collage{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px;height:420px}
.prog-heado .frag-1{grid-column:1 / 2;grid-row:1 / 3;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #00000040}
.prog-heado .frag-2{grid-column:2 / 3;grid-row:1 / 2;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #00000040}
.prog-heado .frag-3{grid-column:2 / 3;grid-row:2 / 3;border-radius:24px;overflow:hidden;background:linear-gradient(45deg,#14FFD1,#171C2E);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px #00000040}
.prog-heado .frag-img{width:100%;height:100%;object-fit:cover;filter:brightness(0.95)}
.prog-heado .dot-pattern{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:3}
.prog-heado .dot-elem{width:8px;height:8px;background:#FCFCFD;border-radius:50%;opacity:.6}
.prog-heado .dot-elem:nth-child(2),.prog-heado .dot-elem:nth-child(4){opacity:.3}
.journey-map{padding:120px 20px;background:#FCFCFD}
.journey-map .content-box{max-width:1200px;margin:0 auto}
.journey-map .section-intro{text-align:center;margin-bottom:80px}
.journey-map .intro-label{display:inline-block;padding:8px 20px;background:#14ffd126;color:#171C2E;border-radius:20px;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:20px}
.journey-map .section-title{font-size:42px;color:#171C2E;margin-bottom:24px;line-height:1.2}
.journey-map .section-subtitle{font-size:19px;color:#171C2E;opacity:.7;max-width:680px;margin:0 auto;line-height:1.65}
.journey-map .path-container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.journey-map .phase-card{background:#FCFCFD;border:2px solid #171C2E;border-radius:20px;padding:40px 32px;position:relative;transition:all .4s ease-in-out}
.journey-map .phase-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #171c2e26;border-color:#14FFD1}
.journey-map .phase-number{position:absolute;top:-20px;left:32px;width:48px;height:48px;background:#14FFD1;border:3px solid #171C2E;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#171C2E}
.journey-map .phase-name{font-size:24px;color:#171C2E;margin-bottom:16px;font-weight:600}
.journey-map .phase-desc{font-size:16px;color:#171C2E;opacity:.75;line-height:1.7;margin-bottom:24px}
.journey-map .skill-list{list-style:none;padding:0;margin:0}
.journey-map .skill-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:15px;color:#171C2E}
.journey-map .skill-item::before{content:"";width:6px;height:6px;background:#14FFD1;border-radius:50%;flex-shrink:0}
.journey-map .timeline-visual{position:relative;padding:60px 0}
.journey-map .timeline-track{position:absolute;top:50%;left:0;right:0;height:4px;background:linear-gradient(90deg,#14FFD1 0%,#171C2E 100%);border-radius:4px;transform:translateY(-50%)}
.journey-map .milestone-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;position:relative;z-index:2}
.journey-map .milestone-point{text-align:center}
.journey-map .point-marker{width:24px;height:24px;background:#14FFD1;border:4px solid #171C2E;border-radius:50%;margin:0 auto 16px;transition:all .3s ease-in-out}
.journey-map .milestone-point:hover .point-marker{transform:scale(1.3);background:#171C2E;border-color:#14FFD1}
.journey-map .point-label{font-size:14px;color:#171C2E;font-weight:600}
.journey-map .cta-zone{text-align:center;margin-top:80px}
.journey-map .action-butt{display:inline-block;padding:18px 48px;background:#171C2E;color:#14FFD1;font-size:18px;font-weight:600;border-radius:28px;text-decoration:none;transition:all .3s ease-in-out;border:3px solid #171C2E}
.journey-map .action-butt:hover{background:#14FFD1;color:#171C2E;transform:scale(1.05);box-shadow:0 12px 32px #14ffd14d}
@media (max-width: 1366px) {
.prog-heado .inner-wrap{gap:40px}
.prog-heado .main-hed{font-size:46px}
.journey-map .path-container{gap:24px}
}
@media (max-width: 768px) {
.prog-heado{padding:60px 20px 50px}
.prog-heado .inner-wrap{grid-template-columns:1fr;gap:40px}
.prog-heado .main-hed{font-size:36px}
.prog-heado .img-collage{height:320px}
.journey-map{padding:80px 20px}
.journey-map .section-title{font-size:32px}
.journey-map .section-intro{margin-bottom:50px}
.journey-map .path-container{grid-template-columns:1fr;gap:40px}
.journey-map .milestone-row{grid-template-columns:1fr;gap:30px}
.journey-map .timeline-track{display:none}
.journey-map .cta-zone{margin-top:50px}
}
@media (max-width: 375px) {
.prog-heado .main-hed{font-size:30px}
.prog-heado .sub-desc{font-size:17px}
.journey-map .section-title{font-size:28px}
.journey-map .phase-card{padding:32px 24px}
}
.story-heado{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:64px}
.story-heado .bg-imgo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.18;z-index:1}
.story-heado::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(128deg,#14FFD1 0%,#171C2E 100%);opacity:.92;z-index:2}
.story-heado::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#ffffff08 2px,#ffffff08 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#ffffff08 2px,#ffffff08 4px);z-index:3;pointer-events:none}
.story-heado .title-contentz{position:relative;z-index:4;text-align:center;max-width:920px;padding:48px 24px}
.story-heado .pretitle-v1{font-size:15px;color:#FCFCFD;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;opacity:.85}
.story-heado .main-titlez{font-size:56px;color:#FCFCFD;line-height:1.15;margin-bottom:20px;font-weight:700}
.story-heado .subtitle-v2{font-size:22px;color:#FCFCFD;line-height:1.5;opacity:.9}
.stories-grid-v1{max-width:1200px;margin:0 auto 80px;padding:0 24px}
.stories-grid-v1 .intro-texto{max-width:840px;margin:0 auto 56px;text-align:center}
.stories-grid-v1 .intro-texto .section-label{display:inline-block;background:linear-gradient(95deg,#14FFD1,#171C2E);color:#FCFCFD;padding:8px 20px;border-radius:24px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}
.stories-grid-v1 .intro-texto .heading-main{font-size:38px;color:#171C2E;line-height:1.3;margin-bottom:20px}
.stories-grid-v1 .intro-texto .description-p{font-size:17px;color:#171C2E;line-height:1.65;opacity:.82}
.grid-wrappero{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px}
.story-cardo{background:#FCFCFD;border-radius:24px;padding:36px;box-shadow:0 8px 28px #171c2e14;position:relative;transition:all .4s ease-in-out}
.story-cardo::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#14FFD1,#171C2E);border-radius:24px 0 0 24px;opacity:0;transition:opacity .4s ease-in-out}
.story-cardo:hover{transform:translateY(-6px);box-shadow:0 16px 42px #171c2e24}
.story-cardo:hover::before{opacity:1}
.story-cardo .quote-icono{width:42px;height:42px;margin-bottom:20px}
.story-cardo .testimonio-texto{font-size:16px;color:#171C2E;line-height:1.7;margin-bottom:28px}
.story-cardo .author-info-v1{display:flex;align-items:center;gap:16px;padding-top:24px;border-top:2px solid #171c2e14}
.story-cardo .author-info-v1 .avatar-circulo{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#14FFD1,#171C2E);display:flex;align-items:center;justify-content:center;color:#FCFCFD;font-size:22px;font-weight:700;flex-shrink:0}
.story-cardo .author-info-v1 .author-detailz{flex:1}
.story-cardo .author-info-v1 .author-namez{font-size:17px;color:#171C2E;font-weight:600;margin-bottom:4px}
.story-cardo .author-info-v1 .author-rolez{font-size:14px;color:#171C2E;opacity:.65}
.metrics-showcase-v2{max-width:1200px;margin:0 auto 64px;padding:56px 24px;background:linear-gradient(142deg,#171C2E 0%,#14FFD1 100%);border-radius:32px;position:relative;overflow:hidden}
.metrics-showcase-v2::before{content:'';position:absolute;top:0;right:0;width:420px;height:420px;background:radial-gradient(circle,#14ffd133 0%,transparent 70%);pointer-events:none}
.metrics-showcase-v2 .metrics-header{text-align:center;margin-bottom:48px;position:relative;z-index:2}
.metrics-showcase-v2 .metrics-header .heading-white{font-size:34px;color:#FCFCFD;line-height:1.3;margin-bottom:16px}
.metrics-showcase-v2 .metrics-header .subheading-white{font-size:17px;color:#FCFCFD;opacity:.85;line-height:1.6}
.metrics-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative;z-index:2}
.metric-boxy{background:#fcfcfd1f;backdrop-filter:blur(10px);border-radius:20px;padding:32px 24px;text-align:center;border:1px solid #fcfcfd2e;transition:all .35s ease-in-out}
.metric-boxy:hover{background:#fcfcfd2e;border-color:#fcfcfd59;transform:scale(1.05)}
.metric-boxy .metric-valuez{font-size:48px;color:#FCFCFD;font-weight:700;margin-bottom:8px;line-height:1}
.metric-boxy .metric-labelz{font-size:15px;color:#FCFCFD;opacity:.88;line-height:1.4}
@media (max-width: 1366px) {
.story-heado .main-titlez{font-size:48px}
.stories-grid-v1 .intro-texto .heading-main{font-size:34px}
}
@media (max-width: 768px) {
.story-heado{min-height:380px;margin-bottom:48px}
.story-heado .main-titlez{font-size:36px}
.story-heado .subtitle-v2{font-size:18px}
.stories-grid-v1 .intro-texto .heading-main{font-size:28px}
.grid-wrappero{grid-template-columns:1fr;gap:24px}
.metrics-grid-v2{grid-template-columns:1fr;gap:20px}
.metrics-showcase-v2{padding:40px 20px;margin-bottom:48px}
.metric-boxy .metric-valuez{font-size:40px}
}
@media (max-width: 375px) {
.story-heado .title-contentz{padding:32px 16px}
.story-heado .main-titlez{font-size:30px}
.story-cardo{padding:28px}
.stories-grid-v1{padding:0 16px}
}
.suxs_herov2{position:relative;overflow:hidden;background:linear-gradient(134deg,#14FFD1 0%,#171C2E 100%);padding:80px 20px;margin-bottom:0}
.suxs_herov2 .hero_inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}
.suxs_herov2 .hero_txt_wrap{flex:1;position:relative;z-index:3}
.suxs_herov2 .hero_icon_v1{width:80px;height:80px;margin-bottom:24px}
.suxs_herov2 .hero_maintitle{font-size:56px;line-height:1.1;color:#FCFCFD;margin:0 0 20px;font-weight:700}
.suxs_herov2 .hero_subtitle_text{font-size:22px;line-height:1.5;color:#FCFCFD;margin:0 0 32px;opacity:.95}
.suxs_herov2 .hero_butt_grp{display:flex;gap:16px;flex-wrap:wrap}
.suxs_herov2 .hero_act_butt{padding:16px 40px;font-size:18px;background:#FCFCFD;color:#171C2E;border:none;border-radius:24px;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;display:inline-block;font-weight:600;z-index:10;position:relative}
.suxs_herov2 .hero_act_butt:hover{transform:translateY(-3px);box-shadow:0 12px 32px #14ffd166}
.suxs_herov2 .hero_sec_butt{padding:16px 40px;font-size:18px;background:transparent;color:#FCFCFD;border:2px solid #FCFCFD;border-radius:24px;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;display:inline-block;font-weight:600;z-index:10;position:relative}
.suxs_herov2 .hero_sec_butt:hover{background:#FCFCFD;color:#171C2E;transform:translateY(-3px)}
.suxs_herov2 .hero_vis_area{flex:1;position:relative;min-height:420px}
.suxs_herov2 .decorative_shape_v1{position:absolute;width:100%;height:100%;top:0;left:0}
.suxs_herov2 .decorative_shape_v1 svg{width:100%;height:100%}
@media (max-width: 768px) {
.suxs_herov2{padding:60px 20px}
.suxs_herov2 .hero_inner{flex-direction:column;gap:40px}
.suxs_herov2 .hero_maintitle{font-size:36px}
.suxs_herov2 .hero_subtitle_text{font-size:18px}
.suxs_herov2 .hero_butt_grp{flex-direction:column}
.suxs_herov2 .hero_act_butt,.suxs_herov2 .hero_sec_butt{width:100%;text-align:center}
.suxs_herov2 .hero_vis_area{min-height:280px}
}
@media (max-width: 375px) {
.suxs_herov2 .hero_maintitle{font-size:28px}
.suxs_herov2 .hero_subtitle_text{font-size:16px}
}