@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Poppins:wght@600;700;800&display=swap";:root{--bg-color:#2a2a2a;--text-color:#d0ccc4;--primary-color:#d4af37;--primary-hover:#b8860b;--secondary-color:#383836;--accent-color:#fff;--card-bg:#383836;--border-color:#d0ccc4;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--max-width:1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3{letter-spacing:-.04em;color:var(--primary-color);font-family:Poppins,sans-serif;font-weight:800;line-height:1.05}h1{margin-top:-.2rem;font-size:clamp(2.8rem,8vw,4.8rem)}h2{font-size:clamp(1.8rem,4vw,2.8rem)}h3{font-size:clamp(1.3rem,3vw,1.35rem)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.8s forwards fadeInUp}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero{background:radial-gradient(circle,#d4af370d 0%,#0c0c0c 70%);align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.hero-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}.hero-content{text-align:center;flex-direction:column;align-items:center;gap:1.2rem;display:flex}.hero-headline{background:linear-gradient(#fff 0%,#aaa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.2rem,5vw,3.8rem)}.hero-subheadline{color:var(--text-color);max-width:650px;font-size:1.1rem}.hero-actions{justify-content:center;margin-top:1rem;display:flex}.btn{cursor:pointer;transition:var(--transition);background:var(--primary-color);color:#000;border:none;border-radius:50px;padding:1.1rem 2.8rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 15px #0000004d}.btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0006}section{align-items:center;min-height:auto;padding:90px 0;display:flex}.section-title{text-align:center;margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.8rem)}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=900px){.grid-3{grid-template-columns:1fr}}.card{background:var(--card-bg);border:1px solid #d0ccc433;border-radius:32px;padding:2rem}.card h3{color:var(--primary-color);margin-bottom:1rem}.card p+p{margin-top:1rem}.form-container{background:var(--card-bg);border-radius:32px;max-width:500px;margin:0 auto;padding:2rem}.form-group{margin-bottom:1.5rem}label{margin-bottom:.5rem;font-size:.9rem;display:block}input{background:var(--bg-color);border:1px solid var(--border-color);width:100%;color:var(--accent-color);border-radius:50px;padding:1rem;font-family:inherit}.footer{text-align:center;color:#8e8e93;border-top:1px solid #d0ccc41a;padding:3rem 0;font-size:.9rem}.module-list{margin-top:1.5rem;padding:0;list-style:none}.module-list li{color:var(--text-color);margin-bottom:1.2rem;padding-left:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.module-list li:last-child{margin-bottom:0}.module-list li:before{content:"";background-color:var(--primary-color);border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0;box-shadow:0 0 8px #d4af3780}.module-list li strong{color:var(--accent-color);font-weight:700}.thankyou-page{background:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.thankyou-bg-decoration{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.thankyou-glow{background:radial-gradient(circle,#d4af3726 0%,#0c0c0c00 70%);border-radius:50%;width:80vw;max-width:800px;height:80vw;max-height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.thankyou-main{z-index:1;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:900px;display:flex;position:relative}.thankyou-header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.thankyou-badge{color:#4cd964;background:#4cd9641a;border:1px solid #4cd96433;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:inline-flex}.thankyou-title{background:linear-gradient(#fff 0%,#aaa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.5rem,6vw,3.5rem)}.thankyou-subtitle{color:var(--text-color);max-width:600px;font-size:1.2rem}.thankyou-subtitle strong{color:var(--accent-color)}.thankyou-divider{text-align:center;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.thankyou-divider:before,.thankyou-divider:after{content:"";background:linear-gradient(90deg,#0000,#d0ccc433,#0000);flex:1;height:1px}.thankyou-divider span{color:#8e8e93;text-transform:uppercase;letter-spacing:.05em;padding:0 1.5rem;font-size:.95rem;font-weight:600}.thankyou-card{background:var(--card-bg);text-align:left;border-radius:28px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.thankyou-card--primary{border:1px solid #d4af3773;box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff0d,0 0 60px #d4af3714}.thankyou-card--companion{background:#38383680;border:1px solid #d0ccc41f;box-shadow:0 8px 24px #0003}.thankyou-card-header{align-items:center;gap:1.2rem;display:flex}.thankyou-card-icon{width:56px;height:56px;color:var(--primary-color);background:#d4af371a;border:1px solid #d4af3733;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.thankyou-card-title{color:var(--accent-color);margin:0;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700}.thankyou-card-subtitle{color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;margin:.2rem 0 0;font-size:.8rem;font-weight:600}.thankyou-card-description{color:#d0ccc4;margin:0;font-size:1.05rem;line-height:1.6}.thankyou-card-description--muted{color:#d0ccc4a6;font-size:.95rem}.thankyou-card-title--muted{color:#d0ccc4d9;font-size:clamp(1rem,2.5vw,1.25rem)}.thankyou-main-btn{text-align:center;letter-spacing:.01em;border-radius:50px;justify-content:center;align-items:center;gap:.8rem;width:100%;min-height:64px;padding:0 2rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #d4af3759}.thankyou-main-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.cta-helper{color:#d0ccc480;text-align:center;margin-top:.5rem;font-size:.8rem;font-weight:500}.thankyou-primary-cta{flex-direction:column;align-items:center;gap:.6rem;width:100%;display:flex}.thankyou-secondary-btn{color:#d0ccc4cc;cursor:pointer;transition:var(--transition);text-align:center;background:0 0;border:1px solid #ffffff26;border-radius:50px;padding:1rem 1.5rem;font-size:.95rem;font-weight:600}.thankyou-secondary-btn.outline-btn{color:var(--primary-color);box-shadow:none;background:0 0;border:1px solid #d4af374d}.thankyou-secondary-btn.outline-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color);background:#d4af370d}.thankyou-secondary-btn:disabled{opacity:.5;cursor:not-allowed}.thankyou-status-msg{text-align:center;background:#0003;border-radius:12px;margin:0;padding:.8rem;font-size:.95rem;font-weight:500}.thankyou-status-msg[data-type=success]{color:#4cd964;border:1px solid #4cd96433}.thankyou-status-msg[data-type=error]{color:#ff3b30;border:1px solid #ff3b3033}.thankyou-status-msg[data-type=info]{color:var(--primary-color);border:1px solid #d4af3733}.journey-progress{flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:600px;margin:1.5rem 0 2.5rem;display:flex}.progress-step{align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.step-icon{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;font-weight:700;display:inline-flex}.progress-line{flex:1;min-width:20px;height:2px}.step-completed .step-icon{color:#4cd964;background:#4cd9641a;border:1px solid #4cd96433}.step-completed .step-label{color:#4cd964}.line-completed{background:linear-gradient(90deg,#4cd964,#d4af37)}@keyframes goldPulse{0%{transform:scale(1);box-shadow:0 0 #d4af3766}50%{transform:scale(1.05);box-shadow:0 0 0 8px #d4af3700}to{transform:scale(1);box-shadow:0 0 #d4af3700}}.step-current .step-icon{color:var(--primary-color);background:#d4af371a;border:1px solid #d4af374d;animation:2s ease-in-out infinite goldPulse;box-shadow:0 0 10px #d4af3733}.step-current .step-label{color:var(--primary-color)}.line-future{background:#383836}.step-future .step-icon{color:#8e8e93;background:#ffffff08;border:1px solid #ffffff0d}.step-future .step-label{color:#8e8e93}@media (width<=600px){.thankyou-card{gap:1.2rem;padding:1.5rem}.thankyou-card-header{gap:.8rem}.thankyou-card-icon{width:48px;height:48px}.journey-progress{flex-direction:column;align-items:flex-start;gap:.5rem;margin:1rem 0 2rem;padding-left:2rem}.progress-line{flex:none;width:2px;min-width:0;height:15px;min-height:15px;margin-left:11px}.line-completed{background:linear-gradient(#4cd964,#d4af37)}}.hero-trust{color:#d0ccc499;flex-direction:row;justify-content:center;gap:1.5rem;margin-top:1.5rem;font-size:.85rem;font-weight:500;display:flex}@media (width<=600px){.hero-trust{flex-direction:column;align-items:center;gap:.8rem}}.recognition-footer{text-align:center;color:var(--text-color);margin-top:4rem;font-size:1.1rem;line-height:1.8}.recognition-footer strong{color:var(--primary-color);font-size:1.2rem}.crf-flow{flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin:3rem 0;display:flex}.flow-item{position:relative}.flow-card{background:var(--card-bg);color:var(--primary-color);transition:var(--transition);border:1px solid #d4af3766;border-radius:12px;padding:1.5rem 2.5rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;box-shadow:0 0 20px #d4af3726,inset 0 0 0 1px #ffffff0d}.flow-card:hover{transform:translateY(-2px);box-shadow:0 0 30px #d4af374d,inset 0 0 0 1px #ffffff1a}.flow-arrow{color:var(--primary-color);font-size:1.5rem;font-weight:700;transform:rotate(-90deg)}@media (width<=768px){.crf-flow{flex-direction:column;gap:1.5rem}.flow-arrow{transform:rotate(0)}}.founder-profile{background:#ffffff0d;border:2px solid #d4af3733;border-radius:50%;width:150px;height:150px;margin:0 auto 2rem}.form-disclaimer{text-align:center;color:#d0ccc499;margin-top:1rem;font-size:.8rem;line-height:1.4}@media (width>=1440px){.hero-content{max-width:750px;margin:0 auto}}@media (width<=1024px){h1{font-size:clamp(2.2rem,6vw,3.5rem)}.crf-flow{gap:1.5rem}.flow-card{padding:1.2rem 2rem;font-size:1rem}}@media (width<=768px){section{padding:60px 0}.hero{padding:2rem 1rem}.section-title{margin-bottom:2rem;font-size:clamp(1.5rem,5vw,2rem)}.grid,.grid-3{grid-template-columns:1fr}.form-container,.card{padding:1.5rem}.hero-headline{font-size:clamp(1.9rem,7vw,3rem)}}@media (width<=375px){h1{font-size:clamp(1.7rem,8vw,2.5rem)}.hero{padding:1.5rem 1rem}.btn{padding:.9rem 1.8rem;font-size:.95rem}.form-container{padding:1.2rem}.flow-card{padding:1rem 1.5rem;font-size:.95rem}.recognition-footer{font-size:1rem}.hero-trust{font-size:.8rem}}@media (width<=320px){h1{font-size:1.5rem}.btn{padding:.8rem 1.2rem;font-size:.9rem}.hero-trust{gap:.6rem;font-size:.75rem}.flow-card{padding:.8rem 1.2rem;font-size:.85rem}.container{padding:0 1rem}}html,body{max-width:100%;overflow-x:hidden}.founder-wrapper{grid-template-columns:280px 1fr;align-items:center;gap:5rem;max-width:900px;margin:0 auto;display:grid}.founder-photo-col{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@keyframes ringPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}.founder-photo-ring{width:220px;height:220px;position:relative}.founder-photo-frame{z-index:1;background:#222;border-radius:50%;width:220px;height:220px;position:relative;overflow:hidden}.founder-photo-img{object-fit:cover;transform-origin:50%;width:100%;height:100%;transform:scale(1.5)translateY(15%)}.founder-identity{text-align:center;flex-direction:column;gap:.3rem;display:flex}.founder-name{color:var(--accent-color);font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700}.founder-role{color:var(--primary-color);letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;font-weight:600}.founder-text-col{flex-direction:column;gap:1.5rem;display:flex}.founder-headline{color:var(--accent-color);margin:0;font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.1}.founder-headline-accent{color:var(--primary-color)}.founder-quote{border-left:3px solid var(--primary-color);color:#ffffffb3;margin:0;padding-left:1.2rem;font-size:1.15rem;font-style:italic;line-height:1.6}.founder-body{color:#c8c4bc;flex-direction:column;gap:1rem;font-size:1.05rem;line-height:1.8;display:flex}.founder-body strong{color:var(--accent-color)}.founder-signature{color:var(--primary-color);letter-spacing:.03em;opacity:.8;align-items:center;gap:.6rem;margin-top:.5rem;font-size:.82rem;font-weight:600;display:flex}@media (width<=768px){.founder-wrapper{text-align:center;grid-template-columns:1fr;gap:2.5rem}.founder-quote{border-left:none;border-top:2px solid var(--primary-color);padding-top:1rem;padding-left:0}.founder-signature{justify-content:center}.founder-photo-ring,.founder-photo-frame{width:180px;height:180px}}.thankyou-card-wrapper{width:100%;max-width:600px}.thankyou-card-icon--muted{color:#d0ccc480;background:#d0ccc40f;border-color:#d0ccc41a}.thankyou-companion-body{flex-direction:column;gap:1.2rem;display:flex}.thankyou-companion-actions{align-items:center;gap:1.5rem;display:flex}.thankyou-companion-btn{color:#d0ccc4bf;transition:var(--transition);white-space:nowrap;background:0 0;border:1px solid #d0ccc433;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.thankyou-companion-btn:hover{color:#d0ccc4;background:#d0ccc40d;border-color:#d0ccc466}.thankyou-qr-mini{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.thankyou-qr-mini__frame{background:#fff;border:1.5px solid #d0ccc433;border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;padding:5px;display:flex;position:relative;overflow:hidden}.thankyou-qr-mini__label{color:#d0ccc466;font-size:.7rem;font-weight:500}.thankyou-qr-image{object-fit:contain;width:100%;height:100%}@keyframes scan{0%,to{opacity:.3;top:0%}50%{opacity:1;top:100%}}.thankyou-qr-scanner-line{background:var(--primary-color);width:100%;height:2px;box-shadow:0 0 8px var(--primary-color);pointer-events:none;animation:3s linear infinite scan;position:absolute;left:0}.thankyou-whatsapp-reminder{color:#d0ccc499;text-align:center;background:#d0ccc40f;border:1px solid #d0ccc41f;border-radius:50px;align-items:center;gap:.6rem;margin-bottom:.5rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;display:inline-flex}.thankyou-whatsapp-reminder svg{color:#d0ccc480;flex-shrink:0}.thankyou-whatsapp-reminder__link{color:#d0ccc4e6;text-underline-offset:3px;font-weight:600;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:color .2s}.thankyou-whatsapp-reminder__link:hover{color:var(--primary-color)}.thankyou-cards-grid{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:1.25rem;width:100%;display:grid}@media (width<=700px){.thankyou-cards-grid{grid-template-columns:1fr}.thankyou-companion-actions{flex-direction:column;align-items:flex-start;gap:1rem}.thankyou-qr-mini{display:none}.thankyou-companion-btn{justify-content:center;width:100%}}
