@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;max-width:100vw;overflow-x:hidden}body{font-family:Inter,sans-serif;color:#1f2937;line-height:1.6}.App{width:100%;max-width:100vw;overflow-x:hidden}.top-nav{background:#141414f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:1rem;cursor:pointer}.logo-image{width:50px;height:50px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:#d35b38;letter-spacing:-.5px;font-family:Playfair Display,serif}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#d35b38}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d35b38;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-cta-button{background:linear-gradient(135deg,#d35b38,#b45309);color:#fff;padding:.75rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #d35b384d}.nav-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d35b3866}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-nav{display:none;position:fixed;top:82px;left:0;right:0;background:#141414fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);z-index:999;text-align:center}.mobile-nav.active{display:block}.mobile-nav a{display:block;color:#fff;text-decoration:none;padding:1rem 0;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease}.mobile-nav a:hover{color:#d35b38}.mobile-nav .nav-cta-button{display:inline-block;margin-top:1rem;text-align:center;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{background:linear-gradient(135deg,#1f2937f2,#000000e6),#1f2937;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem;margin-top:40px;width:100%;margin-bottom:0}.hero-content-center{text-align:center;color:#fff;z-index:10;position:relative;max-width:1000px;width:100%;padding:0 1rem}.hero-text-center h1{font-size:clamp(2rem,8vw,4rem);color:#d35b38;font-weight:900;margin:0 0 1rem;font-family:Playfair Display,serif;word-break:break-word}.hero-text-center h2{font-size:clamp(1.8rem,6vw,3.5rem);color:#fff;margin-bottom:2rem;font-weight:900;font-family:Playfair Display,serif;word-break:break-word}.hero-text-center h2 .highlight{color:#fff}.hero-tagline{font-size:clamp(1rem,3vw,1.3rem);max-width:800px;margin:0 auto;color:#fff;line-height:1.8;padding:0 1rem;margin-bottom:2rem}.hero-tagline p{margin:0}.hero-cta{margin-top:2rem}.hero-cta .nav-cta-button{display:inline-block}.highlight{color:#d35b38}.content-block .highlight{color:#d35b38;font-weight:700;text-align:center}.cta-button{background:#d35b38;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #d977064d}.cta-button:hover{background:#b45309;transform:translateY(-2px);box-shadow:0 6px 20px #d9770666}.expect-section{padding:8rem 2rem;background:#fff;position:relative}.expect-section h2{font-family:Playfair Display,serif;font-size:3rem;font-weight:900;text-align:center;margin-bottom:4rem;color:#1f2937}.content-block{max-width:900px;margin:0 auto 2.5rem;font-size:1.1rem;text-align:center;color:#1f2937;line-height:1.8}.content-block.lead{font-size:1.3rem;font-weight:600;margin-bottom:3rem}.content-block p{margin-bottom:1rem}.final-cta-section{position:relative;padding:2.5rem 2rem;background:linear-gradient(135deg,#1f2937f2,#000000e6),#1f2937}.contact-content-wrapper{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:center}.contact-text-section{flex:1;text-align:center}.contact-form-section{flex:1}.final-cta-section h2{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;position:relative;z-index:2}.contact-subtitle{color:#fffc;font-size:1.2rem;margin-bottom:1.5rem;position:relative;z-index:2}.contact-form{position:relative;z-index:2;background:#ffffff0d;padding:2rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.contact-form input{width:100%;padding:1rem 1.5rem;margin-bottom:1.5rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;background:#ffffff1a;color:#fff;transition:all .3s ease}.contact-form input::placeholder{color:#fff9}.contact-form input:focus{outline:none;border-color:#d35b38;background:#ffffff26;box-shadow:0 0 0 3px #d977061a}.contact-form .cta-button{width:100%;margin-top:.5rem}.consent-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.consent-checkbox input[type=checkbox]{width:18px;height:18px;min-width:18px;margin:3px 0 0;cursor:pointer;accent-color:#d35b38;border-radius:4px}.consent-checkbox label{color:#fffc;font-size:.9rem;line-height:1.5;cursor:pointer}.footer{background:#111827;padding:2rem;text-align:center;color:#fff9;font-size:.9rem}.footer p{margin:0}.social-icons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem}.social-icons a{color:#fff9;font-size:1.5em;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.social-icons a:hover{color:#d35b38;transform:translateY(-3px)}.slide-up{opacity:0;transform:translateY(60px);transition:all .5s ease-out}.slide-up.visible{opacity:1;transform:translateY(0)}.fade-in{opacity:0;transition:all .5s ease-out}.fade-in.visible{opacity:1}@media(max-width:768px){.nav-links{display:none}.mobile-menu-toggle{display:block}.logo-text{font-size:1.2rem}.logo-image{width:40px;height:40px}.expect-section h2,.final-cta-section h2{font-size:2rem}.expect-section,.final-cta-section{padding:4rem 1rem}.content-block{font-size:1rem;padding:0 .5rem}.content-block.lead{font-size:1.15rem}.contact-content-wrapper{flex-direction:column;gap:2rem}.contact-text-section{text-align:center}.contact-form{padding:2rem}.contact-form input{padding:.9rem 1.2rem;font-size:.95rem}.cta-button{padding:1rem 2rem;font-size:1rem}.contact-subtitle{font-size:1rem}.container{padding:0 1rem}.hero-section{min-height:calc(100vh - 82px);margin-top:82px;padding:3rem 1rem}}@media(max-width:480px){.logo-image{width:35px;height:35px}.logo-text{font-size:1rem}.hero-section{min-height:calc(100vh - 82px);margin-top:20px;padding:0rem 1rem}.expect-section h2,.final-cta-section h2{font-size:1.6rem}.expect-section,.final-cta-section{padding:3rem 1rem}.content-block{font-size:.95rem}.contact-form{padding:1.5rem}}html{scroll-behavior:smooth;scroll-padding-top:82px}::selection{background:#d35b38;color:#fff}.toast-notification{position:fixed;top:100px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;animation:slideIn .3s ease-out;font-family:inherit}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-notification.success{background-color:#10b981;color:#fff}.toast-notification.error{background-color:#ef4444;color:#fff}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{font-size:20px;font-weight:700;flex-shrink:0}.toast-message{flex:1;font-size:15px;line-height:1.5}.toast-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s;flex-shrink:0}.toast-close:hover{opacity:1}@media(max-width:768px){.toast-notification{top:90px;right:10px;left:10px;min-width:unset;max-width:unset}}.funnel-hero{background:linear-gradient(135deg,#1f2937f7,#000000ed),#1f2937;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.funnel-hero:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(211,91,56,.12) 0%,transparent 70%);pointer-events:none}.funnel-hero-inner{max-width:860px;width:100%;margin:0 auto;position:relative;z-index:2}.funnel-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#d35b3826;border:1px solid rgba(211,91,56,.35);color:#d35b38;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.45rem 1rem;border-radius:50px;margin-bottom:1.75rem;text-transform:uppercase}.funnel-eyebrow-dot{width:7px;height:7px;background:#d35b38;border-radius:50%;animation:pulse-dot 2s infinite}.funnel-headline{font-family:Playfair Display,serif;font-size:clamp(2rem,6vw,3.6rem);font-weight:900;color:#fff;line-height:1.2;margin-bottom:1.5rem}.funnel-sub{font-size:clamp(1rem,2.5vw,1.2rem);color:#ffffffbf;line-height:1.8;max-width:640px;margin:0 auto 2.5rem}.funnel-scroll-cue{color:#ffffff80;font-size:.9rem;margin-top:1rem;animation:gentle-bob 2.5s ease-in-out infinite}@keyframes gentle-bob{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.funnel-calendly-section{background:#111827;padding:5rem 2rem}.funnel-calendly-wrapper{max-width:900px;margin:0 auto}.funnel-calendly-label{text-align:center;margin-bottom:2.5rem}.funnel-step-badge{display:inline-block;background:#d35b3826;border:1px solid rgba(211,91,56,.3);color:#d35b38;font-size:.78rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.3rem .85rem;border-radius:50px;margin-bottom:1rem}.funnel-calendly-label h2{font-family:Playfair Display,serif;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;color:#fff;margin-bottom:.75rem}.funnel-calendly-label p{color:#fff9;font-size:1rem;max-width:500px;margin:0 auto}.calendly-inline-widget{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #00000080}.funnel-proof-strip{background:linear-gradient(135deg,#1f2937f7,#000000ed),#1f2937;padding:3.5rem 2rem;border-top:1px solid rgba(255,255,255,.06)}.funnel-proof-inner{max-width:700px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:0}.funnel-proof-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1;text-align:center}.funnel-proof-number{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:#d35b38;line-height:1}.funnel-proof-label{font-size:.82rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.5px;font-weight:500;max-width:120px}.funnel-proof-divider{width:1px;height:50px;background:#ffffff1a;flex-shrink:0}@media(max-width:768px){.funnel-hero{padding:7rem 1.5rem 4rem;min-height:auto}.funnel-calendly-section{padding:3rem 1rem}.funnel-proof-label{font-size:.75rem}}@media(max-width:480px){.funnel-proof-strip{padding:2.5rem 1rem}.funnel-proof-number{font-size:1.6rem}}.pt-hero{background:linear-gradient(135deg,#1f2937f7,#000000ed),#1f2937;padding:9rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.pt-hero-glow{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:700px;height:500px;background:radial-gradient(circle,rgba(211,91,56,.1) 0%,transparent 70%);pointer-events:none}.pt-hero-inner{max-width:760px;margin:0 auto;position:relative;z-index:2}.pt-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#d35b3826;border:1px solid rgba(211,91,56,.35);color:#d35b38;font-size:.82rem;font-weight:600;letter-spacing:.5px;padding:.4rem 1rem;border-radius:50px;margin-bottom:1.75rem;text-transform:uppercase}.pt-eyebrow-dot{width:7px;height:7px;background:#d35b38;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.pt-headline{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:900;color:#fff;margin-bottom:1.25rem;line-height:1.2}.pt-sub{color:#ffffffa6;font-size:1.05rem;line-height:1.8;max-width:580px;margin:0 auto}.pt-section{background:#111827;padding:5rem 2rem 6rem}.pt-wrapper{max-width:1100px;margin:0 auto}.pt-table-wrap{display:block;overflow-x:auto;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 64px #00000080}.pt-table{width:100%;border-collapse:collapse;min-width:640px}.pt-th-feature{background:#ffffff08;width:35%;padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.pt-th{background:#ffffff0a;padding:2rem 1.25rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.06);position:relative;vertical-align:top}.pt-th-popular{background:#d35b381a;border-left:1px solid rgba(211,91,56,.25);border-right:1px solid rgba(211,91,56,.25)}.pt-popular-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:#d35b38;color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:.25rem .85rem;border-radius:0 0 8px 8px;white-space:nowrap}.pt-tier-name{display:block;color:#fff;font-size:1rem;font-weight:700;margin-top:.75rem;margin-bottom:.25rem}.pt-tier-from{display:block;color:#ffffff73;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.1rem}.pt-tier-price{display:block;font-family:Playfair Display,serif;font-size:2rem;font-weight:900;color:#d35b38;line-height:1.1;margin-bottom:.25rem}.pt-tier-timeline{display:block;color:#ffffff80;font-size:.78rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.pt-tier-tagline{display:block;color:#fff6;font-size:.78rem;font-style:italic}.pt-row-even{background:#ffffff05}.pt-td-label{padding:1rem 1.5rem;color:#ffffffbf;font-size:.92rem;font-weight:500;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.pt-td-val{padding:1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.05);border-left:1px solid rgba(255,255,255,.04)}.pt-td-popular{background:#d35b380d;border-left:1px solid rgba(211,91,56,.15);border-right:1px solid rgba(211,91,56,.15)}.pt-check{color:#d35b38;font-size:1.2rem;font-weight:700}.pt-cross{color:#ffffff26;font-size:1.2rem}.pt-mobile-cards{display:none;flex-direction:column;gap:1.5rem}.pt-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem 1.5rem;position:relative}.pt-card-popular{background:#d35b3814;border-color:#d35b3859}.pt-card-popular .pt-popular-badge{position:relative;top:auto;left:auto;transform:none;display:inline-block;margin-bottom:1rem;border-radius:50px}.pt-card-header{text-align:center;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.pt-card-features{list-style:none;margin-bottom:1.75rem}.pt-card-features li{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.05)}.pt-feat-yes{color:#fffc}.pt-feat-no{color:#ffffff40}.pt-card .cta-button{width:100%}@media(max-width:700px){.pt-table-wrap{display:none}.pt-mobile-cards{display:flex}.pt-section{padding:3rem 1rem 4rem}.pt-hero{padding:7rem 1.5rem 4rem}}.pt-support-section{background:#111827;padding:0 2rem 4rem}.pt-support-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:1.25rem;padding:1.5rem 2rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff08}.pt-support-icon{font-size:1.4rem;opacity:.35;flex-shrink:0;line-height:1;color:#d35b38}.pt-support-text{flex:1}.pt-support-heading{font-size:.95rem;font-weight:600;margin:0 0 .3rem;color:#ffffffbf}.pt-support-body{font-size:.85rem;line-height:1.55;color:#fff6;margin:0}.pt-support-cta{flex-shrink:0;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1.1rem;border-radius:6px;border:1px solid rgba(255,255,255,.18);color:#fff9;text-decoration:none;transition:color .2s,border-color .2s;white-space:nowrap}.pt-support-cta:hover{color:#d35b38;border-color:#d35b3880}@media(max-width:600px){.pt-support-section{padding:0 1rem 3rem}.pt-support-inner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.pt-support-icon{display:none}.pt-support-cta{align-self:flex-start}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
