﻿:root{--mkt-color-bg-dark: #0a0a0a;--mkt-color-bg-darker: #050505;--mkt-color-bg-light: #fafaf9;--mkt-color-bg-light-alt: #f5f5f4;--mkt-color-accent: #c9a227;--mkt-color-accent-light: #e4c76b;--mkt-color-accent-dark: #9a7b1c;--mkt-color-text-light: #ffffff;--mkt-color-text-muted: #a3a3a3;--mkt-color-text-dark: #171717;--mkt-color-text-dark-muted: #525252;--mkt-color-border-dark: #262626;--mkt-color-border-light: #e5e5e5;--mkt-font-display: 'Playfair Display', Georgia, serif;--mkt-font-body: 'DM Sans', -apple-system, sans-serif}.marketing-body{font-family:var(--mkt-font-body);font-size:17px;line-height:1.6;color:var(--mkt-color-text-light);background:var(--mkt-color-bg-dark);-webkit-font-smoothing:antialiased;margin:0;padding:0}.knight-icon{width:32px;height:32px}.mkt-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 3rem;display:flex;justify-content:space-between;align-items:center;background:rgba(10,10,10,.8);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.05)}.mkt-nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--mkt-color-text-light)}.mkt-nav-logo img{height:32px;width:auto;filter:brightness(1.2) sepia(1) hue-rotate(10deg) saturate(3)}.mkt-nav-logo span{font-family:var(--mkt-font-display);font-size:1.6rem;font-weight:600;letter-spacing:-0.02em}.mkt-nav-links{display:flex;align-items:center;gap:2.5rem}.mkt-nav-links a{color:var(--mkt-color-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.mkt-nav-links a:hover{color:var(--mkt-color-text-light)}.mkt-nav-cta{background:var(--mkt-color-accent);color:var(--mkt-color-bg-dark) !important;padding:.6rem 1.25rem;border-radius:6px;font-weight:600;transition:background .2s,transform .2s}.mkt-nav-cta:hover{background:var(--mkt-color-accent-light);transform:translateY(-1px)}.mkt-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;cursor:pointer;padding:0;z-index:1001;transition:border-color .3s ease}.mkt-hamburger:hover{border-color:var(--mkt-color-accent)}.mkt-hamburger:hover .mkt-hamburger-line{background:var(--mkt-color-accent)}.mkt-hamburger-line{display:block;width:20px;height:2px;background:var(--mkt-color-text-light);transition:all .3s ease;transform-origin:center}.mkt-hamburger-line:nth-child(1){margin-bottom:5px}.mkt-hamburger-line:nth-child(3){margin-top:5px}.mkt-hamburger.hamburger--active{border-color:var(--mkt-color-accent)}.mkt-hamburger.hamburger--active .mkt-hamburger-line{background:var(--mkt-color-accent)}.mkt-hamburger.hamburger--active .mkt-hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.mkt-hamburger.hamburger--active .mkt-hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mkt-hamburger.hamburger--active .mkt-hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mkt-mobile-menu{display:none;position:fixed;top:0;right:-300px;width:300px;height:100vh;background:var(--mkt-color-bg-darker);z-index:1000;transition:right .3s ease;padding:5rem 2rem 2rem}.mkt-mobile-menu.mobile-open{right:0}.mkt-mobile-menu-content{display:flex;flex-direction:column;gap:1.5rem}.mkt-mobile-menu-content a{color:var(--mkt-color-text-light);text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 0;border-bottom:1px solid hsla(0,0%,100%,.1);transition:color .2s}.mkt-mobile-menu-content a:hover{color:var(--mkt-color-accent)}.mkt-mobile-cta{background:var(--mkt-color-accent) !important;color:var(--mkt-color-bg-dark) !important;padding:1rem !important;border-radius:8px !important;text-align:center;font-weight:600 !important;margin-top:1rem;border:none !important}.mkt-mobile-cta:hover{background:var(--mkt-color-accent-light) !important}.mkt-mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:999;opacity:0;transition:opacity .3s ease}.mkt-mobile-overlay.visible{opacity:1}.mkt-hero{min-height:100vh;display:flex;align-items:center;padding:8rem 3rem 6rem;position:relative;overflow:hidden}.mkt-hero::before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at 70% 30%, rgba(201, 162, 39, 0.08) 0%, transparent 60%);pointer-events:none}.mkt-hero::after{content:"";position:absolute;bottom:0;right:5%;width:400px;height:400px;background-image:linear-gradient(rgba(201, 162, 39, 0.1) 1px, transparent 1px),linear-gradient(90deg, rgba(201, 162, 39, 0.1) 1px, transparent 1px);background-size:50px 50px;opacity:.5;transform:perspective(500px) rotateX(60deg) translateY(50%);pointer-events:none}.mkt-hero-content{max-width:720px;position:relative;z-index:1}.mkt-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:rgba(201,162,39,.1);border:1px solid rgba(201,162,39,.3);border-radius:100px;font-size:.8rem;color:var(--mkt-color-accent-light);margin-bottom:2rem;animation:mktFadeInUp .8s ease both}.mkt-hero-badge::before{content:"";width:6px;height:6px;background:var(--mkt-color-accent);border-radius:50%;animation:mktPulse 2s infinite}@keyframes mktPulse{0%,100%{opacity:1}50%{opacity:.5}}.mkt-hero h1{font-family:var(--mkt-font-display);font-size:clamp(3.5rem,8vw,5.5rem);font-weight:500;line-height:1.05;letter-spacing:-0.03em;margin-bottom:1.5rem;animation:mktFadeInUp .8s ease .1s both}.mkt-hero h1 .accent{color:var(--mkt-color-accent)}.mkt-hero-subtitle{font-size:1.25rem;color:var(--mkt-color-text-muted);max-width:540px;margin-bottom:1rem;animation:mktFadeInUp .8s ease .2s both}.mkt-hero-points{font-size:1.1rem;color:var(--mkt-color-text-muted);margin-bottom:2.5rem;animation:mktFadeInUp .8s ease .3s both}.mkt-hero-points strong{color:var(--mkt-color-text-light);font-weight:500}.mkt-hero-ctas{display:flex;gap:1rem;animation:mktFadeInUp .8s ease .4s both}.mkt-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--mkt-color-accent);color:var(--mkt-color-bg-dark);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.mkt-btn-primary:hover{background:var(--mkt-color-accent-light);transform:translateY(-2px);box-shadow:0 10px 40px rgba(201,162,39,.3)}.mkt-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,0,0,0);color:var(--mkt-color-text-light);padding:1rem 2rem;border-radius:8px;font-weight:500;font-size:1rem;text-decoration:none;border:1px solid var(--mkt-color-border-dark);transition:all .2s}.mkt-btn-secondary:hover{border-color:var(--mkt-color-text-muted);background:hsla(0,0%,100%,.05)}.mkt-btn-secondary svg{width:18px;height:18px;transition:transform .2s}.mkt-btn-secondary:hover svg{transform:translateX(3px)}@keyframes mktFadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mkt-hero-visual{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:350px;height:400px;display:flex;align-items:center;justify-content:center;animation:mktFadeIn 1s ease .5s both}.mkt-hero-knight-logo{width:100%;height:auto;opacity:.2;filter:brightness(1.2) sepia(1) hue-rotate(10deg) saturate(3)}@keyframes mktFadeIn{from{opacity:0}to{opacity:1}}.mkt-problem{padding:8rem 3rem;background:var(--mkt-color-bg-darker);position:relative}.mkt-problem::before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(to bottom, var(--mkt-color-accent), transparent)}.mkt-section-container{max-width:1100px;margin:0 auto}.mkt-problem-header{margin-bottom:4rem}.mkt-section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--mkt-color-accent);margin-bottom:1rem}.mkt-problem h2{font-family:var(--mkt-font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-0.02em}.mkt-problem-intro{font-size:1.2rem;color:var(--mkt-color-text-muted);max-width:600px;margin-top:1.5rem;line-height:1.7}.mkt-problem-intro em{color:var(--mkt-color-text-light);font-style:normal}.mkt-problem-list{display:grid;gap:2rem;margin-top:3rem}.mkt-problem-item{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;padding:2rem;background:hsla(0,0%,100%,.02);border:1px solid var(--mkt-color-border-dark);border-radius:12px;transition:all .3s}.mkt-problem-item:hover{border-color:rgba(201,162,39,.3);background:rgba(201,162,39,.03)}.mkt-problem-item h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.mkt-problem-item p{color:var(--mkt-color-text-muted);font-size:.95rem}.mkt-problem-icon{width:48px;height:48px;background:rgba(201,162,39,.1);border-radius:10px;display:flex;align-items:center;justify-content:center}.mkt-problem-icon svg{width:24px;height:24px;stroke:var(--mkt-color-accent);stroke-width:1.5;fill:none}.mkt-problem-conclusion{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--mkt-color-border-dark)}.mkt-problem-conclusion p{font-size:1.35rem;color:var(--mkt-color-text-muted);max-width:700px}.mkt-problem-conclusion strong{color:var(--mkt-color-accent);font-weight:600}.mkt-different{padding:8rem 3rem;background:var(--mkt-color-bg-light);color:var(--mkt-color-text-dark)}.mkt-different h2{font-family:var(--mkt-font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-0.02em;color:var(--mkt-color-text-dark)}.mkt-different-intro{font-size:1.15rem;color:var(--mkt-color-text-dark-muted);max-width:600px;margin-top:1.5rem;line-height:1.7}.mkt-constraint-chain{margin-top:4rem;display:flex;flex-direction:column;gap:0}.mkt-constraint-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--mkt-color-border-light);position:relative}.mkt-constraint-item::before{content:"";position:absolute;left:15px;top:100%;width:2px;height:100%;background:var(--mkt-color-accent);opacity:.3}.mkt-constraint-item:last-child::before{display:none}.mkt-constraint-number{width:32px;height:32px;background:var(--mkt-color-accent);color:var(--mkt-color-bg-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.mkt-constraint-text{font-size:1.15rem;font-weight:500;color:var(--mkt-color-text-dark)}.mkt-different-conclusion{margin-top:3rem;padding:2.5rem;background:var(--mkt-color-bg-dark);border-radius:16px;position:relative;overflow:hidden}.mkt-different-conclusion::before{content:"";position:absolute;right:-50px;top:-50px;width:200px;height:200px;background:radial-gradient(circle, rgba(201, 162, 39, 0.2) 0%, transparent 70%)}.mkt-different-conclusion p{font-size:1.15rem;color:var(--mkt-color-text-muted);position:relative;z-index:1}.mkt-different-conclusion p:first-child{margin-bottom:1.5rem}.mkt-different-conclusion .highlight{color:var(--mkt-color-text-light);font-weight:500}.mkt-knight-quote{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--mkt-color-border-dark);display:flex;align-items:center;gap:1rem}.mkt-knight-quote svg{width:40px;height:40px;flex-shrink:0}.mkt-knight-quote img{height:40px;width:auto;flex-shrink:0;filter:brightness(1.2) sepia(1) hue-rotate(10deg) saturate(3)}.mkt-knight-quote em{font-family:var(--mkt-font-display);font-size:1.25rem;font-style:italic;color:var(--mkt-color-accent-light)}.mkt-how-it-works{padding:8rem 3rem;background:var(--mkt-color-bg-dark)}.mkt-how-it-works h2{font-family:var(--mkt-font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-0.02em;text-align:center;margin-bottom:4rem}.mkt-steps-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;max-width:1100px;margin:0 auto}.mkt-step-card{padding:2.5rem;background:hsla(0,0%,100%,.02);border:1px solid var(--mkt-color-border-dark);border-radius:16px;position:relative;transition:all .3s}.mkt-step-card:hover{border-color:rgba(201,162,39,.4);transform:translateY(-4px)}.mkt-step-card h3{font-family:var(--mkt-font-display);font-size:1.5rem;font-weight:500;margin-bottom:.5rem;margin-top:.5rem}.mkt-step-card p{color:var(--mkt-color-text-muted);line-height:1.7}.mkt-step-number{position:absolute;top:-1px;left:2.5rem;background:var(--mkt-color-bg-dark);padding:0 .75rem;font-family:var(--mkt-font-display);font-size:.9rem;color:var(--mkt-color-accent);font-weight:600}.mkt-step-tagline{font-size:.9rem;color:var(--mkt-color-accent);margin-bottom:1.5rem;font-weight:500}.mkt-step-callout{margin-top:1.5rem;padding:1rem;background:rgba(201,162,39,.08);border-left:3px solid var(--mkt-color-accent);border-radius:0 8px 8px 0;font-style:italic;color:var(--mkt-color-text-light);font-size:.95rem}.mkt-step-card-ai{background:linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, rgba(201, 162, 39, 0.02) 100%);border-color:rgba(201,162,39,.3)}.mkt-step-card-ai:hover{border-color:var(--mkt-color-accent);box-shadow:0 0 30px rgba(201,162,39,.15)}.mkt-step-ai-badge{display:inline-block;background:linear-gradient(135deg, var(--mkt-color-accent) 0%, #d4af37 100%);color:var(--mkt-color-bg-dark);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:4px;margin-bottom:.75rem}.mkt-step-flow{margin-top:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--mkt-color-text-muted);flex-wrap:wrap}.mkt-step-flow span{padding:.3rem .6rem;background:hsla(0,0%,100%,.05);border-radius:4px}.mkt-step-flow .arrow{color:var(--mkt-color-accent);background:none;padding:0}.mkt-testimonials{padding:6rem 3rem;background:var(--mkt-color-bg-darker)}.mkt-testimonials-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;max-width:1000px;margin:0 auto}.mkt-testimonial-card{padding:2.5rem;background:hsla(0,0%,100%,.02);border:1px solid var(--mkt-color-border-dark);border-radius:16px;position:relative}.mkt-testimonial-card::before{content:'"';font-family:var(--mkt-font-display);font-size:5rem;position:absolute;top:.5rem;left:1.5rem;color:var(--mkt-color-accent);opacity:.2;line-height:1}.mkt-testimonial-card blockquote{font-size:1.1rem;line-height:1.7;color:var(--mkt-color-text-light);margin-bottom:1.5rem;position:relative;z-index:1}.mkt-testimonial-author{font-size:.9rem;color:var(--mkt-color-text-muted)}.mkt-testimonial-author strong{color:var(--mkt-color-accent);font-weight:500}.mkt-audience{padding:8rem 3rem;background:var(--mkt-color-bg-light);color:var(--mkt-color-text-dark)}.mkt-audience h2{font-family:var(--mkt-font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-0.02em;color:var(--mkt-color-text-dark);margin-bottom:3rem}.mkt-audience-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-bottom:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.mkt-audience-item{padding:2rem;background:#fff;border:1px solid var(--mkt-color-border-light);border-radius:12px;transition:all .3s}.mkt-audience-item:hover{box-shadow:0 10px 40px rgba(0,0,0,.08);transform:translateY(-2px)}.mkt-audience-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--mkt-color-text-dark)}.mkt-audience-item p{font-size:.95rem;color:var(--mkt-color-text-dark-muted)}.mkt-audience-conclusion{max-width:600px;font-size:1.15rem;color:var(--mkt-color-text-dark-muted);line-height:1.7;margin:3rem auto 0;text-align:center}.mkt-audience-conclusion strong{color:var(--mkt-color-text-dark)}.mkt-pricing{padding:8rem 3rem;background:var(--mkt-color-bg-dark)}.mkt-pricing h2{font-family:var(--mkt-font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-0.02em;text-align:center;margin-bottom:1rem}.mkt-pricing-subtitle{text-align:center;color:var(--mkt-color-text-muted);margin-bottom:4rem}.mkt-pricing-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;max-width:1000px;margin:0 auto}.mkt-pricing-card{padding:2.5rem;background:hsla(0,0%,100%,.02);border:1px solid var(--mkt-color-border-dark);border-radius:16px;text-align:center;transition:all .3s}.mkt-pricing-card.featured{border-color:var(--mkt-color-accent);position:relative}.mkt-pricing-card.featured::before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--mkt-color-accent);color:var(--mkt-color-bg-dark);padding:.3rem 1rem;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.mkt-pricing-card:hover{transform:translateY(-4px)}.mkt-pricing-card h3{font-family:var(--mkt-font-display);font-size:1.5rem;margin-bottom:.5rem}.mkt-pricing-card .mkt-btn-primary,.mkt-pricing-card .mkt-btn-secondary{width:100%;justify-content:center}.mkt-pricing-amount{margin:1.5rem 0}.mkt-pricing-amount .price{font-size:3rem;font-weight:700;color:var(--mkt-color-text-light)}.mkt-pricing-amount .period{color:var(--mkt-color-text-muted);font-size:.9rem}.mkt-pricing-desc{color:var(--mkt-color-text-muted);font-size:.9rem;margin-bottom:1.5rem;min-height:50px}.mkt-pricing-note{text-align:center;margin-top:2rem;color:var(--mkt-color-text-muted);font-size:.9rem}.mkt-trial{padding:8rem 3rem;background:linear-gradient(135deg, var(--mkt-color-bg-darker) 0%, var(--mkt-color-bg-dark) 100%);position:relative;overflow:hidden}.mkt-trial::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:800px;height:800px;background:radial-gradient(circle, rgba(201, 162, 39, 0.08) 0%, transparent 60%);pointer-events:none}.mkt-trial-content{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.mkt-trial-content h2{font-family:var(--mkt-font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-0.02em;margin-bottom:1.5rem}.mkt-trial-features{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.mkt-trial-feature{display:flex;align-items:center;gap:.5rem;color:var(--mkt-color-text-muted)}.mkt-trial-feature svg{width:20px;height:20px;stroke:var(--mkt-color-accent);stroke-width:2;fill:none}.mkt-trial-timeline{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-bottom:3rem}.mkt-trial-day{padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid var(--mkt-color-border-dark);border-radius:12px;text-align:left}.mkt-trial-day-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--mkt-color-accent);margin-bottom:.5rem}.mkt-trial-day p{font-size:.9rem;color:var(--mkt-color-text-muted)}.mkt-trial-conclusion{margin-bottom:2.5rem;color:var(--mkt-color-text-muted);font-size:1.1rem}.mkt-trial-conclusion strong{color:var(--mkt-color-text-light)}.mkt-faq{padding:8rem 3rem;background:var(--mkt-color-bg-light);color:var(--mkt-color-text-dark)}.mkt-faq h2{font-family:var(--mkt-font-display);font-size:clamp(2rem,4vw,2.5rem);font-weight:500;text-align:center;margin-bottom:4rem;color:var(--mkt-color-text-dark)}.mkt-faq-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;max-width:1000px;margin:0 auto}.mkt-faq-item{padding:2rem;background:#fff;border-radius:12px;border:1px solid var(--mkt-color-border-light)}.mkt-faq-item h4{font-size:1.05rem;font-weight:600;margin-bottom:.75rem;color:var(--mkt-color-text-dark)}.mkt-faq-item p{font-size:.95rem;color:var(--mkt-color-text-dark-muted);line-height:1.6}.mkt-final-cta{padding:10rem 3rem;background:var(--mkt-color-bg-dark);text-align:center;position:relative;overflow:hidden}.mkt-final-cta::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 20% 50%, rgba(201, 162, 39, 0.1) 0%, transparent 50%),radial-gradient(ellipse at 80% 50%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);pointer-events:none}.mkt-final-cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.mkt-final-cta-content h2{font-family:var(--mkt-font-display);font-size:clamp(2.5rem,6vw,4rem);font-weight:500;line-height:1.1;letter-spacing:-0.02em;margin-bottom:1.5rem}.mkt-final-cta-content h2 .line2{color:var(--mkt-color-accent)}.mkt-final-cta-content p{font-size:1.2rem;color:var(--mkt-color-text-muted);margin-bottom:2.5rem;line-height:1.6}.mkt-final-cta-content .mkt-btn-primary{font-size:1.1rem;padding:1.2rem 2.5rem}.mkt-final-cta-note{margin-top:1rem;font-size:.9rem;color:var(--mkt-color-text-muted)}.mkt-footer{padding:4rem 3rem;background:var(--mkt-color-bg-darker);border-top:1px solid var(--mkt-color-border-dark)}.mkt-footer-content{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.mkt-footer-logo{display:flex;align-items:center;gap:.75rem}.mkt-footer-logo img{height:24px;width:auto;filter:brightness(1.2) sepia(1) hue-rotate(10deg) saturate(3)}.mkt-footer-logo span{font-family:var(--mkt-font-display);font-size:1.1rem;font-weight:600}.mkt-footer-flow{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--mkt-color-text-muted)}.mkt-footer-flow span{opacity:.7}.mkt-footer-flow .arrow{color:var(--mkt-color-accent);opacity:1}.mkt-footer-links{display:flex;gap:2rem}.mkt-footer-links a{color:var(--mkt-color-text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.mkt-footer-links a:hover{color:var(--mkt-color-text-light)}.mkt-animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.mkt-animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media(max-width: 900px){.mkt-nav{padding:1rem 1.5rem}.mkt-nav-links{display:none}.mkt-hamburger{display:flex}.mkt-mobile-menu{display:block}.mkt-mobile-overlay{display:block;pointer-events:none}.mkt-mobile-overlay.visible{pointer-events:auto}.mkt-hero{padding:7rem 1.5rem 4rem}.mkt-hero-visual{display:none}.mkt-problem,.mkt-different,.mkt-how-it-works,.mkt-testimonials,.mkt-audience,.mkt-pricing,.mkt-trial,.mkt-faq,.mkt-final-cta{padding:5rem 1.5rem}.mkt-steps-grid,.mkt-testimonials-grid,.mkt-audience-grid,.mkt-pricing-grid,.mkt-faq-grid{grid-template-columns:1fr}.mkt-trial-timeline{grid-template-columns:1fr}.mkt-footer-content{flex-direction:column;gap:2rem;text-align:center}.mkt-footer-flow{display:none}}.mkt-hero-article{min-height:60vh;padding-top:10rem;padding-bottom:6rem}.mkt-hero-article::after{display:none}.mkt-hero-article h1{font-size:clamp(2.5rem,6vw,4rem);max-width:800px;animation:none;opacity:1}.mkt-hero-article .mkt-hero-subtitle{font-size:1.35rem;max-width:600px;animation:none;opacity:1}.mkt-hero-article .mkt-hero-ctas{animation:none;opacity:1}.mkt-article-section{padding:6rem 3rem;background:var(--mkt-color-bg-dark)}.mkt-article-section h2{font-family:var(--mkt-font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:500;line-height:1.2;letter-spacing:-0.02em;margin-bottom:2.5rem}.mkt-article-section-light{background:var(--mkt-color-bg-light);color:var(--mkt-color-text-dark)}.mkt-article-section-light h2{color:var(--mkt-color-text-dark)}.mkt-article-section-light .mkt-section-label{color:var(--mkt-color-accent-dark)}.mkt-article-section-dark{background:var(--mkt-color-bg-darker)}.mkt-article-prose{max-width:720px;font-size:1.1rem;line-height:1.8}.mkt-article-prose p{margin-bottom:1.5rem;color:var(--mkt-color-text-muted)}.mkt-article-prose strong{color:var(--mkt-color-text-light);font-weight:600}.mkt-article-section-light .mkt-article-prose p{color:var(--mkt-color-text-dark-muted)}.mkt-article-section-light .mkt-article-prose strong{color:var(--mkt-color-text-dark)}.mkt-lead{font-size:1.25rem;color:var(--mkt-color-text-light) !important}.mkt-emphasis{font-size:1.2rem;color:var(--mkt-color-text-light) !important;font-weight:500;margin:2rem 0}.mkt-two-worlds{display:flex;align-items:center;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.mkt-world{flex:1;min-width:200px;max-width:280px;padding:2rem;background:hsla(0,0%,100%,.03);border:1px solid var(--mkt-color-border-dark);border-radius:16px;text-align:center}.mkt-world h4{font-size:.9rem;color:var(--mkt-color-text-muted);margin-bottom:.5rem;font-weight:500}.mkt-world p{font-size:1.1rem;color:var(--mkt-color-text-light);margin:0;font-weight:500}.mkt-world-icon{width:56px;height:56px;margin:0 auto 1.25rem;background:rgba(201,162,39,.1);border-radius:12px;display:flex;align-items:center;justify-content:center}.mkt-world-icon svg{width:28px;height:28px;stroke:var(--mkt-color-accent)}.mkt-world-divider{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.mkt-world-divider svg{width:32px;height:32px;stroke:var(--mkt-color-accent);opacity:.5}.mkt-consequence-list{list-style:none;padding:0;margin:2rem 0}.mkt-consequence-list li{position:relative;padding-left:2rem;margin-bottom:1rem;color:var(--mkt-color-text-muted);font-size:1.05rem}.mkt-consequence-list li::before{content:"×";position:absolute;left:0;color:#dc2626;font-size:1.25rem;font-weight:700;line-height:1.5}.mkt-callout{padding:1.5rem 2rem;background:hsla(0,0%,100%,.03);border-left:4px solid var(--mkt-color-border-dark);border-radius:0 12px 12px 0;margin:2.5rem 0}.mkt-callout p{margin:0;font-size:1.15rem;color:var(--mkt-color-text-light)}.mkt-callout-accent{background:rgba(201,162,39,.08);border-left-color:var(--mkt-color-accent)}.mkt-callout-founder{background:rgba(201,162,39,.1);border-left-color:var(--mkt-color-accent);padding:2rem}.mkt-callout-founder p{font-size:1.1rem}.mkt-timeline{margin:3rem 0;position:relative;padding-left:2rem}.mkt-timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--mkt-color-accent);opacity:.3}.mkt-timeline-item{position:relative;padding-bottom:2.5rem}.mkt-timeline-item:last-child{padding-bottom:0}.mkt-timeline-item::before{content:"";position:absolute;left:-2rem;top:.5rem;width:10px;height:10px;background:var(--mkt-color-accent);border-radius:50%;transform:translateX(-4px)}.mkt-timeline-date{font-size:.85rem;font-weight:600;color:var(--mkt-color-accent);margin-bottom:.5rem;letter-spacing:.05em}.mkt-timeline-content h4{font-size:1.15rem;font-weight:600;color:var(--mkt-color-text-dark);margin-bottom:.5rem}.mkt-timeline-content p{margin:0;color:var(--mkt-color-text-dark-muted);font-size:1rem}.mkt-book-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin:2.5rem 0}.mkt-book-card{display:flex;gap:1rem;padding:1.25rem;background:#fff;border:1px solid var(--mkt-color-border-light);border-radius:12px;transition:all .2s}.mkt-book-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.mkt-book-cover{flex-shrink:0;width:48px;height:64px;background:linear-gradient(135deg, var(--mkt-color-accent-dark) 0%, var(--mkt-color-accent) 100%);border-radius:4px;display:flex;align-items:center;justify-content:center}.mkt-book-cover span{font-size:.7rem;font-weight:700;color:#fff;letter-spacing:.05em}.mkt-book-info h5{font-size:.95rem;font-weight:600;color:var(--mkt-color-text-dark);margin-bottom:.25rem}.mkt-book-author{font-size:.8rem;color:var(--mkt-color-accent-dark);margin-bottom:.5rem}.mkt-book-desc{font-size:.8rem;color:var(--mkt-color-text-dark-muted);line-height:1.5;margin:0}.mkt-further-reading{font-size:.9rem;color:var(--mkt-color-text-dark-muted)}.mkt-further-reading a{color:var(--mkt-color-accent-dark);text-decoration:none;font-weight:500}.mkt-further-reading a:hover{text-decoration:underline}.mkt-shift-visual{display:flex;align-items:center;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.mkt-shift-from,.mkt-shift-to{flex:1;min-width:200px;max-width:280px;padding:2rem;border-radius:12px;text-align:center}.mkt-shift-from p,.mkt-shift-to p{font-family:var(--mkt-font-display);font-size:1.35rem;font-style:italic;margin:0}.mkt-shift-from{background:hsla(0,0%,100%,.03);border:1px solid var(--mkt-color-border-dark)}.mkt-shift-from p{color:var(--mkt-color-text-muted)}.mkt-shift-to{background:rgba(201,162,39,.1);border:1px solid rgba(201,162,39,.3)}.mkt-shift-to p{color:var(--mkt-color-accent-light)}.mkt-shift-label{display:block;font-family:var(--mkt-font-body);font-size:.75rem;font-weight:600;font-style:normal;text-transform:uppercase;letter-spacing:.15em;color:var(--mkt-color-text-muted);margin-bottom:.75rem}.mkt-shift-arrow{flex-shrink:0}.mkt-shift-arrow svg{width:40px;height:40px;stroke:var(--mkt-color-accent)}.mkt-clarity-list{list-style:none;padding:0;margin:2rem 0}.mkt-clarity-list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.1rem;color:var(--mkt-color-text-light)}.mkt-clarity-list li::before{content:"→";position:absolute;left:0;color:var(--mkt-color-accent);font-weight:600}.mkt-founder-note{padding:3rem;background:hsla(0,0%,100%,.02);border:1px solid var(--mkt-color-border-dark);border-radius:20px;max-width:800px}.mkt-founder-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--mkt-color-border-dark)}.mkt-founder-avatar{width:56px;height:56px;background:linear-gradient(135deg, var(--mkt-color-accent-dark) 0%, var(--mkt-color-accent) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff}.mkt-founder-info h4{font-size:1.15rem;font-weight:600;color:var(--mkt-color-text-light);margin-bottom:.25rem}.mkt-founder-info p{font-size:.9rem;color:var(--mkt-color-text-muted);margin:0}.mkt-quote-block{padding:1.5rem 2rem;background:rgba(201,162,39,.08);border-radius:12px;margin:2rem 0}.mkt-quote-block p{font-family:var(--mkt-font-display);font-size:1.25rem;font-style:italic;color:var(--mkt-color-accent-light);margin:0;line-height:1.6}.mkt-integration-examples{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.mkt-integration-examples span{padding:.5rem 1rem;background:hsla(0,0%,100%,.05);border-radius:100px;font-size:.9rem;color:var(--mkt-color-text-muted)}.mkt-tools-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 2rem}.mkt-tool-tag{padding:.5rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid var(--mkt-color-border-dark);border-radius:6px;font-size:.9rem;color:var(--mkt-color-text-muted)}.mkt-tool-tag.highlight{background:rgba(201,162,39,.1);border-color:rgba(201,162,39,.3);color:var(--mkt-color-accent-light)}.mkt-synthesis-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:.5rem 2rem;list-style:none;padding:0;margin:1.5rem 0}.mkt-synthesis-list li{position:relative;padding-left:1.5rem;font-size:1rem;color:var(--mkt-color-text-muted)}.mkt-synthesis-list li::before{content:"•";position:absolute;left:0;color:var(--mkt-color-accent)}.mkt-big-question{padding:2rem;background:rgba(201,162,39,.1);border:1px solid rgba(201,162,39,.3);border-radius:16px;margin:2.5rem 0;text-align:center}.mkt-big-question p{font-family:var(--mkt-font-display);font-size:1.5rem;font-style:italic;color:var(--mkt-color-accent-light);margin:0}.mkt-outcomes-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin:3rem 0}.mkt-outcome-item{padding:1.5rem;background:#fff;border:1px solid var(--mkt-color-border-light);border-radius:12px;text-align:center}.mkt-outcome-item h4{font-family:var(--mkt-font-display);font-size:1.25rem;font-weight:500;color:var(--mkt-color-accent-dark);margin-bottom:.25rem}.mkt-outcome-item p{font-size:.9rem;color:var(--mkt-color-text-dark-muted);margin:0}.mkt-trial-subtitle{font-size:1.15rem;color:var(--mkt-color-text-muted);margin-bottom:2rem}.mkt-trial-ctas{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}.mkt-footer-tagline{text-align:center}.mkt-footer-tagline p{color:var(--mkt-color-text-muted);font-size:.95rem;margin:0}.mkt-footer-tagline p:first-child{font-weight:500;color:var(--mkt-color-text-light)}.mkt-footer-motto{font-style:italic;margin-top:.5rem}@media(max-width: 900px){.mkt-article-section{padding:4rem 1.5rem}.mkt-hero-article{padding-top:8rem;padding-bottom:4rem}.mkt-two-worlds{flex-direction:column;gap:1rem}.mkt-world-divider{transform:rotate(90deg)}.mkt-book-grid{grid-template-columns:1fr}.mkt-shift-visual{flex-direction:column;gap:1rem}.mkt-shift-arrow{transform:rotate(90deg)}.mkt-founder-note{padding:1.5rem}.mkt-synthesis-list{grid-template-columns:1fr}.mkt-outcomes-grid{grid-template-columns:repeat(2, 1fr)}.mkt-trial-ctas{flex-direction:column;align-items:center}}.mkt-auth-body{min-height:100vh;display:flex;flex-direction:column}.mkt-auth-page{flex:1;display:flex;flex-direction:column;position:relative;min-height:100vh}.mkt-auth-bg{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.mkt-auth-bg-gradient{position:absolute;top:0;right:0;width:70%;height:100%;background:radial-gradient(ellipse at 80% 20%, rgba(201, 162, 39, 0.1) 0%, transparent 50%)}.mkt-auth-bg-grid{position:absolute;bottom:0;left:5%;width:350px;height:350px;background-image:linear-gradient(rgba(201, 162, 39, 0.08) 1px, transparent 1px),linear-gradient(90deg, rgba(201, 162, 39, 0.08) 1px, transparent 1px);background-size:40px 40px;opacity:.6;transform:perspective(500px) rotateX(60deg) translateY(50%)}.mkt-auth-header{position:relative;z-index:1;padding:2rem 3rem}.mkt-auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.mkt-auth-footer{position:relative;z-index:1;padding:2rem 3rem;text-align:center}.mkt-auth-footer p{font-family:var(--mkt-font-display);font-style:italic;font-size:.95rem;color:var(--mkt-color-text-muted);margin:0}.mkt-auth-card{width:100%;max-width:440px;padding:3rem;background:hsla(0,0%,100%,.02);border:1px solid var(--mkt-color-border-dark);border-radius:20px;backdrop-filter:blur(20px)}.mkt-auth-card-header{text-align:center;margin-bottom:2.5rem}.mkt-auth-card-header h1{font-family:var(--mkt-font-display);font-size:2rem;font-weight:500;letter-spacing:-0.02em;color:var(--mkt-color-text-light);margin-bottom:.5rem}.mkt-auth-card-header p{font-size:1rem;color:var(--mkt-color-text-muted);margin:0}.mkt-auth-form{display:flex;flex-direction:column;gap:1.5rem}.mkt-auth-field{display:flex;flex-direction:column;gap:.5rem}.mkt-auth-label{font-size:.9rem;font-weight:500;color:var(--mkt-color-text-light)}.mkt-auth-input{width:100%;padding:.875rem 1rem;font-family:var(--mkt-font-body);font-size:1rem;color:var(--mkt-color-text-light);background:hsla(0,0%,100%,.05);border:1px solid var(--mkt-color-border-dark);border-radius:10px;transition:all .2s;outline:none}.mkt-auth-input::placeholder{color:hsla(0,0%,100%,.3)}.mkt-auth-input:hover{border-color:hsla(0,0%,100%,.2)}.mkt-auth-input:focus{border-color:var(--mkt-color-accent);background:hsla(0,0%,100%,.08);box-shadow:0 0 0 3px rgba(201,162,39,.1)}.mkt-auth-hint{font-size:.8rem;color:var(--mkt-color-text-muted);margin:0}.mkt-auth-checkbox-row{display:flex;align-items:center;gap:.75rem}.mkt-auth-checkbox{width:18px;height:18px;accent-color:var(--mkt-color-accent);cursor:pointer}.mkt-auth-checkbox-label{font-size:.9rem;color:var(--mkt-color-text-muted);cursor:pointer}.mkt-auth-actions{margin-top:.5rem}.mkt-btn-full{width:100%;justify-content:center}.mkt-auth-errors{padding:1rem;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);border-radius:10px;margin-bottom:.5rem}.mkt-auth-errors p{font-size:.9rem;color:#fca5a5;margin:0}.mkt-auth-errors p+p{margin-top:.5rem}.mkt-auth-links{text-align:center;margin-top:2rem;font-size:.95rem;color:var(--mkt-color-text-muted)}.mkt-auth-link{color:var(--mkt-color-accent);text-decoration:none;font-weight:500;transition:color .2s}.mkt-auth-link:hover{color:var(--mkt-color-accent-light);text-decoration:underline}.mkt-auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.mkt-auth-divider::before,.mkt-auth-divider::after{content:"";flex:1;height:1px;background:var(--mkt-color-border-dark)}.mkt-auth-divider span{font-size:.8rem;color:var(--mkt-color-text-muted);text-transform:uppercase;letter-spacing:.1em}@media(max-width: 600px){.mkt-auth-header{padding:1.5rem}.mkt-auth-card{padding:2rem 1.5rem;border-radius:16px}.mkt-auth-card-header h1{font-size:1.75rem}.mkt-auth-bg-grid{display:none}}
