*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--cyan-primary: #2563eb;--cyan-dark: #1e40af;--cyan-light: #3b82f6;--dark-bg: #000000;--darker-bg: #0a0a0a;--white: #ffffff;--gray: #a0aec0;--gray-dark: #2d3748}body{font-family:Inter,-apple-system,"system-ui",Segoe UI,Roboto,sans-serif;font-weight:400;background:var(--dark-bg);color:var(--white);overflow-x:hidden;line-height:1.6}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;width:100%;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.nav-container{max-width:100%;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem}.logo{height:60px;width:auto;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--cyan-primary),var(--cyan-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{color:var(--white);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:not(.cta-button):hover{color:var(--cyan-primary)}.nav-links a:not(.cta-button):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--cyan-primary);transition:width .3s ease}.nav-links a:not(.cta-button):hover:after{width:100%}.cta-button{background:var(--cyan-primary);color:var(--dark-bg);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #2563eb26}.cta-button:hover{background:var(--cyan-light);box-shadow:0 4px 12px #2563eb40;transform:translateY(-2px)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background:var(--cyan-primary);border-radius:3px;transition:all .3s ease}.hero{padding:10rem 0 6rem;background:linear-gradient(135deg,var(--darker-bg) 0%,var(--dark-bg) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(37,99,235,.06) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(37,99,235,.03) 0%,transparent 50%);pointer-events:none}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{background:linear-gradient(135deg,var(--cyan-primary),var(--cyan-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:var(--gray);margin-bottom:2.5rem;line-height:1.7}.hero-cta{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;align-items:center}.primary-button{display:inline-block;background:var(--cyan-primary);color:var(--white);padding:1.5rem 3rem;border-radius:12px;text-decoration:none;font-weight:800;font-size:1.25rem;transition:all .3s ease;box-shadow:0 8px 24px #2563eb66;text-align:center;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 8px 24px #2563eb66}50%{box-shadow:0 8px 32px #2563eb99}}.primary-button:hover{background:var(--cyan-light);box-shadow:0 12px 32px #2563eb80;transform:translateY(-4px) scale(1.02);animation:none}.secondary-button{display:inline-block;padding:1.25rem 2.5rem;font-size:1rem;font-weight:700;color:var(--white);background:transparent;border:2px solid var(--cyan-primary);text-decoration:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:center}.secondary-button:hover{background:#2563eb1a;border-color:var(--cyan-light);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.cta-subtext{color:var(--gray);font-size:.95rem;width:100%}.hero-visual{position:relative;height:400px}.floating-card{position:absolute;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,99,235,.25);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #2563eb14;animation:float 6s ease-in-out infinite}.floating-card:nth-child(1){top:0;left:0}.floating-card:nth-child(2){top:100px;right:50px;animation-delay:1s}.floating-card:nth-child(3){bottom:0;left:80px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.metric{display:flex;flex-direction:column;gap:.5rem}.metric-value{font-size:2.5rem;font-weight:800;color:var(--cyan-primary);text-shadow:0 2px 8px rgba(37,99,235,.3)}.metric-label{font-size:.9rem;color:var(--gray);font-weight:500}.section-title{font-size:2.75rem;font-weight:800;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,var(--white),var(--cyan-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.problem-section{padding:6rem 0;background:var(--darker-bg)}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.problem-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;transition:all .3s ease}.problem-card:hover{border-color:#2563eb66;transform:translateY(-5px);box-shadow:0 10px 40px #2563eb1a}.problem-icon{font-size:3rem;margin-bottom:1.5rem}.problem-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--white)}.problem-card p{color:var(--gray);line-height:1.7}.how-it-works{padding:6rem 0;background:var(--dark-bg)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.step{position:relative;padding:2rem}.step-number{font-size:5rem;font-weight:900;color:#2563eb4d;margin-bottom:1rem;line-height:1}.step h3{font-size:1.75rem;margin-bottom:1rem;color:var(--cyan-primary)}.step p{color:var(--gray);line-height:1.7}.features{padding:6rem 0;background:var(--darker-bg)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#ffffff08;border:1px solid rgba(37,99,235,.15);border-radius:16px;padding:2.5rem;transition:all .3s ease}.feature-card:hover{border-color:var(--cyan-primary);transform:translateY(-5px);box-shadow:0 10px 40px #2563eb1f;background:#2563eb0d}.feature-card h3{font-size:1.375rem;margin-bottom:1rem;color:var(--white)}.feature-card p{color:var(--gray);line-height:1.7}.benefits{padding:6rem 0;background:var(--dark-bg)}.benefits-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.benefit-item{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background:#ffffff08;border-radius:12px;border-left:4px solid var(--cyan-primary);transition:all .3s ease}.benefit-item:hover{background:#2563eb0d;transform:translate(10px)}.benefit-item h3{font-size:1.375rem;margin-bottom:.5rem;color:var(--white)}.benefit-item p{color:var(--gray);line-height:1.7}.final-cta{padding:8rem 0;background:linear-gradient(135deg,var(--darker-bg) 0%,var(--dark-bg) 100%);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.08) 0%,transparent 60%);pointer-events:none}.cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-content h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--white),var(--cyan-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-content p{font-size:1.25rem;color:var(--gray);margin-bottom:2.5rem;line-height:1.7}.guarantee-text{margin-top:1.5rem;font-size:.95rem;color:var(--gray)}.footer{background:var(--darker-bg);padding:4rem 0 2rem;border-top:1px solid rgba(37,99,235,.15)}.footer .container{max-width:100%;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:start;margin-bottom:3rem}.footer-brand p{color:var(--gray);margin-top:1rem;max-width:300px}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--gray);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--cyan-primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{color:var(--gray);font-size:.9rem}@media(max-width:968px){.hero .container{grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center}.hero-cta{align-items:center}.hero-visual{height:300px}.hero-title{font-size:2.5rem}.steps-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.problem-grid{grid-template-columns:1fr}}@media(max-width:768px){.nav-links{position:fixed;top:73px;left:-100%;width:100%;height:calc(100vh - 73px);background:#000000fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;padding:2rem;transition:left .3s ease;border-top:1px solid rgba(37,99,235,.15)}.nav-links.active{left:0}.mobile-menu-toggle{display:flex}.hero{padding:7rem 0 4rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.steps-grid,.features-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:2rem}.cta-content h2{font-size:2rem}.floating-card{padding:1.5rem}.metric-value{font-size:2rem}}@media(max-width:525px){.hero-visual{height:350px}.floating-card:nth-child(1){top:0;left:0}.floating-card:nth-child(2){top:120px;right:0}.floating-card:nth-child(3){bottom:0;left:0}}@media(max-width:480px){.container{padding:0 1.25rem}.nav-container{padding:1rem 1.25rem}.hero-title{font-size:2.25rem;font-weight:900}.hero-subtitle{font-size:.875rem}.primary-button{padding:1rem 2rem;font-size:1rem}.primary-button.large{padding:1.25rem 2rem;font-size:1.1rem}}.calculator-page{background:var(--dark-bg);color:var(--white);min-height:100vh}.calc-hero{padding:150px 0 80px;text-align:center;background:linear-gradient(135deg,#000,#0a0a0a);position:relative;overflow:hidden}.calc-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.1) 0%,transparent 70%);pointer-events:none}.calc-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;position:relative;z-index:1}.calc-hero-title .highlight{color:#ef4444;position:relative}.calc-hero-subtitle{font-size:1.25rem;color:#fffc;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.trust-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem;position:relative;z-index:1}.trust-stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:800;color:var(--cyan-primary);display:block;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#ffffffb3;text-align:center;max-width:200px}.calculator-section{padding:80px 0;background:#000}.calculator-form{max-width:900px;margin:0 auto;background:#0a0a0a;padding:3rem;border-radius:16px;border:1px solid rgba(37,99,235,.2);box-shadow:0 4px 24px #0000004d}.form-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--white)}.form-group input,.form-group select{padding:1rem;font-size:1rem;border:1px solid rgba(255,255,255,.1);background:#00000080;color:var(--white);border-radius:8px;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--cyan-primary);box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder{color:#fff6}.helper-text{margin-top:.5rem;font-size:.875rem;color:#fff9}.calculate-button{width:100%;padding:1.5rem 3rem;font-size:1.25rem;font-weight:800;color:var(--white);background:var(--cyan-primary);border:none;border-radius:12px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 8px 24px #2563eb66;transition:all .3s ease;animation:pulse 2s infinite}.calculate-button:hover{background:var(--cyan-dark);transform:scale(1.02);box-shadow:0 12px 32px #2563eb80;animation:none}.privacy-text{text-align:center;margin-top:1rem;font-size:.875rem;color:#fff9}.email-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.email-modal{background:#0a0a0a;border:1px solid rgba(37,99,235,.3);border-radius:16px;padding:3rem;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #00000080}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--white);font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#ffffff1a}.email-modal h2{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:var(--white)}.modal-subtitle{font-size:1rem;color:#fffc;margin-bottom:1rem}.modal-benefits{list-style:none;padding:0;margin:0 0 2rem}.modal-benefits li{padding:.5rem 0;color:#ffffffe6;font-size:.95rem}.email-form .form-group{margin-bottom:1.5rem}.results-section{padding:80px 0;background:#000}.results-main{text-align:center;margin-bottom:4rem}.results-title{font-size:2.5rem;font-weight:800;margin-bottom:2rem;color:var(--white)}.lost-revenue-card{background:linear-gradient(135deg,#dc2626,#991b1b);padding:3rem;border-radius:16px;max-width:600px;margin:0 auto;box-shadow:0 20px 60px #dc26264d;border:1px solid rgba(239,68,68,.4)}.lost-label{font-size:1.25rem;color:#ffffffe6;margin-bottom:1rem;font-weight:600}.lost-amount{font-size:4rem;font-weight:900;color:var(--white);margin:0;line-height:1}.lost-period{font-size:1.125rem;color:#fffc;margin-top:1rem}.current-situation-section{background:#0a0a0a;padding:2.5rem;border-radius:12px;border:1px solid rgba(59,130,246,.3);margin-bottom:4rem}.current-situation-section h3{font-size:1.75rem;font-weight:800;margin-bottom:2rem;text-align:center;color:var(--white)}.situation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.situation-item{display:flex;flex-direction:column;gap:.5rem}.situation-label{font-size:.875rem;color:#fff9;font-weight:500}.situation-value{font-size:1.25rem;font-weight:700;color:var(--white)}.breakdown-section{margin-bottom:4rem}.breakdown-section h3{font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center}.breakdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.breakdown-item{background:#0a0a0a;padding:2rem;border-radius:12px;border:1px solid rgba(239,68,68,.3);display:flex;align-items:center;gap:1.5rem}.breakdown-icon{font-size:2.5rem;flex-shrink:0}.breakdown-content{flex:1}.breakdown-label{font-size:.95rem;color:#ffffffb3;margin-bottom:.5rem}.breakdown-value{font-size:1.75rem;font-weight:800;color:#ef4444;margin:0}.breakdown-detail{font-size:.875rem;color:#fff9;margin-top:.5rem}.research-citation{background:linear-gradient(135deg,#1e3a8a,#1e40af);padding:2.5rem;border-radius:16px;border:1px solid rgba(59,130,246,.4);margin-bottom:4rem}.research-citation h4{font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:var(--white)}.research-citation p{color:#ffffffe6;margin-bottom:1rem;font-size:1rem}.research-citation ul{list-style:none;padding:0;margin:1.5rem 0}.research-citation ul li{padding:.75rem 0;color:#ffffffe6;font-size:.95rem;line-height:1.6}.research-citation ul li strong{color:var(--white);font-weight:700}.key-findings{background:#0000004d;padding:1.5rem;border-radius:8px;margin:1.5rem 0}.findings-title{font-weight:700;margin-bottom:.75rem!important;color:var(--white)!important}.key-findings p{margin-bottom:.5rem;font-size:.95rem}.disclaimer{font-size:.85rem!important;color:#ffffffb3!important;margin-top:1.5rem!important;font-style:italic}.opportunity-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:3rem;border-radius:16px;border:1px solid rgba(34,197,94,.3);margin-bottom:4rem}.opportunity-section h3{font-size:2rem;font-weight:800;margin-bottom:1.5rem;text-align:center;color:var(--white)}.opportunity-text{text-align:center;font-size:1.125rem;color:#fffc;margin-bottom:1rem}.opportunity-amount{text-align:center;font-size:3.5rem;font-weight:900;color:#22c55e;margin:1.5rem 0}.opportunity-subtext{text-align:center;font-size:1.125rem;color:#fffc;margin-bottom:3rem}.revenue-comparison{margin:3rem 0}.comparison-bar{margin-bottom:2rem}.bar-label{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#fffc}.bar-container{background:#ffffff0d;border-radius:8px;overflow:hidden;position:relative;height:60px}.bar{height:100%;border-radius:8px;display:flex;align-items:center;padding:0 1.5rem;font-size:1.125rem;font-weight:700;color:var(--white);transition:all .5s ease;position:relative}.current-bar{background:linear-gradient(90deg,#3b82f6,#2563eb);box-shadow:0 4px 16px #2563eb66}.potential-bar{background:linear-gradient(90deg,#22c55e,#16a34a);box-shadow:0 4px 16px #22c55e66}.increase-badge{background:linear-gradient(135deg,#22c55e,#16a34a);padding:1.5rem 2rem;border-radius:12px;text-align:center;max-width:300px;margin:2rem auto 0;box-shadow:0 8px 24px #22c55e4d}.increase-number{font-size:3rem;font-weight:900;color:var(--white);display:block;line-height:1}.increase-label{font-size:1rem;color:#ffffffe6;display:block;margin-top:.5rem;font-weight:600}.cta-section{text-align:center;padding:3rem;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:16px;box-shadow:0 20px 60px #2563eb4d}.cta-section h3{font-size:2rem;font-weight:800;margin-bottom:1rem;color:var(--white)}.cta-section p{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.primary-button.large{font-size:1.25rem;padding:1.5rem 3rem}@media(max-width:968px){.calc-hero-title{font-size:2.5rem}.trust-stats{flex-direction:column;gap:2rem}.calculator-form{padding:2rem}.lost-amount{font-size:3rem}.opportunity-amount{font-size:2.5rem}}@media(max-width:768px){.calc-hero{padding:120px 0 60px}.calc-hero-title{font-size:2rem}.calc-hero-subtitle{font-size:1rem}.stat-number{font-size:2rem}.calculator-section{padding:60px 0}.calculator-form{padding:1.5rem}.email-modal{padding:2rem}.results-title{font-size:2rem}.lost-revenue-card{padding:2rem}.lost-amount{font-size:2.5rem}.breakdown-grid{grid-template-columns:1fr}.breakdown-item{flex-direction:column;text-align:center}.opportunity-section{padding:2rem}.opportunity-amount{font-size:2rem}.bar{font-size:.875rem;padding:0 1rem}.increase-number{font-size:2rem}.cta-section{padding:2rem}.cta-section h3{font-size:1.5rem}}@media(max-width:480px){.calc-hero-title{font-size:1.75rem}.calculator-form{padding:1rem}.form-grid{gap:1.5rem}.calculate-button{padding:1.25rem 2rem;font-size:1rem}.email-modal{padding:1.5rem}.email-modal h2{font-size:1.5rem}.lost-revenue-card{padding:1.5rem}.lost-amount{font-size:2rem}.results-title{font-size:1.75rem}.breakdown-section h3,.opportunity-section h3,.breakdown-value{font-size:1.5rem}.opportunity-amount{font-size:1.75rem}.bar{font-size:.75rem;padding:0 .75rem}}@keyframes pulse{0%,to{box-shadow:0 8px 24px #2563eb66}50%{box-shadow:0 8px 24px #2563eb99}}
