@import "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&family=Space+Grotesk:wght@400;600;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
body{background:linear-gradient(135deg,#f4f9f9 0%,#fff 100%);color:#2d3436;overflow-x:hidden;font:16px/1.7 'Manrope',sans-serif}
a{color:inherit;text-decoration:none;transition:color .3s ease}
h1,h2,h3,h4{font-family:'Space Grotesk',sans-serif;font-weight:700}
.tempest__atmosphere-wrapper{width:100%;max-width:1240px;margin:0 auto;padding:0 22px}
header{background:linear-gradient(180deg,#fff 0%,#e0fd961f 100%);border-bottom:2px solid #00d2be40;padding:24px 0;position:relative}
.lithosphere__plate-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:50px}
.aurora--brand-stack{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;max-width:280px}
.aurora--brand-stack img{height:95px;width:95px;object-fit:contain}
.corona__title-element{font-size:26px;font-weight:700;color:#4F1A96;line-height:1.3;letter-spacing:-.3px}
.stratosphere__nav-contact-column{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:18px;flex:1}
.basalt--navigation-primary{display:flex;flex-direction:row;gap:32px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.basalt--navigation-primary a{font-size:16px;font-weight:600;color:#2d3436;position:relative;transition:color .25s ease}
.basalt--navigation-primary a:hover{color:#00D2BE}
.basalt--navigation-primary a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#00D2BE;transition:width .3s ease}
.basalt--navigation-primary a:hover::after{width:100%}
.meteorite__contact-cluster{display:flex;flex-direction:row;gap:24px;align-items:center}
.meteorite__contact-cluster a{font-size:15px;color:#4F1A96;font-weight:500;padding:8px 18px;background:#e0fd9659;border-radius:6px;transition:background .3s ease,opacity .25s ease}
.meteorite__contact-cluster a:hover{background:#00d2be33;opacity:.85}
main{min-height:200px}
footer{background:linear-gradient(135deg,#4F1A96 0%,#2d0d5e 100%);color:#fff;padding:70px 0 30px;position:relative;margin-top:80px}
.tundra__central-island{max-width:520px;margin:0 auto;text-align:center;padding-bottom:50px;border-bottom:1px solid #e0fd9640;margin-bottom:50px}
.tundra__central-island img{height:110px;width:110px;object-fit:contain;margin-bottom:20px;opacity:.95}
.tundra__central-island h2{font-size:32px;color:#E0FD96;margin-bottom:14px;letter-spacing:-.5px}
.tundra__central-island p{font-size:16px;line-height:1.75;color:#ffffffd9;margin-bottom:26px}
.quantum__satellite-orbit{display:flex;flex-direction:row;justify-content:center;gap:60px;flex-wrap:wrap;margin-bottom:50px}
.quantum__satellite-orbit div{flex:0 1 200px}
.quantum__satellite-orbit h3{font-size:17px;color:#00D2BE;margin-bottom:16px;letter-spacing:.3px}
.quantum__satellite-orbit a{display:block;font-size:15px;color:#fffc;margin-bottom:10px;transition:color .25s ease,opacity .3s ease}
.quantum__satellite-orbit a:hover{color:#E0FD96;opacity:.9}
.precipice__copyright-zone{text-align:center;font-size:14px;color:#ffffffb3;padding-top:30px;border-top:1px solid #e0fd9633}
.glacier__consent-modal{position:fixed;bottom:30px;left:30px;max-width:420px;background:#fff;border-radius:10px;padding:28px;box-shadow:0 8px 30px #4f1a9640;z-index:9999;border:2px solid #00d2be4d;display:none}
.glacier__consent-modal.nebula--active{display:block;animation:slideUpFade .45s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.glacier__consent-modal h3{font-size:19px;color:#4F1A96;margin-bottom:14px;line-height:1.4}
.glacier__consent-modal p{font-size:14px;line-height:1.65;color:#2d3436;margin-bottom:20px}
.sediment__action-pair{display:flex;flex-direction:row;gap:12px}
.sediment__action-pair button{flex:1;padding:11px 18px;border:none;border-radius:6px;cursor:pointer;transition:opacity .25s ease,background .3s ease;font:600 15px 'Manrope',sans-serif}
.obsidian__accept-control{background:#00D2BE;color:#fff}
.obsidian__accept-control:hover{opacity:.88;background:#00baa8}
.obsidian__decline-control{background:#e8e8e8;color:#2d3436}
.obsidian__decline-control:hover{opacity:.85;background:#d4d4d4}
@media (max-width: 992px) {
.lithosphere__plate-container{flex-direction:column;gap:30px;align-items:center}
.aurora--brand-stack{align-items:center;max-width:100%}
.stratosphere__nav-contact-column{align-items:center;width:100%}
.basalt--navigation-primary{justify-content:center;gap:20px}
.meteorite__contact-cluster{justify-content:center;flex-wrap:wrap}
}
@media (max-width: 768px) {
.basalt--navigation-primary{flex-direction:column;gap:16px}
.quantum__satellite-orbit{flex-direction:column;gap:35px}
.glacier__consent-modal{left:15px;right:15px;bottom:15px;max-width:calc(100% - 30px)}
.sediment__action-pair{flex-direction:column}
.corona__title-element{font-size:22px}
.tundra__central-island h2{font-size:26px}
}
@media (max-width: 480px) {
.aurora--brand-stack img{height:75px;width:75px}
.corona__title-element{font-size:20px}
.basalt--navigation-primary a{font-size:15px}
}
.obsidian__accept-control:focus,.obsidian__decline-control:focus,.basalt--navigation-primary a:focus,.meteorite__contact-cluster a:focus,.quantum__satellite-orbit a:focus{outline:3px solid #00D2BE;outline-offset:2px}
header[role="banner"]{position:relative}
nav[aria-label="Primary navigation"]{position:relative}
footer[role="contentinfo"]{position:relative}
.v2-prime-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.gen3-hero__vault{background:linear-gradient(135deg,#f0fffe 0%,#fefff8 50%,#faf4ff 100%);padding:80px 0 100px;position:relative;overflow:hidden}
.gen3-hero__vault::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00d2be14 0%,transparent 70%);border-radius:50%}
.mod-hero--split{display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.mod-hero--split .sys-text__chamber{flex:1;max-width:520px}
.mod-hero--split .sys-visual__anchor{flex:1;position:relative}
.headline--primary__86{font-size:3.2rem;line-height:1.15;color:#1a1a2e;font-weight:700;margin-bottom:24px;letter-spacing:-.02em}
.headline--primary__86::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#00D2BE 0%,#4F1A96 100%);margin-top:20px;border-radius:2px}
.lead-text__flow{font-size:1.15rem;line-height:1.7;color:#4a4a5e;margin-bottom:32px}
.cta-cluster__main{display:flex;gap:16px;align-items:center}
.btn--pulse__action{background:#00D2BE;color:#1a1a2e;padding:16px 36px;border-radius:8px;font-weight:600;font-size:1.05rem;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #00d2be40}
.btn--pulse__action:hover{background:#00bfad;transform:translateY(-2px);box-shadow:0 6px 20px #00d2be59;color:#1a1a2e}
.btn--ghost__link{color:#4F1A96;padding:16px 24px;font-weight:600;text-decoration:none;border:2px solid #4F1A96;border-radius:8px;display:inline-block;transition:all .3s ease}
.btn--ghost__link:hover{background:#4F1A96;color:#fff}
.frame--feature__box{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000014}
.frame--feature__box img{width:100%;height:auto;display:block;border-radius:16px}
.deck--insight__row{background:#fff;padding:100px 0}
.deck--insight__row .v2-prime-wrap{display:flex;gap:80px;align-items:center}
.visual--companion__left{flex:0 0 45%}
.visual--companion__left img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #0000001a}
.content--descriptor__right{flex:1}
.section-label__mini{color:#00D2BE;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;display:inline-block}
.title--segment__major{font-size:2.5rem;line-height:1.25;color:#1a1a2e;font-weight:700;margin-bottom:24px}
.title--segment__major::before{content:'';display:inline-block;width:6px;height:36px;background:#E0FD96;margin-right:12px;vertical-align:middle;border-radius:3px}
.para--standard__text{font-size:1.05rem;line-height:1.75;color:#4a4a5e;margin-bottom:20px}
.benefit-markers__list{list-style:none;padding:0;margin:32px 0 0}
.benefit-markers__list li{padding:12px 0 12px 36px;position:relative;font-size:1.05rem;color:#2a2a3e;line-height:1.6}
.benefit-markers__list li::before{content:'';position:absolute;left:0;top:12px;width:24px;height:24px;background:#E0FD96;color:#4F1A96;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}
.zone--approach__inverse{background:linear-gradient(165deg,#f9f4ff 0%,#f0fffe 100%);padding:100px 0}
.zone--approach__inverse .v2-prime-wrap{display:flex;gap:80px;align-items:center;flex-direction:row-reverse}
.visual--companion__right{flex:0 0 45%}
.visual--companion__right img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #4f1a9626}
.content--descriptor__left{flex:1}
.pathway-grid__steps{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:36px}
.step-card__compact{background:#fff;padding:28px;border-radius:12px;border-left:4px solid #00D2BE;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.step-card__compact:hover{transform:translateX(8px);box-shadow:0 8px 24px #0000001a}
.step-card__compact h5{color:#4F1A96;font-size:1.2rem;font-weight:600;margin-bottom:10px}
.step-card__compact p{color:#5a5a6e;font-size:.95rem;line-height:1.6;margin:0}
.segment--testimonial__proof{background:#fff;padding:100px 0}
.testimony-frame__personal{max-width:900px;margin:0 auto;text-align:center}
.testimony-frame__personal .section-label__mini{display:block;text-align:center;margin-bottom:16px}
.testimony-frame__personal h3{font-size:2.2rem;line-height:1.3;color:#1a1a2e;font-weight:700;margin-bottom:48px}
.quote-container__styled{background:linear-gradient(135deg,#f9f4ff 0%,#f0fffe 100%);padding:48px 56px;border-radius:16px;position:relative;margin-bottom:36px;box-shadow:0 8px 32px #0000000f}
.quote-container__styled::before{content:'"';position:absolute;top:20px;left:28px;color:#00D2BE;opacity:.3;font:5rem/1 Georgia,serif}
.quote-container__styled p{font-size:1.15rem;line-height:1.8;color:#2a2a3e;font-style:italic;position:relative;z-index:1;margin:0}
.author-profile__compact{display:flex;align-items:center;justify-content:center;gap:20px}
.author-avatar__circle{width:68px;height:68px;border-radius:50%;overflow:hidden;border:3px solid #E0FD96}
.author-avatar__circle img{width:100%;height:100%;object-fit:cover}
.author-details__text{text-align:left}
.author-details__text h6{color:#1a1a2e;font-size:1.1rem;font-weight:600;margin-bottom:4px}
.author-details__text p{color:#6a6a7e;font-size:.95rem;margin:0}
@media (max-width: 768px) {
.gen3-hero__vault{padding:60px 0 70px}
.mod-hero--split{flex-direction:column;gap:40px}
.mod-hero--split .sys-text__chamber{max-width:100%;text-align:center}
.headline--primary__86{font-size:2.2rem}
.headline--primary__86::after{margin-left:auto;margin-right:auto}
.cta-cluster__main{flex-direction:column;width:100%}
.btn--pulse__action,.btn--ghost__link{width:100%;text-align:center}
.deck--insight__row .v2-prime-wrap,.zone--approach__inverse .v2-prime-wrap{flex-direction:column;gap:40px}
.visual--companion__left,.visual--companion__right{flex:1;width:100%}
.title--segment__major{font-size:1.9rem}
.pathway-grid__steps{grid-template-columns:1fr}
.testimony-frame__personal h3{font-size:1.8rem}
.quote-container__styled{padding:36px 28px}
.quote-container__styled::before{font-size:3.5rem;left:16px}
.author-profile__compact{flex-direction:column;text-align:center}
.author-details__text{text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.v2-prime-wrap{max-width:960px}
.headline--primary__86{font-size:2.8rem}
.deck--insight__row .v2-prime-wrap,.zone--approach__inverse .v2-prime-wrap{gap:50px}
.visual--companion__left,.visual--companion__right{flex:0 0 42%}
.title--segment__major{font-size:2.2rem}
}
.AxiomCore{max-width:1200px;margin:0 auto;padding:0 20px}
.Zenith__wrap{background:linear-gradient(135deg,#f8fdff 0%,#fdfff8 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.Zenith__wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00d2be14 0%,transparent 70%);border-radius:50%}
.Zenith__grid{display:flex;flex-direction:row;gap:50px;align-items:flex-start}
.Zenith__text{flex:1;padding-right:20px}
.Zenith__heading{font-size:2.8rem;line-height:1.2;color:#2a2a2a;margin-bottom:20px;font-weight:700;position:relative}
.Zenith__heading::after{content:'';position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#00D2BE 0%,#4F1A96 100%)}
.Zenith__prose{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin-top:30px}
.Zenith__prose p{margin-bottom:16px}
.Zenith__visual{flex:0 0 420px;position:relative}
.Zenith__img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 35px #4f1a9626;display:block}
.Nexus__sector{background:#fff;padding:70px 0;border-top:1px solid #e8e8e8}
.Nexus__frame{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.Nexus__info{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);padding:40px;border-radius:10px;border:1px solid #ececec}
.Nexus__label{font-size:1.4rem;color:#2a2a2a;font-weight:600;margin-bottom:25px;padding-left:15px;border-left:4px solid #00D2BE}
.Nexus__blocks{display:flex;flex-direction:column;gap:20px}
.Nexus__item{display:flex;flex-direction:row;align-items:flex-start;gap:15px;padding:18px;background:#fff;border-radius:8px;border:1px solid #f0f0f0;transition:all .3s ease}
.Nexus__item:hover{border-color:#00D2BE;box-shadow:0 4px 15px #00d2be1f;transform:translateX(5px)}
.Nexus__icon{width:44px;height:44px;background:linear-gradient(135deg,#E0FD96 0%,#00D2BE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.3rem;color:#4F1A96;font-weight:700}
.Nexus__detail{flex:1}
.Nexus__title{font-size:1.05rem;font-weight:600;color:#2a2a2a;margin-bottom:5px}
.Nexus__desc{font-size:.95rem;color:#6a6a6a;line-height:1.5}
.Nexus__desc a{color:#00D2BE;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.Nexus__desc a:hover{border-bottom-color:#00D2BE}
.Conduit__zone{background:linear-gradient(160deg,#fafbff 0%,#fffef8 100%);padding:70px 0}
.Conduit__caption{font-size:2.2rem;color:#2a2a2a;font-weight:700;margin-bottom:45px;text-align:left}
.Conduit__caption::before{content:'';display:inline-block;width:6px;height:28px;background:#4F1A96;margin-right:12px;vertical-align:middle}
.Conduit__form{background:#fff;padding:45px;border-radius:12px;box-shadow:0 8px 30px #00000014;border:1px solid #e8e8e8}
.Conduit__row{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:25px}
.Conduit__cell{display:flex;flex-direction:column;gap:8px}
.Conduit__prompt{font-size:.92rem;font-weight:600;color:#3a3a3a;letter-spacing:.3px}
.Conduit__field{width:100%;padding:14px 16px;font-size:1rem;border:2px solid #e0e0e0;border-radius:6px;background:#fafafa;transition:all .3s ease;font-family:inherit}
.Conduit__field:focus{outline:none;border-color:#00D2BE;background:#fff;box-shadow:0 0 0 3px #00d2be1a}
.Conduit__area{width:100%;padding:14px 16px;font-size:1rem;border:2px solid #e0e0e0;border-radius:6px;background:#fafafa;transition:all .3s ease;font-family:inherit;min-height:140px;resize:vertical}
.Conduit__area:focus{outline:none;border-color:#00D2BE;background:#fff;box-shadow:0 0 0 3px #00d2be1a}
.Conduit__single{margin-bottom:25px}
.Conduit__consent{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin:30px 0 25px;padding:18px;background:#f7f7f7;border-radius:8px}
.Conduit__check{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#00D2BE;flex-shrink:0}
.Conduit__terms{font-size:.9rem;line-height:1.6;color:#5a5a5a}
.Conduit__terms a{color:#4F1A96;text-decoration:none;border-bottom:1px solid #4F1A96;transition:opacity .2s ease}
.Conduit__terms a:hover{opacity:.7}
.Conduit__submit{background:linear-gradient(135deg,#00D2BE 0%,#4F1A96 100%);color:#fff;padding:16px 50px;font-size:1.05rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00d2be4d;position:relative;z-index:10}
.Conduit__submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d2be66}
.Conduit__submit:active{transform:translateY(0)}
.Prism__domain{background:#fff;padding:70px 0;border-top:1px solid #e8e8e8}
.Prism__header{font-size:2rem;color:#2a2a2a;font-weight:700;margin-bottom:40px;text-align:center;position:relative}
.Prism__header::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:100px;height:3px;background:linear-gradient(90deg,#E0FD96 0%,#00D2BE 50%,#4F1A96 100%)}
.Prism__matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.Prism__unit{background:linear-gradient(145deg,#fafafa 0%,#fff 100%);padding:35px 30px;border-radius:10px;border:1px solid #ececec;transition:all .3s ease;position:relative;overflow:hidden}
.Prism__unit::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00D2BE 0%,#4F1A96 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.Prism__unit:hover::before{transform:scaleX(1)}
.Prism__unit:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}
.Prism__tag{font-size:1.1rem;font-weight:600;color:#2a2a2a;margin-bottom:12px}
.Prism__note{font-size:.95rem;line-height:1.6;color:#6a6a6a}
@media (max-width: 968px) {
.Zenith__grid{flex-direction:column;gap:40px}
.Zenith__visual{flex:1;width:100%}
.Zenith__heading{font-size:2.2rem}
.Nexus__frame{grid-template-columns:1fr;gap:40px}
.Conduit__row{grid-template-columns:1fr;gap:20px}
.Prism__matrix{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 640px) {
.Zenith__wrap{padding:50px 0 40px}
.Zenith__heading{font-size:1.8rem}
.Nexus__sector,.Conduit__zone,.Prism__domain{padding:50px 0}
.Conduit__form{padding:30px 25px}
.Conduit__caption{font-size:1.8rem}
.Nexus__info{padding:30px 25px}
.Prism__unit{padding:28px 22px}
}
.qx-veil{background:linear-gradient(135deg,#f0fffe 0%,#faffeb 100%);padding:5rem 0;overflow:hidden}
.qx-veil .container{max-width:1200px;margin:0 auto;padding:0 2rem}
.qx-arc-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}
.qx-arc-hero h1{font-size:3.2rem;line-height:1.2;color:#2a2a2a;margin-bottom:1.5rem;font-weight:700}
.qx-arc-hero h1::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#00D2BE 0%,#4F1A96 100%);margin-bottom:1.5rem}
.qx-arc-hero p{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin-bottom:1.2rem}
.qx-arc-hero img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #00d2be26}
.qx-prism-grid{background:linear-gradient(180deg,#fff 0%,#fafffe 100%);padding:5rem 0;position:relative}
.qx-prism-grid::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#00D2BE 50%,transparent 100%)}
.qx-prism-grid .container{max-width:1200px;margin:0 auto;padding:0 2rem}
.qx-prism-grid h2{font-size:2.5rem;color:#2a2a2a;margin-bottom:3rem;text-align:center;font-weight:700;position:relative}
.qx-prism-grid h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#4F1A96}
.qx-cell-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem}
.qx-cell{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:1px solid #00d2be1a}
.qx-cell:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00d2be26;border-color:#00D2BE}
.qx-cell h4{font-size:1.4rem;color:#4F1A96;margin-bottom:1rem;font-weight:600}
.qx-cell p{font-size:1rem;line-height:1.6;color:#5a5a5a}
.qx-cell strong{color:#00D2BE;font-weight:600}
.qx-mesh-story{background:linear-gradient(135deg,#4F1A96 0%,#3a0f73 100%);padding:5rem 0;color:#fff}
.qx-mesh-story .container{max-width:1200px;margin:0 auto;padding:0 2rem}
.qx-mesh-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center}
.qx-mesh-img-stack{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.qx-mesh-img-stack img{width:100%;height:220px;object-fit:cover;border-radius:8px;box-shadow:0 8px 25px #0000004d}
.qx-mesh-img-stack img:first-child{grid-column:1 / -1;height:280px}
.qx-mesh-content h3{font-size:2.2rem;margin-bottom:1.5rem;font-weight:700}
.qx-mesh-content h3::before{content:'';display:inline-block;width:40px;height:3px;background:#E0FD96;margin-right:1rem;vertical-align:middle}
.qx-mesh-content p{font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem;color:#f0f0f0}
.qx-mesh-content ul{list-style:none;padding:0;margin:2rem 0}
.qx-mesh-content li{padding-left:2rem;margin-bottom:.8rem;position:relative;font-size:1.05rem;line-height:1.6}
.qx-mesh-content li::before{content:'→';position:absolute;left:0;color:#00D2BE;font-weight:700}
.qx-wave-team{background:#fcfffe;padding:5rem 0;position:relative}
.qx-wave-team::before{content:'';position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(180deg,#4f1a960d 0%,transparent 100%)}
.qx-wave-team .container{max-width:1200px;margin:0 auto;padding:0 2rem}
.qx-wave-team h2{font-size:2.5rem;color:#2a2a2a;margin-bottom:1rem;text-align:center;font-weight:700}
.qx-wave-subtitle{text-align:center;font-size:1.1rem;color:#6a6a6a;margin-bottom:3.5rem;max-width:700px;margin-left:auto;margin-right:auto}
.qx-profile-flex{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}
.qx-profile-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 6px 30px #00000014;max-width:380px;text-align:center;border:2px solid transparent;transition:all .3s ease}
.qx-profile-card:hover{border-color:#00D2BE;transform:translateY(-8px)}
.qx-profile-card img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:4px solid #E0FD96;box-shadow:0 4px 15px #4f1a9633}
.qx-profile-card h5{font-size:1.5rem;color:#4F1A96;margin-bottom:.5rem;font-weight:600}
.qx-profile-role{font-size:.95rem;color:#00D2BE;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}
.qx-profile-card p{font-size:1rem;line-height:1.6;color:#5a5a5a}
.qx-profile-quote{font-style:italic;color:#4a4a4a;border-left:3px solid #E0FD96;padding-left:1rem;margin-top:1rem}
@media (max-width: 768px) {
.qx-arc-hero{grid-template-columns:1fr;gap:2rem}
.qx-arc-hero h1{font-size:2.2rem}
.qx-arc-hero img{height:300px}
.qx-cell-wrap{grid-template-columns:1fr;gap:1.5rem}
.qx-mesh-layout{grid-template-columns:1fr;gap:2.5rem}
.qx-mesh-img-stack{order:2}
.qx-mesh-content{order:1}
.qx-profile-flex{flex-direction:column;align-items:center}
.qx-prism-grid h2,.qx-wave-team h2{font-size:2rem}
}
.phase_branding_anchor{background:linear-gradient(135deg,#f0fdfa 0%,#faf5ff 100%);padding:4rem 2rem;position:relative;overflow:hidden}
.phase_branding_anchor::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(ellipse at center,#00d2be14 0%,transparent 70%);pointer-events:none}
.container{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.epoch_intro_shell h1{font-size:2.8rem;color:#1f2937;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.epoch_intro_shell h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#00D2BE 0%,#4F1A96 100%);margin-top:1rem;border-radius:2px}
.epoch_intro_shell p{font-size:1.15rem;color:#4b5563;line-height:1.7;max-width:750px}
.cycle_twin_wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;align-items:start}
.moment_visual_hold{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014}
.moment_visual_hold img{width:100%;height:420px;object-fit:cover;display:block}
.segment_text_flow h3{font-size:1.65rem;color:#111827;margin-bottom:1.2rem;font-weight:600}
.segment_text_flow h3::before{content:'';display:inline-block;width:6px;height:28px;background:#00D2BE;margin-right:12px;vertical-align:middle;border-radius:3px}
.segment_text_flow p{font-size:1.05rem;color:#6b7280;line-height:1.8;margin-bottom:1.5rem}
.gen3_pathway_zone{background:#fff;padding:5rem 2rem;position:relative}
.gen3_pathway_zone::before{content:'';position:absolute;top:0;left:10%;width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,#00D2BE 20%,#4F1A96 80%,transparent 100%);opacity:.3}
.pathway_header_nest{text-align:center;margin-bottom:4rem}
.pathway_header_nest h2{font-size:2.4rem;color:#1f2937;margin-bottom:1rem;font-weight:700}
.pathway_header_nest h2 span{background:linear-gradient(120deg,#00D2BE 0%,#4F1A96 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.pathway_header_nest p{font-size:1.1rem;color:#6b7280;max-width:680px;margin:0 auto;line-height:1.6}
.step_array_container{display:flex;flex-direction:column;gap:3rem;max-width:950px;margin:0 auto;padding-left:80px}
.milestone_card_unit{background:#f9fafb;border-radius:12px;padding:2rem 2.5rem;position:relative;border-left:4px solid #00D2BE;transition:all .3s ease}
.milestone_card_unit:nth-child(2){border-left-color:#4F1A96}
.milestone_card_unit:nth-child(3){border-left-color:#00D2BE}
.milestone_card_unit:nth-child(4){border-left-color:#4F1A96}
.milestone_card_unit:hover{transform:translateX(8px);box-shadow:0 8px 25px #0000000f}
.milestone_card_unit::before{content:'';position:absolute;left:-82px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#fff;border:3px solid #00D2BE;border-radius:50%;z-index:2}
.milestone_card_unit:nth-child(2)::before{border-color:#4F1A96}
.milestone_card_unit:nth-child(3)::before{border-color:#00D2BE}
.milestone_card_unit:nth-child(4)::before{border-color:#4F1A96}
.milestone_card_unit h4{font-size:1.4rem;color:#111827;margin-bottom:.8rem;font-weight:600}
.milestone_card_unit h5{font-size:1.1rem;color:#4F1A96;margin-bottom:1rem;font-weight:500}
.milestone_card_unit p{font-size:1.05rem;color:#6b7280;line-height:1.7}
.v2_profiles_terrain{background:linear-gradient(160deg,#faf5ff 0%,#f0fdfa 100%);padding:5rem 2rem;position:relative}
.v2_profiles_terrain::after{content:'';position:absolute;bottom:-50%;left:-10%;width:50%;height:150%;background:radial-gradient(circle at center,#4f1a960f 0%,transparent 60%);pointer-events:none}
.instructor_heading_box{text-align:center;margin-bottom:4rem}
.instructor_heading_box h2{font-size:2.4rem;color:#1f2937;margin-bottom:1rem;font-weight:700}
.instructor_heading_box h2::before{content:'◆';color:#00D2BE;margin-right:12px;font-size:1.6rem}
.instructor_heading_box p{font-size:1.1rem;color:#6b7280;max-width:720px;margin:0 auto;line-height:1.6}
.quad_mentor_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}
.mentor_tile_piece{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000f;transition:all .3s ease}
.mentor_tile_piece:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}
.mentor_image_frame{width:100%;height:280px;overflow:hidden;position:relative}
.mentor_image_frame::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,#0006 0%,transparent 100%)}
.mentor_image_frame img{width:100%;height:100%;object-fit:cover;display:block}
.mentor_details_pad{padding:1.5rem;text-align:center}
.mentor_details_pad h6{font-size:1.15rem;color:#111827;margin-bottom:.4rem;font-weight:600}
.mentor_details_pad p{font-size:.95rem;color:#6b7280;line-height:1.5}
.mentor_details_pad p span{display:block;color:#4F1A96;font-weight:500;margin-top:.3rem}
@media (max-width: 768px) {
.phase_branding_anchor{padding:3rem 1.5rem}
.epoch_intro_shell h1{font-size:2rem}
.cycle_twin_wrapper{grid-template-columns:1fr;gap:2rem}
.moment_visual_hold img{height:300px}
.gen3_pathway_zone{padding:3rem 1.5rem}
.gen3_pathway_zone::before{left:20px}
.pathway_header_nest h2{font-size:1.8rem}
.step_array_container{padding-left:50px}
.milestone_card_unit::before{left:-52px;width:22px;height:22px}
.milestone_card_unit{padding:1.5rem}
.milestone_card_unit h4{font-size:1.2rem}
.v2_profiles_terrain{padding:3rem 1.5rem}
.instructor_heading_box h2{font-size:1.8rem}
.quad_mentor_grid{grid-template-columns:1fr 1fr;gap:1.5rem}
.mentor_image_frame{height:240px}
}
@media (max-width: 480px) {
.epoch_intro_shell h1{font-size:1.6rem}
.epoch_intro_shell p{font-size:1rem}
.segment_text_flow h3{font-size:1.4rem}
.pathway_header_nest h2{font-size:1.5rem}
.instructor_heading_box h2{font-size:1.5rem}
.quad_mentor_grid{grid-template-columns:1fr}
.mentor_image_frame{height:320px}
}
.vx_stellar_wrap{background:linear-gradient(135deg,#f0fdfc 0%,#fafcfe 100%);min-height:400px;position:relative;overflow:hidden}
.vx_stellar_wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00d2be14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.vx_stellar_wrap .container{max-width:1200px;margin:0 auto;padding:80px 20px;position:relative;z-index:2}
.vx_title_harbor{font-size:2.8rem;font-weight:700;color:#1a1a2e;margin-bottom:24px;line-height:1.2;position:relative;display:inline-block}
.vx_title_harbor::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#00D2BE 0%,#4F1A96 100%);border-radius:2px}
.vx_intro_text{font-size:1.15rem;color:#4a5568;line-height:1.7;max-width:720px;margin-bottom:32px}
.vx_feature_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-top:48px}
.vx_card_mineral{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.vx_card_mineral::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#00D2BE 0%,#4F1A96 100%);transition:height .3s ease}
.vx_card_mineral:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014;border-color:#00D2BE}
.vx_card_mineral:hover::before{height:100%}
.vx_card_icon{width:56px;height:56px;background:linear-gradient(135deg,#e0fdf7 0%,#f0f4ff 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.8rem}
.vx_card_mineral h3{font-size:1.4rem;color:#1a1a2e;margin-bottom:12px;font-weight:600}
.vx_card_mineral p{color:#5a6c7d;line-height:1.6;font-size:.98rem}
.vx_geode_section{background:#fff;padding:90px 20px;position:relative}
.vx_geode_section::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#e0e7ff 20%,#e0e7ff 80%,transparent 100%)}
.vx_geode_section .container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.vx_content_pillar{padding-right:20px}
.vx_visual_canyon{position:relative}
.vx_canyon_img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000001a;display:block}
.vx_section_label{display:inline-block;background:linear-gradient(135deg,#e0fdf7 0%,#f0f4ff 100%);color:#4F1A96;font-size:.85rem;font-weight:600;padding:8px 16px;border-radius:20px;margin-bottom:20px;letter-spacing:.5px;text-transform:uppercase}
.vx_content_pillar h2{font-size:2.4rem;color:#1a1a2e;margin-bottom:24px;line-height:1.3;font-weight:700}
.vx_content_pillar h2 span{color:#00D2BE;position:relative}
.vx_detail_list{list-style:none;padding:0;margin:32px 0}
.vx_detail_list li{padding-left:36px;margin-bottom:20px;position:relative;color:#4a5568;line-height:1.7;font-size:1.05rem}
.vx_detail_list li::before{content:'';position:absolute;left:0;top:0;width:24px;height:24px;background:linear-gradient(135deg,#00D2BE 0%,#4F1A96 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}
.vx_cta_nexus{display:inline-flex;align-items:center;background:linear-gradient(135deg,#00D2BE 0%,#4F1A96 100%);color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;margin-top:24px;box-shadow:0 4px 12px #00d2be4d}
.vx_cta_nexus:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00d2be66;color:#fff}
.vx_cta_nexus::after{content:'→';margin-left:10px;transition:transform .3s ease}
.vx_cta_nexus:hover::after{transform:translateX(4px)}
.vx_mesa_resources{background:linear-gradient(180deg,#fafcfe 0%,#fff 100%);padding:90px 20px;position:relative}
.vx_mesa_resources .container{max-width:1200px;margin:0 auto}
.vx_resource_header{text-align:center;max-width:800px;margin:0 auto 60px}
.vx_resource_header h2{font-size:2.6rem;color:#1a1a2e;margin-bottom:20px;font-weight:700}
.vx_resource_header p{font-size:1.1rem;color:#5a6c7d;line-height:1.7}
.vx_resource_showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}
.vx_resource_item{background:#fff;border:2px solid #e2e8f0;border-radius:14px;padding:36px 28px;text-align:center;transition:all .3s ease;position:relative}
.vx_resource_item:hover{border-color:#00D2BE;transform:scale(1.03);box-shadow:0 8px 24px #00000014}
.vx_resource_icon{width:72px;height:72px;margin:0 auto 24px;background:linear-gradient(135deg,#e0fdf7 0%,#f0f4ff 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}
.vx_resource_item h4{font-size:1.3rem;color:#1a1a2e;margin-bottom:12px;font-weight:600}
.vx_resource_item p{color:#5a6c7d;line-height:1.6;font-size:.95rem}
.vx_testimonial_flow{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:50px}
.vx_testimony_card{background:#fff;border-left:4px solid #00D2BE;border-radius:10px;padding:32px;box-shadow:0 6px 18px #0000000f;position:relative}
.vx_testimony_card::before{content:'"';position:absolute;top:20px;left:20px;color:#00d2be26;font:4rem/1 Georgia,serif}
.vx_testimony_text{color:#4a5568;font-size:1.05rem;line-height:1.7;margin-bottom:24px;position:relative;z-index:1}
.vx_testimony_author{display:flex;align-items:center;gap:16px}
.vx_author_avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #e0fdf7}
.vx_author_details h5{font-size:1.1rem;color:#1a1a2e;margin-bottom:4px;font-weight:600}
.vx_author_details span{font-size:.9rem;color:#718096}
@media (max-width: 968px) {
.vx_geode_section .container{grid-template-columns:1fr;gap:40px}
.vx_content_pillar{padding-right:0}
.vx_resource_showcase{grid-template-columns:1fr;gap:24px}
.vx_testimonial_flow{grid-template-columns:1fr;gap:28px}
.vx_title_harbor{font-size:2.2rem}
.vx_content_pillar h2{font-size:2rem}
.vx_resource_header h2{font-size:2.1rem}
}
@media (max-width: 640px) {
.vx_stellar_wrap .container{padding:60px 20px}
.vx_title_harbor{font-size:1.9rem}
.vx_intro_text{font-size:1.05rem}
.vx_feature_grid{grid-template-columns:1fr;gap:20px}
.vx_content_pillar h2{font-size:1.75rem}
.vx_resource_header h2{font-size:1.8rem}
.vx_cta_nexus{display:flex;width:100%;justify-content:center}
}
.policy-container{max-width:900px;margin:0 auto;padding:40px 24px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;line-height:1.7;color:#1f2937}
.policy-container h1{font-size:2.5rem;font-weight:700;color:#4F1A96;margin-bottom:24px;line-height:1.2;letter-spacing:-.02em}
.policy-container h2{font-size:1.875rem;font-weight:600;color:#4F1A96;margin-top:48px;margin-bottom:20px;border-bottom:3px solid #E0FD96;padding-bottom:12px}
.policy-container h3{font-size:1.5rem;font-weight:600;color:#374151;margin-top:36px;margin-bottom:16px}
.policy-container h4{font-size:1.25rem;font-weight:600;color:#4b5563;margin-top:28px;margin-bottom:12px}
.policy-container p{margin-bottom:16px;color:#374151;font-size:1.0625rem}
.policy-container ul{margin:20px 0;padding-left:0;list-style:none}
.policy-container li{margin-bottom:16px;padding-left:32px;position:relative;color:#374151;font-size:1.0625rem}
.policy-container li:before{content:'';position:absolute;left:8px;top:10px;width:8px;height:8px;background:linear-gradient(135deg,#00D2BE 0%,#4F1A96 100%);border-radius:50%}
.policy-container span{font-weight:600;color:#4F1A96}
.intro-section{background:linear-gradient(135deg,#00d2be0d 0%,#e0fd9614 100%);padding:28px;border-radius:12px;border-left:4px solid #00D2BE;margin-bottom:32px}
.highlight-box{background:#e0fd9626;padding:20px 24px;border-radius:8px;margin:24px 0;border:1px solid #4f1a961a}
.privacy-container{max-width:1200px;margin:0 auto;padding:60px 20px;background:linear-gradient(135deg,#fff 0%,#f5fffe 100%);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1f2937;line-height:1.7}
.privacy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #00D2BE}
.privacy-header h1{font-size:2.8rem;font-weight:700;color:#4F1A96;margin-bottom:20px;letter-spacing:-.5px}
.privacy-intro{font-size:1.1rem;color:#374151;max-width:800px;margin:0 auto;line-height:1.8}
.policy-section{margin-bottom:45px;padding:35px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #4f1a9614;border-left:4px solid #00D2BE}
.policy-section h2{font-size:2rem;color:#4F1A96;margin-bottom:20px;font-weight:600}
.policy-section h3{font-size:1.5rem;color:#111827;margin-top:30px;margin-bottom:15px;font-weight:600}
.policy-section p{margin-bottom:18px;color:#374151;font-size:1.05rem}
.policy-section ul{margin:20px 0;padding-left:0;list-style:none}
.policy-section li{padding:12px 0 12px 30px;position:relative;color:#374151;font-size:1.02rem;line-height:1.7}
.policy-section li:before{content:"→";position:absolute;left:0;color:#00D2BE;font-weight:700;font-size:1.2rem}
.highlight-box{background:linear-gradient(120deg,#E0FD96 0%,#fff 100%);padding:25px;border-radius:8px;margin:25px 0;border:1px solid #00D2BE}
.subsection-wrapper{margin-top:25px;padding-left:20px;border-left:2px solid #E0FD96}
.emphasis-text{color:#4F1A96;font-weight:600}
.last-updated{text-align:center;font-size:.95rem;color:#6b7280;margin-top:50px;padding-top:30px;border-top:1px solid #e5e7eb}
.vx-success-realm{background:linear-gradient(135deg,#f0fffe 0%,#fafef5 50%,#f8f4ff 100%);min-height:85vh;display:flex;align-items:center;padding:3rem 1.5rem}
.vx-success-realm .container{max-width:1200px;margin:0 auto}
.vx-confirm-stage{background:#fff;border-radius:16px;box-shadow:0 8px 32px #4f1a9614;padding:4rem 3rem;text-align:center;border-top:6px solid #00D2BE;position:relative;overflow:hidden}
.vx-confirm-stage::before{content:'';position:absolute;top:-120px;right:-120px;width:280px;height:280px;background:radial-gradient(circle,#e0fd964d 0%,transparent 70%);border-radius:50%;pointer-events:none}
.vx-confirm-stage::after{content:'';position:absolute;bottom:-100px;left:-100px;width:240px;height:240px;background:radial-gradient(circle,#4f1a961f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.vx-symbol-wrap{margin-bottom:2rem;position:relative;z-index:2}
.vx-checkmark-icon{width:96px;height:96px;margin:0 auto;background:linear-gradient(135deg,#00D2BE 0%,#4F1A96 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px #00d2be4d;animation:vx-pulse-glow 2s ease-in-out infinite}
.vx-checkmark-icon::before{content:'';font-size:3.5rem;color:#fff;font-weight:700;line-height:1}
@keyframes vx-pulse-glow {
0%,100%{transform:scale(1);box-shadow:0 12px 28px #00d2be4d}
50%{transform:scale(1.05);box-shadow:0 16px 36px #00d2be73}
}
.vx-response-title{font-size:2.5rem;font-weight:700;color:#2a2a2a;margin-bottom:1.25rem;line-height:1.2;position:relative;z-index:2}
.vx-response-subtitle{font-size:1.15rem;color:#5a5a5a;margin-bottom:2.5rem;line-height:1.6;max-width:620px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.vx-timeline-flow{background:linear-gradient(to right,#f9f9f9 0%,#fff 50%,#f9f9f9 100%);border-radius:12px;padding:2.5rem 2rem;margin:3rem 0;border:1px solid #e8e8e8;position:relative;z-index:2}
.vx-timeline-flow h3{font-size:1.5rem;color:#4F1A96;margin-bottom:2rem;text-align:left;font-weight:600}
.vx-phase-grid{display:flex;flex-direction:column;gap:2rem}
.vx-phase-block{display:flex;align-items:flex-start;gap:1.5rem;padding-left:0;position:relative}
.vx-phase-marker{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,#E0FD96 0%,#00D2BE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#2a2a2a;box-shadow:0 4px 12px #00d2be40;position:relative;z-index:3;margin-top:4px}
.vx-phase-content{flex:1;text-align:left;padding-top:8px}
.vx-phase-content h4{font-size:1.15rem;color:#2a2a2a;margin-bottom:.5rem;font-weight:600}
.vx-phase-content p{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.vx-action-zone{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;position:relative;z-index:2}
.vx-primary-btn{background:linear-gradient(135deg,#00D2BE 0%,#4F1A96 100%);color:#fff;padding:1rem 3rem;border-radius:8px;font-weight:600;font-size:1.05rem;text-decoration:none;display:inline-block;box-shadow:0 6px 20px #00d2be4d;transition:all .3s ease;border:none;cursor:pointer;position:relative;z-index:5}
.vx-primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00d2be66;color:#fff}
.vx-secondary-link{color:#4F1A96;font-size:.95rem;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;z-index:5}
.vx-secondary-link:hover{color:#00D2BE;text-decoration:underline}
.vx-contact-hint{margin-top:3rem;padding-top:2.5rem;border-top:1px solid #e8e8e8;position:relative;z-index:2}
.vx-contact-hint h5{font-size:1.1rem;color:#2a2a2a;margin-bottom:1rem;font-weight:600}
.vx-contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.25rem}
.vx-detail-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#5a5a5a}
.vx-detail-item::before{content:'';width:8px;height:8px;background:#00D2BE;border-radius:50%;display:block}
.vx-detail-item a{color:#4F1A96;text-decoration:none;font-weight:500;transition:color .3s ease}
.vx-detail-item a:hover{color:#00D2BE;text-decoration:underline}
@media (max-width: 768px) {
.vx-success-realm{padding:2rem 1rem;min-height:auto}
.vx-confirm-stage{padding:2.5rem 1.5rem}
.vx-response-title{font-size:1.85rem}
.vx-response-subtitle{font-size:1rem}
.vx-checkmark-icon{width:80px;height:80px}
.vx-checkmark-icon::before{font-size:3rem}
.vx-timeline-flow{padding:2rem 1.25rem}
.vx-phase-block{flex-direction:column;gap:1rem}
.vx-phase-marker{width:48px;height:48px;font-size:1.1rem}
.vx-phase-content{padding-top:0}
.vx-primary-btn{padding:.9rem 2rem;font-size:1rem}
.vx-contact-details{flex-direction:column;gap:1rem;align-items:center}
.vx-confirm-stage::before,.vx-confirm-stage::after{display:none}
}
@media (min-width: 769px) and (max-width: 1024px) {
.vx-confirm-stage{padding:3.5rem 2.5rem}
.vx-response-title{font-size:2.2rem}
.vx-timeline-flow{padding:2.25rem 1.75rem}
}