@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-serif@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-serif@latest/700.css";
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:'PT Serif',Georgia,serif;background-color:#fafaf7;color:#1a1a1a;line-height:1.6;cursor:default}
a{cursor:pointer;text-decoration:none;transition:color .2s ease}
button,[role="button"]{cursor:pointer}
button:disabled{cursor:not-allowed}
img{max-width:100%;height:auto;display:block}
.heado-wrap-v1{background:#fff;border-bottom:2px solid #b8485726;box-shadow:0 2px 8px #b8485714;position:relative;z-index:100}
.heado-inner-holder{max-width:1280px;margin:0 auto;padding:0 24px}
.heado-top-row-v1{display:flex;align-items:center;justify-content:space-between;padding:12px 0 8px;border-bottom:1px solid #f0edcacc}
.heado-contact-strip{display:flex;align-items:center;gap:24px}
.heado-contact-strip a{font-size:13px;color:#555;display:flex;align-items:center;gap:6px}
.heado-contact-strip a:hover{color:#B84857}
.heado-locale-flag{display:flex;align-items:center;gap:6px;font-size:13px;color:#555}
.heado-center-zone{display:flex;flex-direction:column;align-items:center;padding:28px 0 20px;position:relative}
.site-logo-holder{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none}
.site-logo-holder img{width:110px;height:110px;object-fit:contain;border-radius:12px;box-shadow:0 4px 12px #b848572e;background:#F0EDCA;padding:8px}
.site-logo-holder .logo-name-v1{font-size:22px;font-weight:700;color:#B84857;letter-spacing:2px;text-transform:uppercase;font-family:'PT Serif',Georgia,serif}
.heado-navi-row-v2{background:linear-gradient(135deg,#b848570f 0%,#3f78470a 100%);border-top:1px solid #b848571a}
.main-nav{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;align-items:center;gap:4px}
.main-nav a{display:block;padding:14px 22px;font-size:15px;color:#2a2a2a;font-family:'PT Serif',Georgia,serif;font-weight:400;border-radius:0;position:relative;transition:color .2s ease,background-color .2s ease}
.main-nav a::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background:#B84857;transition:width .2s ease}
.main-nav a:hover{color:#B84857;background-color:#b848570d}
.main-nav a:hover::after{width:60%}
.main-nav a.is-active{color:#B84857;font-weight:700}
.main-nav a.is-active::after{width:60%}
@media (max-width: 768px) {
.heado-top-row-v1{flex-direction:column;gap:8px;text-align:center}
.heado-contact-strip{flex-wrap:wrap;justify-content:center;gap:12px}
.site-logo-holder img{width:80px;height:80px}
.site-logo-holder .logo-name-v1{font-size:18px}
.main-nav{flex-wrap:wrap;gap:2px;padding:0 12px}
.main-nav a{padding:12px 16px;font-size:14px}
}
@media (max-width: 480px) {
.heado-center-zone{padding:18px 0 14px}
.main-nav a{padding:10px 12px;font-size:13px}
}
.foot-wrap-v1{background:linear-gradient(160deg,#B84857 0%,#7a2f3a 100%);color:#F0EDCA;padding:48px 0 0;margin-top:60px}
.foot-inner-holder{max-width:1280px;margin:0 auto;padding:0 24px}
.foot-grid-v1{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid #f0edca40}
.foot-col-v1 .foot-col-title-v1{font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#f0edca99;margin-bottom:16px;font-weight:700}
.foot-col-v1 .foot-brand-name{font-size:24px;font-weight:700;color:#F0EDCA;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}
.foot-col-v1 p{font-size:14px;color:#f0edcacc;line-height:1.7}
.foot-nav-list-v1{list-style:none;display:flex;flex-direction:column;gap:10px}
.foot-nav-list-v1 li a{font-size:14px;color:#f0edcad9;transition:color .2s ease}
.foot-nav-list-v1 li a:hover{color:#F0EDCA}
.foot-addr-v1{font-size:13px;color:#f0edcabf;line-height:1.8}
.foot-addr-v1 a{color:#f0edcad9;display:block;margin-top:6px}
.foot-addr-v1 a:hover{color:#F0EDCA}
.foot-bottom-strip{padding:18px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.foot-bottom-strip .foot-copy-v1{font-size:13px;color:#f0edca99}
.foot-bottom-strip .foot-legal-links{display:flex;gap:20px}
.foot-bottom-strip .foot-legal-links a{font-size:13px;color:#f0edca99}
.foot-bottom-strip .foot-legal-links a:hover{color:#F0EDCA}
@media (max-width: 768px) {
.foot-grid-v1{grid-template-columns:1fr;gap:28px}
.foot-bottom-strip{flex-direction:column;align-items:flex-start}
}
.cookie-panel-wrap{position:fixed;top:-100%;left:50%;transform:translateX(-50%);width:96%;max-width:1100px;z-index:9999;transition:top .4s cubic-bezier(0.25,0.46,0.45,0.94);border-radius:0 0 12px 12px}
.cookie-panel-wrap.is-visible{top:0}
.cookie-panel-inner{background:#fff;border:1px solid #b8485733;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 8px 32px #00000024;padding:24px 28px 20px}
.cookie-panel-header-v1{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px;gap:20px}
.cookie-panel-header-v1 .cookie-title-v1{font-size:17px;font-weight:700;color:#1a1a1a;font-family:'PT Serif',Georgia,serif}
.cookie-panel-header-v1 p{font-size:13px;color:#555;margin-top:4px;line-height:1.6}
.cookie-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}
.cookie-cat-card{background:#fafaf7;border:1px solid #b848571f;border-radius:8px;padding:14px}
.cookie-cat-card .cookie-cat-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.cookie-cat-card .cookie-cat-name{font-size:13px;font-weight:700;color:#1a1a1a}
.cookie-cat-card p{font-size:12px;color:#666;line-height:1.5}
.cookie-toggle-v1{position:relative;width:36px;height:20px;flex-shrink:0}
.cookie-toggle-v1 input{opacity:0;width:0;height:0;position:absolute}
.cookie-toggle-track{position:absolute;inset:0;background:#ccc;border-radius:20px;cursor:pointer;transition:background .2s ease}
.cookie-toggle-track::before{content:'';position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s ease}
.cookie-toggle-v1 input:checked + .cookie-toggle-track{background:#3F7847}
.cookie-toggle-v1 input:checked + .cookie-toggle-track::before{transform:translateX(16px)}
.cookie-toggle-v1 input:disabled + .cookie-toggle-track{background:#3F7847;cursor:not-allowed;opacity:.75}
.cookie-butt-row-v1{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.cookie-butt-v1{padding:10px 22px;font-size:13px;font-family:'PT Serif',Georgia,serif;font-weight:700;border:2px solid transparent;border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;letter-spacing:.5px}
.cookie-butt-v1.butt-reject{background:transparent;border-color:#B84857;color:#B84857}
.cookie-butt-v1.butt-reject:hover{background:#b8485714}
.cookie-butt-v1.butt-accept{background:#B84857;border-color:#B84857;color:#fff}
.cookie-butt-v1.butt-accept:hover{background:#9e3a48}
.cookie-butt-v1.butt-save{background:#3F7847;border-color:#3F7847;color:#fff}
.cookie-butt-v1.butt-save:hover{background:#2f5c36}
@media (max-width: 768px) {
.cookie-categories-grid{grid-template-columns:repeat(2,1fr)}
.cookie-panel-header-v1{flex-direction:column}
}
@media (max-width: 480px) {
.cookie-categories-grid{grid-template-columns:1fr}
.cookie-butt-row-v1{justify-content:stretch}
.cookie-butt-v1{width:100%;text-align:center}
}
.pz-legal-data{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#fff;border-radius:12px;box-shadow:0 4px 8px #3f784714 0 1px 2px #b848570f}
.pz-legal-data h1{font-size:2.1rem;font-weight:700;line-height:1.25;color:#1a1a1a;margin:0 0 28px;padding-bottom:16px;border-bottom:3px solid #B84857;letter-spacing:-.3px}
.pz-legal-data h2{font-size:1.55rem;font-weight:700;line-height:1.3;color:#1e1e1e;margin:44px 0 16px;padding-left:14px;border-left:4px solid #B84857}
.pz-legal-data h3{font-size:1.25rem;font-weight:600;line-height:1.35;color:#2a2a2a;margin:36px 0 12px;padding-left:10px;border-left:3px solid #3f784799}
.pz-legal-data h4{font-size:1.08rem;font-weight:600;line-height:1.4;color:#333;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.4px}
.pz-legal-data h5{font-size:.97rem;font-weight:600;line-height:1.45;color:#3F7847;margin:22px 0 8px}
.pz-legal-data h6{font-size:.88rem;font-weight:600;line-height:1.5;color:#555;margin:18px 0 6px;text-transform:uppercase;letter-spacing:.6px}
.pz-legal-data p{font-size:1rem;line-height:1.8;color:#3d3d3d;margin:0 0 18px;font-weight:400}
.pz-legal-data strong,.pz-legal-data b{font-weight:700;color:#1a1a1a}
.pz-legal-data em,.pz-legal-data i{font-style:italic;color:#4a4a4a}
.pz-legal-data a{color:#B84857;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;cursor:pointer;border-radius:2px}
.pz-legal-data a:hover{color:#8c2f3d;text-decoration-color:#b8485780}
.pz-legal-data a:visited{color:#7a3f80}
.pz-legal-data a:focus{outline:2px solid #B84857;outline-offset:2px}
.pz-legal-data div{margin-bottom:12px}
@media (max-width: 768px) {
.pz-legal-data{padding:32px 20px 48px;border-radius:8px}
.pz-legal-data h1{font-size:1.65rem;margin:0 0 22px;padding-bottom:12px}
.pz-legal-data h2{font-size:1.3rem;margin:34px 0 14px}
.pz-legal-data h3{font-size:1.1rem;margin:26px 0 10px}
.pz-legal-data h4{font-size:1rem;margin:22px 0 8px}
.pz-legal-data p{font-size:.97rem;line-height:1.75;margin:0 0 15px}
}
@media (max-width: 480px) {
.pz-legal-data{padding:22px 14px 36px;border-radius:0;box-shadow:none}
.pz-legal-data h1{font-size:1.4rem}
.pz-legal-data h2{font-size:1.15rem;padding-left:10px}
.pz-legal-data h3{font-size:1rem;padding-left:8px}
.pz-legal-data p{font-size:.94rem;line-height:1.7}
}
.prog-heado-v1{position:relative;width:100%;overflow:hidden;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.prog-heado-v1 .heado-img-holder{position:absolute;inset:0;width:100%;height:100%}
.prog-heado-v1 .heado-img-holder img{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(2px) brightness(0.7);transform:scale(1.04)}
.prog-heado-v1 .heado-overlay-v1{position:absolute;inset:0;background:linear-gradient(135deg,#b84857b8 0%,#3f784773 100%)}
.prog-heado-v1 .heado-edge-blur{position:absolute;inset:0;box-shadow:inset 0 0 80px 40px #f0edca2e inset 0 0 30px 10px #b848571f}
.prog-heado-v1 .heado-content-holder{position:relative;z-index:2;text-align:center;max-width:760px;margin:0 auto;padding:72px 32px 64px}
.prog-heado-v1 .heado-label-v1{display:inline-block;background:#f0edca2e;border:1px solid #f0edca61;color:#F0EDCA;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:6px 18px;border-radius:20px;margin-bottom:28px}
.prog-heado-v1 .heado-title-v1{color:#fff;font-size:52px;font-weight:800;line-height:1.13;margin:0 0 20px;letter-spacing:-.5px}
.prog-heado-v1 .heado-title-v1 .heado-pause{display:block;color:#F0EDCA}
.prog-heado-v1 .heado-sub-v1{color:#f0edcaeb;font-size:18px;line-height:1.65;margin:0 auto 36px;max-width:580px}
.prog-heado-v1 .heado-butt-v1{display:inline-block;background:#F0EDCA;color:#B84857;font-size:15px;font-weight:700;padding:14px 38px;border-radius:10px;text-decoration:none;border:2px solid #F0EDCA;cursor:pointer;transition:background 0.22s,color 0.22s,box-shadow .22s;box-shadow:0 4px 18px #b848572e;position:relative;z-index:3}
.prog-heado-v1 .heado-butt-v1:hover{background:#B84857;color:#fff;border-color:#B84857;box-shadow:0 8px 28px #b8485752}
.prog-structure-v2{background:#fff;padding:80px 16px 64px}
.prog-structure-v2 .struct-inner-holder{max-width:1280px;margin:0 auto}
.prog-structure-v2 .struct-top-v1{display:flex;flex-direction:row;gap:56px;align-items:flex-start;margin-bottom:60px}
.prog-structure-v2 .struct-top-left{flex:1 1 0;min-width:0}
.prog-structure-v2 .struct-top-right{flex:1 1 0;min-width:0}
.prog-structure-v2 .struct-section-tag{display:inline-block;background:#F0EDCA;color:#B84857;font-size:12px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;padding:5px 16px;border-radius:6px;margin-bottom:20px}
.prog-structure-v2 .struct-heading-v1{font-size:36px;font-weight:800;color:#1a1a2e;line-height:1.22;margin:0 0 20px;position:relative}
.prog-structure-v2 .struct-heading-v1::after{content:'';display:block;width:48px;height:4px;background:#B84857;border-radius:3px;margin-top:14px}
.prog-structure-v2 .struct-desc-v1{color:#4a4a5a;font-size:16px;line-height:1.72;margin:0 0 18px}
.prog-structure-v2 .struct-accent-word{color:#B84857;font-weight:700}
.prog-structure-v2 .struct-list-v1{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.prog-structure-v2 .struct-list-v1 li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:15px;color:#333;line-height:1.6}
.prog-structure-v2 .struct-list-v1 li .struct-icon-v1{flex-shrink:0;width:22px;height:22px;margin-top:2px}
.prog-structure-v2 .struct-cards-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.prog-structure-v2 .struct-card-v1{background:#F0EDCA;border-radius:14px;padding:30px 24px 26px;position:relative;overflow:hidden;transition:box-shadow 0.22s,transform .22s;box-shadow:0 2px 8px #3f784712}
.prog-structure-v2 .struct-card-v1:hover{box-shadow:0 10px 28px #b8485724;transform:translateY(-3px)}
.prog-structure-v2 .struct-card-v1::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#B84857 0%,#3F7847 100%);border-radius:14px 0 0 14px}
.prog-structure-v2 .struct-card-num{font-size:36px;font-weight:900;color:#b8485721;line-height:1;margin-bottom:10px}
.prog-structure-v2 .struct-card-title{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.prog-structure-v2 .struct-card-text{font-size:14px;color:#4a4a5a;line-height:1.6;margin:0}
.prog-paths-v3{background:linear-gradient(160deg,#1a1a2e 0%,#2a2040 100%);padding:80px 16px;position:relative;overflow:hidden}
.prog-paths-v3::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#b848572e 0%,transparent 70%);pointer-events:none}
.prog-paths-v3::after{content:'';position:absolute;bottom:-80px;left:-40px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#3f784729 0%,transparent 70%);pointer-events:none}
.prog-paths-v3 .paths-inner-holder{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.prog-paths-v3 .paths-heado-v1{text-align:center;margin-bottom:56px}
.prog-paths-v3 .paths-heado-v1 .paths-tag{display:inline-block;background:#b8485738;border:1px solid #b8485766;color:#F0EDCA;font-size:12px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:20px}
.prog-paths-v3 .paths-heado-v1 h2{font-size:38px;font-weight:800;color:#fff;margin:0 0 14px;line-height:1.2}
.prog-paths-v3 .paths-heado-v1 p{color:#f0edcabf;font-size:16px;max-width:520px;margin:0 auto;line-height:1.65}
.prog-paths-v3 .paths-tabs-holder{width:100%}
.prog-paths-v3 .paths-tabs-holder input[type="radio"]{display:none}
.prog-paths-v3 .paths-tab-navi{display:flex;flex-direction:row;gap:12px;justify-content:center;margin-bottom:36px;flex-wrap:wrap}
.prog-paths-v3 .paths-tab-navi label{padding:12px 28px;border-radius:10px;border:2px solid #f0edca33;color:#f0edcaa6;font-size:15px;font-weight:600;cursor:pointer;transition:background 0.2s,color 0.2s,border-color .2s;background:#ffffff0a}
.prog-paths-v3 .paths-tab-navi label:hover{border-color:#B84857;color:#F0EDCA}
#tab-group-v1:checked ~ .paths-tab-navi label[for="tab-group-v1"],#tab-indiv-v1:checked ~ .paths-tab-navi label[for="tab-indiv-v1"]{background:#B84857;color:#fff;border-color:#B84857}
.prog-paths-v3 .paths-tab-content-holder{position:relative}
.prog-paths-v3 .paths-tab-panel{display:none}
#tab-group-v1:checked ~ .paths-tab-content-holder .panel-group-v1,#tab-indiv-v1:checked ~ .paths-tab-content-holder .panel-indiv-v1{display:block}
.prog-paths-v3 .panel-inner-v1{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.prog-paths-v3 .panel-info-v1{background:#ffffff0f;border-radius:16px;padding:36px 32px;border:1px solid #f0edca1a}
.prog-paths-v3 .panel-info-v1 h3{font-size:24px;font-weight:800;color:#fff;margin:0 0 14px}
.prog-paths-v3 .panel-info-v1 p{color:#f0edcac7;font-size:15px;line-height:1.68;margin:0 0 24px}
.prog-paths-v3 .panel-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.prog-paths-v3 .panel-feature-list li{display:flex;flex-direction:row;align-items:center;gap:10px;color:#F0EDCA;font-size:14px;line-height:1.5}
.prog-paths-v3 .panel-feature-list li .feat-dot{width:8px;height:8px;border-radius:50%;background:#3F7847;flex-shrink:0}
.prog-paths-v3 .panel-stats-v1{display:flex;flex-direction:column;gap:18px}
.prog-paths-v3 .panel-stat-card{background:#b8485724;border:1px solid #b8485747;border-radius:12px;padding:22px 24px;display:flex;flex-direction:row;align-items:center;gap:18px}
.prog-paths-v3 .panel-stat-card.is-green{background:#3f784724;border-color:#3f784747}
.prog-paths-v3 .panel-stat-icon{width:48px;height:48px;border-radius:12px;background:#b8485738;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.prog-paths-v3 .panel-stat-card.is-green .panel-stat-icon{background:#3f784738}
.prog-paths-v3 .panel-stat-body h4{font-size:22px;font-weight:800;color:#fff;margin:0 0 4px}
.prog-paths-v3 .panel-stat-body p{font-size:13px;color:#f0edcaad;margin:0;line-height:1.45}
.prog-paths-v3 .panel-butt-v1{display:inline-block;background:#B84857;color:#fff;font-size:15px;font-weight:700;padding:13px 32px;border-radius:10px;text-decoration:none;margin-top:24px;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 16px #b8485740;cursor:pointer;border:none}
.prog-paths-v3 .panel-butt-v1:hover{background:#9a3a47;box-shadow:0 8px 24px #b8485759}
.prog-testim-v4{background:#F0EDCA;padding:80px 16px 72px;position:relative}
.prog-testim-v4::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#B84857 0%,#3F7847 100%)}
.prog-testim-v4 .testim-inner-holder{max-width:1280px;margin:0 auto}
.prog-testim-v4 .testim-heado-v1{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.prog-testim-v4 .testim-heado-v1 h2{font-size:36px;font-weight:800;color:#1a1a2e;margin:0 0 8px;line-height:1.2}
.prog-testim-v4 .testim-heado-v1 p{color:#4a4a5a;font-size:16px;margin:0;max-width:400px;line-height:1.6}
.prog-testim-v4 .testim-cta-v1{display:inline-block;background:#B84857;color:#fff;font-size:15px;font-weight:700;padding:13px 30px;border-radius:10px;text-decoration:none;flex-shrink:0;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 14px #b8485733}
.prog-testim-v4 .testim-cta-v1:hover{background:#9a3a47;box-shadow:0 8px 22px #b848574d}
.prog-testim-v4 .testim-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.prog-testim-v4 .testim-card-v1{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 2px 12px #3f784712;display:flex;flex-direction:column;gap:18px;transition:box-shadow 0.22s,transform .22s}
.prog-testim-v4 .testim-card-v1:hover{box-shadow:0 10px 30px #b848571f;transform:translateY(-3px)}
.prog-testim-v4 .testim-card-top{display:flex;flex-direction:row;align-items:center;gap:14px}
.prog-testim-v4 .testim-avatar-v1{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #F0EDCA}
.prog-testim-v4 .testim-person-info h4{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 3px}
.prog-testim-v4 .testim-person-info span{font-size:13px;color:#3F7847;font-weight:600}
.prog-testim-v4 .testim-stars-v1{display:flex;flex-direction:row;gap:3px}
.prog-testim-v4 .testim-stars-v1 svg{width:16px;height:16px}
.prog-testim-v4 .testim-quote-v1{font-size:15px;color:#4a4a5a;line-height:1.7;margin:0;position:relative;padding-left:18px}
.prog-testim-v4 .testim-quote-v1::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:3px;background:#B84857;border-radius:3px}
.prog-testim-v4 .testim-topic-badge{display:inline-block;background:#F0EDCA;color:#B84857;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;align-self:flex-start}
.prog-divider-wave{width:100%;overflow:hidden;line-height:0;background:#fff}
.prog-divider-wave svg{display:block;width:100%}
@media (max-width: 900px) {
.prog-heado-v1 .heado-title-v1{font-size:36px}
.prog-structure-v2 .struct-top-v1{flex-direction:column;gap:32px}
.prog-structure-v2 .struct-cards-grid-v1{grid-template-columns:1fr 1fr}
.prog-paths-v3 .panel-inner-v1{grid-template-columns:1fr;gap:24px}
.prog-testim-v4 .testim-grid-v1{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px) {
.prog-heado-v1 .heado-title-v1{font-size:28px}
.prog-heado-v1 .heado-content-holder{padding:52px 18px 48px}
.prog-structure-v2{padding:52px 16px 40px}
.prog-structure-v2 .struct-cards-grid-v1{grid-template-columns:1fr}
.prog-paths-v3{padding:52px 16px}
.prog-paths-v3 .paths-heado-v1 h2{font-size:28px}
.prog-paths-v3 .panel-info-v1{padding:26px 20px}
.prog-testim-v4{padding:52px 16px 48px}
.prog-testim-v4 .testim-heado-v1 h2{font-size:26px}
.prog-testim-v4 .testim-grid-v1{grid-template-columns:1fr}
.prog-testim-v4 .testim-heado-v1{flex-direction:column;align-items:flex-start}
}
.heado-v1{position:relative;width:100%;overflow:hidden}
.heado-v1 .bg-holder{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;background-image:url(./graphics_gallery/location-map.jpg);background-size:cover;background-position:center}
.heado-v1 .bg-holder::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#b84857c7 0%,#3f7847a6 100%);z-index:1}
.heado-v1 .heado-inner{position:relative;z-index:2;text-align:center;max-width:780px;margin:0 auto;padding:80px 24px}
.heado-v1 .heado-inner h1{font-size:2.8rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:16px;letter-spacing:-.5px}
.heado-v1 .heado-inner h1 span{color:#F0EDCA}
.heado-v1 .heado-deco-line{width:64px;height:3px;background:#F0EDCA;margin:20px auto;border-radius:2px}
.heado-v1 .heado-inner p{font-size:1.12rem;color:#f0edcaeb;line-height:1.7;margin-bottom:32px;max-width:580px;margin-left:auto;margin-right:auto}
.heado-v1 .butt-v1{display:inline-block;background:#F0EDCA;color:#B84857;font-weight:700;font-size:1rem;padding:14px 36px;border-radius:10px;text-decoration:none;border:2px solid #F0EDCA;cursor:pointer;transition:background 0.22s,color 0.22s,box-shadow .22s;box-shadow:0 4px 12px #b848572e;z-index:3;position:relative}
.heado-v1 .butt-v1:hover{background:#B84857;color:#F0EDCA;box-shadow:0 8px 20px #b8485752}
.steps-section-v2{background:#fff;padding:80px 0 60px}
.steps-holder{max-width:1100px;margin:0 auto;padding:0 24px}
.steps-section-v2 .section-heado{text-align:center;margin-bottom:56px}
.steps-section-v2 .section-heado h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:12px;position:relative;display:inline-block}
.steps-section-v2 .section-heado h2::after{content:'';display:block;width:48px;height:3px;background:#B84857;border-radius:2px;margin:12px auto 0}
.steps-section-v2 .section-heado p{font-size:1.05rem;color:#555;max-width:560px;margin:0 auto;line-height:1.65}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.steps-grid::before{content:'';position:absolute;top:44px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#B84857 0%,#3F7847 100%);z-index:0}
.step-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;position:relative;z-index:1}
.step-circle{width:88px;height:88px;border-radius:50%;background:#fff;border:3px solid #B84857;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 16px #b8485721;transition:transform 0.2s,box-shadow .2s}
.step-item:nth-child(even) .step-circle{border-color:#3F7847;box-shadow:0 4px 16px #3f784721}
.step-circle:hover{transform:translateY(-4px);box-shadow:0 10px 24px #b8485738}
.step-circle svg{width:36px;height:36px}
.step-num{font-size:.72rem;font-weight:700;color:#B84857;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px}
.step-item:nth-child(even) .step-num{color:#3F7847}
.step-item h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.step-item p{font-size:.9rem;color:#666;line-height:1.55}
.formats-section-v3{background:linear-gradient(160deg,#f9f6f0 0%,#F0EDCA 100%);padding:72px 0}
.formats-holder{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.formats-text-col h2{font-size:1.85rem;font-weight:700;color:#1a1a2e;margin-bottom:18px;line-height:1.25}
.formats-text-col h2 em{font-style:normal;color:#B84857}
.formats-text-col p{font-size:1rem;color:#444;line-height:1.7;margin-bottom:22px}
.formats-tabs-input{display:none}
.formats-tab-labels{display:flex;flex-direction:row;gap:8px;margin-bottom:22px}
.formats-tab-label{padding:9px 22px;border-radius:8px;background:#fff;border:2px solid #ddd;color:#555;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}
#tab-group .formats-tabs-input:nth-of-type(1):checked ~ .formats-tab-labels .formats-tab-label:nth-of-type(1),#tab-group .formats-tabs-input:nth-of-type(2):checked ~ .formats-tab-labels .formats-tab-label:nth-of-type(2){background:#B84857;border-color:#B84857;color:#fff}
.formats-tab-content{display:none;background:#fff;border-radius:12px;padding:22px 24px;border:1.5px solid #e8e3d0;box-shadow:0 2px 10px #b848570f}
#tab-group .formats-tabs-input:nth-of-type(1):checked ~ .formats-tab-content:nth-of-type(3),#tab-group .formats-tabs-input:nth-of-type(2):checked ~ .formats-tab-content:nth-of-type(4){display:block}
.formats-tab-content h5{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:10px}
.formats-tab-content ul{list-style:none;padding:0;margin:0}
.formats-tab-content ul li{font-size:.93rem;color:#555;padding:5px 0 5px 22px;position:relative;line-height:1.5}
.formats-tab-content ul li::before{content:'';position:absolute;left:0;top:12px;width:10px;height:10px;border-radius:50%;background:#3F7847}
.formats-img-col{position:relative}
.formats-img-col img{width:100%;height:380px;object-fit:cover;border-radius:14px;box-shadow:0 12px 32px #3f784726;display:block}
.formats-img-col::after{content:'';position:absolute;bottom:-14px;right:-14px;width:80px;height:80px;border-radius:12px;background:#b848572e;z-index:0}
.metrics-section-v4{background:#1a1a2e;padding:72px 0;position:relative;overflow:hidden}
.metrics-section-v4::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:#b848571f}
.metrics-section-v4::after{content:'';position:absolute;bottom:-80px;left:-40px;width:220px;height:220px;border-radius:50%;background:#3f78471a}
.metrics-holder{max-width:1100px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.metrics-section-v4 .section-heado{text-align:center;margin-bottom:52px}
.metrics-section-v4 .section-heado h2{font-size:1.9rem;font-weight:700;color:#F0EDCA;margin-bottom:12px}
.metrics-section-v4 .section-heado p{color:#f0edcab8;font-size:1rem;max-width:520px;margin:0 auto;line-height:1.65}
.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.metric-card{background:#ffffff0d;border:1px solid #f0edca1f;border-radius:14px;padding:32px 24px;text-align:center;transition:background 0.22s,border-color .22s}
.metric-card:hover{background:#b8485724;border-color:#b8485759}
.metric-ring{width:96px;height:96px;margin:0 auto 18px;position:relative}
.metric-ring svg{transform:rotate(-90deg)}
.metric-ring .ring-bg{fill:none;stroke:#ffffff14;stroke-width:8}
.metric-ring .ring-fill{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .5s}
.metric-ring .ring-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.15rem;font-weight:700;color:#F0EDCA}
.metric-card h5{font-size:1rem;font-weight:700;color:#F0EDCA;margin-bottom:8px}
.metric-card p{font-size:.88rem;color:#f0edca9e;line-height:1.55}
.testimonials-section-v5{background:#fff;padding:80px 0}
.testimonials-holder{max-width:1100px;margin:0 auto;padding:0 24px}
.testimonials-section-v5 .section-heado{margin-bottom:48px}
.testimonials-section-v5 .section-heado h2{font-size:1.9rem;font-weight:700;color:#1a1a2e;margin-bottom:10px;position:relative;display:inline-block;padding-left:20px}
.testimonials-section-v5 .section-heado h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:70%;background:#B84857;border-radius:3px}
.testimonials-section-v5 .section-heado p{font-size:1rem;color:#666;max-width:540px;line-height:1.65}
.testimonials-layout{display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:start}
.testim-profile-col{background:linear-gradient(160deg,#F0EDCA 0%,#fff 100%);border-radius:14px;padding:32px 24px;text-align:center;border:1.5px solid #e8e3d0;box-shadow:0 4px 16px #3f784712}
.testim-profile-col img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid #B84857;margin-bottom:14px;display:block;margin-left:auto;margin-right:auto}
.testim-profile-col .testim-name{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:4px}
.testim-profile-col .testim-role{font-size:.85rem;color:#B84857;font-weight:600;margin-bottom:14px}
.testim-profile-col .testim-quote{font-size:.93rem;color:#555;line-height:1.62;font-style:italic}
.testim-content-col{display:flex;flex-direction:column;gap:20px}
.testim-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:6px}
.testim-stat-box{background:#f8f8fc;border-radius:10px;padding:18px 14px;text-align:center;border:1.5px solid #eee}
.testim-stat-box .stat-val{font-size:1.65rem;font-weight:700;color:#B84857;display:block;line-height:1;margin-bottom:6px}
.testim-stat-box .stat-lbl{font-size:.78rem;color:#777;line-height:1.4}
.testim-feature-list{display:flex;flex-direction:column;gap:12px}
.testim-feature-item{display:flex;flex-direction:row;align-items:flex-start;gap:14px;background:#fafaf8;border-radius:10px;padding:14px 16px;border-left:3px solid #3F7847}
.testim-feature-item .feat-icon{width:32px;height:32px;border-radius:8px;background:#3f78471a;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.testim-feature-item .feat-text h6{font-size:.92rem;font-weight:700;color:#1a1a2e;margin-bottom:3px}
.testim-feature-item .feat-text p{font-size:.85rem;color:#666;line-height:1.5;margin:0}
.testim-second-profile{background:linear-gradient(160deg,#fff 0%,#f3f8f4 100%);border-radius:14px;padding:22px 20px;display:flex;flex-direction:row;align-items:center;gap:18px;border:1.5px solid #d8ead9;box-shadow:0 4px 12px #3f784714}
.testim-second-profile img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2.5px solid #3F7847;flex-shrink:0}
.testim-second-profile .sp-info .sp-name{font-size:.97rem;font-weight:700;color:#1a1a2e;margin-bottom:2px}
.testim-second-profile .sp-info .sp-role{font-size:.82rem;color:#3F7847;font-weight:600;margin-bottom:7px}
.testim-second-profile .sp-info .sp-quote{font-size:.88rem;color:#555;line-height:1.55;font-style:italic}
.cta-section-v5{background:linear-gradient(120deg,#B84857 0%,#b84857e0 50%,#3F7847 100%);padding:72px 0;text-align:center;position:relative;overflow:hidden}
.cta-section-v5::before{content:'';position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:340px;height:340px;border-radius:50%;background:#f0edca12;z-index:0}
.cta-inner-holder{max-width:680px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.cta-inner-holder h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:14px;line-height:1.25}
.cta-inner-holder p{font-size:1.05rem;color:#f0edcae6;margin-bottom:32px;line-height:1.65}
.cta-butt-group{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.cta-butt-prim{display:inline-block;background:#F0EDCA;color:#B84857;font-weight:700;font-size:1rem;padding:14px 34px;border-radius:10px;text-decoration:none;border:2px solid #F0EDCA;cursor:pointer;transition:all .22s;box-shadow:0 4px 14px #00000026;position:relative;z-index:3}
.cta-butt-prim:hover{background:transparent;color:#F0EDCA}
.cta-butt-sec{display:inline-block;background:transparent;color:#F0EDCA;font-weight:700;font-size:1rem;padding:14px 34px;border-radius:10px;text-decoration:none;border:2px solid #f0edcaa6;cursor:pointer;transition:all .22s;position:relative;z-index:3}
.cta-butt-sec:hover{background:#f0edca26;border-color:#F0EDCA}
@media (max-width: 900px) {
.steps-grid{grid-template-columns:repeat(2,1fr);gap:32px}
.steps-grid::before{display:none}
.formats-holder{grid-template-columns:1fr;gap:32px}
.formats-img-col img{height:260px}
.metrics-grid{grid-template-columns:1fr 1fr}
.testimonials-layout{grid-template-columns:1fr}
.testim-second-profile{flex-direction:column;text-align:center}
}
@media (max-width: 600px) {
.heado-v1 .heado-inner h1{font-size:1.8rem}
.steps-grid{grid-template-columns:1fr}
.metrics-grid{grid-template-columns:1fr}
.testim-stat-row{grid-template-columns:1fr}
.cta-butt-group{flex-direction:column;align-items:center}
.cta-inner-holder h2{font-size:1.5rem}
.formats-tab-labels{flex-wrap:wrap}
}
.heado-section{position:relative;overflow:hidden;padding:80px 20px 60px;background:#F0EDCA}
.heado-section .blob-v1{position:absolute;width:420px;height:420px;border-radius:50%;background:#b848572e;filter:blur(80px);top:-80px;left:-100px;pointer-events:none}
.heado-section .blob-v2{position:absolute;width:300px;height:300px;border-radius:50%;background:#3f784721;filter:blur(60px);bottom:-60px;right:60px;pointer-events:none}
.heado-holder{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.heado-text-col{flex:1 1 480px;transform:translateY(-12px)}
.heado-label-v1{display:inline-block;background:#b848571f;color:#B84857;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:22px}
.heado-text-col h1{font-size:clamp(28px,4vw,50px);font-weight:800;color:#1a1a1a;line-height:1.18;margin:0 0 22px;letter-spacing:-.5px}
.heado-text-col h1 .accent-red{color:#B84857;position:relative}
.heado-text-col h1 .accent-red::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:#b8485759;border-radius:2px}
.heado-points-list{list-style:none;padding:0;margin:0 0 34px;display:flex;flex-direction:column;gap:12px}
.heado-points-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:15px;color:#333;line-height:1.5}
.heado-points-list li .pt-icon{flex-shrink:0;width:22px;height:22px;background:#3F7847;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.heado-points-list li .pt-icon svg{width:12px;height:12px}
.butt-primary-v1{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#B84857;color:#fff;font-size:15px;font-weight:700;padding:14px 30px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.22s,transform 0.18s,box-shadow .18s;box-shadow:0 4px 14px #b8485747;position:relative;z-index:5}
.butt-primary-v1:hover{background:#a03040;transform:translateY(-2px);box-shadow:0 8px 22px #b8485761;color:#fff;text-decoration:none}
.heado-img-col{flex:0 0 420px;position:relative}
.heado-img-col .img-depth-wrap{position:relative;border-radius:16px;overflow:visible}
.heado-img-col .img-depth-wrap::before{content:'';position:absolute;inset:18px -18px -18px 18px;background:#b8485738;border-radius:16px;z-index:0}
.heado-img-col .img-depth-wrap::after{content:'';position:absolute;inset:36px -36px -36px 36px;background:#3f78471a;border-radius:16px;z-index:-1}
.heado-img-col .img-depth-wrap img{width:100%;height:320px;object-fit:cover;border-radius:16px;display:block;position:relative;z-index:1;box-shadow:0 12px 40px #00000024}
.trust-section{background:#fff;padding:70px 20px}
.trust-holder{max-width:1280px;margin:0 auto}
.section-heado-v2{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:48px}
.section-heado-v2 .tag-line{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#3F7847;margin-bottom:10px}
.section-heado-v2 h2{font-size:clamp(22px,3vw,38px);font-weight:800;color:#1a1a1a;margin:0 0 12px;line-height:1.2}
.section-heado-v2 p{font-size:15px;color:#555;max-width:580px;line-height:1.6;margin:0}
.trust-grid-v1{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}
.trust-card-v1{background:#F0EDCA;border-radius:14px;padding:30px 26px;position:relative;overflow:hidden;transition:box-shadow 0.2s,transform .2s;box-shadow:0 2px 8px #0000000f}
.trust-card-v1:hover{box-shadow:0 8px 28px #0000001c;transform:translateY(-3px)}
.trust-card-v1 .tc-num{font-size:42px;font-weight:900;color:#b8485726;position:absolute;top:16px;right:20px;line-height:1}
.trust-card-v1 .tc-icon{width:44px;height:44px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 2px 8px #00000012}
.trust-card-v1 h4{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.trust-card-v1 p{font-size:14px;color:#555;line-height:1.6;margin:0}
.trust-bottom-strip{margin-top:40px;background:linear-gradient(135deg,#B84857 0%,#a03040 100%);border-radius:14px;padding:28px 36px;display:flex;flex-direction:row;align-items:center;gap:24px}
.trust-bottom-strip .strip-text{flex:1;color:#fff;font-size:15px;line-height:1.6}
.trust-bottom-strip .strip-text strong{font-size:18px;display:block;margin-bottom:4px}
.butt-outline-white{display:inline-flex;align-items:center;gap:8px;border:2px solid #fff;color:#fff;font-size:14px;font-weight:700;padding:11px 24px;border-radius:10px;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background 0.2s,color .2s}
.butt-outline-white:hover{background:#fff;color:#B84857;text-decoration:none}
.ecosystem-section{background:#1a1a1a;padding:80px 20px;position:relative;overflow:hidden}
.ecosystem-section::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:#3f78471a;filter:blur(90px);top:-100px;right:-100px;pointer-events:none}
.ecosystem-holder{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.eco-heado{text-align:center;margin-bottom:56px}
.eco-heado .tag-line{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#F0EDCA;margin-bottom:12px;display:block}
.eco-heado h2{font-size:clamp(24px,3.5vw,42px);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.15}
.eco-heado p{font-size:15px;color:#aaa;max-width:520px;margin:0 auto;line-height:1.6}
.eco-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:28px;align-items:start}
.eco-img-block{position:relative;border-radius:16px;overflow:hidden}
.eco-img-block img{width:100%;height:400px;object-fit:cover;display:block;border-radius:16px}
.eco-img-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#1a1a1ae0 0%,transparent 100%);padding:30px 24px 24px}
.eco-img-overlay .stat-row{display:flex;flex-direction:row;gap:24px}
.eco-img-overlay .stat-item .stat-num{font-size:28px;font-weight:900;color:#fff;line-height:1}
.eco-img-overlay .stat-item .stat-lbl{font-size:12px;color:#f0edcacc;margin-top:2px}
.eco-cards-col{display:flex;flex-direction:column;gap:16px}
.eco-card-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:22px;transition:background 0.2s,border-color .2s;cursor:default}
.eco-card-item:hover{background:#f0edca12;border-color:#f0edca38}
.eco-card-item .ec-top{display:flex;flex-direction:row;align-items:center;gap:14px;margin-bottom:10px}
.eco-card-item .ec-dot{width:10px;height:10px;border-radius:50%;background:#3F7847;flex-shrink:0}
.eco-card-item .ec-dot.red{background:#B84857}
.eco-card-item .ec-dot.yellow{background:#F0EDCA}
.eco-card-item h5{font-size:15px;font-weight:700;color:#fff;margin:0}
.eco-card-item p{font-size:13px;color:#999;margin:0;line-height:1.55;padding-left:24px}
.tech-section{background:#F0EDCA;padding:80px 20px}
.tech-holder{max-width:1280px;margin:0 auto}
.tech-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}
.tech-left h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.tech-left .tag-line{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#B84857;display:block;margin-bottom:12px}
.tech-left p{font-size:14px;color:#444;line-height:1.65;margin:0 0 28px}
.tech-img-v2{width:100%;height:240px;object-fit:cover;border-radius:14px;box-shadow:0 8px 28px #0000001f;display:block}
.tech-stack-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tech-stack-item{background:#fff;border-radius:12px;padding:22px 20px;box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden}
.tech-stack-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#3F7847;border-radius:4px 0 0 4px}
.tech-stack-item.red-bar::before{background:#B84857}
.tech-stack-item h5{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.tech-stack-item p{font-size:13px;color:#666;margin:0;line-height:1.5}
.tech-progress-block{margin-top:20px}
.tech-progress-row{display:flex;flex-direction:column;gap:14px}
.tech-prog-item{display:flex;flex-direction:column;gap:6px}
.tech-prog-label{display:flex;flex-direction:row;justify-content:space-between;font-size:13px;color:#333;font-weight:600}
.tech-prog-bar-bg{background:#0000001a;border-radius:6px;height:8px;overflow:hidden}
.tech-prog-bar-fill{height:8px;border-radius:6px;background:linear-gradient(90deg,#3F7847,#5aac62)}
.tech-prog-bar-fill.red{background:linear-gradient(90deg,#B84857,#d4687a)}
.events-section{background:#fff;padding:80px 20px}
.events-holder{max-width:1280px;margin:0 auto}
.events-top-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:20px}
.events-top-row h2{font-size:clamp(22px,3vw,38px);font-weight:800;color:#1a1a1a;margin:0;line-height:1.2}
.events-top-row .tag-line{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#3F7847;display:block;margin-bottom:10px}
.events-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.event-card-v1{border:1.5px solid #e8e4c8;border-radius:14px;overflow:hidden;transition:box-shadow 0.2s,transform .2s;background:#fff}
.event-card-v1:hover{box-shadow:0 8px 28px #00000017;transform:translateY(-2px)}
.event-card-v1 .ev-img-wrap{position:relative;overflow:hidden}
.event-card-v1 .ev-img-wrap img{width:100%;height:190px;object-fit:cover;display:block;transition:transform .3s}
.event-card-v1:hover .ev-img-wrap img{transform:scale(1.04)}
.event-card-v1 .ev-badge{position:absolute;top:14px;left:14px;background:#B84857;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.5px}
.event-card-v1 .ev-badge.green{background:#3F7847}
.event-card-v1 .ev-body{padding:22px 22px 24px}
.event-card-v1 .ev-body h4{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.event-card-v1 .ev-body p{font-size:13px;color:#666;margin:0 0 16px;line-height:1.55}
.event-card-v1 .ev-meta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}
.event-card-v1 .ev-meta .ev-tag{font-size:12px;font-weight:600;color:#3F7847;background:#3f78471a;padding:4px 12px;border-radius:20px}
.event-card-v1 .ev-meta .butt-sm{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#B84857;text-decoration:none;border:1.5px solid #B84857;padding:6px 16px;border-radius:8px;transition:background 0.2s,color .2s}
.event-card-v1 .ev-meta .butt-sm:hover{background:#B84857;color:#fff;text-decoration:none}
.people-section{background:linear-gradient(160deg,#F0EDCA 0%,#fff 100%);padding:80px 20px}
.people-holder{max-width:1280px;margin:0 auto}
.people-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.people-text-col .tag-line{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#B84857;display:block;margin-bottom:12px}
.people-text-col h2{font-size:clamp(22px,3vw,38px);font-weight:800;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.people-text-col p{font-size:15px;color:#444;line-height:1.65;margin:0 0 28px}
.people-profiles{display:flex;flex-direction:column;gap:18px}
.profile-card-v1{display:flex;flex-direction:row;align-items:center;gap:18px;background:#fff;border-radius:14px;padding:18px 20px;box-shadow:0 2px 10px #00000012;transition:box-shadow .2s}
.profile-card-v1:hover{box-shadow:0 6px 22px #0000001c}
.profile-card-v1 .pf-avatar{width:62px;height:62px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #F0EDCA}
.profile-card-v1 .pf-info h5{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 3px}
.profile-card-v1 .pf-info .pf-role{font-size:12px;color:#3F7847;font-weight:600;margin-bottom:5px;display:block}
.profile-card-v1 .pf-info p{font-size:13px;color:#777;margin:0;line-height:1.45}
.people-visual-col{position:relative}
.people-main-img{width:100%;height:340px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 12px 36px #00000021}
.people-float-badge{position:absolute;bottom:-18px;left:-18px;background:#3F7847;color:#fff;border-radius:14px;padding:16px 22px;box-shadow:0 6px 20px #3f78474d}
.people-float-badge .fb-num{font-size:28px;font-weight:900;line-height:1}
.people-float-badge .fb-txt{font-size:12px;color:#f0edcad9;margin-top:3px}
@media (max-width: 900px) {
.heado-holder{flex-direction:column;gap:32px}
.heado-img-col{flex:none;width:100%}
.trust-grid-v1{grid-template-columns:1fr 1fr}
.eco-grid{grid-template-columns:1fr}
.eco-img-block img{height:280px}
.tech-layout{grid-template-columns:1fr;gap:36px}
.tech-stack-grid{grid-template-columns:1fr}
.events-grid{grid-template-columns:1fr}
.events-top-row{flex-direction:column;align-items:flex-start}
.people-layout{grid-template-columns:1fr;gap:36px}
.people-float-badge{left:14px;bottom:14px}
}
@media (max-width: 600px) {
.heado-section{padding:50px 16px 40px}
.trust-section,.ecosystem-section,.tech-section,.events-section,.people-section{padding:50px 16px}
.trust-grid-v1{grid-template-columns:1fr}
.trust-bottom-strip{flex-direction:column;align-items:flex-start;gap:16px}
.heado-img-col .img-depth-wrap::before,.heado-img-col .img-depth-wrap::after{display:none}
.heado-img-col .img-depth-wrap img{height:220px}
.tech-img-v2{height:180px}
}
.contact-heado-wrap{max-width:1280px;margin:0 auto;padding:60px 24px 40px}
.contact-heado-inner{display:flex;flex-direction:row;align-items:center;gap:0;position:relative;min-height:420px}
.contact-heado-img-v1{width:45%;flex-shrink:0;position:relative}
.contact-heado-img-v1 img{width:100%;height:380px;object-fit:cover;border-radius:16px 0 0 16px;display:block}
.contact-heado-img-v1::after{content:'';position:absolute;top:0;right:0;width:60px;height:100%;background:linear-gradient(to right,#b8485700,#f0edcae6);border-radius:0}
.contact-heado-text-v1{flex:1;background:#F0EDCA;padding:48px 40px 48px 56px;border-radius:0 16px 16px 0;position:relative;z-index:1}
.contact-heado-text-v1::before{content:'';position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:60px;height:60px;background:#F0EDCA;border-radius:50%;z-index:0}
.contact-heado-tag-v1{display:inline-block;background:#b848571f;color:#B84857;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:20px;position:relative;z-index:1}
.contact-heado-text-v1 h1{font-size:2.6rem;font-weight:800;line-height:1.2;color:#1a1a2e;margin:0 0 16px;position:relative;z-index:1}
.contact-heado-text-v1 h1 span{color:#B84857;position:relative}
.contact-heado-text-v1 h1 span::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:#b848574d;border-radius:2px}
.contact-heado-sub-v1{font-size:1.05rem;color:#444;line-height:1.65;margin:0 0 28px;max-width:400px;position:relative;z-index:1}
.contact-heado-deco-v1{position:absolute;top:-20px;right:20px;width:80px;height:80px;opacity:.12;z-index:0}
.butt-primary-v1{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#B84857;color:#fff;font-size:.95rem;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.25s,box-shadow 0.25s,transform .18s;box-shadow:0 4px 12px #b848574d;position:relative;z-index:10}
.butt-primary-v1:hover{background:#9b3545;box-shadow:0 8px 20px #b8485773;transform:translateY(-2px);color:#fff;text-decoration:none}
.deco-abst-v1{position:absolute;bottom:-30px;left:30px;display:flex;flex-direction:row;gap:10px;opacity:.18;z-index:0}
.deco-abst-v1 span{display:block;width:12px;height:12px;border-radius:50%;background:#3F7847}
.deco-abst-v1 span:nth-child(2){background:#B84857;width:18px;height:18px;margin-top:-3px}
.deco-abst-v1 span:nth-child(3){background:#3F7847;width:10px;height:10px}
.contact-info-section-v2{background:#fff;padding:64px 0}
.contact-info-holder-v2{max-width:1280px;margin:0 auto;padding:0 24px}
.contact-info-grid-v2{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-top:16px}
.contact-info-section-v2 .section-label-v2{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#3F7847;margin-bottom:10px}
.contact-info-section-v2 h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin:0 0 36px;max-width:480px}
.info-card-v2{background:#F0EDCA;border-radius:14px;padding:32px 28px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #0000000d;transition:box-shadow 0.2s,transform .2s;border:1.5px solid transparent}
.info-card-v2:hover{box-shadow:0 8px 24px #b848571f;transform:translateY(-3px);border-color:#b8485733}
.info-card-v2-icon{width:44px;height:44px;background:#b848571f;border-radius:10px;display:flex;align-items:center;justify-content:center}
.info-card-v2-icon svg{width:22px;height:22px}
.info-card-v2-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#888}
.info-card-v2-value{font-size:1rem;font-weight:600;color:#1a1a2e;line-height:1.5}
.info-card-v2-value a{color:#B84857;text-decoration:none;transition:color .2s}
.info-card-v2-value a:hover{color:#9b3545;text-decoration:underline}
.contact-form-section-v3{background:linear-gradient(135deg,#1a1a2e 0%,#2a2040 100%);padding:72px 0;position:relative;overflow:hidden}
.contact-form-section-v3::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#b8485733 0%,transparent 70%);border-radius:50%}
.contact-form-section-v3::after{content:'';position:absolute;bottom:-60px;left:-60px;width:240px;height:240px;background:radial-gradient(circle,#3f78472e 0%,transparent 70%);border-radius:50%}
.contact-form-holder-v3{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.contact-form-layout-v3{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.form-side-info-v3 h2{font-size:2rem;font-weight:800;color:#fff;margin:0 0 18px;line-height:1.25}
.form-side-info-v3 h2 span{color:#F0EDCA}
.form-side-info-v3 p{font-size:1rem;color:#f0edcabf;line-height:1.7;margin:0 0 36px}
.form-links-v3{display:flex;flex-direction:column;gap:14px}
.form-link-item-v3{display:flex;flex-direction:row;align-items:center;gap:12px;color:#F0EDCA;text-decoration:none;font-size:.9rem;font-weight:600;padding:12px 16px;border-radius:10px;background:#ffffff0f;border:1px solid #ffffff1a;transition:background 0.2s,border-color .2s}
.form-link-item-v3:hover{background:#b8485733;border-color:#b8485766;color:#fff;text-decoration:none}
.form-link-item-v3 svg{width:18px;height:18px;flex-shrink:0}
.contact-form-box-v3{background:#fff;border-radius:16px;padding:44px 40px;box-shadow:0 12px 40px #00000040}
.form-title-v3{font-size:1.35rem;font-weight:800;color:#1a1a2e;margin:0 0 6px}
.form-subtitle-v3{font-size:.9rem;color:#666;margin:0 0 28px}
.form-row-v3{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.form-group-v3{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.form-group-v3 label{font-size:.82rem;font-weight:700;color:#444;letter-spacing:.5px}
.form-group-v3 input[type="text"],.form-group-v3 input[type="email"],.form-group-v3 select,.form-group-v3 textarea{width:100%;padding:13px 16px;border:1.5px solid #ddd;border-radius:10px;font-size:.95rem;color:#1a1a2e;background:#fafafa;transition:border-color 0.2s,box-shadow 0.2s,background .2s;box-sizing:border-box;appearance:auto}
.form-group-v3 input[type="text"]:focus,.form-group-v3 input[type="email"]:focus,.form-group-v3 select:focus,.form-group-v3 textarea:focus{border-color:#B84857;box-shadow:0 0 0 3px #b848571f;background:#fff;outline:none}
.form-group-v3 select{cursor:pointer;min-height:48px}
.form-group-v3 textarea{resize:vertical;min-height:100px}
.form-options-v3{display:flex;flex-direction:row;gap:12px;margin-bottom:20px;flex-wrap:wrap}
.form-option-chip-v3{position:relative}
.form-option-chip-v3 input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}
.form-option-chip-v3 label{display:inline-block;padding:8px 18px;border-radius:20px;border:1.5px solid #ddd;font-size:.85rem;font-weight:600;color:#555;cursor:pointer;transition:border-color 0.2s,background 0.2s,color .2s;background:#f9f9f9}
.form-option-chip-v3 input[type="checkbox"]:checked + label{border-color:#B84857;background:#b848571a;color:#B84857}
.form-option-chip-v3 input[type="checkbox"]:focus + label{outline:2px solid #B84857;outline-offset:2px}
.form-options-label-v3{font-size:.82rem;font-weight:700;color:#444;margin-bottom:10px}
.form-privacy-v3{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:24px;padding:14px 16px;background:#f0edca80;border-radius:10px;border:1px solid #b8485726}
.form-privacy-v3 input[type="checkbox"]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:#B84857;cursor:pointer}
.form-privacy-v3 span{font-size:.83rem;color:#555;line-height:1.55}
.form-privacy-v3 span a{color:#B84857;text-decoration:underline;font-weight:600}
.form-privacy-v3 span a:hover{color:#9b3545}
.butt-form-submit-v3{width:100%;background:#B84857;color:#fff;font-size:1rem;font-weight:700;padding:16px 24px;border-radius:10px;border:none;cursor:pointer;transition:background 0.25s,box-shadow 0.25s,transform .18s;box-shadow:0 4px 14px #b8485759;position:relative;z-index:10}
.butt-form-submit-v3:hover{background:#9b3545;box-shadow:0 8px 24px #b8485780;transform:translateY(-2px)}
.contact-extra-section-v4{background:#fff;padding:72px 0 80px}
.contact-extra-holder-v4{max-width:1280px;margin:0 auto;padding:0 24px}
.contact-extra-top-v4{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:44px;gap:24px}
.contact-extra-top-v4 .left-v4 h2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin:0 0 8px}
.contact-extra-top-v4 .left-v4 p{font-size:.97rem;color:#555;margin:0;max-width:480px;line-height:1.6}
.extra-img-aside-v4{width:260px;flex-shrink:0}
.extra-img-aside-v4 img{width:100%;height:180px;object-fit:cover;border-radius:14px;box-shadow:0 6px 20px #0000001a}
.contact-paths-grid-v4{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.path-card-v4{border:1.5px solid #eee;border-radius:14px;padding:30px 24px;transition:border-color 0.2s,box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.path-card-v4::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;border-radius:14px 14px 0 0}
.path-card-v4.accent-rose::before{background:#B84857}
.path-card-v4.accent-green::before{background:#3F7847}
.path-card-v4.accent-warm::before{background:#c8943a}
.path-card-v4:hover{border-color:#b848574d;box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}
.path-card-v4-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.path-card-v4-icon.bg-rose{background:#b848571a}
.path-card-v4-icon.bg-green{background:#3f78471a}
.path-card-v4-icon.bg-warm{background:#c8943a1a}
.path-card-v4-icon svg{width:22px;height:22px}
.path-card-v4 h4{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}
.path-card-v4 p{font-size:.88rem;color:#666;line-height:1.6;margin:0 0 18px}
.path-card-link-v4{display:inline-flex;flex-direction:row;align-items:center;gap:6px;font-size:.85rem;font-weight:700;color:#B84857;text-decoration:none;transition:gap .2s}
.path-card-link-v4:hover{gap:10px;color:#9b3545;text-decoration:none}
@media (max-width: 1024px) {
.contact-heado-inner{min-height:340px}
.contact-heado-img-v1{width:40%}
.contact-heado-img-v1 img{height:320px}
.contact-heado-text-v1{padding:36px 28px 36px 44px}
.contact-heado-text-v1 h1{font-size:2rem}
.contact-form-layout-v3{grid-template-columns:1fr;gap:36px}
.contact-info-grid-v2{grid-template-columns:1fr 1fr}
.contact-paths-grid-v4{grid-template-columns:1fr 1fr}
.contact-extra-top-v4{flex-direction:column;align-items:flex-start}
.extra-img-aside-v4{width:100%}
.extra-img-aside-v4 img{height:220px}
}
@media (max-width: 768px) {
.contact-heado-inner{flex-direction:column;min-height:auto}
.contact-heado-img-v1{width:100%}
.contact-heado-img-v1 img{height:220px;border-radius:16px 16px 0 0}
.contact-heado-img-v1::after{display:none}
.contact-heado-text-v1{border-radius:0 0 16px 16px;padding:32px 24px}
.contact-heado-text-v1::before{display:none}
.contact-heado-text-v1 h1{font-size:1.65rem}
.contact-heado-wrap{padding:36px 16px 28px}
.contact-info-grid-v2{grid-template-columns:1fr}
.contact-form-box-v3{padding:28px 20px}
.form-row-v3{grid-template-columns:1fr}
.contact-paths-grid-v4{grid-template-columns:1fr}
.contact-extra-top-v4{flex-direction:column}
.contact-info-section-v2{padding:44px 0}
.contact-form-section-v3{padding:48px 0}
.contact-extra-section-v4{padding:44px 0 56px}
}
.success-wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.success-strip-section{position:relative;overflow:hidden;background:#F0EDCA;min-height:320px;display:flex;flex-direction:row;align-items:stretch}
.success-strip-section .strip-accent-v1{width:8px;background:linear-gradient(180deg,#B84857 0%,#3F7847 100%);flex-shrink:0}
.success-strip-section .strip-geo-holder{width:220px;flex-shrink:0;position:relative;overflow:hidden;background:linear-gradient(135deg,#b848571f 0%,#3f78472e 100%);display:flex;flex-direction:column;align-items:center;justify-content:center}
.strip-geo-holder .geo-circle-v1{width:120px;height:120px;border-radius:50%;background:#b848572e;position:absolute;top:-30px;left:-30px}
.strip-geo-holder .geo-circle-v2{width:80px;height:80px;border-radius:50%;background:#3f784738;position:absolute;bottom:20px;right:-20px}
.strip-geo-holder .geo-ring-v1{width:90px;height:90px;border-radius:50%;border:3px solid #b8485759;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.strip-geo-holder .checkmark-butt{width:68px;height:68px;border-radius:50%;background:#3F7847;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 6px 16px #3f784752}
.strip-geo-holder .checkmark-butt svg{width:34px;height:34px}
.success-strip-section .strip-text-holder{flex:1;padding:52px 48px 52px 44px;display:flex;flex-direction:column;justify-content:center;position:relative}
.strip-text-holder .success-tag-v1{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#b848571a;border:1px solid #b8485738;border-radius:20px;padding:5px 14px;margin-bottom:22px;width:fit-content}
.strip-text-holder .success-tag-v1 span{font-size:12px;font-weight:600;color:#B84857;letter-spacing:.08em;text-transform:uppercase}
.strip-text-holder .success-heado-v1{font-size:36px;font-weight:700;color:#1a1a1a;line-height:1.18;margin:0 0 16px;position:relative}
.strip-text-holder .success-heado-v1::after{content:'';display:block;width:48px;height:3px;background:#B84857;border-radius:2px;margin-top:12px}
.strip-text-holder .success-subtext-v1{font-size:16px;color:#444;line-height:1.65;margin:0 0 28px;max-width:540px}
.strip-text-holder .success-actions-holder{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;align-items:center}
.success-actions-holder .butt-primary-v1{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#B84857;color:#fff;font-size:15px;font-weight:600;padding:13px 26px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.22s,box-shadow 0.22s,transform .18s;box-shadow:0 4px 14px #b8485747;position:relative;z-index:2}
.success-actions-holder .butt-primary-v1:hover{background:#9e3a47;box-shadow:0 8px 20px #b848575c;transform:translateY(-2px)}
.success-actions-holder .butt-outline-v1{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:transparent;color:#3F7847;font-size:15px;font-weight:600;padding:12px 24px;border-radius:10px;text-decoration:none;border:2px solid #3F7847;cursor:pointer;transition:background 0.22s,color 0.22s,transform .18s;position:relative;z-index:2}
.success-actions-holder .butt-outline-v1:hover{background:#3F7847;color:#fff;transform:translateY(-2px)}
.strip-deco-dots{position:absolute;right:32px;top:28px;display:grid;grid-template-columns:repeat(4,8px);grid-template-rows:repeat(4,8px);gap:7px;opacity:.18}
.strip-deco-dots span{width:8px;height:8px;border-radius:50%;background:#B84857;display:block}
.next-steps-section{background:#fff;padding:72px 0 80px}
.next-steps-inner{max-width:1280px;margin:0 auto;padding:0 20px}
.next-steps-inner .section-heado-v2{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 8px;text-align:center}
.next-steps-inner .section-sub-v2{font-size:15px;color:#666;text-align:center;margin:0 0 48px;line-height:1.6}
.steps-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step-card-v2{background:#F0EDCA;border-radius:14px;padding:32px 28px 28px;position:relative;overflow:hidden;border:1px solid #b8485714;box-shadow:0 2px 8px #0000000f;transition:box-shadow 0.22s,transform .2s;display:flex;flex-direction:column;gap:14px}
.step-card-v2:hover{box-shadow:0 8px 24px #3f784724;transform:translateY(-3px)}
.step-card-v2 .step-num-badge{width:40px;height:40px;border-radius:10px;background:#B84857;color:#fff;font-size:17px;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.step-card-v2:nth-child(2) .step-num-badge{background:#3F7847}
.step-card-v2:nth-child(3) .step-num-badge{background:linear-gradient(135deg,#B84857,#3F7847)}
.step-card-v2 .step-title-v2{font-size:17px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}
.step-card-v2 .step-desc-v2{font-size:14px;color:#555;line-height:1.62;margin:0}
.step-card-v2 .step-tag-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:7px;margin-top:4px}
.step-tag-list .step-tag-item{background:#b848571a;color:#B84857;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.06em}
.step-card-v2:nth-child(2) .step-tag-item{background:#3f78471a;color:#3F7847}
.step-card-v2:nth-child(3) .step-tag-item{background:#b8485714;color:#B84857}
.step-card-v2 .step-deco-bg{position:absolute;bottom:-18px;right:-18px;width:70px;height:70px;border-radius:50%;background:#b8485712;pointer-events:none}
.step-card-v2:nth-child(2) .step-deco-bg{background:#3f784714}
.info-band-v1{margin-top:52px;background:linear-gradient(135deg,#b8485714 0%,#3f78471a 100%);border-radius:14px;padding:32px 36px;display:flex;flex-direction:row;align-items:center;gap:28px;border:1px solid #3f784724}
.info-band-v1 .band-icon-holder{width:56px;height:56px;border-radius:12px;background:#3F7847;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.info-band-v1 .band-text-v1{flex:1}
.info-band-v1 .band-text-v1 strong{display:block;font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:5px}
.info-band-v1 .band-text-v1 p{font-size:14px;color:#555;margin:0;line-height:1.58}
.info-band-v1 .band-link-v1{display:inline-flex;flex-direction:row;align-items:center;gap:7px;background:#3F7847;color:#fff;font-size:14px;font-weight:600;padding:11px 22px;border-radius:10px;text-decoration:none;transition:background 0.2s,transform .18s;white-space:nowrap;flex-shrink:0;position:relative;z-index:2}
.info-band-v1 .band-link-v1:hover{background:#2d5c34;transform:translateY(-2px)}
@media (max-width: 900px) {
.success-strip-section{flex-direction:column;min-height:auto}
.success-strip-section .strip-accent-v1{width:100%;height:6px}
.success-strip-section .strip-geo-holder{width:100%;height:140px}
.strip-text-holder .success-heado-v1{font-size:26px}
.success-strip-section .strip-text-holder{padding:36px 24px 40px}
.steps-grid-v2{grid-template-columns:1fr 1fr;gap:20px}
.steps-grid-v2 .step-card-v2:nth-child(3){grid-column:1 / -1}
.info-band-v1{flex-direction:column;text-align:center;padding:26px 22px;gap:18px}
}
@media (max-width: 560px) {
.success-strip-section .strip-text-holder{padding:28px 18px 32px}
.strip-text-holder .success-heado-v1{font-size:22px}
.strip-text-holder .success-subtext-v1{font-size:14px}
.steps-grid-v2{grid-template-columns:1fr}
.steps-grid-v2 .step-card-v2:nth-child(3){grid-column:auto}
.next-steps-inner .section-heado-v2{font-size:21px}
.next-steps-section{padding:48px 0 56px}
.success-actions-holder .butt-primary-v1,.success-actions-holder .butt-outline-v1{width:100%;justify-content:center}
.success-actions-holder{flex-direction:column}
}