*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-dark: #0a0a0c;--bg-card: #16161a;--bg-card-inner: #25252d;--cyan-400: #22d3ee;--cyan-500: #06b6d4;--cyan-600: #0891b2;--blue-400: #60a5fa;--blue-500: #3b82f6;--amber-400: #fbbf24;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-w: 1280px;--gradient-cyan-blue: linear-gradient(to right, var(--cyan-400), var(--blue-500));--gradient-bg: linear-gradient(to bottom, #1a1a20, #0a0a0c)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-dark);color:var(--white);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:#06b6d44d}.page{min-height:100vh;position:relative;overflow:hidden}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(128,128,128,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(128,128,128,.04) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.bg-glow-tl{position:absolute;top:-20%;left:-10%;width:50%;height:50%;background:#06b6d426;filter:blur(120px);border-radius:50%;pointer-events:none}.bg-glow-br{position:absolute;bottom:-20%;right:-10%;width:50%;height:50%;background:#3b82f614;filter:blur(120px);border-radius:50%;pointer-events:none}.navbar{position:relative;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.navbar-logo{height:6rem;width:auto;object-fit:contain;filter:drop-shadow(0 0 15px rgba(6,182,212,.3));margin-left:-.5rem}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links a{font-size:.875rem;font-weight:500;color:var(--gray-400);transition:color .2s}.navbar-links a:hover{color:var(--white)}.hero{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:85vh;padding:3rem 0 5rem}.hero-content{display:flex;flex-direction:column;gap:2rem}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;background:#06b6d41a;border:1px solid rgba(6,182,212,.2);color:var(--cyan-400);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.badge svg{width:.875rem;height:.875rem}.hero-title{font-size:clamp(2.5rem,5vw,4.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.hero-title .gradient-text{background:var(--gradient-cyan-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subhead{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--gray-400);line-height:1.7;max-width:36rem}.hero-subhead strong{color:var(--white);font-weight:600}.subscribe-form-wrapper{display:flex;flex-direction:column;gap:1.5rem;max-width:28rem;margin-top:.5rem}.subscribe-form{display:flex;gap:.75rem;padding:.375rem;background:var(--bg-card);border:1px solid var(--gray-800);border-radius:.75rem;transition:border-color .2s;box-shadow:0 25px 50px -12px #00000080;position:relative;z-index:20}.subscribe-form:focus-within{border-color:#06b6d480}.subscribe-form input{flex:1;background:transparent;border:none;padding:.75rem 1rem;color:var(--white);font-size:1rem;font-family:var(--font-sans);outline:none}.subscribe-form input::placeholder{color:var(--gray-600)}.subscribe-form button{background:var(--cyan-500);color:var(--black);padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:700;font-size:.9rem;font-family:var(--font-sans);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;transition:all .2s}.subscribe-form button:hover:not(:disabled){background:var(--cyan-400);box-shadow:0 0 20px #06b6d466}.subscribe-form button:disabled{opacity:.6;cursor:not-allowed}.subscribe-form button svg{width:1rem;height:1rem}.form-error{color:#ef4444;font-size:.875rem;margin-top:-.5rem}.form-success{color:#22c55e;font-size:.875rem;font-weight:500;margin-top:-.5rem}.social-proof{display:flex;align-items:center;gap:1rem}.social-proof-avatars{height:2.5rem;width:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.social-proof-info{display:flex;flex-direction:column}.social-proof-stars{display:flex;gap:.125rem;color:var(--amber-400)}.social-proof-stars svg{width:.875rem;height:.875rem;fill:currentColor}.social-proof-text{font-size:.875rem;color:var(--gray-400);font-weight:500;margin-top:.25rem}.social-proof-text span{color:var(--white);font-weight:700}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:37.5rem;margin-top:0}.float-badge{position:absolute;z-index:20;background:#16161ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--gray-800);padding:1rem;border-radius:1rem;box-shadow:0 25px 50px -12px #00000080;display:flex;align-items:center;gap:1rem}.float-badge-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.float-badge-icon svg{width:1.5rem;height:1.5rem}.float-badge-icon.cyan{background:#06b6d433;color:var(--cyan-400)}.float-badge-icon.blue{background:#3b82f633;color:var(--blue-400)}.float-badge-text h4{font-size:.875rem;font-weight:700;margin-bottom:.125rem}.float-badge-text p{font-size:.75rem;color:var(--gray-400)}.float-badge-text p.blue{color:var(--blue-400);font-weight:500}.float-badge-1{top:2.5rem;left:-3rem}.float-badge-2{bottom:5rem;left:-2rem}.mascot{position:absolute;right:-6rem;bottom:0;width:16rem;z-index:0;object-fit:contain;filter:drop-shadow(0 0 30px rgba(6,182,212,.2))}.phone{position:relative;z-index:10;width:20rem;height:42.5rem;background:var(--black);border-radius:3.4rem;border:14px solid var(--black);box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff1a,0 0 0 1px var(--gray-900);display:flex;flex-direction:column;transform:rotate(-2deg)}.phone-btn{position:absolute;width:3px;background:var(--gray-800)}.phone-btn-silent{top:120px;left:-17px;height:30px;border-radius:4px 0 0 4px}.phone-btn-vol-up{top:170px;left:-17px;height:60px;border-radius:4px 0 0 4px}.phone-btn-vol-down{top:240px;left:-17px;height:60px;border-radius:4px 0 0 4px}.phone-btn-power{top:180px;right:-17px;height:90px;border-radius:0 4px 4px 0}.phone-screen{position:relative;flex:1;background:var(--bg-dark);border-radius:2.5rem;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(31,41,55,.5)}.dynamic-island{position:absolute;top:.75rem;left:50%;transform:translate(-50%);width:7.5rem;height:2.2rem;background:var(--black);border-radius:9999px;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:0 .75rem}.dynamic-island-dot{width:.625rem;height:.625rem;border-radius:50%;background:var(--gray-900);border:1px solid var(--gray-800)}.dynamic-island-cam{width:.625rem;height:.625rem;border-radius:50%;background:#06b6d433;display:flex;align-items:center;justify-content:center}.dynamic-island-cam-inner{width:.25rem;height:.25rem;background:var(--cyan-500);border-radius:50%;box-shadow:0 0 4px var(--cyan-500)}.screen-content{flex:1;background:var(--gradient-bg);padding:3.5rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;position:relative;z-index:10}.screen-content::-webkit-scrollbar{display:none}.screen-header{text-align:center;margin-bottom:.5rem;margin-top:.5rem}.screen-header h3{font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.screen-header p{font-size:.75rem;color:var(--gray-500);font-weight:500;margin-top:.25rem}.preview-card{background:var(--bg-card-inner);border:1px solid rgba(55,65,81,.5);border-radius:.75rem;padding:1rem;box-shadow:0 4px 6px -1px #0000004d}.preview-tag{display:inline-block;padding:.25rem .5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;margin-bottom:.75rem}.preview-tag.cyan{background:#06b6d41a;color:var(--cyan-400)}.preview-tag.blue{background:#3b82f61a;color:var(--blue-400)}.preview-card h4{font-size:.875rem;font-weight:700;margin-bottom:.5rem;line-height:1.4}.preview-card .preview-text{font-size:.75rem;color:var(--gray-400);line-height:1.6;margin-bottom:.75rem}.data-table{background:var(--bg-dark);border-radius:.5rem;padding:.75rem;border-left:2px solid var(--cyan-500);font-size:.6875rem;color:var(--gray-400)}.data-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.375rem;margin-bottom:.375rem;border-bottom:1px solid rgba(31,41,55,.6)}.data-row:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.data-row .value{color:var(--white);font-weight:600}.data-row.highlight .value,.data-row.highlight span{color:var(--cyan-400);font-weight:700}.phone-glare{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top right,rgba(255,255,255,.05),transparent);opacity:.2;pointer-events:none;z-index:20}@keyframes float-up{0%,to{transform:translateY(-10px)}50%{transform:translateY(10px)}}@keyframes float-down{0%,to{transform:translateY(10px)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.anim-float-up{animation:float-up 6s ease-in-out infinite}.anim-float-down{animation:float-down 5s ease-in-out infinite;animation-delay:1s}.thankyou-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem}.thankyou-icon{width:4rem;height:4rem;border-radius:50%;background:#22c55e26;color:#22c55e;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.thankyou-icon svg{width:2rem;height:2rem}.thankyou-page h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.thankyou-page p{color:var(--gray-400);font-size:1.125rem;max-width:28rem;line-height:1.7}.thankyou-page .gradient-text{background:var(--gradient-cyan-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.thankyou-cta{margin-top:2rem;padding:.75rem 2rem;background:var(--bg-card);border:1px solid var(--gray-800);border-radius:.75rem;color:var(--gray-400);font-size:.875rem;text-decoration:none;transition:all .2s}.thankyou-cta:hover{border-color:var(--cyan-500);color:var(--white)}.lead-magnet-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:85vh;text-align:center;padding:2rem}.lead-magnet-page h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem;max-width:40rem}.lead-magnet-page .subtitle{color:var(--gray-400);font-size:1.125rem;max-width:32rem;line-height:1.7;margin-bottom:2rem}.lead-magnet-form{width:100%;max-width:28rem}.notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.notfound h1{font-size:6rem;font-weight:900;letter-spacing:-.04em;background:var(--gradient-cyan-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.notfound p{color:var(--gray-400);margin-top:.5rem}@media(max-width:1024px){.hero{grid-template-columns:1fr;gap:0;min-height:auto;padding:2rem 0 3rem}.hero-visual,.float-badge,.mascot{display:none}.navbar-logo{height:5rem}}@media(max-width:768px){.hero-title{font-size:2.25rem}.subscribe-form{flex-direction:column;background:transparent;border:none;box-shadow:none;padding:0;gap:.75rem}.subscribe-form input{background:var(--bg-card);border:1px solid var(--gray-800);border-radius:.5rem;text-align:center}.subscribe-form button{width:100%;padding:1rem}.subscribe-form-wrapper{max-width:100%}.social-proof{flex-direction:column;gap:.5rem}.phone{width:17rem;height:36rem}}@media(max-width:480px){.hero-title{font-size:1.875rem}}
