@import "https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
:root{font-size:16px;line-height:1.6}
html{scroll-behavior:smooth}
body{font-family:'Lora',serif;color:#1a1a1a;background:#fff;overflow-x:hidden}
.site-wrap-v3{max-width:1320px;margin:0 auto;padding:0 20px}
.hd-v2{background:linear-gradient(142deg,#03965E 0%,#028a56 50%,#03965E 100%);padding:18px 0;box-shadow:0 4px 12px #03965e26;position:relative}
.hd-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#960E70 0%,#03965E 50%,#960E70 100%)}
.hd-top-holder{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.brand-block-v1{display:flex;align-items:center;gap:16px;flex-shrink:0}
.brand-block-v1 .lg-wrap{width:85px;height:85px;background:#fff;border-radius:8px;padding:10px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}
.brand-block-v1 .lg-wrap img{width:100%;height:100%;object-fit:contain}
.brand-block-v1 .company-txt{font-size:26px;font-weight:700;color:#fff;text-shadow:0 2px 4px #0003;letter-spacing:-.5px}
.rt-section-v2{display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.contact-info-v1{display:flex;flex-direction:column;gap:8px}
.contact-info-v1 .ci-item{display:flex;align-items:center;gap:10px;color:#fff;font-size:14px}
.contact-info-v1 .ci-item i{font-size:18px;opacity:.9}
.contact-info-v1 .ci-item a{color:#fff;text-decoration:none;transition:opacity 150ms}
.contact-info-v1 .ci-item a:hover{opacity:.85}
.main-nv-v3{background:#ffffff26;border-radius:8px;padding:8px 16px;backdrop-filter:blur(10px)}
.main-nv-v3 ul{display:flex;list-style:none;gap:8px;flex-wrap:wrap}
.main-nv-v3 ul li a{display:block;padding:10px 18px;color:#fff;text-decoration:none;font-size:15px;font-weight:400;border-radius:6px;transition:background 180ms;white-space:nowrap}
.main-nv-v3 ul li a:hover{background:#fff3}
.ft-layer-v2{background:linear-gradient(158deg,#1a1a1a 0%,#2d2d2d 50%,#1a1a1a 100%);padding:60px 0 30px;margin-top:80px;position:relative;overflow:hidden}
.ft-layer-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#960E70 0%,#03965E 50%,#960E70 100%)}
.ft-layer-v2::after{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#03965e08 20px,#03965e08 40px);pointer-events:none}
.ft-top-zone{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:50px;position:relative;z-index:1}
.company-card-v1{background:#ffffff0d;padding:30px;border-radius:10px;border:1px solid #ffffff1a}
.company-card-v1 .lg-holder{width:70px;height:70px;background:#fff;border-radius:8px;padding:8px;margin-bottom:20px}
.company-card-v1 .lg-holder img{width:100%;height:100%;object-fit:contain}
.company-card-v1 .desc-txt{color:#EFEEED;font-size:15px;line-height:1.7;margin-bottom:20px}
.company-card-v1 .contact-list{display:flex;flex-direction:column;gap:12px}
.company-card-v1 .contact-list .ct-item{display:flex;align-items:center;gap:10px;color:#EFEEED;font-size:14px}
.company-card-v1 .contact-list .ct-item i{color:#03965E;font-size:18px}
.company-card-v1 .contact-list .ct-item a{color:#EFEEED;text-decoration:none;transition:color 150ms}
.company-card-v1 .contact-list .ct-item a:hover{color:#03965E}
.ft-nav-section{display:flex;flex-direction:column;gap:20px}
.ft-nav-section h3{color:#fff;font-size:18px;font-weight:700;margin-bottom:10px;padding-bottom:10px;border-bottom:2px solid #03965E}
.ft-nav-section ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.ft-nav-section ul li a{color:#EFEEED;text-decoration:none;font-size:15px;transition:color 150ms,padding-left 200ms;display:inline-block}
.ft-nav-section ul li a:hover{color:#03965E;padding-left:6px}
.ft-bottom-v1{border-top:1px solid #ffffff1a;padding-top:25px;position:relative;z-index:1}
.ft-bottom-v1 .copyright-v2{text-align:center;color:#EFEEED;font-size:14px}
.cookie-modal-v4{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity 300ms,visibility 300ms}
.cookie-modal-v4.active{opacity:1;visibility:visible}
.cookie-modal-v4 .ck-content-v2{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000004d;max-width:480px;width:90%;max-height:80vh;overflow-y:auto;transform:translateY(50px);transition:transform 300ms;padding:0}
.cookie-modal-v4.active .ck-content-v2{transform:translateY(0)}
.ck-content-v2 .hd-part{background:linear-gradient(135deg,#03965E,#028a56);color:#fff;padding:25px 30px;border-radius:8px 8px 0 0}
.ck-content-v2 .hd-part h2{font-size:22px;font-weight:700;margin-bottom:8px}
.ck-content-v2 .hd-part p{font-size:14px;opacity:.95}
.ck-content-v2 .bd-part{padding:30px}
.ck-option-v1{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:6px;padding:18px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}
.ck-option-v1 .lbl-txt{font-weight:700;color:#1a1a1a;font-size:15px}
.ck-option-v1 .desc-small{font-size:13px;color:#666;margin-top:4px}
.toggle-switch-v2{position:relative;width:52px;height:28px;flex-shrink:0}
.toggle-switch-v2 input{opacity:0;width:0;height:0}
.toggle-switch-v2 .slider-v1{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:background 200ms;border-radius:28px}
.toggle-switch-v2 .slider-v1::before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background:#fff;transition:transform 200ms;border-radius:50%}
.toggle-switch-v2 input:checked + .slider-v1{background:#03965E}
.toggle-switch-v2 input:checked + .slider-v1::before{transform:translateX(24px)}
.toggle-switch-v2 input:disabled + .slider-v1{opacity:.5;cursor:not-allowed}
.ck-content-v2 .btn-holder{display:flex;gap:12px;margin-top:25px}
.ck-content-v2 .btn-holder button{flex:1;padding:14px;border:none;border-radius:6px;font-family:'Lora',serif;font-size:15px;font-weight:700;cursor:pointer;transition:background 150ms,box-shadow 150ms}
.ck-content-v2 .btn-holder .accept-btn-v1{background:#03965E;color:#fff}
.ck-content-v2 .btn-holder .accept-btn-v1:hover{background:#028a56;box-shadow:0 4px 12px #03965e4d}
.ck-content-v2 .btn-holder .decline-btn-v1{background:#960E70;color:#fff}
.ck-content-v2 .btn-holder .decline-btn-v1:hover{background:#850c63;box-shadow:0 4px 12px #960e704d}
.cookie-mini-v1{position:fixed;bottom:20px;right:20px;background:#03965E;color:#fff;padding:12px 20px;border-radius:6px;box-shadow:0 4px 16px #0003;cursor:pointer;font-size:14px;font-weight:700;z-index:9999;display:none;align-items:center;gap:10px;transition:background 150ms}
.cookie-mini-v1:hover{background:#028a56}
.cookie-mini-v1 i{font-size:18px}
@media (max-width: 992px) {
.hd-top-holder{flex-direction:column;align-items:flex-start}
.rt-section-v2{width:100%;flex-direction:column;align-items:flex-start;gap:20px}
.main-nv-v3{width:100%}
.main-nv-v3 ul{flex-direction:column}
.ft-top-zone{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 640px) {
.brand-block-v1 .company-txt{font-size:20px}
.brand-block-v1 .lg-wrap{width:70px;height:70px}
.contact-info-v1{font-size:13px}
.ck-content-v2 .btn-holder{flex-direction:column}
}
.policy-section-xxpg{max-width:1320px;margin:0 auto;padding:80px 20px;background:#fff}
.policy-section-xxpg p{font-size:16px;line-height:1.8;color:#2c2c2c;margin:0 0 24px;font-weight:400}
.policy-section-xxpg p:last-child{margin-bottom:0}
.policy-section-xxpg em,.policy-section-xxpg i{font-style:italic;color:#03965E;font-weight:500}
.policy-section-xxpg a{color:#03965E;text-decoration:none;border-bottom:1px solid transparent;transition:all 200ms ease;font-weight:500}
.policy-section-xxpg a:hover{color:#960E70;border-bottom-color:#960E70;opacity:.9}
.policy-section-xxpg a:active{opacity:.7}
.policy-section-xxpg table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 8px #0000000f;border-radius:8px;overflow:hidden}
.policy-section-xxpg thead{background:linear-gradient(135deg,#03965E 0%,#027a4d 100%)}
.policy-section-xxpg thead tr{border:none}
.policy-section-xxpg thead th{color:#fff;font-weight:600;text-align:left;padding:18px 24px;font-size:15px;letter-spacing:.3px}
.policy-section-xxpg tbody{background:#fff}
.policy-section-xxpg tbody tr{border-bottom:1px solid #e8e8e8;transition:background 150ms ease}
.policy-section-xxpg tbody tr:last-child{border-bottom:none}
.policy-section-xxpg tbody tr:hover{background:#f9f9f9}
.policy-section-xxpg tbody td{padding:16px 24px;color:#2c2c2c;font-size:15px;line-height:1.6}
.policy-section-xxpg th,.policy-section-xxpg td{vertical-align:top}
.policy-section-xxpg div{margin:24px 0}
.policy-section-xxpg div p{margin-bottom:16px}
.policy-section-xxpg div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.policy-section-xxpg{padding:60px 16px}
.policy-section-xxpg p{font-size:15px;line-height:1.7;margin-bottom:20px}
.policy-section-xxpg table{margin:24px 0;display:block;overflow-x:auto;box-shadow:0 2px 6px #00000014}
.policy-section-xxpg thead th{padding:14px 16px;font-size:14px;white-space:nowrap}
.policy-section-xxpg tbody td{padding:12px 16px;font-size:14px}
.policy-section-xxpg div{margin:20px 0}
}
@media (max-width: 480px) {
.policy-section-xxpg{padding:40px 12px}
.policy-section-xxpg p{font-size:14px;margin-bottom:18px}
.policy-section-xxpg thead th{padding:12px;font-size:13px}
.policy-section-xxpg tbody td{padding:10px 12px;font-size:13px}
.policy-section-xxpg table{font-size:13px}
}
.title-area-v2{position:relative;overflow:hidden;background:linear-gradient(118deg,#03965E 0%,#960E70 100%);padding:90px 20px 100px;margin-bottom:0}
.title-area-v2 .waves-holder{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15}
.title-area-v2 .wave-layer-1{position:absolute;width:120%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,50 Q300,20 600,50 T1200,50 L1200,120 L0,120 Z" fill="white"/></svg>') repeat-x;animation:wave-drift-1 25s linear infinite}
.title-area-v2 .wave-layer-2{position:absolute;width:120%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,70 Q300,40 600,70 T1200,70 L1200,120 L0,120 Z" fill="white"/></svg>') repeat-x;animation:wave-drift-2 18s linear infinite}
@keyframes wave-drift-1 {
0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}
@keyframes wave-drift-2 {
0%{transform:translateX(-50%)}
100%{transform:translateX(0)}
}
.title-area-v2 .inner-wrap{max-width:1320px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;gap:60px}
.title-area-v2 .txt-holder{flex:1}
.title-area-v2 h1{font-size:52px;color:#fff;margin:0 0 18px;font-weight:700;line-height:1.2}
.title-area-v2 .subtitle-v1{font-size:19px;color:#EFEEED;margin:0;line-height:1.6}
.title-area-v2 .img-holder{flex:0 0 420px;position:relative}
.title-area-v2 .img-holder img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 12px 28px #0000004d;animation:soft-float 6s ease-in-out infinite}
@keyframes soft-float {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-12px)}
}
.news-grid-v1{padding:80px 20px;background:#EFEEED}
.news-grid-v1 .container-wrap{max-width:1320px;margin:0 auto}
.news-grid-v1 .section-header-v2{text-align:center;margin-bottom:50px}
.news-grid-v1 h2{font-size:38px;color:#1a1a1a;margin:0 0 14px;font-weight:700}
.news-grid-v1 .intro-text{font-size:17px;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.6}
.news-grid-v1 .articles-holder{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.news-grid-v1 .card-item{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease}
.news-grid-v1 .card-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #03965e33}
.news-grid-v1 .card-item img{width:100%;height:240px;object-fit:cover}
.news-grid-v1 .card-content{padding:26px}
.news-grid-v1 .date-tag{display:inline-block;font-size:13px;color:#03965E;font-weight:600;margin-bottom:10px}
.news-grid-v1 h3{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:600;line-height:1.3}
.news-grid-v1 .excerpt-v1{font-size:15px;color:#5a5a5a;line-height:1.6;margin:0}
.feature-split-v3{padding:90px 20px;background:linear-gradient(225deg,#03965e0f 0%,#960e700f 100%)}
.feature-split-v3 .layout-holder{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:70px}
.feature-split-v3 .img-section{flex:0 0 48%}
.feature-split-v3 .img-section img{width:100%;height:460px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #0000001f}
.feature-split-v3 .content-section{flex:1}
.feature-split-v3 h2{font-size:40px;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;padding-left:20px}
.feature-split-v3 h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:42px;background:linear-gradient(180deg,#03965E 0%,#960E70 100%);border-radius:3px}
.feature-split-v3 .description-v2{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 28px}
.feature-split-v3 .points-list{list-style:none;padding:0;margin:0 0 30px}
.feature-split-v3 .points-list li{font-size:15px;color:#2a2a2a;padding:14px 0 14px 36px;position:relative;line-height:1.5}
.feature-split-v3 .points-list li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#03965E;border-radius:50%;box-shadow:0 0 0 4px #03965e26}
.feature-split-v3 .bt-link-v1{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#03965E 0%,#960E70 100%);color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .2s ease;box-shadow:0 4px 14px #03965e4d}
.feature-split-v3 .bt-link-v1:hover{transform:translateY(-2px);box-shadow:0 8px 20px #03965e66}
.feature-split-v3 .bt-link-v1 i{font-size:18px}
.testimonial-showcase-v2{padding:85px 20px;background:#fff}
.testimonial-showcase-v2 .container-tst{max-width:1320px;margin:0 auto}
.testimonial-showcase-v2 .heading-v3{text-align:center;margin-bottom:55px}
.testimonial-showcase-v2 h2{font-size:42px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.testimonial-showcase-v2 .subheading-v1{font-size:18px;color:#5a5a5a;margin:0}
.testimonial-showcase-v2 .cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonial-showcase-v2 .tst-card{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);padding:38px;border-radius:8px;border:2px solid #EFEEED;position:relative;transition:all .3s ease}
.testimonial-showcase-v2 .tst-card:hover{border-color:#03965E;box-shadow:0 8px 24px #03965e26}
.testimonial-showcase-v2 .tst-card::before{content:'"';position:absolute;top:20px;left:30px;font-size:80px;color:#03965e1f;font-family:Georgia,serif;line-height:1}
.testimonial-showcase-v2 .quote-txt{font-size:16px;color:#2a2a2a;line-height:1.7;margin:0 0 24px;position:relative;z-index:1}
.testimonial-showcase-v2 .author-info{display:flex;align-items:center;gap:18px}
.testimonial-showcase-v2 .author-info img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #03965E}
.testimonial-showcase-v2 .author-details h4{font-size:17px;color:#1a1a1a;margin:0 0 4px;font-weight:600}
.testimonial-showcase-v2 .author-details .role-v1{font-size:14px;color:#960E70;margin:0}
@media (max-width: 1024px) {
.title-area-v2 .inner-wrap{flex-direction:column;text-align:center}
.title-area-v2 .img-holder{flex:0 0 auto;width:100%;max-width:500px}
.news-grid-v1 .articles-holder{grid-template-columns:repeat(2,1fr)}
.feature-split-v3 .layout-holder{flex-direction:column}
.feature-split-v3 .img-section{flex:0 0 auto;width:100%}
.testimonial-showcase-v2 .cards-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.title-area-v2{padding:60px 20px 70px}
.title-area-v2 h1{font-size:36px}
.title-area-v2 .subtitle-v1{font-size:17px}
.title-area-v2 .img-holder img{height:300px}
.news-grid-v1{padding:60px 20px}
.news-grid-v1 h2{font-size:32px}
.news-grid-v1 .articles-holder{grid-template-columns:1fr}
.feature-split-v3{padding:60px 20px}
.feature-split-v3 h2{font-size:32px}
.feature-split-v3 .img-section img{height:340px}
.testimonial-showcase-v2{padding:60px 20px}
.testimonial-showcase-v2 h2{font-size:34px}
.testimonial-showcase-v2 .tst-card{padding:28px}
}
.top-bar-v2{background:linear-gradient(127deg,#03965E 0%,#0A7A4D 100%);padding:.75rem 0;margin-bottom:0}
.top-bar-v2 .hold-it{max-width:1320px;margin:0 auto;padding:0 1.25rem;display:flex;justify-content:space-between;align-items:center}
.top-bar-v2 .msg-txt{color:#EFEEED;font-size:.9rem;font-weight:500}
.top-bar-v2 .ph-link{color:#EFEEED;text-decoration:none;font-size:.9rem;transition:opacity .2s}
.top-bar-v2 .ph-link:hover{opacity:.85}
.legacy-hero-main{background:linear-gradient(162deg,#EFEEED 0%,#fff 100%);padding:4rem 0;position:relative}
.legacy-hero-main::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:#03965E}
.legacy-hero-main .content-holder{max-width:1320px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1.2fr 1fr;gap:3.5rem;align-items:center}
.legacy-hero-main .txt-zone h1{font-size:2.75rem;color:#1a1a1a;margin-bottom:1.25rem;line-height:1.2;font-weight:700}
.legacy-hero-main .txt-zone .sub-msg{font-size:1.1rem;color:#444;line-height:1.7;margin-bottom:2rem}
.legacy-hero-main .img-zone img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #03965e26}
.legacy-hero-main .cta-bt{background:linear-gradient(135deg,#960E70 0%,#7A0B5A 100%);color:#EFEEED;padding:.95rem 2.25rem;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;box-shadow:0 4px 12px #960e7040}
.legacy-hero-main .cta-bt:hover{transform:translateY(-2px);box-shadow:0 6px 18px #960e7059}
.partners-sec-v1{background:#fff;padding:3.5rem 0;border-top:1px solid #e0e0e0}
.partners-sec-v1 .hold-it{max-width:1320px;margin:0 auto;padding:0 1.25rem}
.partners-sec-v1 .sec-head{text-align:center;margin-bottom:2.5rem}
.partners-sec-v1 .sec-head h2{font-size:2.1rem;color:#1a1a1a;margin-bottom:.75rem;font-weight:700}
.partners-sec-v1 .sec-head .desc-line{font-size:1.05rem;color:#555;line-height:1.6}
.partners-sec-v1 .grid-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.partners-sec-v1 .card-p{background:#EFEEED;padding:2rem 1.75rem;border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:all .3s}
.partners-sec-v1 .card-p:hover{transform:translateY(-4px);box-shadow:0 6px 16px #03965e1f}
.partners-sec-v1 .card-p .ico{font-size:2.5rem;color:#03965E;margin-bottom:1.25rem}
.partners-sec-v1 .card-p h3{font-size:1.35rem;color:#1a1a1a;margin-bottom:.85rem;font-weight:600}
.partners-sec-v1 .card-p p{font-size:.975rem;color:#444;line-height:1.65;margin:0}
.solve-area{background:linear-gradient(245deg,#03965E 0%,#027A4D 100%);padding:4.5rem 0;position:relative;overflow:hidden}
.solve-area::after{content:'';position:absolute;bottom:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.solve-area .wrapper-box{max-width:1320px;margin:0 auto;padding:0 1.25rem;position:relative;z-index:2}
.solve-area .top-txt{text-align:center;margin-bottom:3rem}
.solve-area .top-txt h2{font-size:2.3rem;color:#EFEEED;margin-bottom:1rem;font-weight:700}
.solve-area .top-txt .intro-p{font-size:1.1rem;color:#EFEEED;line-height:1.7;max-width:720px;margin:0 auto}
.solve-area .prob-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.solve-area .prob-item{display:flex;gap:1.5rem}
.solve-area .prob-item .num-badge{background:#ffffff26;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#EFEEED;flex-shrink:0}
.solve-area .prob-item .txt-part h4{font-size:1.25rem;color:#EFEEED;margin-bottom:.65rem;font-weight:600}
.solve-area .prob-item .txt-part p{font-size:.975rem;color:#efeeede6;line-height:1.65;margin:0}
.story-block-v3{background:#fff;padding:4rem 0}
.story-block-v3 .hold-it{max-width:1320px;margin:0 auto;padding:0 1.25rem}
.story-block-v3 .header-v1{text-align:center;margin-bottom:3.5rem}
.story-block-v3 .header-v1 h2{font-size:2.2rem;color:#1a1a1a;margin-bottom:.85rem;font-weight:700}
.story-block-v3 .header-v1 .sub-line{font-size:1.05rem;color:#555;line-height:1.6}
.story-block-v3 .testimonial-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.story-block-v3 .test-card{background:#EFEEED;padding:2.25rem;border-radius:10px;border-left:4px solid #960E70;box-shadow:0 3px 10px #0000000d;display:flex;flex-direction:column;gap:1.5rem}
.story-block-v3 .test-card .person-info{display:flex;align-items:center;gap:1.25rem}
.story-block-v3 .test-card .person-info img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #03965E}
.story-block-v3 .test-card .person-info .data-col h5{font-size:1.15rem;color:#1a1a1a;margin-bottom:.25rem;font-weight:600}
.story-block-v3 .test-card .person-info .data-col .role-txt{font-size:.9rem;color:#666}
.story-block-v3 .test-card .quote-txt{font-size:1rem;color:#333;line-height:1.75;font-style:italic;margin:0}
.interactive-quiz-v1{background:linear-gradient(180deg,#EFEEED 0%,#fff 100%);padding:4.5rem 0}
.interactive-quiz-v1 .wrapper-box{max-width:920px;margin:0 auto;padding:0 1.25rem}
.interactive-quiz-v1 .sec-title{text-align:center;margin-bottom:3rem}
.interactive-quiz-v1 .sec-title h2{font-size:2.25rem;color:#1a1a1a;margin-bottom:.75rem;font-weight:700}
.interactive-quiz-v1 .sec-title .desc-p{font-size:1.05rem;color:#555;line-height:1.65}
.interactive-quiz-v1 .quiz-wrapper{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 4px 16px #00000014}
.interactive-quiz-v1 .question-block{margin-bottom:2rem}
.interactive-quiz-v1 .question-block:last-child{margin-bottom:0}
.interactive-quiz-v1 .question-block h4{font-size:1.15rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}
.interactive-quiz-v1 .question-block .options-list{display:flex;flex-direction:column;gap:.75rem}
.interactive-quiz-v1 .question-block input[type="radio"]{display:none}
.interactive-quiz-v1 .question-block label{padding:.95rem 1.5rem;background:#EFEEED;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s;font-size:.975rem;color:#333;display:block}
.interactive-quiz-v1 .question-block label:hover{border-color:#03965E;background:#03965e0d}
.interactive-quiz-v1 .question-block input[type="radio"]:checked + label{background:linear-gradient(135deg,#03965E 0%,#027A4D 100%);color:#EFEEED;border-color:#03965E;box-shadow:0 2px 8px #03965e40}
.interactive-quiz-v1 .submit-zone{margin-top:2.5rem;text-align:center}
.interactive-quiz-v1 .submit-zone .bt-submit{background:linear-gradient(135deg,#960E70 0%,#7A0B5A 100%);color:#EFEEED;padding:1rem 2.75rem;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #960e7040}
.interactive-quiz-v1 .submit-zone .bt-submit:hover{transform:translateY(-2px);box-shadow:0 6px 18px #960e7059}
.outcomes-v2{background:#fff;padding:4rem 0;border-top:1px solid #e0e0e0}
.outcomes-v2 .content-holder{max-width:1320px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr 1.3fr;gap:3.5rem;align-items:center}
.outcomes-v2 .img-side img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000001a}
.outcomes-v2 .txt-side h2{font-size:2.15rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:700}
.outcomes-v2 .txt-side .intro-txt{font-size:1.05rem;color:#444;line-height:1.7;margin-bottom:2rem}
.outcomes-v2 .txt-side .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.outcomes-v2 .txt-side .stat-box{text-align:center;padding:1.5rem 1rem;background:linear-gradient(135deg,#EFEEED 0%,#fff 100%);border-radius:8px;box-shadow:0 2px 8px #0000000d}
.outcomes-v2 .txt-side .stat-box .num{font-size:2.5rem;font-weight:700;color:#03965E;margin-bottom:.5rem;line-height:1}
.outcomes-v2 .txt-side .stat-box .label{font-size:.9rem;color:#666;line-height:1.4}
.cta-final-v1{background:linear-gradient(210deg,#960E70 0%,#7A0B5A 100%);padding:4.5rem 0;position:relative;overflow:hidden}
.cta-final-v1::before{content:'';position:absolute;top:-50px;left:-50px;width:300px;height:300px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.cta-final-v1 .wrapper-box{max-width:920px;margin:0 auto;padding:0 1.25rem;text-align:center;position:relative;z-index:2}
.cta-final-v1 h2{font-size:2.4rem;color:#EFEEED;margin-bottom:1.25rem;font-weight:700}
.cta-final-v1 .msg-txt{font-size:1.15rem;color:#efeeedf2;line-height:1.75;margin-bottom:2.5rem}
.cta-final-v1 .bt-action{background:linear-gradient(135deg,#03965E 0%,#027A4D 100%);color:#EFEEED;padding:1.1rem 3rem;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #03965e59}
.cta-final-v1 .bt-action:hover{transform:translateY(-3px);box-shadow:0 6px 20px #03965e73}
@media (max-width: 968px) {
.top-bar-v2 .hold-it{flex-direction:column;gap:.5rem}
.legacy-hero-main .content-holder{grid-template-columns:1fr;gap:2.5rem}
.legacy-hero-main .txt-zone h1{font-size:2.2rem}
.legacy-hero-main .img-zone img{height:360px}
.partners-sec-v1 .grid-wrap{grid-template-columns:1fr;gap:1.5rem}
.solve-area .prob-grid{grid-template-columns:1fr;gap:2rem}
.story-block-v3 .testimonial-row{grid-template-columns:1fr;gap:2rem}
.outcomes-v2 .content-holder{grid-template-columns:1fr;gap:2.5rem}
.outcomes-v2 .img-side img{height:340px}
.outcomes-v2 .txt-side .stats-row{grid-template-columns:repeat(3,1fr);gap:1rem}
.cta-final-v1 h2{font-size:2rem}
}
@media (max-width: 640px) {
.legacy-hero-main{padding:3rem 0}
.legacy-hero-main .txt-zone h1{font-size:1.85rem}
.legacy-hero-main .img-zone img{height:280px}
.partners-sec-v1,.solve-area,.story-block-v3,.interactive-quiz-v1,.outcomes-v2,.cta-final-v1{padding:3rem 0}
.partners-sec-v1 .sec-head h2,.solve-area .top-txt h2,.story-block-v3 .header-v1 h2,.interactive-quiz-v1 .sec-title h2,.outcomes-v2 .txt-side h2,.cta-final-v1 h2{font-size:1.75rem}
.outcomes-v2 .txt-side .stats-row{grid-template-columns:1fr}
.outcomes-v2 .txt-side .stat-box{padding:1.25rem .75rem}
.interactive-quiz-v1 .quiz-wrapper{padding:1.75rem}
}
.cntc-hero-v1{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:520px;overflow:hidden;position:relative;background:linear-gradient(127deg,#03965E 0%,#960E70 100%)}
.cntc-hero-v1 .txt-zone-v2{display:flex;flex-direction:column;justify-content:center;padding:80px 60px;position:relative;z-index:2}
.cntc-hero-v1 .txt-zone-v2 h1{font-size:48px;line-height:1.2;color:#EFEEED;margin:0 0 20px}
.cntc-hero-v1 .txt-zone-v2 h1 .hlt-phrase{color:#fff;font-weight:700;position:relative;display:inline-block}
.cntc-hero-v1 .txt-zone-v2 p{font-size:18px;line-height:1.6;color:#EFEEED;margin:0}
.cntc-hero-v1 .img-zone-v2{position:relative;overflow:hidden}
.cntc-hero-v1 .img-zone-v2 img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05);transition:transform .4s}
.cntc-hero-v1 .img-zone-v2::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 1px,transparent 1px);background-size:40px 40px;animation:particle-drift 25s linear infinite;z-index:1;pointer-events:none;opacity:.3}
@keyframes particle-drift {
0%{transform:translate(0,0)}
100%{transform:translate(50px,50px)}
}
.cntc-hero-v1 .img-zone-v2::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#03965e4d 0%,#960e704d 100%);z-index:1}
.info-grid-holder{max-width:1320px;margin:80px auto;padding:0 20px}
.info-grid-holder h2{font-size:36px;text-align:center;color:#1a1a1a;margin:0 0 50px}
.contact-details-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:60px}
.detail-card-v2{background:#EFEEED;padding:40px 30px;border-radius:8px;transition:all .3s;position:relative;overflow:hidden}
.detail-card-v2::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#03965E 0%,#960E70 100%);transform:scaleY(0);transition:transform .3s}
.detail-card-v2:hover::before{transform:scaleY(1)}
.detail-card-v2:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.detail-card-v2 .ic-wrap{width:50px;height:50px;border-radius:6px;background:linear-gradient(135deg,#03965E 0%,#960E70 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.detail-card-v2 .ic-wrap i{font-size:24px;color:#fff}
.detail-card-v2 h3{font-size:20px;color:#1a1a1a;margin:0 0 12px}
.detail-card-v2 p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.detail-card-v2 a{color:#03965E;text-decoration:none;transition:color .2s}
.detail-card-v2 a:hover{color:#960E70}
.form-section-v3{max-width:1320px;margin:0 auto 80px;padding:0 20px}
.form-container-v1{background:#fff;border:2px solid #EFEEED;border-radius:10px;padding:60px 50px;box-shadow:0 4px 16px #0000000f}
.form-container-v1 h2{font-size:32px;color:#1a1a1a;margin:0 0 12px}
.form-container-v1 .sub-desc{font-size:17px;color:#5a5a5a;margin:0 0 40px}
.form-container-v1 form{display:flex;flex-direction:column;gap:24px}
.name-row-v2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.fld-group-v1{display:flex;flex-direction:column;gap:8px}
.fld-group-v1 label{font-size:15px;font-weight:500;color:#2a2a2a}
.fld-group-v1 input,.fld-group-v1 textarea{padding:14px 16px;font-size:16px;border:2px solid #EFEEED;border-radius:6px;transition:all .2s;background:#fff;color:#1a1a1a}
.fld-group-v1 input:focus,.fld-group-v1 textarea:focus{outline:none;border-color:#03965E;box-shadow:0 0 0 3px #03965e1a}
.checkbox-set-v1{display:flex;flex-direction:column;gap:12px;margin-top:8px}
.checkbox-set-v1 label{font-size:15px;color:#3a3a3a}
.checkbox-option-v1{display:flex;align-items:center;gap:10px;cursor:pointer}
.checkbox-option-v1 input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#03965E}
.privacy-check-v2{display:flex;align-items:flex-start;gap:10px;margin-top:8px}
.privacy-check-v2 input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#03965E}
.privacy-check-v2 label{font-size:14px;line-height:1.5;color:#4a4a4a}
.privacy-check-v2 label a{color:#03965E;text-decoration:underline;transition:color .2s}
.privacy-check-v2 label a:hover{color:#960E70}
.submit-bt-v1{padding:16px 48px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#03965E 0%,#960E70 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s;align-self:flex-start;position:relative;z-index:1}
.submit-bt-v1:hover{transform:translateY(-2px);box-shadow:0 6px 20px #03965e4d}
.submit-bt-v1:active{transform:translateY(0)}
.hours-section-v1{max-width:1320px;margin:0 auto 80px;padding:0 20px;text-align:center}
.hours-section-v1 h2{font-size:32px;color:#1a1a1a;margin:0 0 40px}
.hours-table-v1{display:inline-block;background:#EFEEED;border-radius:10px;padding:40px 60px}
.hours-table-v1 .hour-row{display:flex;justify-content:space-between;gap:60px;padding:12px 0;border-bottom:1px solid #00000014}
.hours-table-v1 .hour-row:last-child{border-bottom:none}
.hours-table-v1 .hour-row .day-lbl{font-size:16px;font-weight:500;color:#2a2a2a;text-align:left;min-width:100px}
.hours-table-v1 .hour-row .time-lbl{font-size:16px;color:#5a5a5a;text-align:right}
@media (max-width: 992px) {
.cntc-hero-v1{grid-template-columns:1fr;min-height:auto}
.cntc-hero-v1 .txt-zone-v2{padding:60px 40px}
.cntc-hero-v1 .txt-zone-v2 h1{font-size:38px}
.cntc-hero-v1 .img-zone-v2{min-height:300px}
.contact-details-v1{grid-template-columns:1fr}
.form-container-v1{padding:40px 30px}
.name-row-v2{grid-template-columns:1fr}
.hours-table-v1{padding:30px 40px}
.hours-table-v1 .hour-row{gap:40px}
}
@media (max-width: 640px) {
.cntc-hero-v1 .txt-zone-v2{padding:40px 20px}
.cntc-hero-v1 .txt-zone-v2 h1{font-size:32px}
.cntc-hero-v1 .txt-zone-v2 p{font-size:16px}
.info-grid-holder h2,.form-container-v1 h2,.hours-section-v1 h2{font-size:28px}
.form-container-v1{padding:30px 20px}
.submit-bt-v1{width:100%}
.hours-table-v1{padding:24px 20px;width:100%}
.hours-table-v1 .hour-row{gap:20px}
.hours-table-v1 .hour-row .day-lbl{min-width:auto}
}
.abt-hdr-v3{max-width:1320px;margin:4rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 380px;gap:3.5rem;align-items:center;position:relative}
.abt-hdr-v3::before{content:'';position:absolute;width:220px;height:220px;background:linear-gradient(127deg,#03965E,transparent);opacity:.06;border-radius:50%;top:-40px;left:-60px;z-index:-1}
.txt-hldr{display:flex;flex-direction:column;gap:2rem}
.txt-hldr h1{font-size:2.8rem;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0}
.txt-hldr .dscr{font-size:1.1rem;line-height:1.7;color:#4a4a4a;margin:0}
.img-crd-v2{width:100%;height:460px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #00000014;position:relative}
.img-crd-v2::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#03965e14,#960e7014);pointer-events:none}
.img-crd-v2 img{width:100%;height:100%;object-fit:cover}
.stry-sct{background:linear-gradient(168deg,#EFEEED 0%,#f8f8f7 100%);padding:5rem 0;margin:5rem 0}
.stry-sct .cntnr-v1{max-width:1320px;margin:0 auto;padding:0 1.5rem}
.stry-sct h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem}
.stry-grd{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.stry-blk{display:flex;flex-direction:column;gap:1.2rem}
.stry-blk h3{font-size:1.4rem;font-weight:600;color:#03965E;margin:0}
.stry-blk p{font-size:1rem;line-height:1.7;color:#4a4a4a;margin:0}
.tm-wrap{max-width:1320px;margin:5rem auto;padding:0 1.5rem}
.tm-wrap h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 3rem;text-align:center}
.tm-grd-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.tm-crd{background:#fff;border-radius:10px;padding:2.5rem;box-shadow:0 4px 16px #0000000f;display:flex;gap:2rem;align-items:start;transition:transform 200ms,box-shadow 300ms}
.tm-crd:hover{transform:translateY(-4px);box-shadow:0 12px 32px #03965e26}
.tm-img-box{width:110px;height:110px;border-radius:8px;overflow:hidden;flex-shrink:0;border:3px solid #EFEEED}
.tm-img-box img{width:100%;height:100%;object-fit:cover}
.tm-inf{display:flex;flex-direction:column;gap:.8rem}
.tm-inf h4{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin:0}
.tm-inf .role-v2{font-size:.95rem;color:#960E70;font-weight:500}
.tm-inf p{font-size:.95rem;line-height:1.6;color:#5a5a5a;margin:0}
.appr-sect{background:linear-gradient(248deg,#03965e0a,#960e700a);padding:5rem 0;margin:5rem 0;position:relative;overflow:hidden}
.appr-sect::before{content:'';position:absolute;width:340px;height:340px;background:radial-gradient(circle,#960e7014,transparent);top:-100px;right:-100px;border-radius:50%}
.appr-cntnr{max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}
.appr-cntnr h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 3rem}
.appr-layout{display:flex;gap:4rem;align-items:center}
.appr-txt{flex:1;display:flex;flex-direction:column;gap:1.5rem}
.appr-txt p{font-size:1rem;line-height:1.7;color:#4a4a4a;margin:0}
.appr-img-wrap{flex:0 0 500px;height:420px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.appr-img-wrap img{width:100%;height:100%;object-fit:cover}
.feat-holder{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.feat-itm{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000a;border-left:4px solid #03965E;transition:box-shadow 300ms,transform 200ms}
.feat-itm:hover{box-shadow:0 6px 20px #03965e1f;transform:translateX(4px)}
.feat-itm h5{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 .8rem}
.feat-itm p{font-size:.95rem;line-height:1.6;color:#5a5a5a;margin:0}
.cta-bnr{background:linear-gradient(118deg,#03965E,#960E70);padding:4rem 0;margin:5rem 0 0}
.cta-bnr .bnr-cntnr{max-width:1320px;margin:0 auto;padding:0 1.5rem;text-align:center;display:flex;flex-direction:column;gap:2rem;align-items:center}
.cta-bnr h2{font-size:2rem;font-weight:700;color:#fff;margin:0}
.cta-bnr p{font-size:1.1rem;color:#fffffff2;margin:0;max-width:680px}
.btn-grp-v1{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}
.btn-pr-v2{padding:1rem 2.5rem;background:#fff;color:#03965E;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform 200ms,box-shadow 300ms}
.btn-pr-v2:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}
.btn-sc-v2{padding:1rem 2.5rem;background:transparent;color:#fff;font-size:1rem;font-weight:600;border:2px solid #fff;border-radius:6px;cursor:pointer;text-decoration:none;display:inline-block;transition:background 300ms,color 300ms}
.btn-sc-v2:hover{background:#fff;color:#960E70}
@media (max-width: 1024px) {
.abt-hdr-v3{grid-template-columns:1fr;gap:2.5rem;margin:3rem auto}
.img-crd-v2{height:380px}
.stry-grd{grid-template-columns:1fr;gap:2.5rem}
.tm-grd-v1{grid-template-columns:1fr;gap:2rem}
.appr-layout{flex-direction:column;gap:2.5rem}
.appr-img-wrap{flex:0 0 auto;width:100%;height:360px}
.feat-holder{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 768px) {
.abt-hdr-v3{margin:2rem auto;padding:0 1rem}
.txt-hldr h1{font-size:2.2rem}
.txt-hldr .dscr{font-size:1rem}
.img-crd-v2{height:320px}
.stry-sct{padding:3.5rem 0;margin:3.5rem 0}
.stry-sct h2,.tm-wrap h2,.appr-cntnr h2,.cta-bnr h2{font-size:1.8rem}
.tm-crd{flex-direction:column;padding:2rem}
.tm-img-box{width:100px;height:100px}
.appr-sect{padding:3.5rem 0;margin:3.5rem 0}
.appr-img-wrap{height:300px}
.cta-bnr{padding:3rem 0}
.btn-grp-v1{flex-direction:column;width:100%}
.btn-pr-v2,.btn-sc-v2{width:100%;text-align:center}
}
.hero-title-holder{position:relative;min-height:520px;display:flex;align-items:center;background:linear-gradient(142deg,#03965E 0%,#960E70 100%);overflow:hidden;padding:80px 20px}
.hero-title-holder::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#efeeed14;border-radius:50%}
.hero-title-holder::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:#ffffff0d;border-radius:50%}
.hero-main-wrap{max-width:1320px;margin:0 auto;width:100%;position:relative;z-index:2}
.hero-main-wrap h1{font-size:62px;font-weight:800;color:#fff;line-height:1.15;margin:0;max-width:780px;letter-spacing:-.02em}
.hero-decorative-line{width:120px;height:6px;background:#efeeede6;margin-top:32px;border-radius:3px}
.content-block-one{padding:90px 20px;background:#fff}
.content-block-one .inner-wrap-v1{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.text-area-left h2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.25}
.text-area-left p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 18px}
.text-area-left .highlight-term{color:#03965E;font-weight:600}
.img-holder-right{position:relative}
.img-holder-right img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001f}
.img-holder-right::before{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:3px solid #960E70;border-radius:8px;z-index:-1}
.feature-segment-v2{padding:100px 20px;background:linear-gradient(217deg,#EFEEED 0%,#f8f8f7 100%)}
.feature-segment-v2 .container-center{max-width:1320px;margin:0 auto}
.feature-segment-v2 h2{font-size:46px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 60px;line-height:1.2}
.feature-segment-v2 h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#03965E,#960E70);margin:20px auto 0;border-radius:2px}
.card-grid-holder{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.benefit-card-v1{background:#fff;padding:36px 32px;border-radius:6px;box-shadow:0 4px 16px #0000000f;transition:all 300ms ease;border-top:4px solid transparent}
.benefit-card-v1:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f;border-top-color:#03965E}
.benefit-card-v1:nth-child(2):hover{border-top-color:#960E70}
.benefit-card-v1:nth-child(3):hover{border-top-color:#03965E}
.card-icon-area{width:64px;height:64px;background:linear-gradient(135deg,#03965E,#960E70);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-icon-area i{font-size:32px;color:#fff}
.benefit-card-v1 h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.benefit-card-v1 p{font-size:16px;line-height:1.65;color:#5a5a5a;margin:0}
.testimonial-section-v3{padding:95px 20px;background:#fff;position:relative}
.testimonial-section-v3::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#03965E 0%,#960E70 50%,#03965E 100%)}
.testimonial-section-v3 .wrap-center{max-width:1320px;margin:0 auto}
.testimonial-section-v3 h2{font-size:44px;font-weight:700;color:#1a1a1a;margin:0 0 50px;text-align:center;line-height:1.25}
.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.testimonial-item-v1{display:flex;gap:28px;background:#fafafa;padding:40px;border-radius:8px;border-left:5px solid #03965E;transition:all 250ms ease}
.testimonial-item-v1:hover{background:#f5f5f5;box-shadow:0 6px 20px #00000014}
.testimonial-item-v1:nth-child(2){border-left-color:#960E70}
.profile-photo-area{flex-shrink:0}
.profile-photo-area img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000001a}
.testimonial-text-area p{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 20px;font-style:italic}
.author-info-v1{display:flex;flex-direction:column;gap:4px}
.author-info-v1 .name-label{font-size:18px;font-weight:600;color:#1a1a1a}
.author-info-v1 .origin-label{font-size:14px;color:#6a6a6a}
.cta-final-holder{padding:85px 20px;background:linear-gradient(165deg,#960E70 0%,#03965E 100%);text-align:center}
.cta-final-holder .content-inner-v2{max-width:800px;margin:0 auto}
.cta-final-holder h2{font-size:40px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}
.cta-final-holder p{font-size:18px;line-height:1.65;color:#ffffffeb;margin:0 0 36px}
.btn-primary-v1{display:inline-block;padding:16px 44px;background:#fff;color:#03965E;font-size:17px;font-weight:600;border-radius:6px;text-decoration:none;transition:all 200ms ease;box-shadow:0 4px 14px #00000026}
.btn-primary-v1:hover{background:#EFEEED;transform:translateY(-3px);box-shadow:0 8px 24px #00000040;color:#960E70}
@media (max-width: 1024px) {
.hero-title-holder h1{font-size:48px}
.content-block-one .inner-wrap-v1{gap:50px}
.text-area-left h2{font-size:36px}
.card-grid-holder{grid-template-columns:1fr;gap:30px}
.testimonial-grid{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.hero-title-holder{min-height:400px;padding:60px 20px}
.hero-title-holder h1{font-size:36px}
.hero-decorative-line{width:80px;height:4px}
.content-block-one{padding:60px 20px}
.content-block-one .inner-wrap-v1{grid-template-columns:1fr;gap:40px}
.img-holder-right img{height:320px}
.img-holder-right::before{top:-12px;right:-12px;border-width:2px}
.text-area-left h2{font-size:30px}
.feature-segment-v2{padding:70px 20px}
.feature-segment-v2 h2{font-size:34px;margin-bottom:40px}
.testimonial-section-v3{padding:70px 20px}
.testimonial-section-v3 h2{font-size:32px;margin-bottom:35px}
.testimonial-item-v1{flex-direction:column;padding:30px}
.profile-photo-area img{width:75px;height:75px}
.cta-final-holder{padding:65px 20px}
.cta-final-holder h2{font-size:30px}
.btn-primary-v1{padding:14px 36px;font-size:16px}
}
.msg-holder-v1{max-width:1320px;margin:4rem auto 2rem;padding:0 1.5rem}
.msg-holder-v1 .legacy-check-wrap{background:linear-gradient(135deg,#03965E 0%,#03965E 50%,#960E70 100%);padding:3.5rem 2.5rem;border-radius:8px;box-shadow:0 8px 24px #03965e26;text-align:center;position:relative;overflow:hidden}
.msg-holder-v1 .legacy-check-wrap::before{content:'';position:absolute;top:-50%;right:-50%;width:300px;height:300px;background:#ffffff14;border-radius:50%;z-index:1}
.msg-holder-v1 .legacy-check-wrap::after{content:'';position:absolute;bottom:-30%;left:-20%;width:200px;height:200px;background:#960e701f;border-radius:50%;z-index:1}
.msg-holder-v1 .check-icon-v2{width:90px;height:90px;margin:0 auto 2rem;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 6px 20px #0000001f}
.msg-holder-v1 .check-icon-v2 svg{width:48px;height:48px}
.msg-holder-v1 .hd-confirm{font-size:2.2rem;font-weight:700;color:#fff;margin:0 0 1rem;position:relative;z-index:2;line-height:1.3}
.msg-holder-v1 .txt-subline{font-size:1.1rem;color:#ffffffeb;margin:0 0 2.5rem;position:relative;z-index:2;line-height:1.6;max-width:580px;margin-left:auto;margin-right:auto}
.msg-holder-v1 .detail-grid-v1{background:#fffffff7;border-radius:6px;padding:2rem;margin:0 0 2.5rem;position:relative;z-index:2;box-shadow:0 4px 16px #00000014}
.msg-holder-v1 .detail-grid-v1 .info-row{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-bottom:1px solid #EFEEED}
.msg-holder-v1 .detail-grid-v1 .info-row:last-child{border-bottom:none;padding-bottom:0}
.msg-holder-v1 .detail-grid-v1 .info-row:first-child{padding-top:0}
.msg-holder-v1 .detail-grid-v1 .lbl{font-size:.88rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:left}
.msg-holder-v1 .detail-grid-v1 .val{font-size:1.05rem;color:#222;font-weight:600;text-align:left}
.msg-holder-v1 .bt-primary-v3{display:inline-block;padding:.95rem 2.8rem;background:#fff;color:#03965E;font-size:1.05rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all 200ms;position:relative;z-index:2;box-shadow:0 4px 12px #0000001a}
.msg-holder-v1 .bt-primary-v3:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026;background:#EFEEED}
.msg-holder-v1 .bt-primary-v3:active{transform:translateY(0)}
.info-panel-v2{max-width:1320px;margin:3rem auto 5rem;padding:0 1.5rem}
.info-panel-v2 .content-box-legacy{background:linear-gradient(45deg,#EFEEED 0%,#fff 100%);padding:2.5rem;border-radius:8px;border-left:5px solid #960E70;box-shadow:0 2px 12px #0000000f}
.info-panel-v2 .hd-next{font-size:1.6rem;font-weight:700;color:#222;margin:0 0 1.2rem}
.info-panel-v2 .desc-block{font-size:1rem;color:#444;line-height:1.7;margin:0 0 1.5rem}
.info-panel-v2 .step-list-v1{display:flex;flex-direction:column;gap:1.2rem}
.info-panel-v2 .step-item-v1{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000000a;transition:all 300ms}
.info-panel-v2 .step-item-v1:hover{box-shadow:0 4px 12px #03965e1f;transform:translateX(4px)}
.info-panel-v2 .step-num{flex-shrink:0;width:36px;height:36px;background:linear-gradient(135deg,#03965E,#960E70);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.info-panel-v2 .step-txt{flex:1;font-size:1rem;color:#333;line-height:1.6;padding-top:.4rem}
.info-panel-v2 .contact-note{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:6px;border:2px solid #EFEEED}
.info-panel-v2 .contact-note .note-hd{font-size:1.1rem;font-weight:600;color:#222;margin:0 0 .8rem}
.info-panel-v2 .contact-note .note-txt{font-size:.95rem;color:#555;line-height:1.6;margin:0 0 1rem}
.info-panel-v2 .contact-link{display:inline-flex;align-items:center;gap:.5rem;color:#03965E;text-decoration:none;font-weight:600;font-size:1rem;transition:all 200ms}
.info-panel-v2 .contact-link:hover{color:#960E70;gap:.8rem}
.info-panel-v2 .contact-link i{font-size:1.2rem}
@media (max-width: 768px) {
.msg-holder-v1{margin:2rem auto 1.5rem;padding:0 1rem}
.msg-holder-v1 .legacy-check-wrap{padding:2.5rem 1.5rem}
.msg-holder-v1 .check-icon-v2{width:70px;height:70px;margin-bottom:1.5rem}
.msg-holder-v1 .check-icon-v2 svg{width:38px;height:38px}
.msg-holder-v1 .hd-confirm{font-size:1.7rem}
.msg-holder-v1 .txt-subline{font-size:1rem;margin-bottom:2rem}
.msg-holder-v1 .detail-grid-v1{padding:1.5rem;margin-bottom:2rem}
.msg-holder-v1 .bt-primary-v3{padding:.85rem 2rem;font-size:1rem}
.info-panel-v2{margin:2rem auto 3rem;padding:0 1rem}
.info-panel-v2 .content-box-legacy{padding:2rem 1.5rem}
.info-panel-v2 .hd-next{font-size:1.4rem}
.info-panel-v2 .step-item-v1{padding:.9rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.msg-holder-v1 .legacy-check-wrap{padding:3rem 2rem}
.info-panel-v2 .content-box-legacy{padding:2.2rem}
}