@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0b0e11;--bg-secondary: #14171c;--accent-teal: #4fd1c5;--accent-mint: #d6dbc7;--text-primary: #ffffff;--text-secondary: #a0aec0;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--font-serif: "Cormorant Garamond", serif;--font-sans: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500}a{text-decoration:none;color:inherit;transition:all .3s ease}button{cursor:pointer;border:none;background:none;font-family:inherit}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px}.gradient-text{background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent-teal) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.primary-btn{background:var(--accent-teal);color:var(--bg-primary);padding:1rem 2.5rem;border-radius:100px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #4fd1c526}.primary-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 30px #4fd1c54d;background:#5fe9dc}.secondary-btn{background:transparent;color:var(--text-primary);padding:1rem 2.5rem;border-radius:100px;font-weight:600;font-size:1rem;border:1px solid var(--glass-border);transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.secondary-btn:hover{background:var(--glass-bg);border-color:var(--text-primary)}.section-title{font-size:clamp(3rem,6vw,4.5rem);line-height:1.1;margin-bottom:2rem;letter-spacing:-1px}.italic-serif{font-family:var(--font-serif);font-style:italic;font-weight:400}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:8rem 0;position:relative}.fade-in{opacity:0;transform:translateY(20px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2d3748}.mesh-container{position:fixed;inset:0;z-index:-10;overflow:hidden;background-color:#0b0e11}.mesh-content{position:absolute;inset:0}.blob{position:absolute;border-radius:50%;opacity:.2;animation:float 20s infinite alternate}.blob-1{top:-10%;left:-10%;width:60%;height:60%;background:radial-gradient(circle,#4FD1C5 0%,transparent 70%);filter:blur(80px)}.blob-2{bottom:-10%;right:-10%;width:70%;height:70%;background:radial-gradient(circle,#2EB8BC 0%,transparent 70%);filter:blur(100px);animation-duration:25s;animation-delay:-5s}.blob-3{top:20%;right:10%;width:40%;height:40%;background:radial-gradient(circle,#D6DBC7 0%,transparent 70%);filter:blur(120px);animation-duration:30s;animation-delay:-2s}@keyframes float{0%{transform:translate(0) scale(1)}33%{transform:translate(10%,10%) scale(1.1)}66%{transform:translate(-5%,15%) scale(.9)}to{transform:translate(0) scale(1)}}.noise-svg{position:absolute;inset:0;width:100%;height:100%;opacity:.03;pointer-events:none}.grid-overlay{position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle,#FFFFFF 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:80px}.hero-content{display:flex;flex-direction:column;align-items:center;max-width:900px}.hero-badge{background:var(--glass-bg);border:1px solid var(--glass-border);padding:.5rem 1.25rem;border-radius:100px;font-size:.8rem;font-weight:500;color:var(--accent-teal);letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem}.hero-title{font-size:clamp(3rem,8vw,6rem);line-height:1.1;margin-bottom:2rem;letter-spacing:-2px}.italic-serif{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--accent-mint)}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin-bottom:2rem;line-height:1.6}.hero-desc{font-size:1.1rem;opacity:.7;max-width:600px;display:inline-block;margin-top:1rem}.hero-actions{display:flex;gap:1.5rem;margin-top:2rem}.wave-container{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:1;pointer-events:none}.waves{position:relative;width:100%;height:30vh;margin-bottom:-7px;min-height:220px;max-height:350px}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@media(max-width:768px){.waves{height:180px;min-height:160px}}.lead-section{padding:10rem 0;background:var(--bg-dark);position:relative;overflow:hidden}.lead-content{max-width:900px;margin:0 auto}.lead-text-block{margin-bottom:4rem}.lead-p{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-top:1.5rem}.lead-p-large{font-size:1.75rem;font-family:var(--font-serif);line-height:1.4;color:var(--text-primary)}.lead-text-block.highlight{padding:3rem;border-left:2px solid var(--accent-mint);background:linear-gradient(to right,rgba(79,209,197,.05),transparent)}.lead-question{margin:6rem 0;text-align:center}.question-h3{font-size:2.25rem;margin-top:1rem;line-height:1.2}.question-h3 .accent{color:var(--accent-mint);display:block;margin-top:.5rem}.market-truth{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin:8rem auto;max-width:1450px;width:95%}@media(max-width:1024px){.market-truth{grid-template-columns:1fr;max-width:600px}}.truth-card{padding:2.5rem;font-size:1.1rem;line-height:1.6}.truth-card.highlight-border{border-color:var(--accent-mint);background:#4fd1c50d}.center-cta{display:flex;justify-content:center;margin-top:4rem}.primary-btn.large{padding:1.5rem 4rem;font-size:1.25rem}.card-label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin-bottom:1rem}.card-label.accent{color:var(--accent-mint);font-weight:700}.process{background:radial-gradient(circle at center,rgba(79,209,197,.05) 0%,transparent 70%);position:relative}.pitch-container{max-width:900px;margin:0 auto}.pitch-lead{font-size:1.5rem;font-family:var(--font-serif);margin-bottom:3rem;color:var(--text-secondary)}.pitch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:5rem}.pitch-card{padding:2.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:220px;background:linear-gradient(135deg,#4fd1c50d,#ffffff05);border-color:#ffffff0d;transition:all .5s cubic-bezier(.165,.84,.44,1)}.pitch-card:hover{background:linear-gradient(135deg,#4fd1c51a,#4fd1c50d);border-color:#4fd1c54d;box-shadow:0 20px 40px #0003}.pitch-icon{margin-bottom:1.5rem;color:var(--accent-teal);transition:transform .3s ease}.pitch-card:hover .pitch-icon{transform:scale(1.1) rotate(5deg)}.pitch-card p{font-size:1.15rem;font-weight:500;line-height:1.4;color:var(--text-primary)}.pitch-footer{text-align:center;margin-top:5rem}.info-badge{display:inline-flex;align-items:center;gap:2rem;padding:.75rem 2.5rem;background:#ffffff05;border:1px solid var(--glass-border);border-radius:100px;margin-bottom:4rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.text-teal{color:var(--accent-teal)}.info-badge .divider{opacity:.2;color:var(--text-secondary)}.process-cta .primary-btn{padding:1.5rem 5rem;font-size:1.2rem;font-weight:800;letter-spacing:1px;background:linear-gradient(135deg,var(--accent-teal) 0%,#2eb8bc 100%);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #4fd1c533}.process-cta .primary-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 25px 50px #4fd1c566}@media(max-width:1200px){.pitch-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pitch-grid{grid-template-columns:1fr;gap:1.5rem}.info-badge{flex-direction:column;gap:1rem;padding:1.5rem;border-radius:24px}.info-badge .divider{display:none}}.experts-section{padding:10rem 0;background:var(--bg-primary)}.experts-header{text-align:center;max-width:800px;margin:0 auto 5rem}.pre-title{font-size:.9rem;letter-spacing:3px;color:var(--accent-teal);margin-bottom:1rem}.experts-lead-text{margin:2rem 0;font-size:1.25rem;line-height:1.6;color:var(--text-secondary)}.experts-lead-text .highlight{color:var(--text-primary);font-weight:500;margin-top:.5rem}.experts-header .section-subtitle{font-size:1.25rem;margin-top:2rem;color:var(--accent-mint)}.experts-cards-horizontal{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.expert-card-horizontal{display:flex;flex-direction:row;align-items:center;gap:2rem;padding:2rem;transition:all .4s ease}.expert-card-horizontal:hover{border-color:var(--accent-teal);transform:translateY(-5px)}.expert-image-full{flex-shrink:0;width:200px;height:250px;border-radius:16px;overflow:hidden;border:2px solid var(--accent-teal);box-shadow:0 0 30px #4fd1c533}.expert-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.expert-card-horizontal:hover .expert-image{transform:scale(1.05)}.expert-text{flex:1}.expert-card-title{font-size:1.75rem;margin-bottom:1rem;color:var(--accent-mint);text-align:left}.expert-card-desc{font-size:1.1rem;line-height:1.7;color:var(--text-secondary)}@media(max-width:1024px){.experts-cards-horizontal{grid-template-columns:1fr}}@media(max-width:768px){.expert-card-horizontal{flex-direction:column;text-align:center}.expert-image-full{width:180px;height:220px}.expert-card-title{text-align:center}}.offer-section{padding:10rem 0;background:linear-gradient(to bottom,transparent,rgba(79,209,197,.05))}.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.offer-info .highlight-text{color:var(--accent-mint);font-size:2rem;font-family:var(--font-serif);display:block;margin-top:1rem}.offer-list{display:flex;flex-direction:column;gap:1rem}.inclusion-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;border-radius:16px;transition:all .3s ease}.check-icon{width:32px;height:32px;background:var(--accent-mint);color:var(--bg-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.inclusion-item span{font-size:1.15rem;font-weight:500}@media(max-width:968px){.offer-grid{grid-template-columns:1fr;gap:4rem}}.mt-12{margin-top:3rem}.closing-section{padding:10rem 0;background:var(--bg-dark)}.closing-card{padding:5rem;border-radius:40px;background:radial-gradient(circle at top right,rgba(79,209,197,.1),transparent);text-align:center}.closing-title{font-size:2.5rem;max-width:800px;margin:0 auto 4rem;line-height:1.2}.closing-specs{display:flex;justify-content:center;align-items:center;gap:3rem;margin-bottom:4rem}.spec-item{display:flex;flex-direction:column;gap:.5rem}.spec-label{color:var(--text-secondary);font-size:.9rem;text-transform:uppercase;letter-spacing:2px}.spec-value{font-size:1.5rem;font-weight:700;color:var(--accent-mint)}.spec-divider{width:1px;height:40px;background:#ffffff1a}.closing-p{font-size:1.5rem;font-family:var(--font-serif);margin-bottom:4rem}.warning-box{display:flex;align-items:center;gap:2rem;background:#ff00000d;border:1px solid rgba(255,0,0,.2);padding:2.5rem;border-radius:20px;max-width:700px;margin:0 auto 4rem;text-align:left}.warning-icon{color:#ff4d4d;flex-shrink:0;width:40px;height:40px}.warning-box strong{display:block;font-size:1.2rem;margin-bottom:.5rem;color:#ff4d4d}.closing-actions .primary-btn.pulse{padding:1.8rem 5rem;font-size:1.4rem;animation:pulse-shadow 2s infinite}@keyframes pulse-shadow{0%{box-shadow:0 0 #4fd1c566}70%{box-shadow:0 0 0 20px #4fd1c500}to{box-shadow:0 0 #4fd1c500}}@media(max-width:768px){.closing-specs{flex-direction:column;gap:2rem}.spec-divider{display:none}.closing-card{padding:3rem 1.5rem}}.faq-section{padding:8rem 0;background:transparent}.faq-grid{max-width:800px;margin:4rem auto 0;display:flex;flex-direction:column;gap:1rem}.faq-item{border-bottom:1px solid var(--glass-border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;text-align:left;font-size:1.25rem;font-weight:500;color:var(--text-primary);background:none;border:none;cursor:pointer;transition:color .3s ease}.faq-question:hover{color:var(--accent-teal)}.faq-answer{overflow:hidden;color:var(--text-secondary);line-height:1.6}.faq-answer p{padding-bottom:1.5rem}.text-center{text-align:center}.footer{padding:10rem 0 4rem;background:transparent}.footer-cta{text-align:center;margin-bottom:8rem}.cta-title{font-size:clamp(3rem,6vw,5rem);line-height:1.1;margin-bottom:3rem}.footer-p-wrapper{margin-bottom:2rem;color:var(--text-secondary);font-size:1.1rem}.cta-btn{background:var(--accent-teal);color:var(--bg-primary);padding:1.25rem 3.5rem;border-radius:100px;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #4fd1c533}.cta-btn:hover{background:#5fe9dc;transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px #4fd1c566}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:4rem;border-top:1px solid var(--glass-border);font-size:.9rem}.footer-logo{font-weight:800;letter-spacing:2px}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-secondary)}.footer-links a:hover{color:var(--text-primary)}.copyright{color:var(--text-secondary)}@media(max-width:768px){.footer-bottom{flex-direction:column;gap:2rem;text-align:center}}
